/* ==|== font families ======================================== */
/* ==|== colors ======================================== */
/* ==|== font sizes ======================================== */
/* ==|== breakpoints ======================================== */
/* ==|== mixins ======================================== */
html {
  font-size: 18px; }

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }
  html.js,
  body.js {
    padding-top: 0 !important; }

body {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.618em;
  color: #585f80;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

::-moz-selection {
  background: #00a6f6;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #00a6f6;
  color: #fff;
  text-shadow: none; }

/* ==|== links ======================================== */
a {
  text-decoration: none;
  color: #00a6f6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent; }
  a:hover {
    text-decoration: underline;
    color: #0095dd; }
  a:focus {
    outline: none; }

/* ==|== typography ======================================== */
.font-primary {
  font-family: "Lato", sans-serif; }

.font-primary {
  font-family: "Lato", sans-serif; }

h1, .entry-content h1,
h2, .entry-content h2,
h3, .entry-content h3,
h4, .entry-content h4,
h5, .entry-content h5,
h6, .entry-content h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #32325d;
  margin: 0 0 .5em; }

h1,
.entry-content h1,
h1.entry-title,
.ast-single-post .entry-title,
.fl-builder-content .fl-module-heading h1.fl-heading,
h1.fl-heading {
  font-size: 2.036rem; }
  @media (min-width: 768px) {
    h1,
    .entry-content h1,
    h1.entry-title,
    .ast-single-post .entry-title,
    .fl-builder-content .fl-module-heading h1.fl-heading,
    h1.fl-heading {
      font-size: 2.824rem; } }

h2,
.entry-content h2 {
  font-size: 1.618rem; }
  @media (min-width: 768px) {
    h2,
    .entry-content h2 {
      font-size: 2.618rem; } }

h3,
.entry-content h3 {
  font-size: 1.258rem; }
  @media (min-width: 768px) {
    h3,
    .entry-content h3 {
      font-size: 2.036rem; } }

h4,
.entry-content h4 {
  font-size: 1rem;
  line-height: 1.5em; }
  @media (min-width: 768px) {
    h4,
    .entry-content h4 {
      font-size: 1.618rem;
      line-height: 1.2em; } }

h5,
.entry-content h5 {
  font-size: 1.258rem; }

h6,
.entry-content h6 {
  font-size: 1rem; }

p,
.entry-content p {
  font-size: 16px;
  line-height: 1.618em;
  margin-bottom: 1.618em;
  font-weight: 400;
  color: #585f80; }
  @media (min-width: 768px) {
    p,
    .entry-content p {
      font-size: 1rem; } }
  p.kicker,
  .entry-content p.kicker {
    font-size: 1.618rem;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 1em; }

em, .em {
  font-style: italic; }

strong, b, .bold {
  font-weight: 700; }

ol {
  list-style-type: decimal;
  margin-bottom: 1.618em;
  margin-left: 2.5rem;
  font-size: 1rem; }
  ol li {
    margin-bottom: 0; }

ul {
  list-style: disc outside none;
  margin-bottom: 1.618em;
  margin-left: 2.5rem;
  font-size: 1rem; }
  ul li {
    margin-bottom: 0; }

hr {
  height: 2px;
  border-bottom: 2px solid #e5e5e5;
  width: 72px;
  margin: 2rem auto; }
  hr.feature {
    height: 2px;
    border-bottom: 8px solid #1f5dea;
    width: 72px;
    margin: 0 0 2rem; }
  hr.full {
    width: 100%;
    margin: 0;
    column: #e5e5e5; }

blockquote p,
.entry-content blockquote p {
  color: #32325d;
  font-size: 1.618rem;
  line-height: 1.4em;
  margin-bottom: 1.618em;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
  padding: 1em 0; }

cite {
  display: block;
  margin-bottom: 1.618em; }

/* ==|== buttons ======================================== */
.button,
.fl-button {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  background: #00a6f6;
  color: #fff;
  padding: 15px 35px;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .button:hover,
  .fl-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.3);
    opacity: 1; }
  .button.pill,
  .fl-button.pill {
    border-radius: 100px; }
  .button.outlined,
  .fl-button.outlined {
    position: relative;
    background: transparent;
    color: #00a6f6;
    border: 1px solid #00a6f6; }
  .button.blue,
  .fl-button.blue {
    background: #00a6f6; }
  .button.green,
  .fl-button.green {
    background: #3ecf8e; }
  .button.white,
  .fl-button.white {
    background: #fff;
    color: #1f5dea; }

/* ==|== forms ======================================== */
.gform_wrapper .gform_body label.gfield_label {
  font-size: 0.778rem;
  color: #32325d; }

.gform_wrapper .gform_body input[type=text] {
  line-height: 40px;
  padding: 5px 15px !important;
  color: #585f80; }

.gform_wrapper .gform_body textarea {
  padding: 5px 15px; }

.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none !important;
  background: #3ecf8e;
  color: #fff;
  padding: 15px 35px;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .gform_wrapper .gform_footer input[type=submit]:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.3);
    opacity: 1; }

/* ==|== layout ======================================== */
.section {
  padding: 0; }
  @media (min-width: 768px) {
    .section {
      padding: 60px 80px; } }

/* ==|== header ======================================== */
header.fl-builder-content.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-row-content-wrap {
  margin-bottom: 10px;
  margin-top: 10px; }

header.fl-builder-content.fl-theme-builder-header-scrolled {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s; }
  header.fl-builder-content.fl-theme-builder-header-scrolled .fl-node-5a8501f4d4798 > .fl-row-content-wrap {
    background-color: transparent; }
  header.fl-builder-content.fl-theme-builder-header-scrolled .main-header .logo .fl-module-content .fl-photo-content {
    background-image: url("/wp-content/uploads/2018/02/logo-scroll.png");
    background-repeat: no-repeat;
    width: 175px;
    height: 42px; }
    header.fl-builder-content.fl-theme-builder-header-scrolled .main-header .logo .fl-module-content .fl-photo-content img {
      opacity: 0; }
  header.fl-builder-content.fl-theme-builder-header-scrolled .main-header .menu li a {
    color: #585f80;
    background: transparent;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    transition: all, 0.2s; }
    header.fl-builder-content.fl-theme-builder-header-scrolled .main-header .menu li a:hover {
      color: #585f80;
      opacity: .5; }
  header.fl-builder-content.fl-theme-builder-header-scrolled .main-header .menu li.button {
    background: #00a6f6;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    transition: all, 0.2s; }
    header.fl-builder-content.fl-theme-builder-header-scrolled .main-header .menu li.button a {
      color: #fff; }
      header.fl-builder-content.fl-theme-builder-header-scrolled .main-header .menu li.button a:hover {
        opacity: 1; }

header.fl-builder-content .main-header .logo {
  width: 100%;
  max-width: 100%; }

header.fl-builder-content .main-header .menu li {
  margin-bottom: 0; }
  header.fl-builder-content .main-header .menu li a {
    font-size: 0.778rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6); }
    header.fl-builder-content .main-header .menu li a:hover {
      color: white;
      text-decoration: none;
      background: transparent; }
  header.fl-builder-content .main-header .menu li.button {
    margin-left: 10px; }
    header.fl-builder-content .main-header .menu li.button a {
      color: #1f5dea;
      padding: 12px 30px;
      border-radius: 100px; }

.fl-builder-content .mobile-header {
  background: #fff;
  padding: 10px 20px; }
  .fl-builder-content .mobile-header .mobile-logo img {
    width: 140px; }
  .fl-builder-content .mobile-header .mobile-icon .fl-menu .fl-menu-mobile-toggle {
    color: #00a6f6; }
  .fl-builder-content .mobile-header .fl-module-content .fl-menu.fl-menu-accordion-collapse .fl-menu-mobile-toggle.text {
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .fl-builder-content .mobile-header .fl-module-content .fl-menu.fl-menu-accordion-collapse .menu {
    padding: 25px 0; }
    .fl-builder-content .mobile-header .fl-module-content .fl-menu.fl-menu-accordion-collapse .menu a {
      line-height: 2em;
      color: #32325d; }
    .fl-builder-content .mobile-header .fl-module-content .fl-menu.fl-menu-accordion-collapse .menu li.button {
      display: block;
      background: #00a6f6;
      border-radius: 0;
      left: -20px;
      bottom: -10px;
      padding: 10px 20px;
      margin-right: -40px;
      margin-bottom: -25px; }
      .fl-builder-content .mobile-header .fl-module-content .fl-menu.fl-menu-accordion-collapse .menu li.button:hover {
        box-shadow: none;
        transform: none;
        opacity: .5; }
      .fl-builder-content .mobile-header .fl-module-content .fl-menu.fl-menu-accordion-collapse .menu li.button a {
        color: #fff; }

/* ==|== footer ======================================== */
footer.fl-builder-content .footer-widget-row .fl-module-content p {
  font-size: 0.778rem;
  color: rgba(255, 255, 255, 0.5) !important; }

footer.fl-builder-content .footer-widget-row .fl-module-content ul {
  list-style: none;
  margin: 0; }
  footer.fl-builder-content .footer-widget-row .fl-module-content ul li {
    font-size: 0.778rem;
    color: rgba(255, 255, 255, 0.5) !important; }

footer.fl-builder-content .footer-widget-row .fl-module-content a {
  color: rgba(255, 255, 255, 0.5); }
  footer.fl-builder-content .footer-widget-row .fl-module-content a:hover {
    text-decoration: none;
    color: #fff; }

footer.fl-builder-content .footer-widget-row .fl-module-content .gform_wrapper {
  margin: 0; }
  footer.fl-builder-content .footer-widget-row .fl-module-content .gform_wrapper .gform_fields label {
    display: none; }
  footer.fl-builder-content .footer-widget-row .fl-module-content .gform_wrapper .gform_fields li {
    margin-top: 5px; }
    footer.fl-builder-content .footer-widget-row .fl-module-content .gform_wrapper .gform_fields li .ginput_container {
      margin-top: 0; }
      footer.fl-builder-content .footer-widget-row .fl-module-content .gform_wrapper .gform_fields li .ginput_container input[type="text"] {
        outline: none;
        padding: 10px; }
  footer.fl-builder-content .footer-widget-row .fl-module-content .gform_wrapper .gform_footer {
    margin: 0; }
    footer.fl-builder-content .footer-widget-row .fl-module-content .gform_wrapper .gform_footer input[type="submit"] {
      font-size: 0.778rem;
      padding: 10px 25px;
      background-color: #25262f;
      color: rgba(255, 255, 255, 0.5); }

footer.fl-builder-content .footer-copyright-row .fl-row-content-wrap .fl-col-content .fl-module-content .fl-rich-text p {
  font-size: 0.778rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5); }
  footer.fl-builder-content .footer-copyright-row .fl-row-content-wrap .fl-col-content .fl-module-content .fl-rich-text p.link-credit {
    text-align: left;
    margin-top: 1em; }
    @media (min-width: 768px) {
      footer.fl-builder-content .footer-copyright-row .fl-row-content-wrap .fl-col-content .fl-module-content .fl-rich-text p.link-credit {
        text-align: right;
        margin-top: 0; } }

footer.fl-builder-content .footer-copyright-row .fl-row-content-wrap .fl-col-content .fl-module-content .fl-rich-text a {
  color: rgba(255, 255, 255, 0.5); }
  footer.fl-builder-content .footer-copyright-row .fl-row-content-wrap .fl-col-content .fl-module-content .fl-rich-text a:hover {
    color: white; }

/* ==|== global styles ======================================== */
.fl-builder-content .hero .fl-row-content-wrap {
  background-position: 0; }
  @media (min-width: 768px) {
    .fl-builder-content .hero .fl-row-content-wrap {
      background-position: center top; } }

.fl-builder-content .hero .fl-module-modal-popup .fl-module-content {
  margin: 5px; }
  @media (min-width: 768px) {
    .fl-builder-content .hero .fl-module-modal-popup .fl-module-content {
      margin: 20px; } }

.fl-builder-content .hero .hero-text {
  padding-top: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .fl-builder-content .hero .hero-text {
      padding-top: 56px; } }
  .fl-builder-content .hero .hero-text h1 {
    color: #fff; }
  .fl-builder-content .hero .hero-text p {
    font-size: 1rem;
    line-height: 1.41em;
    color: rgba(255, 255, 255, 0.6);
    padding: 0; }
    @media (min-width: 768px) {
      .fl-builder-content .hero .hero-text p {
        padding: 0 80px;
        font-size: 1.258rem; } }
    .fl-builder-content .hero .hero-text p.hero-button {
      margin-bottom: 0; }
  .fl-builder-content .hero .hero-text a.button {
    border-radius: 100px;
    padding: 15px 45px; }

.fl-builder-content .trial-inner .fl-module-content {
  padding: 30px 0 20px; }
  @media (min-width: 768px) {
    .fl-builder-content .trial-inner .fl-module-content {
      padding: 60px 0 40px; } }
  .fl-builder-content .trial-inner .fl-module-content a.button {
    font-size: 20px;
    border-radius: 100px;
    padding: 20px 45px; }
    @media (min-width: 768px) {
      .fl-builder-content .trial-inner .fl-module-content a.button {
        font-size: 30px; } }

.fl-module-content .uabb-module-content .uabb-testimonial {
  /*background: #f6f9fc;
  border: 1px solid rgba(50, 50, 93, 0.1);*/
  border-radius: 5px;
  padding: 50px; }
  .fl-module-content .uabb-module-content .uabb-testimonial p {
    font-style: italic;
    margin-bottom: 1em; }
  .fl-module-content .uabb-module-content .uabb-testimonial .uabb-testimonial-photo {
    padding-right: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .fl-module-content .uabb-module-content .uabb-testimonial .uabb-testimonial-photo {
        padding-right: 30px;
        margin-bottom: 0; } }

.no-border .fl-module-content .uabb-module-content .uabb-testimonial {
  border: none; }

.fl-node-5a8fa3937d875 .fl-module-content .uabb-module-content .uabb-testimonial {
  background: #fff;
  border: none; }

.fl-builder-content .trial .fl-module-content a.button {
  font-size: 20px;
  border-radius: 100px;
  padding: 20px 45px; }
  @media (min-width: 768px) {
    .fl-builder-content .trial .fl-module-content a.button {
      font-size: 30px; } }

.fl-builder-content .trial .fl-module-content p {
  color: rgba(255, 255, 255, 0.5); }

.fl-builder-content .trial .fl-module-content a {
  color: #fff;
  text-decoration: underline; }
  .fl-builder-content .trial .fl-module-content a:hover {
    opacity: .6; }
  .fl-builder-content .trial .fl-module-content a.button:hover {
    opacity: 1; }

.fl-builder-content .big-button .fl-module-content a.button {
  font-size: 20px;
  border-radius: 100px;
  padding: 20px 45px; }
  @media (min-width: 768px) {
    .fl-builder-content .big-button .fl-module-content a.button {
      font-size: 30px; } }

/* ==|== homepage ======================================== */
.home .fl-builder-content .hero .video-cover .fl-html {
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden; }

.home .fl-builder-content .intro-wrap .fl-row-content-wrap {
  padding: 0; }
  @media (min-width: 768px) {
    .home .fl-builder-content .intro-wrap .fl-row-content-wrap {
      padding: 60px 0 20px; } }

.home .fl-builder-content .testimonial-wrap .fl-col-content {
  padding: 0; }
  @media (min-width: 768px) {
    .home .fl-builder-content .testimonial-wrap .fl-col-content {
      padding: 25px 0 50px; } }

.home .fl-builder-content .client-logos-row .fl-row-content-wrap {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .home .fl-builder-content .client-logos-row .fl-row-content-wrap {
      padding: 20px 20px 60px; } }

.home .fl-builder-content .features-1 .fl-row-content-wrap {
  padding: 60px 0 0 0; }
  @media (min-width: 768px) {
    .home .fl-builder-content .features-1 .fl-row-content-wrap {
      padding: 90px 20px 60px; } }

.home .fl-builder-content .features-2 .fl-row-content-wrap {
  padding: 20px 0 0 0; }
  @media (min-width: 768px) {
    .home .fl-builder-content .features-2 .fl-row-content-wrap {
      padding: 60px 20px; } }

.home .fl-builder-content .features-3 .fl-row-content-wrap {
  padding: 20px 0 30px; }
  @media (min-width: 768px) {
    .home .fl-builder-content .features-3 .fl-row-content-wrap {
      padding: 60px 20px 120px; } }

@media (max-width: 768px) {
  .fl-node-5a851438e01f4 .infobox-responsive-center {
    text-align: left; } }

/* ==|== pricing styles ======================================== */
.pricing-box {
  background: #fff;
  border: 1px solid #c1cbd4;
  border-radius: 4px;
  position: relative;
  padding: 50px 40px;
  text-align: center; }
  .pricing-box h2.pricing-title {
    font-size: 1.258rem; }
  .pricing-box p.pricing-price {
    font-size: 2.824rem;
    font-weight: 700;
    color: #32325d;
    margin-bottom: 0; }
    .pricing-box p.pricing-price span {
      font-size: medium;
      font-weight: 400;
      bottom: 2px;
      position: relative; }
  .pricing-box p.pricing-tagline {
    font-style: italic; }
  .pricing-box p.pricing-meta {
    font-size: 0.778rem;
    font-style: italic;
    margin-bottom: 0; }
  .pricing-box p.pricing-description {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 3em; }
  .pricing-box ul.pricing-list {
    list-style: none;
    margin: 0 0 1.618em;
    padding: 0; }
    .pricing-box ul.pricing-list li.pricing-list_item {
      font-size: 16px;
      line-height: 1.5em;
      padding: 10px 0; }
      .pricing-box ul.pricing-list li.pricing-list_item:nth-child(2n+1) {
        background: #ebf1f8; }
  .pricing-box a.button {
    margin-bottom: 1em; }
  .pricing-box.pricing-box_left {
    border-radius: 4px 0 0 4px; }
    .pricing-box.pricing-box_left h2.pricing-title {
      color: #00a6f6; }
  .pricing-box.pricing-box_center {
    z-index: 2;
    margin: 0;
    box-shadow: none;
    border: none; }
    @media (min-width: 768px) {
      .pricing-box.pricing-box_center {
        margin: -38px -1px;
        box-shadow: 0 15px 45px -5px rgba(39, 55, 74, 0.15), 0 15px 40px -20px rgba(39, 55, 74, 0.1);
        border: 1px solid #c1cbd4; } }
    .pricing-box.pricing-box_center h2.pricing-title {
      color: #3ecf8e; }
    .pricing-box.pricing-box_center .ribbon {
      position: absolute;
      left: -5px;
      top: -5px;
      z-index: 1;
      overflow: hidden;
      width: 150px;
      height: 150px;
      text-align: right; }
      .pricing-box.pricing-box_center .ribbon span {
        font-size: 14px;
        line-height: 1.2em;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 175px;
        display: block;
        background: #3ecf8e;
        box-shadow: 0 3px 10px -5px black;
        position: absolute;
        top: 18px;
        left: -44px;
        padding: 10px 0; }
        .pricing-box.pricing-box_center .ribbon span::before {
          content: "";
          position: absolute;
          left: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid #3ecf8e;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #3ecf8e; }
        .pricing-box.pricing-box_center .ribbon span::after {
          content: "";
          position: absolute;
          right: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid transparent;
          border-right: 3px solid #3ecf8e;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #3ecf8e; }
  .pricing-box.pricing-box_right {
    border-radius: 0 4px 4px 0; }
    .pricing-box.pricing-box_right h2.pricing-title {
      color: #7e80e7; }

.features-list-item .fl-module-content {
  margin-bottom: 0;
  margin-top: 0; }
  @media (min-width: 768px) {
    .features-list-item .fl-module-content {
      margin-top: 20px; } }
  .features-list-item .fl-module-content .fl-icon-text {
    padding-left: 20px;
    height: 90px; }
    @media (min-width: 768px) {
      .features-list-item .fl-module-content .fl-icon-text {
        height: 105px; } }

.fl-builder-content .faq-row .fl-accordion-button-label {
  font-weight: 700; }

.fl-builder-content .faq-row .fl-accordion-content {
  padding-top: 15px; }
  .fl-builder-content .faq-row .fl-accordion-content p {
    margin-bottom: 1em; }

.page-id-14 .fl-builder-content .hero .fl-row-content-wrap {
  padding: 90px 0 60px; }
  @media (min-width: 768px) {
    .page-id-14 .fl-builder-content .hero .fl-row-content-wrap {
      padding: 120px 20px 190px; } }

.fl-builder-content .pricing-row .fl-row-content-wrap {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .fl-builder-content .pricing-row .fl-row-content-wrap {
      padding-bottom: 100px; } }

.fl-builder-content .fl-node-5a911eb0c5a0f .fl-module-content {
  margin-top: 0; }
  @media (min-width: 768px) {
    .fl-builder-content .fl-node-5a911eb0c5a0f .fl-module-content {
      margin-top: 20px; } }

/* ==|== about styles ======================================== */
.page-id-12 .fl-builder-content .fl-module-content h2 {
  text-align: left; }
  @media (min-width: 768px) {
    .page-id-12 .fl-builder-content .fl-module-content h2 {
      text-align: center; } }

.fl-module-content img.mug {
  margin-right: 1em;
  border-radius: 4px; }

/* ==|== blog styles ======================================== */
.blog .fl-builder-content .fl-module-content h1.fl-heading {
  color: #fff; }

.blog .fl-post-column .fl-post-grid-post {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s; }
  .blog .fl-post-column .fl-post-grid-post:hover {
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.2); }

.blog .fl-post-column .fl-post-grid-text h2.fl-post-grid-title a {
  color: #32325d; }

/* ==|== tour page styles ======================================== */
.fl-builder-content .tour-1 .fl-row-content-wrap {
  padding-top: 60px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .fl-builder-content .tour-1 .fl-row-content-wrap {
      padding-top: 90px;
      padding-bottom: 30px; } }

.fl-builder-content .tour-2 .fl-row-content-wrap {
  padding-top: 20px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .fl-builder-content .tour-2 .fl-row-content-wrap {
      padding-top: 60px;
      padding-bottom: 60px; } }

.fl-builder-content .tour-3 .fl-row-content-wrap {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .fl-builder-content .tour-3 .fl-row-content-wrap {
      padding-top: 60px;
      padding-bottom: 90px; } }
