@keyframes ifMenuFadeIn {
from {
opacity: 0;
transform: translate3d(20%, 0, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.if-menu-peek {
position: relative;
}
.if-menu-peek a {
opacity: 0.8;
}
.if-menu-peek::before {
content: "If Menu peek";
position: absolute;
text-align: center;
top: 50%;
left: calc(100% + 15px);
background: #f6f9fc;
box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
border-radius: 4px;
width: 140px;
margin-top: -17px;
padding: 10px 15px;
font-size: 14px;
opacity: 0;
pointer-events: none;
}
.if-menu-peek:hover::before {
animation: ifMenuFadeIn ease-in-out .2s forwards;
}
.if-menu-peek::after {
content: "";
position: absolute;
width: 20px;
height: 17px;
background: url(//g12businessclub.co.uk/wp-content/plugins/if-menu/assets/icon-visibility.svg);
color: rgb(80,169,47);
background-size: cover;
top: -14px;
right: -15px;
border-radius: 50%;
}.elementor-widget-tj-image a {
display: inline-block;
}
.elementor-widget-tj-image .tj_image {
display: inline-block;
position: relative;
z-index: 1;
}
.elementor-widget-tj-image .tj_image::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1;
}
.elementor-widget-tj-image .tj_image .image {
object-fit: cover;
}
.editor_text p,
.editor_text a,
.editor_text ul,
.editor_text ol {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: inherit;
margin: inherit;
padding: inherit;
}
.editor_text h1,
.editor_text h2,
.editor_text h3,
.editor_text h4,
.editor_text h5,
.editor_text h6 {
margin: inherit;
padding: inherit;
}
.editor_text a {
font-weight: var(--tj-fw-medium);
}
.editor_text a:hover {
color: var(--tj-color-theme-primary);
}
.tj_heading h1 span,
.tj_heading h2 span,
.tj_heading h3 span,
.tj_heading h4 span,
.tj_heading h5 span,
.tj_heading h6 span {
color: var(--tj-color-theme-primary);
}