/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans');
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;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
div {
  font-family: 'Quattrocento Sans', sans-serif;
}
* {
  box-sizing: border-box;
}
blockquote {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
p {
  font-size: 18px;
  line-height: 1.9em;
}
a {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
  color: #4C4D50;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  color: #4C4D50;
}
.no-scroll {
  overflow: hidden;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.shadow {
  box-shadow: 0px 0px 5px #ccc;
}
.header-one {
  font-size: 30px;
  font-weight: bold;
}
.header-two {
  font-size: 40px;
  font-weight: bold;
}
.header-three {
  font-size: 30px;
  line-height: 36px;
}
.header-four {
  font-size: 14px;
  line-height: 30px;
}
.aspect-ratio-img-wrapper {
  padding-top: 65%;
  position: relative;
}
.aspect-ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.btn {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
}
.btn:hover {
  cursor: pointer;
}
.btn-outline {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  color: #20C4F4;
  border-color: #20C4F4;
  background: none;
}
.btn-outline:hover {
  cursor: pointer;
}
.btn-default {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  background-color: #20C4F4;
  border: 1px solid #20C4F4;
  color: white;
}
.btn-default:hover {
  cursor: pointer;
}
.form-error {
  display: inline-block;
  margin-bottom: 0;
  color: #20C4F4;
  text-align: left;
}
.wpforms-label-hide,
.wpforms-sublabel-hide {
  display: none;
}
div#wpform-field-hp {
  display: none;
}
.main-content {
  padding-top: 90px;
}
.main-content li {
  line-height: 1.9em;
  color: #9FA0A2;
  margin-bottom: 15px;
}
.main-content li:before {
  background-color: #20C4F4;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -15px;
  height: 5px;
  width: 5px;
}
.carousel {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.slick-dots {
  bottom: 50px;
}
.slick-dots li button:before {
  width: 50px;
  height: 50px;
}
.carousel-item {
  position: relative;
  max-height: 600px;
}
.carousel-item .carousel-caption {
  z-index: 1000;
  margin: auto;
  color: white;
  max-width: 100%;
  padding: 25px 25px 0 25px;
  background-color: rgba(32, 196, 244, 0.8);
}
@media only screen and (min-width: 600px) {
  .carousel-item .carousel-caption {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 80%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 920px) {
  .carousel-item .carousel-caption {
    max-width: 30%;
  }
}
.carousel-item .carousel-caption p {
  font-size: 30px;
  line-height: 35px;
}
.carousel-item .carousel-caption p:last-child {
  padding-bottom: 25px;
}
.carousel-item p.carousel-caption-subtext {
  font-size: 20px;
  line-height: 25px;
  color: white;
}
.hero-img-wrapper {
  padding-top: 65%;
  position: relative;
}
.hero-img {
  width: auto;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: none;
}
.nav-container {
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 399px) {
  .nav-container .menu > li {
    padding: 7px 20px;
  }
  .nav-container .menu > li.menu-item-has-children:not(.sub-menu-active):after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    position: absolute;
    display: inline-block;
    content: '';
    height: 14px;
    width: 14px;
    color: #20C4F4;
    transform: rotate(45deg);
    right: 20px;
  }
  .nav-container .menu a {
    font-size: 24px;
  }
  .nav-container .sub-menu {
    display: none;
  }
  .nav-container .menu.sub-menu-active > li:not(.sub-menu-active) {
    display: none;
  }
  .nav-container .menu.sub-menu-active > li.sub-menu-active {
    padding-left: 25px;
  }
  .nav-container .menu.sub-menu-active > li.sub-menu-active:before {
    border-style: solid;
    border-width: 3px 3px 0 0;
    position: absolute;
    display: inline-block;
    content: '';
    height: 14px;
    width: 14px;
    color: #20C4F4;
    transform: rotate(-135deg);
    left: 20px;
  }
  .nav-container .menu.sub-menu-active > li.sub-menu-active > a {
    padding-left: 20px;
  }
  .nav-container .menu.sub-menu-active > li.sub-menu-active .sub-menu {
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 400px) {
  .nav-container .menu {
    list-style: none;
    display: inline-block;
  }
  .nav-container .menu li {
    display: inline-block;
    text-align: left;
  }
  .nav-container .menu a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: bold;
  }
  .nav-container .menu a:hover {
    color: #20C4F4;
  }
  .nav-container .menu > li {
    position: relative;
  }
  .nav-container .menu > li:hover .sub-menu {
    display: block;
  }
  .nav-container .menu > li:last-child a {
    border: 1px solid #000;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
    color: #20C4F4;
    border-color: #20C4F4;
  }
  .nav-container .menu > li:last-child a:hover {
    cursor: pointer;
  }
  .nav-container .menu .sub-menu {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    z-index: 500;
    overflow: hidden;
  }
  .nav-container .menu .sub-menu > li {
    display: block;
  }
  .nav-container .menu .sub-menu a {
    min-width: 200px;
  }
  .nav-container .menu .sub-menu a:hover {
    background-color: rgba(159, 159, 162, 0.05);
  }
}
.header-wrapper {
  background-color: rgba(159, 159, 162, 0.05);
}
.header-wrapper a {
  color: #9FA0A2;
  font-weight: bold;
}
.header-wrapper .container-wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  transition: top .5s ease;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}
.header-wrapper .container-wrapper .container {
  display: table;
  min-height: 80px;
  top: 0;
}
@media only screen and (min-width: 400px) {
  .header-wrapper .logo-container,
  .header-wrapper .action-container,
  .header-wrapper .contact-container,
  .header-wrapper .nav-container {
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 921px) {
  .header-wrapper .logo-container,
  .header-wrapper .action-container,
  .header-wrapper .contact-container,
  .header-wrapper .nav-container {
    display: table-cell;
    vertical-align: middle;
  }
}
.header-wrapper .action-container,
.header-wrapper .nav-container,
.header-wrapper .contact-container {
  text-align: right;
}
.header-wrapper .logo-container {
  width: 60px;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 600px) {
  .header-wrapper .logo-container {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 921px) {
  .header-wrapper .logo-container {
    padding: 20px;
    margin: 20px;
    width: 300px;
  }
}
.header-wrapper .logo-container img {
  height: 45px;
  max-width: 400px;
}
@media only screen and (min-width: 600px) {
  .header-wrapper .logo-container img {
    padding-top: 10px;
    margin: 0 auto;
  }
}
.header-wrapper .contact-container {
  display: inline-block;
  text-align: right;
}
.header-wrapper .contact-container a {
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .header-wrapper .contact-container .phone-on-mobile:before {
    content: '';
    height: 57px;
    width: 47px;
    display: inline-block;
    background-image: url('../img/icon-phone.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 599px) {
  .header-wrapper .contact-container .phone-on-mobile span {
    display: none;
  }
}
.header-wrapper .nav-container {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 599px) {
  .header-wrapper .nav-container {
    float: right;
  }
}
@media only screen and (min-width: 921px) {
  .header-wrapper .nav-container {
    text-align: right;
  }
}
@media only screen and (max-width: 599px) {
  .header-wrapper .nav-container > .menu {
    position: absolute;
    top: -100vh;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vh -  80px);
    border-top: 3px solid #9F9FA2;
    background-color: white;
    padding-top: 20px;
    text-align: left;
    transition: top .5s ease;
  }
}
.header-wrapper .nav-container.menu-active > .menu {
  top: 80px;
}
@media only screen and (max-width: 599px) {
  .header-wrapper .contact-container,
  .header-wrapper .menu-icon {
    position: absolute;
    top: 18px;
    z-index: 3;
  }
  .header-wrapper .contact-container {
    right: 70px;
  }
  .header-wrapper .menu-icon {
    right: 20px;
  }
  .header-wrapper .hero {
    margin-top: 80px;
  }
}
.question-form {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .question-form {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.question-form .container h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 24px;
}
.question-form textarea,
.question-form input {
  font-size: 26px;
  color: #4B4D50;
  border: none;
  border-bottom: 1px solid #20C4F4;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  background: none;
  text-align: center;
}
.question-form textarea:focus,
.question-form input:focus {
  outline: 0;
}
.question-form textarea {
  width: 50%;
  max-width: 50%;
}
.question-form input {
  width: 40%;
}
.question-form p {
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.question-form .btn {
  color: #20C4F4;
  border-color: #20C4F4;
  background: none;
  font-size: 22px;
}
.menu-icon {
  display: inline-block;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .menu-icon {
    display: none;
  }
}
.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 7px;
  background-color: #9F9FA2;
  margin: 7px 0;
  transition: 0.4s;
  border-radius: 5px;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-11px, 7px);
  transform: rotate(-45deg) translate(-11px, 7px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-11px, -9px);
  transform: rotate(45deg) translate(-11px, -9px);
}
.listing-card-gallery__image-wrapper {
  height: 160px;
  background-color: #ccc;
}
.listing-card-gallery__image {
  display: block;
  width: 100%;
}
.listing-card-gallery {
  margin-bottom: 10px;
  overflow: hidden;
}
.listing-card-gallery__border--default {
  border-bottom: 5px solid #20C4F4;
}
.listing-card-gallery__border--seller {
  border-bottom: 5px solid #3B89B1;
}
.listing-card-gallery__border--buyer {
  border-bottom: 5px solid #4B4D50;
}
.listing-card-pricing {
  font-size: 14px;
  margin-bottom: 10px;
  color: #4B4D50;
}
.listing-card-address {
  margin-bottom: 10px;
  color: #4B4D50;
}
.listing-card-address h4 {
  font-size: 20px;
  color: #4B4D50;
}
.deal-log {
  padding-top: 100px;
  font-weight: bold;
  text-align: center;
}
.deal-log h2 {
  color: #9FA0A2;
  font-size: 34px;
  margin-bottom: 20px;
}
.deal-log .listing-cards__wrapper {
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 499px) {
  .deal-log .listing-cards__wrapper {
    white-space: nowrap;
    overflow: scroll;
    width: 100%;
  }
}
.deal-log .listing-cards__wrapper .listing-card {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 15px 7px;
}
@media only screen and (min-width: 500px) {
  .deal-log .listing-cards__wrapper .listing-card {
    width: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .deal-log .listing-cards__wrapper .listing-card {
    width: 33%;
  }
}
@media only screen and (min-width: 1030px) {
  .deal-log .listing-cards__wrapper .listing-card {
    width: 25%;
  }
}
.deal-log_key-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.deal-log_key {
  display: inline-block;
  margin: 20px;
  padding-top: 70px;
  text-transform: uppercase;
  color: #9FA0A2;
}
@media only screen and (max-width: 400px) {
  .deal-log_key {
    width: 50%;
    vertical-align: top;
    margin: 20px 0 0 0;
  }
}
.deal-log_key--current {
  background: url('../img/Rochelle-icon-location-blue.png') top center no-repeat;
}
.deal-log_key--seller {
  background: url('../img/Rochelle-icon-location-darkblue.png') top center no-repeat;
}
.deal-log_key--buyer {
  background: url('../img/Rochelle-icon-location-grey.png') top center no-repeat;
}
.footer {
  color: #9FA0A2;
  background-color: rgba(159, 159, 162, 0.05);
  text-align: center;
}
.footer .about {
  padding-bottom: 60px;
  padding-left: 15px;
  margin: 0 auto;
  max-width: 310px;
}
@media only screen and (min-width: 650px) {
  .footer .about {
    display: inline-block;
  }
}
@media only screen and (max-width: 649px) {
  .footer .about {
    text-align: center;
  }
}
.footer .about img {
  padding-top: 24px;
  padding-bottom: 10px;
  max-width: 100%;
}
@media only screen and (max-width: 650px) {
  .footer .about img {
    margin: 0 auto;
  }
}
.footer .about p {
  font-size: 12px;
  text-align: left;
}
.footer .links {
  display: none;
}
.footer .resources,
.footer .links {
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
}
.footer .resources h4,
.footer .links h4 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.footer .resources a,
.footer .links a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 650px) {
  .footer .resources,
  .footer .links {
    display: inline-block;
    width: 23%;
    padding-left: 100px;
    padding-top: 35px;
    padding-bottom: 0;
    vertical-align: top;
    text-align: left;
  }
  .footer .resources h4,
  .footer .links h4 {
    padding-bottom: 18px;
  }
}
.footer .resources .sub-menu,
.footer .links .sub-menu {
  display: none;
}
.footer .copyright {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer .copyright p {
  font-size: 14px;
}
@media only screen and (max-width: 649px) {
  .footer .copyright--desktop {
    display: none;
  }
}
@media only screen and (min-width: 650px) {
  .footer .copyright--mobile {
    display: none;
  }
}
.footer .bottom {
  background-color: #14153E;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 12px;
  color: white;
}
@media only screen and (max-width: 749px) {
  .footer .bottom {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.footer .bottom ul {
  position: relative;
  overflow: visible;
  display: inline-block;
  line-height: 20px;
}
.footer .bottom ul:before {
  position: absolute;
  top: -75px;
  left: -60px;
  height: 100px;
  width: 100px;
  display: block;
  content: '';
  background-image: url('../img/StuartMaury-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 750px) {
  .footer .bottom ul li {
    display: inline-block;
  }
  .footer .bottom ul li:after {
    content: '|';
    padding-left: 6px;
    padding-right: 3px;
  }
  .footer .bottom ul li:last-child:after {
    content: '';
  }
}
@media only screen and (max-width: 749px) {
  .footer .bottom ul li:nth-child(3) {
    display: inline-block;
  }
  .footer .bottom ul li:nth-child(3):after {
    content: '|';
    padding-left: 6px;
    padding-right: 3px;
  }
  .footer .bottom ul li:last-child {
    display: inline-block;
  }
}
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.container:after {
  content: "";
  clear: both;
  display: table;
}
.home .more-about-rochelle {
  color: #9FA0A2;
}
.home .more-about-rochelle h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #4B4D50;
}
.home p {
  font-size: 18px;
  line-height: 22px;
}
.home .header-wrapper {
  margin-bottom: 70px;
}
.home .more-about-rochelle {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 500px) {
  .home .more-about-rochelle {
    margin-bottom: 130px;
  }
}
.home .more-about-rochelle .col {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .home .more-about-rochelle .col {
    width: 33.3333%;
  }
}
.home .more-about-rochelle h2 {
  margin-bottom: 60px;
}
.home .more-about-rochelle p {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 20px;
}
.home .more-about-rochelle a {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 22px;
  color: #4B4D50;
}
.home .more-about-rochelle img {
  height: 90px;
  margin-bottom: 20px;
}
.home .demystify-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.home .demystify-wrapper .container {
  position: relative;
  z-index: 2;
}
.home .demystify-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url('../img/demystify.jpg');
  background-position: top center;
  background-size: cover;
  filter: opacity(25%);
}
.home .demystify {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home .demystify h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.home .demystify p,
.home .demystify .btn {
  font-size: 20px;
  line-height: 26px;
}
.home .demystify h2,
.home .demystify p {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media only screen and (max-width: 600px) {
  .home .demystify h2,
  .home .demystify p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.home .demystify .btn {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  color: #20C4F4;
  border-color: #20C4F4;
  background: none;
}
.home .demystify .btn:hover {
  cursor: pointer;
}
.home .demystify .btn:first-of-type {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  background-color: #20C4F4;
  border: 1px solid #20C4F4;
  color: white;
}
.home .demystify .btn:first-of-type:hover {
  cursor: pointer;
}
.home .testimonials-wrapper {
  background: url('../img/rr-testimonial-bg-1.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.home .testimonials-wrapper .container {
  position: relative;
  z-index: 2;
}
.home .testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}
.home .testimonials blockquote {
  font-size: 22px;
  font-weight: bold;
  quotes: "\201D";
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.home .testimonials blockquote:before {
  content: open-quote;
  font-size: 100px;
  display: block;
}
.home .testimonials blockquote:after {
  content: close-quote;
  font-size: 100px;
  line-height: 0;
  padding-top: 80px;
  display: block;
}
.page-contact p {
  margin-bottom: 1em;
}
.page-contact input,
.page-contact textarea {
  font-size: 16px;
  color: #4B4D50;
  border: none;
  border-bottom: 1px solid #20C4F4;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  background: none;
  width: 100%;
}
.page-contact input:focus,
.page-contact textarea:focus {
  outline: 0;
}
.page-contact textarea {
  min-height: 100px;
  max-width: 100%;
}
.line-height-default {
  line-height: 1.9em;
}
.elementor-container {
  max-width: 1200px;
}
.elementor-element .elementor-button {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  background-color: #20C4F4;
  border: 1px solid #20C4F4;
  color: white;
}
.elementor-element .elementor-button:hover {
  cursor: pointer;
}
.elementor-element .elementor-button:hover,
.elementor-element .elementor-button:focus {
  color: white;
}
.elementor-element .elementor-button.elementor-size-sm {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  background-color: #20C4F4;
  border: 1px solid #20C4F4;
  color: white;
}
.elementor-element .elementor-button.elementor-size-sm:hover {
  cursor: pointer;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  color: #20C4F4;
  border-color: #20C4F4;
  background: none;
}
.elementor-element.elementor-button-info .elementor-button-wrapper .elementor-button:hover {
  cursor: pointer;
}
.btn-outline-wrapper .elementor-button {
  background: none;
}
.btn-outline-wrapper .elementor-button:hover,
.btn-outline-wrapper .elementor-button:focus {
  color: #20C4F4;
}
.btn-outline-wrapper a {
  border: 1px solid #000;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
  color: #20C4F4;
  border-color: #20C4F4;
  background: none;
}
.btn-outline-wrapper a:hover {
  cursor: pointer;
}
