@charset "UTF-8";
/*!
 * Theme Name: 	Response Premium
 * Theme URI: 	https://cyberchimps.com/response-premium/
 * Author: 		CyberChimps
 * Author URI: 	https://cyberchimps.com/
 * Description: Free personal branding theme for bloggers & marketers.
 * Version: 	3.0.0
 * License: 	GNU General Public License v2 or later
 * License URI: https://opensource.org/licenses/gpl-2.0.php
 * Text Domain: response
 * Tags: 		custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
/**
 * Reset CSS styles
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/**
 * Layout styles
 * -----------------------------------------------------------------------------
 */
.container, .page-template-elementor .entry-title {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 0) {
    .container, .page-template-elementor .entry-title {
      max-width: none; } }
  @media (min-width: 576px) {
    .container, .page-template-elementor .entry-title {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .page-template-elementor .entry-title {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .page-template-elementor .entry-title {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .page-template-elementor .entry-title {
      max-width: 1140px; } }

.row, .comment-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .row.align-items-center, .align-items-center.comment-form {
    align-items: center; }

@media (min-width: 0) {
  .col-xs-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }
  .col-xs-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }
  .col-xs-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }
  .col-xs-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }
  .col-xs-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }
  .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }
  .col-xs-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }
  .col-xs-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }
  .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }
  .col-xs-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }
  .col-xs-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }
  .col-xs-12, .comment-form .comment-notes,
  .comment-form .comment-form-comment,
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url,
  .comment-form .form-submit,
  .comment-form .logged-in-as {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }

@media (min-width: 576px) {
  .col-sm-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }
  .col-sm-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }
  .col-sm-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }
  .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }
  .col-sm-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }
  .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }
  .col-sm-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }
  .col-sm-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }
  .col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }
  .col-sm-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }
  .col-sm-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }
  .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }
  .col-md-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }
  .col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }
  .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }
  .col-md-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }
  .col-md-6,
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }
  .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }
  .col-md-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }
  .col-md-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }
  .col-md-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }
  .col-md-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }
  .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }
  .col-lg-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }
  .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }
  .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }
  .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }
  .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }
  .col-lg-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }
  .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }
  .col-lg-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }
  .col-lg-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }
  .col-lg-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }
  .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }
  .col-xl-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }
  .col-xl-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }
  .col-xl-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }
  .col-xl-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }
  .col-xl-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }
  .col-xl-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }
  .col-xl-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }
  .col-xl-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }
  .col-xl-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }
  .col-xl-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }
  .col-xl-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }

@media (min-width: 0) {
  .push-xs-1 {
    margin-left: 8.33333%; }
  .push-xs-2 {
    margin-left: 16.66667%; }
  .push-xs-3 {
    margin-left: 25%; }
  .push-xs-4 {
    margin-left: 33.33333%; }
  .push-xs-5 {
    margin-left: 41.66667%; }
  .push-xs-6 {
    margin-left: 50%; }
  .push-xs-7 {
    margin-left: 58.33333%; }
  .push-xs-8 {
    margin-left: 66.66667%; }
  .push-xs-9 {
    margin-left: 75%; }
  .push-xs-10 {
    margin-left: 83.33333%; }
  .push-xs-11 {
    margin-left: 91.66667%; }
  .push-xs-12 {
    margin-left: 100%; } }

@media (min-width: 576px) {
  .push-sm-1 {
    margin-left: 8.33333%; }
  .push-sm-2 {
    margin-left: 16.66667%; }
  .push-sm-3 {
    margin-left: 25%; }
  .push-sm-4 {
    margin-left: 33.33333%; }
  .push-sm-5 {
    margin-left: 41.66667%; }
  .push-sm-6 {
    margin-left: 50%; }
  .push-sm-7 {
    margin-left: 58.33333%; }
  .push-sm-8 {
    margin-left: 66.66667%; }
  .push-sm-9 {
    margin-left: 75%; }
  .push-sm-10 {
    margin-left: 83.33333%; }
  .push-sm-11 {
    margin-left: 91.66667%; }
  .push-sm-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .push-md-1 {
    margin-left: 8.33333%; }
  .push-md-2 {
    margin-left: 16.66667%; }
  .push-md-3 {
    margin-left: 25%; }
  .push-md-4 {
    margin-left: 33.33333%; }
  .push-md-5 {
    margin-left: 41.66667%; }
  .push-md-6 {
    margin-left: 50%; }
  .push-md-7 {
    margin-left: 58.33333%; }
  .push-md-8 {
    margin-left: 66.66667%; }
  .push-md-9 {
    margin-left: 75%; }
  .push-md-10 {
    margin-left: 83.33333%; }
  .push-md-11 {
    margin-left: 91.66667%; }
  .push-md-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .push-lg-1 {
    margin-left: 8.33333%; }
  .push-lg-2 {
    margin-left: 16.66667%; }
  .push-lg-3 {
    margin-left: 25%; }
  .push-lg-4 {
    margin-left: 33.33333%; }
  .push-lg-5 {
    margin-left: 41.66667%; }
  .push-lg-6 {
    margin-left: 50%; }
  .push-lg-7 {
    margin-left: 58.33333%; }
  .push-lg-8 {
    margin-left: 66.66667%; }
  .push-lg-9 {
    margin-left: 75%; }
  .push-lg-10 {
    margin-left: 83.33333%; }
  .push-lg-11 {
    margin-left: 91.66667%; }
  .push-lg-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .push-xl-1 {
    margin-left: 8.33333%; }
  .push-xl-2 {
    margin-left: 16.66667%; }
  .push-xl-3 {
    margin-left: 25%; }
  .push-xl-4 {
    margin-left: 33.33333%; }
  .push-xl-5 {
    margin-left: 41.66667%; }
  .push-xl-6 {
    margin-left: 50%; }
  .push-xl-7 {
    margin-left: 58.33333%; }
  .push-xl-8 {
    margin-left: 66.66667%; }
  .push-xl-9 {
    margin-left: 75%; }
  .push-xl-10 {
    margin-left: 83.33333%; }
  .push-xl-11 {
    margin-left: 91.66667%; }
  .push-xl-12 {
    margin-left: 100%; } }

/**
 * Auto width columns.
 */
.col {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 0) {
  .hide-xs, .main-navigation .menu {
    display: none; }
  .show-xs {
    display: block; } }

@media (min-width: 576px) {
  .hide-sm {
    display: none; }
  .show-sm {
    display: block; } }

@media (min-width: 768px) {
  .hide-md {
    display: none; }
  .show-md {
    display: block; } }

@media (min-width: 992px) {
  .hide-lg {
    display: none; }
  .show-lg, .main-navigation .menu {
    display: block; } }

@media (min-width: 1200px) {
  .hide-xl {
    display: none; }
  .show-xl {
    display: block; } }

.clear:before, .main-navigation .menu:before, .clear:after, .main-navigation .menu:after {
  content: '';
  display: table; }

.clear:after, .main-navigation .menu:after {
  clear: both; }

/**
 * Typography styles
 * -----------------------------------------------------------------------------
 */
html {
  font-size: 100%; }

body {
  word-break: break-word; }

body,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Roboto", serif;
  font-size: 1.125rem;
  line-height: 1.75; }

address,
blockquote,
dl,
figure,
.h1, h1,
.h2, h2,
.h3,
.error404 .hentry .widgettitle, h3,
.h4, h4,
.h5, h5,
.h6, h6,
hr,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.96875rem;
  margin-top: 1.96875rem; }
  address:first-child,
  blockquote:first-child,
  dl:first-child,
  figure:first-child,
  .h1:first-child, h1:first-child,
  .h2:first-child, h2:first-child,
  .h3:first-child,
  .error404 .hentry .widgettitle:first-child, h3:first-child,
  .h4:first-child, h4:first-child,
  .h5:first-child, h5:first-child,
  .h6:first-child, h6:first-child,
  hr:first-child,
  ol:first-child,
  p:first-child,
  pre:first-child,
  table:first-child,
  ul:first-child {
    margin-top: 0; }
  address:last-child,
  blockquote:last-child,
  dl:last-child,
  figure:last-child,
  .h1:last-child, h1:last-child,
  .h2:last-child, h2:last-child,
  .h3:last-child,
  .error404 .hentry .widgettitle:last-child, h3:last-child,
  .h4:last-child, h4:last-child,
  .h5:last-child, h5:last-child,
  .h6:last-child, h6:last-child,
  hr:last-child,
  ol:last-child,
  p:last-child,
  pre:last-child,
  table:last-child,
  ul:last-child {
    margin-bottom: 0; }

address {
  font-style: italic; }

blockquote,
pre {
  background-color: #EFEFEF;
  border-radius: 0.49219rem;
  padding: 1.96875rem; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-left: 1.96875rem; }

figure {
  height: auto;
  max-width: 100%; }
  figure img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  figure figcaption {
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.96875rem;
    text-align: center; }

.h1, h1,
.h2, h2,
.h3,
.error404 .hentry .widgettitle, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "Poppins", serif;
  font-weight: bold;
  line-height: 1.25; }

.h1, h1 {
  font-size: 2.19727rem; }

.h2, h2 {
  font-size: 1.75781rem; }


.h3,
.error404 .hentry .widgettitle, h3 {
  font-size: 1.40625rem; }

.h4, h4 {
  font-size: 1.125rem; }

.h5, h5 {
  font-size: 0.9rem; }

.h6, h6 {
  font-size: 0.9rem; }

hr {
  border: 0;
  border-bottom: thin solid #EFEFEF; }
  hr.thick {
    border-bottom-width: thick; }
  hr.short {
    margin-left: auto;
    margin-right: auto;
    max-width: 3.9375rem; }
  hr.double-spaced {
    margin-bottom: 3.9375rem;
    margin-top: 3.9375rem; }
    hr.double-spaced:first-child {
      margin-top: 0; }
    hr.double-spaced:last-child {
      margin-bottom: 0; }

ol, ul {
  list-style: decimal;
  margin-left: 1.96875rem; }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
    margin-top: 0; }

ul {
  list-style: disc; }

pre {
  overflow: auto; }
  pre, pre * {
    font-family: "Inconsolata", monospace; }

table {
  border-collapse: collapse;
  border: thin solid #EFEFEF;
  width: 100%; }
  table td,
  table th {
    border: thin solid #EFEFEF;
    padding: 0.49219rem;
    text-align: left; }
  table th {
    font-weight: bold; }

a {
  border-bottom: thin solid #EE5253;
  color: #EE5253;
  text-decoration: none;
  transition: all 1s; }
  a:hover {
    border-bottom-color: #D61516;
    color: #D61516; }

abbr[title],
acronym[title] {
  border-bottom: thin dotted #222;
  cursor: help;
  text-decoration: none; }

b,
strong {
  font-weight: bold; }

cite {
  font-weight: bold; }
  blockquote cite {
    margin-bottom: 1.96875rem;
    margin-top: 1.96875rem;
    display: block;
    text-align: right; }
    blockquote cite:first-child {
      margin-top: 0; }
    blockquote cite:last-child {
      margin-bottom: 0; }
    blockquote cite img {
      display: block; }

code,
kbd,
tt,
var {
  background-color: #EFEFEF;
  display: inline-block;
  font-family: "Inconsolata", monospace;
  line-height: 1.25;
  padding: 0.28125rem 0.25rem; }

del,
s {
  text-decoration: line-through; }

em,
i {
  font-style: italic; }

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

ins,
u {
  border-bottom: thin solid #222;
  text-decoration: none; }

q {
  font-style: italic; }
  q:before {
    content: '\201c'; }
  q:after {
    content: '\201d'; }

small {
  font-size: 0.9rem; }

sub,
sup {
  font-size: 0.9rem;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/**
 * Form styles
 * -----------------------------------------------------------------------------
 */
form p {
  margin-bottom: 0.98438rem;
  margin-top: 0.98438rem; }
  form p:first-child {
    margin-top: 0; }
  form p:last-child {
    margin-bottom: 0; }

.btn,
button,
input,
select,
textarea {
  border: 0.125rem solid #EFEFEF;
  border-radius: 0.25rem;
  color: black;
  display: inline-block;
  padding: 0.47656rem 1rem;
  width: 100%; }

.btn,
button,
input[type=submit],
input[type=button] {
  background-color: #EE5253;
  border-color: #EE5253;
  color: white;
  cursor: pointer;
  font-family: "Poppins", serif;
  font-weight: bold;
  transition: all 0.7s;
  width: auto; }
  .btn:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    background-color: #D61516;
    border-color: #D61516;
    color: white; }

textarea {
  height: 8.85938rem; }

label {
  font-size: 0.9rem; }

/**
 * WordPress styles
 * -----------------------------------------------------------------------------
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  display: inline;
  float: left;
  margin: 0 1.96875rem 1.96875rem 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 1.96875rem 1.96875rem; }

.wp-caption {
  margin-bottom: 1.96875rem;
  margin-top: 1.96875rem;
  max-width: 100%; }
  .wp-caption:first-child {
    margin-top: 0; }
  .wp-caption:last-child {
    margin-bottom: 0; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.96875rem;
    text-align: center; }

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

.gallery {
  margin-bottom: 1.96875rem;
  margin-top: 1.96875rem; }
  .gallery:first-child {
    margin-top: 0; }
  .gallery:last-child {
    margin-bottom: 0; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
    padding: 0.49219rem;
    margin: auto; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
    padding: 0.49219rem;
    margin: auto; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
    padding: 0.49219rem;
    margin: auto; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
    padding: 0.49219rem;
    margin: auto; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
    padding: 0.49219rem;
    margin: auto; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
    padding: 0.49219rem;
    margin: auto; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
    padding: 0.49219rem;
    margin: auto; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
    padding: 0.49219rem;
    margin: auto; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

/**
 * Fontello icon styles
 * -----------------------------------------------------------------------------
 */
/*
 * Fontello icons css
 */
@font-face {
  font-family: 'fontello';
  src: url("assets/font/fontello.eot?92691557");
  src: url("assets/font/fontello.eot?92691557#iefix") format("embedded-opentype"), url("assets/font/fontello.woff2?92691557") format("woff2"), url("assets/font/fontello.woff?92691557") format("woff"), url("assets/font/fontello.ttf?92691557") format("truetype"), url("assets/font/fontello.svg?92691557#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
 font-family: 'fontello';
 src: url('assets/font/fontello.svg?92691557#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-basket:before {
  content: '\e800'; }

/* '' */
.icon-search:before {
  content: '\e801'; }

/* '' */
.icon-cog:before {
  content: '\e802'; }

/* '' */
.icon-download:before {
  content: '\e803'; }

/* '' */
.icon-user:before {
  content: '\e804'; }

/* '' */
.icon-down-dir:before {
  content: '\e805'; }

/* '' */
.icon-up-dir:before {
  content: '\e806'; }

/* '' */
.icon-left-dir:before {
  content: '\e807'; }

/* '' */
.icon-right-dir:before {
  content: '\e808'; }

/* '' */
.icon-tumbler:before {
  content: '\e809'; }

/* '' */
.icon-zoom-in:before {
  content: '\e80a'; }

/* '' */
.icon-zoom-out:before {
  content: '\e80b'; }

/* '' */
.icon-left-open:before {
  content: '\e80c'; }

/* '' */
.icon-right-open:before {
  content: '\e80d'; }

/* '' */
.icon-pin:before {
  content: '\e80e'; }

/* '' */
.icon-clock:before {
  content: '\e80f'; }

/* '' */
.icon-tag:before {
  content: '\e810'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-comment-empty:before {
  content: '\f0e5'; }

/* '' */
.icon-folder-empty:before {
  content: '\f114'; }

/* '' */
.icon-thumbs-up-alt:before {
  content: '\f164'; }

/* '' */
.icon-thumbs-down-alt:before {
  content: '\f165'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-left:before {
  content: '\f177'; }

/* '' */
.icon-right:before {
  content: '\f178'; }

/* '' */
.icon-cart-plus:before {
  content: '\f217'; }

/* '' */
.icon-pinterest:before {
  content: '\f231'; }

/* '' */
.icon-vimeo:before {
  content: '\f27d'; }

/* '' */
.icon-snapchat-ghost:before {
  content: '\f2ac'; }

/* '' */
/**
 * Common styles
 * -----------------------------------------------------------------------------
 */
body {
  background-color: #EFEFEF; }

.hidden {
  display: none; }

.visible ~ .visible:before {
  content: '\2022';
  margin: 0 0.5rem; }

.dark-link, .brand a, .main-navigation a, .hentry .entry-header a,
.hentry .entry-meta a, .comment-meta .comment-metadata a, .widget-area.sidebar .widget a {
  color: #222; }
  .dark-link:hover, .brand a:hover, .main-navigation a:hover, .hentry .entry-header a:hover,
  .hentry .entry-meta a:hover, .comment-meta .comment-metadata a:hover, .widget-area.sidebar .widget a:hover {
    color: #EE5253; }

.light-link, .site-header-business .main-navigation a,
.site-header-blog .main-navigation a, .widget-area.sidebar .widget a.btn, .widget-area.footer .widget a, .site-footer a {
  color: white; }
  .light-link:hover, .site-header-business .main-navigation a:hover,
  .site-header-blog .main-navigation a:hover, .widget-area.sidebar .widget a.btn:hover, .widget-area.footer .widget a:hover, .site-footer a:hover {
    color: white;
    opacity: 0.7; }

/**
 * Site header styles
 * -----------------------------------------------------------------------------
 */
.site-header {
  background-color: white;
  padding: 0.98438rem 0; }
  .site-header .container, .site-header .page-template-elementor .entry-title, .page-template-elementor .site-header .entry-title {
    position: relative; }
  .full-width-header .site-header .container, .full-width-header .site-header .page-template-elementor .entry-title, .page-template-elementor .full-width-header .site-header .entry-title {
    max-width: none; }
  .site-header.site-header-business, .site-header.site-header-blog {
    padding-bottom: 0; }

.brand a {
  border-bottom: none; }

.brand .custom-logo,
.brand .custom-logo-link {
  display: block;
  float: left; }

.brand .site-title,
.brand .site-description {
  line-height: 1.96875rem;
  margin: 0; }

.site-header-blog .brand,
.site-header-business .brand {
  text-align: center; }
  .site-header-blog .brand .custom-logo,
  .site-header-business .brand .custom-logo {
    float: none;
    margin: 0 auto; }
  .site-header-blog .brand .custom-logo-link,
  .site-header-business .brand .custom-logo-link {
    float: none;
    margin: 0 auto;
    padding-bottom: 0.98438rem; }
    @media (min-width: 992px) {
      .site-header-blog .brand .custom-logo-link,
      .site-header-business .brand .custom-logo-link {
        padding-bottom: 0; } }

@media (min-width: 992px) {
  .site-header-business .brand {
    text-align: left; }
    .site-header-business .brand .custom-logo,
    .site-header-business .brand .custom-logo-link {
      float: left;
      margin: 0; } }

.business-info {
  font-size: 0.9rem;
  margin-bottom: 0.98438rem;
  text-align: center; }
  @media (min-width: 992px) {
    .business-info {
      margin: 0;
      text-align: right; } }

.main-navigation {
  font-family: "Poppins", serif;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }
  .main-navigation ul {
    list-style: none;
    margin: 0; }
    .main-navigation ul ul {
      margin-left: 1.96875rem; }
  .main-navigation a {
    border-bottom: thin dotted #EFEFEF;
    display: block;
    line-height: 1.96875rem;
    padding: 0.47656rem 0; }
    @media (min-width: 992px) {
      .main-navigation a {
        border-bottom: none; } }
    .site-header-business .main-navigation a,
    .site-header-blog .main-navigation a {
      border-bottom-color: rgba(255, 255, 255, 0.3); }
  .site-header-blog .main-navigation {
    background-color: #1569AE;
    padding: 0.47656rem 0; }
    @media (min-width: 992px) {
      .site-header-blog .main-navigation {
        margin-top: 0.98438rem; } }
  .site-header-business .main-navigation {
    background-color: #1569AE;
    padding: 0.47656rem 0; }
    @media (min-width: 992px) {
      .site-header-business .main-navigation {
        margin-top: 0.98438rem; } }
  .main-navigation .menu-toggle {
    background-color: transparent;
    border: none;
    color: #222;
    font-size: 1.75781rem;
    line-height: 1.96875rem;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0.49219rem; }
  .site-header-blog .main-navigation .menu-toggle,
  .site-header-business .main-navigation .menu-toggle {
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 0; }
  .site-header-business .main-navigation .menu-toggle,
  .main-navigation .site-header-blog .menu-toggle {
    color: white; }
  .main-navigation .menu {
    font-size: 0.9rem; }
    @media (min-width: 992px) {
      .main-navigation .menu {
        float: right; } }
    @media (min-width: 992px) {
      .main-navigation .menu li {
        float: left;
        margin-left: 1.5rem;
        position: relative; } }
    .main-navigation .menu li.call-to-action a {
      background-color: #EE5253;
      border-radius: 0.25rem;
      color: white;
      opacity: 1;
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
      .main-navigation .menu li.call-to-action a:hover {
        background-color: #D61516; }
    @media (min-width: 992px) {
      .main-navigation .menu li.call-to-action {
        float: right; } }
    .main-navigation .menu li.menu-item-has-children:hover > .sub-menu, .main-navigation .menu li.menu-item-has-children:focus > .sub-menu {
      display: block; }
    .main-navigation .menu li.menu-item-has-children > a:after {
      content: '\e805';
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .main-navigation.toggled .menu {
    display: block; }
  @media (min-width: 992px) {
    .site-header-blog .main-navigation .menu {
      float: none;
      text-align: center; } }
  @media (min-width: 992px) {
    .site-header-blog .main-navigation .menu li {
      display: inline-block;
      float: none;
      margin: 0 0.75rem; } }
  @media (min-width: 992px) {
    .site-header-business .main-navigation .menu {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .site-header-business .main-navigation .menu li {
      margin-left: 0;
      margin-right: 1.5rem; } }
  @media (min-width: 992px) {
    .main-navigation .sub-menu {
      background-color: white;
      box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.125);
      display: none;
      left: -0.75rem;
      letter-spacing: 0;
      margin-left: 0;
      position: absolute;
      text-transform: none;
      top: 100%;
      width: 200px;
      z-index: 9999; } }
  @media (min-width: 992px) {
    .main-navigation .sub-menu li {
      border-bottom: thin dotted #EFEFEF;
      float: none;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .main-navigation .sub-menu a {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .main-navigation .sub-menu .sub-menu {
    left: 101%;
    top: 0; }
  @media (min-width: 992px) {
    .site-header-blog .main-navigation .sub-menu {
      text-align: left; } }
  @media (min-width: 992px) {
    .site-header-blog .main-navigation .sub-menu li {
      display: block;
      margin: 0; } }
  @media (min-width: 992px) {
    .site-header-blog .main-navigation .sub-menu li.call-to-action {
      float: none; } }
  @media (min-width: 992px) {
    .site-header-blog .main-navigation .sub-menu li,
    .site-header-business .main-navigation .sub-menu li {
      display: block;
      margin: 0; } }
  @media (min-width: 992px) {
    .site-header-blog .main-navigation .sub-menu a,
    .site-header-business .main-navigation .sub-menu a {
      color: #222; }
      .site-header-blog .main-navigation .sub-menu a:hover,
      .site-header-business .main-navigation .sub-menu a:hover {
        color: #EE5253;
        opacity: 1; } }

/**
 * Site content styles
 * -----------------------------------------------------------------------------
 */
.site-content {
  padding: 30px 0; }
  .site-content .hentry,
  .site-content .widget {
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: white;
    padding: 45px; }
    .site-content .hentry:first-child,
    .site-content .widget:first-child {
      margin-top: 0; }
    .site-content .hentry:last-child,
    .site-content .widget:last-child {
      margin-bottom: 0; }
  .sidebar-layout-left .site-content .widget-area {
    order: 1; }
  .sidebar-layout-left .site-content .content-area {
    order: 2; }
  .sidebar-layout-none .site-content .content-area,
  .page-template-no-sidebar .site-content .content-area {
    margin-left: auto;
    margin-right: auto; }
  .page-template-full-width .site-content .content-area {
    width: 100% !important; }
  .page-template-elementor .site-content,
  .page-template-homepage-premium-1 .site-content,
  .page-template-homepage-premium-2 .site-content,
  .page-template-homepage .site-content {
    padding: 0; }
    .page-template-elementor .site-content .content-area,
    .page-template-homepage-premium-1 .site-content .content-area,
    .page-template-homepage-premium-2 .site-content .content-area,
    .page-template-homepage .site-content .content-area {
      width: 100% !important; }
      .page-template-elementor .site-content .content-area > .hentry,
      .page-template-homepage-premium-1 .site-content .content-area > .hentry,
      .page-template-homepage-premium-2 .site-content .content-area > .hentry,
      .page-template-homepage .site-content .content-area > .hentry {
        background: transparent;
        margin: 0;
        padding: 0; }
    .page-template-elementor .site-content .entry-header,
    .page-template-homepage-premium-1 .site-content .entry-header,
    .page-template-homepage-premium-2 .site-content .entry-header,
    .page-template-homepage .site-content .entry-header {
      border-bottom: none;
      padding-bottom: 0; }

/**
 * Entry styles
 * -----------------------------------------------------------------------------
 */
.hentry .entry-header,
.hentry .entry-content,
.hentry .entry-footer {
  margin-bottom: 1.96875rem;
  margin-top: 1.96875rem; }
  .hentry .entry-header:first-child,
  .hentry .entry-content:first-child,
  .hentry .entry-footer:first-child {
    margin-top: 0; }
  .hentry .entry-header:last-child,
  .hentry .entry-content:last-child,
  .hentry .entry-footer:last-child {
    margin-bottom: 0; }

.hentry .entry-header {
  border-bottom: thin solid #EFEFEF;
  padding-bottom: 0.98438rem; }

.hentry .entry-header a,
.hentry .entry-meta a {
  border-bottom: none; }

.hentry .entry-title,
.hentry .entry-meta {
  margin-bottom: 0.98438rem;
  margin-top: 0.98438rem; }
  .hentry .entry-title:first-child,
  .hentry .entry-meta:first-child {
    margin-top: 0; }
  .hentry .entry-title:last-child,
  .hentry .entry-meta:last-child {
    margin-bottom: 0; }

.hentry .entry-meta {
  font-size: 0.9rem;
  letter-spacing: 0.0625rem;
  line-height: 1.96875rem;
  text-transform: uppercase; }
  .hentry .entry-meta.entry-footer {
    border-top: thin solid #EFEFEF;
    padding-top: 1.96875rem; }
  .hentry .entry-meta a {
    border-bottom: thin dashed #EFEFEF; }

.hentry .entry-date .published:not(.updated) {
  display: none; }

.hentry .entry-thumbnail a {
  border-bottom: none; }

.entry-content ul.wp-block-gallery {
  margin-left: auto; }

.entry-content .page-links {
  clear: both; }

/**
 * Home page styles
 * -----------------------------------------------------------------------------
 */
.home-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.90625rem 0; }
  .home-section:before {
    background-color: white;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0; }
  .home-section > * {
    position: relative; }
  .home-section .home-section-title,
  .home-section .home-section-description,
  .home-section .home-section-content {
    margin-bottom: 1.96875rem;
    margin-top: 1.96875rem; }
    .home-section .home-section-title:first-child,
    .home-section .home-section-description:first-child,
    .home-section .home-section-content:first-child {
      margin-top: 0; }
    .home-section .home-section-title:last-child,
    .home-section .home-section-description:last-child,
    .home-section .home-section-content:last-child {
      margin-bottom: 0; }
  .home-section .home-section-title,
  .home-section .home-section-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    text-align: center; }
  .home-section .widget {
    background-color: transparent;
    font-size: 1.125rem;
    margin: 0;
    padding: 15px; }
  .home-section.hero {
    position: relative;
    color: white; }
    .home-section.hero:before {
      background-color: black;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      opacity: 0.6;
      position: absolute;
      right: 0;
      top: 0; }
    .home-section.hero > * {
      position: relative; }
    .home-section.hero .home-section-content {
      align-items: center;
      justify-content: center;
      min-height: 19.6875rem; }
    .home-section.hero .entry {
      text-align: center; }
  .home-section.recent-posts {
    position: relative; }
    .home-section.recent-posts:before {
      background-color: #EFEFEF;
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      opacity: 1;
      position: absolute;
      right: 0;
      top: 0; }
    .home-section.recent-posts > * {
      position: relative; }
    .home-section.recent-posts .home-section-content .col {
      padding-bottom: 15px;
      padding-top: 15px; }
      @media (min-width: 1200px) {
        .home-section.recent-posts .home-section-content .col {
          min-width: none; } }
      @media (min-width: 0) {
        .home-section.recent-posts .home-section-content .col {
          min-width: 100%; } }
      @media (min-width: 576px) {
        .home-section.recent-posts .home-section-content .col {
          min-width: 50%; } }
      @media (min-width: 992px) {
        .home-section.recent-posts .home-section-content .col {
          min-width: 33.333%; } }
    .home-section.recent-posts .home-section-content .hentry {
      padding: 30px; }

/**
 * Premium elementor page builder template styles
 * -----------------------------------------------------------------------------
 */
.page-template-elementor .entry-header,
.page-template-elementor .entry-content {
  margin: 0; }

.page-template-elementor .entry-title {
  padding: 1.96875rem 0;
  text-align: center; }

/**
 * Pagination styles
 * -----------------------------------------------------------------------------
 */
.pagination {
  margin-bottom: 30px;
  margin-top: 30px; }
  .pagination:first-child {
    margin-top: 0; }
  .pagination:last-child {
    margin-bottom: 0; }
  .pagination a {
    border-bottom: none; }
  .pagination .page-numbers {
    background-color: white;
    display: inline-block;
    height: 2.95312rem;
    line-height: 2.95312rem;
    margin-right: 0.25rem;
    text-align: center;
    width: 2.95312rem; }

/**
 * Comments area styles
 * -----------------------------------------------------------------------------
 */
.comments-area {
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: white;
  padding: 45px; }
  .comments-area:first-child {
    margin-top: 0; }
  .comments-area:last-child {
    margin-bottom: 0; }
  .comments-area ol,
  .comments-area ul {
    list-style: none;
    margin-left: 0; }

.comments-title {
  border-bottom: thin solid #EFEFEF;
  padding-bottom: 1.96875rem; }

.comment {
  border-bottom: thin solid #EFEFEF;
  margin-bottom: 1.96875rem;
  padding-bottom: 1.96875rem; }
  .comment .comment {
    border-bottom: none;
    border-top: thin solid #EFEFEF;
    margin-bottom: 0;
    margin-left: 1.96875rem;
    margin-top: 1.96875rem;
    padding-bottom: 0;
    padding-top: 1.96875rem; }

.comment-meta,
.comment-content,
.reply {
  margin-bottom: 1.96875rem;
  margin-top: 1.96875rem; }
  .comment-meta:first-child,
  .comment-content:first-child,
  .reply:first-child {
    margin-top: 0; }
  .comment-meta:last-child,
  .comment-content:last-child,
  .reply:last-child {
    margin-bottom: 0; }

.comment-meta .avatar {
  float: left;
  margin-right: 0.5rem; }

.bypostauthor .comment-meta .avatar {
  border: 3px solid #EE5253; }

.comment-meta .comment-metadata {
  font-size: 0.9rem; }
  .comment-meta .comment-metadata a {
    border-bottom: none; }

.comment-meta .fn {
  font-family: "Poppins", serif; }

.comment .comment-respond {
  border-top: thin solid #EFEFEF;
  margin-top: 1.96875rem;
  padding-top: 1.96875rem; }

.comment-reply-title small {
  float: right;
  font-weight: normal; }

.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin: 0; }

.comment-form .form-submit {
  margin-bottom: 0; }
  .comment-form .form-submit .submit {
    width: 100%; }
    @media (min-width: 576px) {
      .comment-form .form-submit .submit {
        width: auto; } }

/**
 * Widget styles
 * -----------------------------------------------------------------------------
 */
.widget {
  font-size: 0.9rem;
  /**
	 * calendar
	 * -----------------------------------------------------------------------------
	 */ }
  .widget ol,
  .widget ul {
    list-style: none;
    margin-left: 0; }
    .widget ol ol,
    .widget ol ul,
    .widget ul ol,
    .widget ul ul {
      margin-left: 1.96875rem; }
  .widget li {
    border-bottom: thin dotted #EFEFEF;
    margin-bottom: 0 !important;
    padding: 0.65625rem 0; }
    .widget li:first-child {
      padding-top: 0; }
    .widget li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .widget .calendar_wrap table th, .widget .calendar_wrap table td {
    padding: 0.32812rem;
    font-size: .8em;
    word-break: normal; }

.widget-area.sidebar {
  margin-top: 1.96875rem; }
  @media (min-width: 992px) {
    .widget-area.sidebar {
      margin-top: inherit; } }
  .widget-area.sidebar .widget a {
    border-bottom: none; }

.widget-area.footer {
  background-color: #222;
  border-bottom: thin solid rgba(255, 255, 255, 0.075);
  color: white;
  padding-top: 3.9375rem; }
  .widget-area.footer .widget {
    margin-bottom: 3.9375rem; }
    @media (min-width: 1200px) {
      .widget-area.footer .widget {
        min-width: none; } }
    @media (min-width: 0) {
      .widget-area.footer .widget {
        min-width: 100%; } }
    @media (min-width: 576px) {
      .widget-area.footer .widget {
        min-width: 50%; } }
    @media (min-width: 768px) {
      .widget-area.footer .widget {
        min-width: 33.333%; } }
    @media (min-width: 992px) {
      .widget-area.footer .widget {
        min-width: 25%; } }
    .widget-area.footer .widget a {
      border-bottom: 0; }
    .widget-area.footer .widget li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }

/**
 * Site footer styles
 * -----------------------------------------------------------------------------
 */
.site-footer {
  background-color: #222;
  color: white;
  font-family: "Poppins", serif;
  font-size: 0.9rem;
  padding: 1.96875rem 0;
  text-align: center; }
  .site-footer a {
    border-bottom: none; }

/**
 * Search form styles
 * -----------------------------------------------------------------------------
 */
.search-form {
  position: relative; }
  .search-form input[type=search] {
    width: 100%; }
  .search-form input[type=submit] {
    border-width: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-bottom: 0.35156rem;
    padding-top: 0.35156rem;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem; }

/**
 * 404 styles
 * -----------------------------------------------------------------------------
 */
.error404 .hentry .widget {
  background-color: transparent;
  margin: 0;
  margin-bottom: 1.96875rem;
  padding: 0; }
  .error404 .hentry .widget:last-child {
    margin-bottom: 0; }
  .error404 .hentry .widget ol,
  .error404 .hentry .widget ul,
  .error404 .hentry .widget p {
    margin-bottom: 0.98438rem;
    margin-top: 0.98438rem; }
    .error404 .hentry .widget ol:first-child,
    .error404 .hentry .widget ul:first-child,
    .error404 .hentry .widget p:first-child {
      margin-top: 0; }
    .error404 .hentry .widget ol:last-child,
    .error404 .hentry .widget ul:last-child,
    .error404 .hentry .widget p:last-child {
      margin-bottom: 0; }

.error404 .hentry .widgettitle {
  margin-bottom: 0.98438rem;
  margin-top: 0.98438rem; }
  .error404 .hentry .widgettitle:first-child {
    margin-top: 0; }
  .error404 .hentry .widgettitle:last-child {
    margin-bottom: 0; }

/**
 * Premium home section styles
 * -----------------------------------------------------------------------------
 */
.home-section {
  /**
	 * Premium home page 1 styles
	 * -------------------------------------------------------------------------
	 */
  /**
	 * Premium home page 2 styles
	 * -------------------------------------------------------------------------
	 */ }
  @media (min-width: 1200px) {
    .home-section.citations .col {
      min-width: none; } }
  @media (min-width: 0) {
    .home-section.citations .col {
      min-width: 100%; } }
  @media (min-width: 576px) {
    .home-section.citations .col {
      min-width: 50%; } }
  @media (min-width: 768px) {
    .home-section.citations .col {
      min-width: 33.333%; } }
  @media (min-width: 992px) {
    .home-section.citations .col {
      min-width: 25%; } }
  .home-section.citations img {
    display: block;
    margin: auto; }
  .home-section.funnel {
    text-align: center; }
    @media (min-width: 1200px) {
      .home-section.funnel .col {
        min-width: none; } }
    @media (min-width: 0) {
      .home-section.funnel .col {
        min-width: 100%; } }
    @media (min-width: 576px) {
      .home-section.funnel .col {
        min-width: 50%; } }
    @media (min-width: 992px) {
      .home-section.funnel .col {
        min-width: 33.333%; } }
  .page-template-homepage-premium-1 .home-section.hero .row, .page-template-homepage-premium-1 .home-section.hero .comment-form {
    justify-content: flex-start; }
  .page-template-homepage-premium-1 .home-section.hero .entry {
    background-color: white;
    color: #222 !important;
    padding: 45px; }
  .page-template-homepage-premium-2 .home-section.hero .row, .page-template-homepage-premium-2 .home-section.hero .comment-form {
    justify-content: flex-start; }
  .page-template-homepage-premium-2 .home-section.hero .entry {
    text-align: left; }

/*# sourceMappingURL=style.css.map */
