/* 
Theme Name: child-cp-realhomerewards
Description: Real Home Rewards Child is a child theme of Hello Elementor, created by Elementor team
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.top_btn{
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
}

.top_btn:hover {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    background-color: #d5d5d5;
}
.show .top_btn{
  display:block;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{
    padding: 6px;
}
.elementor-291 .elementor-element.elementor-element-b39e48a .elementor-nav-menu--main .elementor-item {
    border-bottom: 0.5px dotted !important;
}
sup#superText {
    font-family: Roboto;
    font-size: 16px !important;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-weight: 400;
    margin-left: -10px;
}
/* Custom tooltip css start here */
.custom-tooltip-agent,.custom-tooltip-signup, .custom-tooltip-cash {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-tooltip-agent::after , .custom-tooltip-signup::after, .custom-tooltip-cash::after {
  position: absolute;
  bottom: 0%;
  left: 70%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 2px 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  font-size:12px
}
.custom-tooltip-signup::after{
  content: "signup";
}
.custom-tooltip-agent::after{
  content: "agent";
}
.custom-tooltip-cash::after{
  content: "cash";
}
.custom-tooltip-agent:hover::after,
.custom-tooltip-signup:hover::after,
.custom-tooltip-cash:hover::after {
  opacity: 1;
}
/* Custom tooltip css end here */

/* realhomerewards/exxonmobi start here */
.cp-realhomerewards-footer-nav .elementor-icon-list-items li:not(:last-child) span {
  border-bottom: 0.5px dotted !important;
}
.cp-realhomerewards-cta{
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cp-realhomerewards-footer-nav .elementor-icon-list-items {
    flex-direction: column !important;
    gap: 5px;
    text-align: center;
  }
  .custom-tooltip-agent::after,
  .custom-tooltip-signup::after,
  .custom-tooltip-cash::after {
    left: 55%;
  }
}
/* realhomerewards/exxonmobi End here */