/*!
Theme Name: Cash Offer
Theme URI: http://underscores.me/
Author: Entrance
Author URI: http://entrance.agency
Description: Require plugins: Redux Framework, Page Builder by SiteOrigin, SiteOrigin Widgets Bundle, Carbon Fields
Version: 1.2.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coffer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
================================================================
>>> Z-INDEXES:
----------------------------------------------------------------
================================================================

--- Header: 200
--- Popup: 300

*/

@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*--------------------------------------------------------------
================================================================
NORMALIZE
================================================================
--------------------------------------------------------------*/

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  box-sizing: border-box;
  color: #666;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden;

}
body.mob-nav-active, body.popup-open {
  overflow: hidden;
}
body * {
  box-sizing: border-box;
  outline: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body *:focus {
  outline: none;
}

/*Layout*/

.wrapper {
  position: relative;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

main {
  display: block;
}

/*Scroll bar*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*Links*/

a {
  transition: all .3s;
  background-color: transparent;
  color: inherit;
}
a:hover {
  color: var(--color-accent);
}

/*Buttons*/

button {
  border: none;
  cursor: pointer;
  transition: all .3s;
}
button:hover, .mat-button-base:hover {
  opacity: .8;
}

/*Images*/

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

/*Text elements*/

p {
  margin: 0 0 0px
}
table p {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  left: -40px;
  top: -20px;
  color: #000;
  opacity: .25;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
ul, ol {
  margin: 0 0 1em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1em 1em;
}
embed, iframe, object {
    max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  color: var(--color-default);
  font-weight: normal;
}

/*Forms*/

input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: none;
  border: 1px solid #ccc;
  padding: 6px 10px;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*WP forms*/

body div.wpforms-container-full .wpforms-form input[type=date], 
body div.wpforms-container-full .wpforms-form input[type=datetime], 
body div.wpforms-container-full .wpforms-form input[type=datetime-local], 
body div.wpforms-container-full .wpforms-form input[type=email], 
body div.wpforms-container-full .wpforms-form input[type=month], 
body div.wpforms-container-full .wpforms-form input[type=number], 
body div.wpforms-container-full .wpforms-form input[type=password], 
body div.wpforms-container-full .wpforms-form input[type=range], 
body div.wpforms-container-full .wpforms-form input[type=search], 
body div.wpforms-container-full .wpforms-form input[type=tel], 
body div.wpforms-container-full .wpforms-form input[type=text], 
body div.wpforms-container-full .wpforms-form input[type=time], 
body div.wpforms-container-full .wpforms-form input[type=url], 
body div.wpforms-container-full .wpforms-form input[type=week], 
body div.wpforms-container-full .wpforms-form select, 
body div.wpforms-container-full .wpforms-form textarea {
  border-radius: 8px;
  height: 48px;
}
body div.wpforms-container-full .wpforms-form .wpforms-one-half, 
body div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 
body div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: calc(50% - 10px);
}
body div.wpforms-container-full .wpforms-form .wpforms-one-half, 
body div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 
body div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: calc(50% - 10px);
  margin-left: 20px;
}

/* Interactive */

details {
  display: block;
}
summary {
  display: list-item;
}

/* Misc */

template {
  display: none;
}
[hidden] {
  display: none;
}

/*Typography*/

body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
}
body .gloria {
  font-family: 'Gloria Hallelujah', cursive;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 1em 0;
  line-height: 1.3;
  font-weight: normal;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
.h1 {
  font-size: 60px;
}
.h2 {
  font-size: 40px;
}
.h3 {
  font-size: 30px;
}
.h4 {
  font-size: 24px;
}
.h5 {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  h1 {
      font-size: 30px;
  }
  h2 {
      font-size: 26px;
  }
  h3 {
      font-size: 22px;
  }
  h4 {
      font-size: 18px;
  }
  h5 {
      font-size: 16px;
  }
  .h1 {
    font-size: 30px;
  }
  .h2 {
      font-size: 26px;
  }
  .h3 {
      font-size: 22px;
  }
  .h4 {
      font-size: 18px;
  }
  .h5 {
      font-size: 16px;
  }
}

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

/*Menu*/

ul.menu, ul.sub-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul.menu li, ul.sub-menu li {
  position: relative;
}
ul.menu a, ul.sub-menu a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
ul.menu a:hover, ul.sub-menu a:hover {
  text-decoration: none;
}
.menu-item-has-children {
  position: relative;
}


/*--------------------------------------------------------------
================================================================
HEADER
================================================================
--------------------------------------------------------------*/

#header-compensator {
  height: 70px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,.9);
  backdrop-filter: blur(3px);
  transition: all .3s;
  z-index: 200;
}
.header-transparent:not(.scrolled) .site-header {
  background-color: transparent;
  backdrop-filter: none;
}
.scrolled .site-header {
  box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.site-header__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 5px 0;
}
.site-branding .site-logo {
  display: block;
  object-fit: contain;
  object-position: left;
}
#primary-menu > .menu-item > a {
  font-weight: 600;
  padding: 10px 20px;
  color: #666;
  transition: all .3s;
}
#primary-menu .sub-menu a {
  padding: 10px 20px;
}
#primary-menu > .menu-item > a:hover,
#primary-menu > .menu-item.current-menu-item > a  {
  color: #000;
}
.menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}
.mobile-nav-active .menu-toggle .burger-icon:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-nav-active .menu-toggle .burger-icon:after {
  transform: translate(-50%, -50%) scale(0);
}
.mobile-nav-active .menu-toggle .burger-icon span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-item-has-children::before {
  content: "\f107";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
} 

@media screen and (min-width: 1025px) {
  #site-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-widget {
    margin-left: 30px;
  }
  #primary-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  #primary-menu > .menu-item {
    position: relative;
  }
  .site-header .menu-toggle {
    display: none;
  }
  #site-navigation .sub-menu {
    width: 220px;
    left: 20px;
    display: block;
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0px 0px 37px rgba(186, 186, 186, 0.2);
    transition: all .3s;
    z-index: 1;
  }
  #site-navigation .menu > .menu-item > .sub-menu {
    left: 0;
    bottom: 0;
    transform: translateY(105%);
  }
  #site-navigation .menu-item-has-children:hover > .sub-menu:not(.hidden) {
    visibility: visible;
    opacity: 1;
    transform: translateY(100%);
  }
  #site-navigation .menu-item-has-children:before {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  #site-navigation {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
  }
  #primary-menu {
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(3px);
    padding: 15px 15px 1px;
    display: none;
    max-height: 400px;
    overflow-y: auto;
  }
  #primary-menu > .menu-item {
    margin-bottom: 15px;
  }
  #site-navigation .menu-item-has-children::before {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  #site-navigation .menu-item-has-children > a {
    max-width: calc(100% - 35px);
    padding-right: 0;
  }
  #primary-menu .sub-menu {
    display: none;
    padding-left: 15px;
    background-color: rgba(123,123,123,.1);
  }
}

/*--------------------------------------------------------------
================================================================
PAGE TITLE
================================================================
--------------------------------------------------------------*/

.page-title .entry-title {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
================================================================
FOOTER
================================================================
--------------------------------------------------------------*/

.prefooter__content {
  margin: 0 auto;
}
.site-footer {
  padding: 50px 0;
  border-top: 2px solid #474646;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover, .site-footer ul.menu a:hover, .site-footer a:hover {
  text-decoration: underline;
}
.footer-widget .widget {
  margin-bottom: 50px;
}
.widget-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-menu {
  margin-bottom: 30px;
}
.footer-logo {
  margin-bottom: 50px;
}
.footer-bottom {
  font-size: 12px;
  opacity: .5;
}
.footer-info {
  margin-bottom: 50px;
  text-align: center;
}
.site-info {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-widgets__layout, #footer-menu {
    text-align: center;
  }
  .footer-widget .sow-features-feature {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-widgets__layout {
    display: flex;
    justify-content: space-between;
  }
  #footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer-menu a {
    padding: 5px 10px;
  }
  .footer-widget {
    width: calc(33.33% - 15px);
  }
  .footer-bottom__layout {
    display: flex;
    justify-content: space-between;
  }
  .footer-info {
    text-align: left;
    max-width: 380px;
    margin-bottom: 0;
  }
  .site-info {
    margin-bottom: 50px;
    text-align: right;
  }
}

/*Recent posts widget*/

.footer-widget .widget_recent_entries li {
  font-size: 12px;
}
.footer-widget .widget_recent_entries .post-date {
  opacity: .5;
}

/*--------------------------------------------------------------
================================================================
POSTS
================================================================
--------------------------------------------------------------*/

.entry-meta {
  color: #aaa;
}
.post-navigation .screen-reader-text, .post-navigation .nav-subtitle,
.posts-navigation .screen-reader-text, .posts-navigation .nav-subtitle {
  display: none;
}
.post-navigation, .posts-navigation {
  background-color: rgba(138,138,138,.15);
  padding: 30px 0;
}
.nav-links {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.post-navigation .nav-links:after, .posts-navigation .nav-links:after {
  content: "";
  width: 100%;
  display: table;
  float: none;
  clear: both;
}
.post-navigation .nav-links a, .posts-navigation .nav-links a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  position: relative;
}
.post-navigation .nav-links a:hover, .posts-navigation .nav-links a:hover {
  background-color: rgba(138,138,138,.15)
}
.post-navigation .nav-next,
.post-navigation .nav-previous,
.posts-navigation .nav-next,
.posts-navigation .nav-previous {
  text-align: center;
}
.post-navigation .nav-next a:after, .posts-navigation .nav-next a:after {
  content: "\f061";
  font-family: 'Font Awesome 5 Pro';
  margin-left: 5px;
}
.post-navigation .nav-previous a:before, .posts-navigation .nav-previous a:before {
  content: "\f060";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 5px;
}

/*Post item*/

.post__item:not(:last-child) {
  margin-bottom: 50px;
}
.post__item:not(:first-child) {
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .post__layout {
    display: flex;
  }
  .post__layout .post-thumbnail {
    width: 30%;
    margin-right: 30px;
  }
  .post__layout .post__content {
    width: calc(70% - 30px);
  }
  .post-navigation .nav-next, .posts-navigation .nav-next  {
    width: 50%;
    text-align: right;
    float: right;
  }
  .post-navigation .nav-previous, .posts-navigation .nav-previous {
    width: 50%;
    text-align: left;
    float: left;
  }
}

/*Single*/

.post__single .post-thumbnail {
  text-align: center;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
================================================================
404
================================================================
--------------------------------------------------------------*/

.content-404 {
  padding: 50px 0;
  text-align: center;
}
.content-404__title {
  font-size: 70px;
}
.content-404 .widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
================================================================
THEME ELEMENTS
================================================================
--------------------------------------------------------------*/

/*Buttons*/

.button, 
.wpforms-container .wpforms-form .wpforms-submit-container .button, 
.menu .menu_link_button, 
.menu .menu_link_button {
  outline: 0;
  text-decoration: none;
}
.button:hover, .wpforms-container .wpforms-form .wpforms-submit-container .button:hover, .menu .menu_link_button:hover, .site-footer ul.menu a.menu_link_button:hover {
  outline: 0;
  text-decoration: none;
}
.wpforms-container .wpforms-form .wpforms-submit-container .button.submit-fullwidth {
  width: 100%;
  text-align: center;
}
.coffer-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
}
.coffer-button:hover {
  opacity: .75;
}
.coffer-button__full-width .coffer-button {
  width: 100%;
}
.coffer-button__subtitle {
  font-weight: 300;
}

/*Address*/

.coffer-address {
  background-color: #fff;
  padding: 15px;
  border-left: 5px solid var(--color-accent);
  position: relative;
}
.coffer-address__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coffer-address input {
  width: calc(100% - 178px);
  padding: 0;
  border: none;
  height: 40px;
  background-color: transparent;
}
.coffer-address button {
  display: flex;
  align-items: center;
}
.coffer-geocode__not-found {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background-color: #cc0000;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
}
.coffer-geocode__not-found a:hover {
  color: #fff;
  opacity: .75;
}
.coffer-address__loader {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
  z-index: 1;
}
.coffer-address__loader.active {
  display: flex;
}
.coffer-address__loader-icon {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #919191;
  width: 40px;
  height: 40px;
  -webkit-animation: loaderSpin 1s linear infinite; /* Safari */
  animation: loaderSpin 1s linear infinite;
}
@-webkit-keyframes loaderSpin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes loaderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (max-width: 480px) {
  .coffer-address input {
    width: calc(100% - 60px);
  }
  .coffer-address {
    padding: 15px 10px;
  }
  .coffer-address input::placeholder {
    font-size: 16px;
  }
}

/*Floating content*/

.floating-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 221;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.floating-content.active {
  opacity: 1;
  visibility: visible;
}

/*Phone*/

.coffer-phone {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.coffer-phone__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin-right: 30px;
}
.coffer-phone__number {
  display: block;
  font-weight: 900;
  font-size: 25px;
}
@media (max-width: 780px) {
  .coffer-phone__icon  {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .coffer-phone__icon svg {
    width: 20px;
    height: auto;
  }
  .coffer-phone__title {
    line-height: 1;
    display: block;
    font-size: 12px;
  }
  .coffer-phone__number  {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-height: 740px) and (min-width: 781px) {
  .coffer-phone__icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .coffer-phone__title {
    line-height: 1;
    display: block;
    font-size: 12px;
  }
  .coffer-phone__number {
    font-size: 20px;
    line-height: 1;
  }
}

/*--------------------------------------------------------------
================================================================
SITEORIGIN WIDGETS
================================================================
--------------------------------------------------------------*/

/*Testimonials*/

.coffer-testimonials__reviews {
  padding: 30px 30px 30px 80px;
  border-radius: 15px;
  position: relative;
}
.coffer-testimonials__quote {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 24px;
}
.coffer-testimonials__reviews-inner {
  position: relative;
  transition: all .3s;
  overflow: hidden;
}
.coffer-testimonials__review {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.coffer-testimonials__review.active {
  display: block;
}
.coffer-testimonials__imgs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.coffer-testimonials__img {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .coffer-testimonials__img {
    margin-right: 15px;
  }
}
.coffer-testimonials__img:last-child {
  margin-right: 0;
}
.coffer-testimonials__pointer {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%) rotate(45deg);
}
.coffer-testimonials__img.active .coffer-testimonials__pointer {
  display: block;
}
.coffer-testimonials__img img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.coffer-testimonials__info {
  display: none;
  max-width: 162px;
  padding-left: 10px;
  max-height: 56px;
}
.coffer-testimonials__name {
  font-weight: 900;
  font-size: 16px;
}
.coffer-testimonials__about {
  line-height: 1;
}

/*Stars*/

.testimonials__stars {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.testimonials__stars:before {
  display: block;
  content: "";
  position: absolute;
  width: 220px;
  max-width: 100%;
  height: 1px;
  background-color: #aaa;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
}
.testimonials__stars i {
  font-size: 24px;
  color: #ffca00;
  margin: 0px 2px;
}

/*Slider*/

.coffer-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.coffer-slide__image {
  width: 100%;
  height: auto;
  display: block;
}

/*Counter*/

.coffer-counter {
  display: inline-flex;
}

/*--------------------------------------------------------------
================================================================
MODALS
================================================================
--------------------------------------------------------------*/

/*Main*/

.popup {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: -1;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 300;
}
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all .5s;
}
.popup.active .popup__overlay {
  opacity: .75;
}
.popup_window {
  width: 90%;
  max-width: 768px;
  min-height: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.popup.active .popup_window {
  transform: translateY(0);
}
.popup_window__padding {
  height: 50px;
}
.popup_window-inner {
  position: relative;
  background-color: #fff;
  padding: 50px 15px;
  overflow: hidden;
}
.popup__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all .5s;
}
.popup__close-button:hover {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .popup_window-inner {
    padding: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .popup_window-inner {
    padding: 60px 100px;
  }
  .popup__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .popup_window-inner {
    padding: 30px 15px;
  }
  .popup__close-button {
    padding: 5px;
  }
}

/*----------------------------------------------------
======================================================
WP FORMS
======================================================
----------------------------------------------------*/

.wpforms-container .wpforms-form .address-fields .wpforms-one-half {
  width: 100%;
  margin: 0 0 20px;
}
.wpforms-container .wpforms-form .address-fields .wpforms-field-address-address1 {
  margin-bottom: 10px;
}
.offer-form .wpforms-field-description {
  color: #fff;
}

/*Offer details*/

.wpforms-container.offer-details-form {
  width: calc(100% - 10px);
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border-radius: 30px;
  background-color: #eceeef;
  -webkit-box-shadow: 0 2px 5px 2px rgb(0 0 0 / 40%);
  -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,.4);
  box-shadow: 0 2px 5px 2px rgb(0 0 0 / 40%);
}
.offer-details-form .wpforms-field-divider:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #000;
  margin-bottom: 10px;
}
.offer-details-form .wpforms-field-divider h3 {
  color: #000;
  font-weight: 600;
}
.wpforms-container.offer-details-form .wpforms-field.wpforms-field-divider {
  padding-top: 20px;
}

/*----------------------------------------------------
======================================================
GRID
======================================================
----------------------------------------------------*/

.grid {
  display: grid;
  grid-template-columns: 1fr;
}
.grid > * {
  min-width: 0; /* Prevent from force resize colums by content */
}
.grid.gap-20 {
  grid-gap: 20px;
}
.grid.gap-30 {
  grid-gap: 30px;
}
.grid.gap-40 {
  grid-gap: 40px;
}
.grid.gap-50 {
  grid-gap: 50px;
}
.grid.gap-60 {
  grid-gap: 60px;
}
.grid.gap-100 {
  grid-gap: 100px;
}
@media screen and (min-width: 992px) {
  .grid-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-col-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .grid-col-2-1 {
    grid-template-columns: 2fr 1fr;
  }
}

/*----------------------------------------------------
======================================================
SPECIAL CLASSES
======================================================
----------------------------------------------------*/

/*SEO*/

.seo-element {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

/*Burger icon*/

.burger-icon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.burger-icon span, .burger-icon:after, .burger-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.burger-icon:before {
  top: 25%;
}
.burger-icon span {
  top: 50%;
}
.burger-icon:after {
  top: 75%;
}

/*Close icon*/

.close-button {
  cursor: pointer;
}
.close-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.close-button:hover .close-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.close-icon:before, .close-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  transition: all .3s;
}
.close-icon:before {
  transform: translateY(-50%) rotate(45deg);
}
.close-icon:after {
  transform: translateY(-50%) rotate(-45deg);
}

/*Step*/

.coffer-steps .custom-html-widget {
  overflow: hidden;
}
.coffer-step {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  line-height: 1.1;
  transform: translateX(40px);
}
.coffer-step__title {
  font-size: 170px;
  font-weight: bold;
}
.coffer-step__step {
  font-size: 50px;
  text-transform: uppercase;
  transform: rotate(-90deg) translateY(-40px);
}

/*Check list*/

.check-list {
  list-style: none;
  padding: 0 0 0 10px;
}
.check-list li:before {
  content: '✓';
  margin-right: 10px;
  font-weight: 900;
}

/*Utilites*/

body .display-none {
  display: none;
}
body .block {
  display: block;
  position: relative;
}
body .inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.pointer, .cursor-pointer {
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.decoration-none {
  text-decoration: none;
}
.underline-hover:hover {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.bold {
  font-weight: 600;
}
.boldest {
  font-weight: 900;
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.color-red {
  color: #f44336;
}
.color-green {
  color: #0f0;
}
.color-gray {
  color: #888;
}
.color-inherit {
  color: inherit;
}
.background-red {
  background: #e01304;
}
.overflow-hidden {
  overflow: hidden;
}
.darker-bg, .darker-bg-hovered {
  position: relative;
}
.darker-bg:before, .darker-bg-hovered:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1018;
  opacity: 0.7;
  transition: all .5s;
}
.darker-bg-hovered:hover:before {
  opacity: 0.8;
}
.letter-spacing {
  letter-spacing: .4em;
}
.thin-text {
  font-weight: 200;
}
.line-height-1 {
line-height: 1;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
body .fs-12 {
  font-size: 12px;
}
body .fs-16 {
  font-size: 16px;
}
body .fs-18 {
  font-size: 18px;
}
.flex {
  display: flex;
}
.flex-end {
  justify-content: flex-end;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
.tab-compensator {
  display: block;
  position: relative;
  height: 10px;
}
@media screen and (max-width: 1279px) {
  body .pad-align-center {
    text-align: center;
  }
  body .pad-align-right {
    text-align: right;
  }
  body .hide-on-pad {
    display: none !important;
  }
  body .block-on-pad {
    display: block;
  }
  body .inline-on-pad {
    display: inline-block;
  }
  body .pad-col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  body .pad-flex-end {
    display: flex;
    justify-content: flex-end;
  }
  body .pad-flex-center {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  body .mobile-align-center {
    text-align: center;
  }
  body .mobile-align-right {
    text-align: right;
  }
  body .hide-on-mobile {
    display: none !important;
  }
  body .block-on-mobile {
    display: block;
  }
  body .inline-on-mobile {
    display: inline-block;
  }
  .mobile-col-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile-flex-end {
    display: flex;
    justify-content: flex-end;
  }
  .mobile-flex-center {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  body .desctop-align-center {
    text-align: center;
  }
  body .desctop-align-right {
    text-align: right;
  }
  body .hide-on-desctop {
    display: none !important;
  }
  body .inline-on-desctop {
    display: inline-block;
  }
  .desctop-flex-end {
    display: flex;
    justify-content: flex-end;
  }
  .desctop-flex-between {
    display: flex;
    justify-content: space-between;
  }
}

/*Padding margin property*/

html body .m-t-5 {
  margin-top: 5px !important; }
html body .m-b-5 {
  margin-bottom: 5px !important; }
html body .m-r-5 {
  margin-right: 5px !important; }
html body .m-l-5 {
  margin-left: 5px !important; }
html body .p-t-5 {
  padding-top: 5px !important; }
html body .p-b-5 {
  padding-bottom: 5px !important; }
html body .p-r-5 {
  padding-right: 5px !important; }
html body .p-l-5 {
  padding-left: 5px !important; }
html body .p-5 {
  padding: 5px !important; }
html body .m-5 {
  margin: 5px !important; }
html body .m-t-10 {
  margin-top: 10px !important; }
html body .m-b-10 {
  margin-bottom: 10px !important; }
html body .m-r-10 {
  margin-right: 10px !important; }
html body .m-l-10 {
  margin-left: 10px !important; }
html body .p-t-10 {
  padding-top: 10px !important; }
html body .p-b-10 {
  padding-bottom: 10px !important; }
html body .p-r-10 {
  padding-right: 10px !important; }
html body .p-l-10 {
  padding-left: 10px !important; }
html body .p-10 {
  padding: 10px !important; }
html body .m-10 {
  margin: 10px !important; }
html body .m-t-15 {
  margin-top: 15px !important; }
html body .m-b-15 {
  margin-bottom: 15px !important; }
html body .m-r-15 {
  margin-right: 15px !important; }
html body .m-l-15 {
  margin-left: 15px !important; }
html body .p-t-15 {
  padding-top: 15px !important; }
html body .p-b-15 {
  padding-bottom: 15px !important; }
html body .p-r-15 {
  padding-right: 15px !important; }
html body .p-l-15 {
  padding-left: 15px !important; }
html body .p-15 {
  padding: 15px !important; }
html body .m-15 {
  margin: 15px !important; }
html body .m-t-20 {
  margin-top: 20px !important; }
html body .m-b-20 {
  margin-bottom: 20px !important; }
html body .m-r-20 {
  margin-right: 20px !important; }
html body .m-l-20 {
  margin-left: 20px !important; }
html body .p-t-20 {
  padding-top: 20px !important; }
html body .p-b-20 {
  padding-bottom: 20px !important; }
html body .p-r-20 {
  padding-right: 20px !important; }
html body .p-l-20 {
  padding-left: 20px !important; }
html body .p-20 {
  padding: 20px !important; }
html body .m-20 {
  margin: 20px !important; }
html body .m-t-25 {
  margin-top: 25px !important; }
html body .m-b-25 {
  margin-bottom: 25px !important; }
html body .m-r-25 {
  margin-right: 25px !important; }
html body .m-l-25 {
  margin-left: 25px !important; }
html body .p-t-25 {
  padding-top: 25px !important; }
html body .p-b-25 {
  padding-bottom: 25px !important; }
html body .p-r-25 {
  padding-right: 25px !important; }
html body .p-l-25 {
  padding-left: 25px !important; }
html body .p-25 {
  padding: 25px !important; }
html body .m-25 {
  margin: 25px !important; }
html body .m-t-30 {
  margin-top: 30px !important; }
html body .m-b-30 {
  margin-bottom: 30px !important; }
html body .m-t-35 {
  margin-top: 35px !important; }
html body .m-b-35 {
  margin-bottom: 35px !important; }
html body .m-r-30 {
  margin-right: 30px !important; }
html body .m-l-30 {
  margin-left: 30px !important; }
html body .p-t-30 {
  padding-top: 30px !important; }
html body .p-b-30 {
  padding-bottom: 30px !important; }
html body .p-t-35 {
  padding-top: 35px !important; }
html body .p-b-35 {
  padding-bottom: 35px !important; }
html body .p-r-30 {
  padding-right: 30px !important; }
html body .p-l-30 {
  padding-left: 30px !important; }
html body .p-30 {
  padding: 30px !important; }
html body .m-30 {
  margin: 30px !important; }
html body .m-t-40 {
  margin-top: 40px !important; }
html body .m-b-40 {
  margin-bottom: 40px !important; }
html body .m-r-40 {
  margin-right: 40px !important; }
html body .m-l-40 {
  margin-left: 40px !important; }
html body .p-t-40 {
  padding-top: 40px !important; }
html body .p-b-40 {
  padding-bottom: 40px !important; }
html body .p-r-40 {
  padding-right: 40px !important; }
html body .p-l-40 {
  padding-left: 40px !important; }
html body .p-40 {
  padding: 40px !important; }
html body .m-40 {
  margin: 40px !important; }
html body .m-50 {
  margin: 50px;
}
html body .m-t-50 {
  margin-top: 50px;
}
html body .m-b-50 {
  margin-bottom: 50px;
}
html body .p-t-50 {
  padding-top: 50px;
}
html body .p-b-50 {
  padding-bottom: 50px;
}

/** * Zero */
html body .m-0-0 {
  margin: 0 !important; }
html body .m-t-0 {
  margin-top: 0 !important; }
html body .m-r-0 {
  margin-right: 0 !important; }
html body .m-b-0 {
  margin-bottom: 0 !important; }
html body .m-l-0 {
  margin-left: 0 !important; }
html body .p-0-0 {
  padding: 0 !important; }
html body .p-t-0 {
  padding-top: 0 !important; }
html body .p-r-0 {
  padding-right: 0 !important; }
html body .p-b-0 {
  padding-bottom: 0 !important; }
html body .p-l-0 {
  padding-left: 0 !important; }

/** * Page AB Test */


/*clear style typography*/
p, h1,h2,h3,h4,h5,h6 {
  margin: 0px;
  padding: 0px;
}
/*clear style typography*/









