@charset "UTF-8";
.flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none; }
.flip-clock-meridium {
background: none !important; font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 30px 0 20px 0;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 2px !important;
width: 30px;
height: 40px;
font-size: 26px;
font-weight: bold;
line-height: 40px;
border-radius: 4px;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 40px;
text-decoration: none !important;
padding: 0 !important;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important;
line-height: 39px;
font-weight: bold;
}
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 26px;
overflow: hidden; 
outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-align: center;
background-color: transparent;
border-radius: 4px;
font-size: 26px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper .flip { }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 10px;
height: 40px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%; left: 5px;
display: none;
}
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
color: black;
}
.flip-clock-divider.minutes .flip-clock-label {
left: 12px; }
.flip-clock-divider.seconds .flip-clock-label {
}
.flip-clock-dot.top {
top: 30px; }
.flip-clock-dot.bottom {
bottom: 30px; }
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {      -webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {      -webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {      -webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {      -webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }body {
font-size: 14px
}
p {
overflow-wrap: break-word
}
.container-fluid {
padding: 0 25px
}
label {
font-weight: 400
}
ul,
ol {
margin: 0;
padding: 0
}
a:hover,
a:focus {
text-decoration: none
}
.lp-header.style-v2 {
background-image: none !important;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 10
}
.grid_view2 .lp-grid-box-description .reviewer-details>p {
height: 40px
}
.lp-header-overlay {
position: absolute;
display: block;
width: 100%;
height: 100%;
z-index: 4;
}
.lp-header-search-wrap {
position: relative;
top: -120px
}
.lp-header-search-wrap .video-lp {
position: absolute;
max-width: 1000%;
min-height: 100%;
min-width: 100%;
height: 100%;
left: 0;
top: 0;
width: 100%;
overflow: hidden
}
.lp-header-search-wrap .video-lp video {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.lp-header.header-style3 {
background-image: none
}
.lp-top-bar {
position: relative;
z-index: 6
}
.lp-top-bar-menu ul {
list-style: none;
}
.lp-top-bar-menu ul li {
float: left;
line-height: 28px;
margin-right: 10px
}
.lp-top-bar-menu ul li:before {
content: '-';
margin-right: 10px
}
.lp-top-bar-menu ul li:first-child {
margin-left: 0
}
.lp-top-bar-menu ul li:first-child:before {
display: none
}
.lp-top-bar-menu ul li a {
font-size: 14px;
text-transform: capitalize;
line-height: 28px
}
.style-v2 .lp-topbar-menu li:before {
display: none
}
.lp-top-bar-menu ul li a:hover,
.lp-top-bar-menu ul li a:focus {
list-style: none
}
.lp-top-bar-social ul {
list-style: none;
line-height: 28px;
}
.lp-menu-header4-sts-icon {
line-height: 48px;
}
.lp-top-bar-social ul li {
float: right;
margin-left: 15px
}
.lp-top-bar-social ul li a {
font-size: 14px;
transition: all 0.20s ease-in-out
}
.lp-header-middle {
padding: 14px 0 14px 0;
position: relative;
z-index: 5
}
.lp-header-middle .lp-menu ul li {
line-height: 40px
}
.lp-header-middle .lp-menu ul.inner_menu>li {
padding-right: 35px
}
.lp-header-middle .lp-header-nav-btn,
.lp-header-middle .lp-header-logo {
float: left
}
.lp-header-middle .lp-header-logo img {
height: 35px
}
.lp-header-middle .lp-header-nav-btn {
margin-right: 15px;
position: relative;
margin-top: 7px;
}
.lp-header-middle .lp-header-nav-btn.active-can-menu .lp-user-menu:after {
visibility: visible;
opacity: 1
}
.lp-header-middle .lp-header-nav-btn button {
border: solid 1px;
background: none;
text-align: center;
width: 35px;
border-radius: 50%;
padding: 5px 0
}
.lp-header-middle .lp-header-nav-btn button span {
display: block;
height: 1px;
margin: 5px auto;
width: 17px;
float: none
}
.header-cat-menu.lp-join-now {
line-height: 21px
}
.header-cat-menu>ul>li {
line-height: 20px
}
.header-cat-menu .lp-user-menu {
left: 0;
top: 50px
}
.header-cat-menu .lp-user-menu:before {
content: ' ';
display: block;
width: 100%;
position: absolute;
height: 14px;
top: -14px
}
.menu ul.children li:hover>a::before,
.menu ul.sub-menu li:hover>a::before,
.lp-user-menu li:hover>a::before {
width: 2px
}
.header-cat-menu .lp-user-menu li,
.lp-header-middle .sub-menu li,
.lp-header-middle .lp-header-user-nav .lp-user-menu li,
.lp-header-search-form #input-dropdown>ul li,
.lp-header-search-form .chosen-container .chosen-results li {
border-bottom: solid 1px #ececec
}
.header-cat-menu .lp-user-menu li:last-child,
.lp-header-middle .lp-header-user-nav .lp-user-menu li:last-child {
padding-bottom: 0;
border-bottom: none;
border-radius: 0
}
.lp-header-middle .lp-header-user-nav .lp-user-menu li:first-child {
border-radius: 0
}
.header-cat-menu .lp-user-menu li:first-child {
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
.header-cat-menu .lp-user-menu li:last-child,
.header-cat-menu .lp-user-menu li:last-child a {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.lp-menu ul li:hover ul.sub-menu:before {
display: block;
content: ' ';
width: 100%;
height: 14px;
top: -14px;
position: absolute
}
.lp-menu ul li:hover ul.sub-menu {
padding-bottom: 0;
border-radius: 0;
border-bottom: 0
}
.lp-header-middle .menu ul.sub-menu li:last-child {
border-bottom: none
}
.lp-header-search-form .chosen-container .chosen-results li {
padding-top: 6px;
padding-bottom: 6px
}
.header-cat-menu .lp-user-menu li a:hover,
.lp-header-middle .menu ul.sub-menu li:hover>a,
.lp-header-middle .lp-header-user-nav .lp-user-menu li a:hover,
.lp-header-search-form #input-dropdown li:hover,
.lp-header-search-form .chosen-container .chosen-results li:hover,
.lp-header-search-form .chosen-container .chosen-results li.highlighted {
background-color: #f6f6f6 !important
}
.lp-header-search-form #input-dropdown li:hover span,
.lp-header-search-form #input-dropdown li:hover a,
.lp-header-search-form #input-dropdown li:hover {
background-color: transparent
}
.lp-header-search-form #input-dropdown ul li:hover .d-icon {
display: inline-block !important
}
.lp-header-search-form #input-dropdown ul li:hover .h-icon {
display: none !important
}
.lp-listing-price-range p span.currency-sign {
margin-right: -3px;
font-size: 18px;
font-weight: 700;
display: inline-block
}
.lp-listing-price-range p span.currency-sign.currency-sign-last {
margin-right: 3px
}
.lp-listing-price-range p span.currency-sign:last-child {
margin-right: 5px
}
.lp-header-middle .menu ul.children li a,
.lp-header-middle .menu ul.sub-menu li a,
.lp-header-middle .lp-user-menu li a {
font-size: 13px;
padding: 1px 10px;
line-height: 28px
}
.header-cat-menu .lp-user-menu:after {
right: auto;
left: 22px
}
.lp-header-middle .lp-header-add-btn,
.lp-header-middle .lp-header-user-nav {
float: right
}
.lp-header-middle .lp-header-user-nav {
margin-left: 10px
}
.lp-header-middle .lp-header-user-nav .header-login-btn {
color: #fff;
}
.lp-header-middle .lp-header-user-nav .header-login-btn {
margin-left: 10px;
font-size: 20px;
display: block;
border-radius: 50%;
color: #fff;
text-align: center;
}
.lp-header-middle .lp-header-user-nav .header-login-btn .fa {
line-height: 34px;
height: 34px;
width: 34px;
border: solid 1px #fff;
text-align: center;
border-radius: 50%;
}
.lp-header-user-nav .lp-user-menu {
width: 135px !important;
top: 49px
}
.lp-header-user-nav .lp-user-menu:after {
border-bottom: 10px solid #d8d8d8;
right: 12px;
margin-right: -5px
}
.lp-header-user-nav .lp-user-menu .lp-user-welcome {
line-height: 20px;
padding: 5px 0;
color: #fff;
font-size: 13px;
padding-left: 11px;
} .lp-header-middle .lp-header-user-nav .lp-join-now-v2.after-login span {
width: 34px;
height: 34px;
margin-top: 0
}
.lp-header-middle .lp-header-user-nav .lp-join-now-v2.after-login .juname {
margin-top: 0;
line-height: 0;
display: block;
}
.lp-header-middle .lp-header-user-nav .lp-join-now-v2.after-login .juname img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
vertical-align: initial;
}
.lp-header-middle .lp-header-add-btn {
margin-top: 0;
display: inline-block;
vertical-align: middle;
line-height: 48px;
}
.lp-header-middle .lp-header-add-btn a {
padding: 4px 13px;
border: solid 1px;
border-radius: 2px;
line-height: 16px;
font-size: 14px;
transition: all 0.20s ease-in-out
}
.lp-header-middle .header-main-menu ul {
text-align: right
}
.lp-header-middle .header-main-menu ul li a {
font-size: 16px;
color: #fff
}
.lp-header-middle .header-main-menu ul ul li a {
color: #333
}
.lp-header-middle .header-main-menu ul ul.sub-menu {
margin-top: 10px
}
.lp-header-middle .lp-header-add-btn a i {
margin-right: 3px
}
.lp-header-title {
padding-bottom: 20px;
position: relative
}
.lp-header-title .lp-header-title-left h3 {
font-weight: 700;
margin-top: 0;
margin-bottom: 15px;
color: #333 !important
}
.lp-header-title .lp-header-title-left h3 span {
font-weight: 400
}
.lp-header-title .lp-header-title-left .lp-header-breadcrumbs .breadcrumbs li {
padding-left: 0 !important
}
.lp-header-title .lp-header-title-left .lp-header-breadcrumbs .breadcrumbs li:before {
display: none
}
.lp-header-title .lp-header-title-left .lp-header-breadcrumbs a {
font-size: 14px
}
.lp-header-title .lp-header-title-left .lp-header-breadcrumbs a:after {
content: '>';
display: inline-block;
margin-right: 6px;
margin-left: 8px
}
.lp-header-title .lp-header-toggles {
line-height: 30px
}
.lp-header-title .lp-header-toggles a {
text-align: center;
display: inline-block;
font-size: 21px;
margin-left: 10px;
color: #fff
}
.home .lp-header-search {
position: absolute;
width: 100%;
bottom: 60px;
z-index: 5
}
.lp-archive-banner {
background-size: cover
}
.header-container.lp-header-bg {
background-size: cover
}
.lp-header-search.archive-search .lp-location-search .chosen-container-single .chosen-single span {
text-align: left;
padding-left: 45px;
margin-right: 15px
}
.lp-header-search-form .select-filter {
width: 404px;
float: left;
position: relative;
margin-right: 10px;
}
.lp-header-search-form .select-filter .chosen-container-single .chosen-single {
background-color: #fff !important;
text-align: left;
padding-left: 40px;
padding-top: 2px;
line-height: 46px;
height: 46px;
border: 1px solid #dedede !important;
border-radius: 3px;
}
.lp-archive-banner .select-filter .chosen-container-single .chosen-single {
border-radius: 3px;
}
.lp-archive-banner .select-filter .chosen-with-drop .chosen-single {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.lp-header-search-form .select-filter i.fa-list {
position: absolute;
z-index: 1;
left: 10px;
top: 50%;
transform: translateY(-50%);
}
.lp-header-search-form .lp-suggested-search {
width: 405px;
}
.lp-header-search.archive-search .form-inline .form-group {
margin-right: 0;
float: left;
margin-left: 0;
background: #fff
}
.lp-header-search.archive-search .lp-location-search .ui-widget.border-dropdown {
width: 100%;
position: relative;
}
.lp-header-search .lp-header-search-form form #cities,
.lp-header-search.archive-search form #cities-filter {
border-radius: 0 !important
}
.lp-header-search.archive-search form #cities,
.lp-header-search.archive-search form #cities-filter {
height: 42px !important;
line-height: 42px !important;
border-radius: 0 !important;
border: 0 !important;
padding-left: 100px
}
.lp-header-search .chosen-container-single .chosen-single span {
line-height: 42px
}
.lp-header-search .lp-location-search .chosen-container-single .chosen-single span {
line-height: 46px;
margin-left: 30px !important
}
.lp-archive-banner .lp-location-search .chosen-container-single .chosen-single span {
line-height: 46px;
}
.lp-header-search.archive-search {
padding-top: 25px;
position: relative;
z-index: 5
}
.lp-header-search.archive-search .lp-search-bar {
margin: 0;
padding: 0
}
.lp-header-search-filters .clearfix.padding-bottom-20 {
padding-bottom: 24px;
}
.lp-header-search.archive-search form i.cross-search-q,
.lp-header-search.archive-search form img.loadinerSearch {
right: 85px
}
.lp-header-search .lp-header-search-tagline {
font-size: 24px;
margin-top: 25px;
line-height: 24px
}
.lp-header-search .lp-header-search-cats {
margin-top: 25px;
min-height: 25px
}
.lp-header-search .lp-header-search-cats ul {
display: none
}
.lp-header-search .lp-header-search-cats ul li {
display: inline-block;
margin: 0 12px
}
.lp-header-search .lp-header-search-cats ul li a:hover {
text-decoration: underline
}
.lp-header-search .lp-header-search-cats ul li a i {
margin-right: 8px
}
.lp-header-search .lp-header-search-cats ul li a img {
margin-right: 5px;
width: 15px;
height: 15px;
float: left;
margin-top: 4px
}
.lp-header-search .lp-header-search-form {
margin-top: 15px;
background-color: transparent
}
.lp-header-search .lp-header-search-form form {
display: none
}
.lp-header-search-form .lp-suggested-search input {
border-right: none !important
}
.form-group.lp-location-search .chosen-container.chosen-container-single {
background-color: #fff;
}
.lp-home-banner-contianer .form-group.lp-location-search .chosen-container.chosen-container-single {
border-radius: 0 5px 5px 0;
}
.archive-search .form-group.lp-location-search .chosen-container.chosen-container-single {
border: 1px solid #dedede;
border-radius: 3px;
}
.archive-search .form-group.lp-location-search .chosen-with-drop {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.lp-header-search.archive-search .form-inline .form-group {
background: transparent !important;
}
.form-inline .form-group.lp-suggested-search {
margin-right: 0
}
.lp-suggested-search .lp-search-bar-right {
margin-left: 7px;
position: absolute;
top: 0;
right: 0;
z-index: 10
}
.lp-search-bar .input-group-addon.lp-border.input-group-addon-keyword {
width: 70px !important
}
.form-inline .form-group.lp-suggested-search.right-margin-20 {
margin-right: 8px !important;
display: none;
}
.lp-search-bar-right .keyword-ajax {
padding: 0 20px;
display: block;
color: #fff;
font-weight: 700;
line-height: 42px;
height: 42px
}
.form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
padding-left: 20px
}
.border-dropdown span:after {
right: 0
}
.lp-search-bar .border-dropdown span:after {
display: none;
}
.lp-search-bar .form-group.lp-suggested-search {
position: relative
}
.lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
.form-group.lp-location-search .lp-where {
z-index: 10;
line-height: 46px;
height: 46px;
padding: 0 10px
}
.archive-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
.archive-search .form-group.lp-location-search .lp-where {
line-height: 46px;
height: 46px
}
.lp-search-bar .lp-suggested-search,
.lp-header-search .lp-search-form-where,
.lp-header-search .lp-search-form-submit {
display: inline-block;
margin-left: 0
}
.home .lp-header-search .lp-search-form-submit {
margin-left: -3px
}
.lp-header-search .lp-search-form-submit {
border-radius: 0
}
.lp-header-search .lp-search-form-what input,
.lp-header-search .lp-search-form-where input,
.lp-header-search .lp-search-form-what input:focus,
.lp-header-search .lp-search-form-where input:focus {
background-color: transparent;
border: none;
outline: 0;
padding: 0 15px
}
.lp-header-search .lp-search-form-what input {
width: 325px;
padding-left: 20px;
min-width: 325px;
padding-top: 3px;
}
.lp-header-search .lp-search-form-what input#skeyword-filter {
padding-left: 70px;
height: 42px;
line-height: 42px
}
#input-dropdown {
margin-top: 4px
}
.lp-header-search .lp-search-form-what input:focus {
padding-left: 20px
}
.lp-header-search .lp-search-form-where input {
width: 125px
}
.lp-header-search.archive-search .lp-search-form-where input {
width: 475px
}
.lp-header-search.archive-search .lp-search-form-what input {
width: 434px;
min-width: 300px
}
.lp-header-search.archive-search .form-group.lp-location-search .chosen-container.chosen-container-single,
.lp-header-search.archive-search .lp-location-search {
width: 404px !important;
height: 42px
}
.lp-header-search.archive-search .lp-location-search .ui-widget select {
width: 345px !important
}
.lp-header-search.archive-search .select2-container .select2-selection--single {
height: 42px !important
}
.lp-header-search .lp-search-form-what label,
.lp-header-search .lp-search-form-where label {
margin-bottom: 0;
font-size: 16px
}
.lp-header-search .form-group .lp-search-bar-right {
border-radius: 0;
margin-left: -1px;
transition: all 0.20s ease-in-out
}
.lp-header-search .lp-search-form-submit {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.lp-header-search .lp-search-icon {
color: #fff !important;
font-size: 20px
}
.lp-header-search .lp-search-form-submit button,
.lp-header-search .lp-search-form-submit button:focus {
border: none;
padding: 0;
outline: 0;
font-size: 18px;
line-height: 24px
}
.lp-header-search-filters {
margin-top: 10px
}
.lp-header-search-filters .header-more-filters {
display: none;
background: #f4f4f4;
padding: 30px 0
}
.lp-header-search-filters .header-more-filters .input-group.margin-right-0>ul>li {
width: 100%;
margin-right: 0;
padding-right: 2%;
float: none
}
.header-more-filters .input-group strong {
margin-bottom: 25px;
display: inline-block;
font-size: 20px !important;
font-weight: 700;
line-height: initial;
color: #333;
padding: 0;
margin-top: 0;
}
.header-more-filters .input-group .col-sm-10 {
padding: 0;
line-height: 36px;
width: 100%;
padding-bottom: 10px;
}
.lp-features-filter.lp-head-withfilter4 {
height: 100%;
}
.lp-header-search-filters .header-more-filters .lp-features-filter .tags-area.add-border li {
width: 100%;
}
header {
Z-index: 9999 !important;
}
.lp-features-inner-container li {
width: 100% !important;
}
.lp-features-filter strong {
font-size: 14px;
}
#category_select_chosen span:after {
position: absolute;
top: 50%;
right: 17px;
content: "\f0d7";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
color: #D3D3D3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%)
}
.header-more-filters .input-group label {
padding-left: 22px;
font-size: 12px;
line-height: 22px
}
.header-more-filters .input-group label:before {
height: 15px;
width: 15px
}
.header-more-filters .input-group .checkbox label:before {
background-color: #eae8e8;
border-radius: 0;
border: 1px solid #d4d3d3
}
.header-more-filters .input-group a {
font-size: 13px;
margin-top: 6px;
display: inline-block
}
.lp-header-search-filters input[type=checkbox]:checked+label:before {
line-height: 15px
}
.lp-header-search-filters .header-filter-wrap {
float: none;
display: inline-block;
padding: 0 15px;
line-height: 35px;
margin-left: 8px;
font-size: 12px;
cursor: pointer;
border-radius: 2px;
background-color: #f4f4f4;
border: 1px solid #dedede;
}
.lp-header-search-filters .sort-by-filter {
position: relative
}
.near-me-filter.header-filter-wrap .lp-tool-tip-content {
width: 200px !important
}
.near-me-filter.header-filter-wrap .lp-tooltip-div-hidden {
top: 75px !important;
margin-left: -15px
}
.lp-header-search-filters .sort-filters-wrap {
position: relative
}
.lp-header-search-filters .sort-filters-wrap .sort-filter-inner {
position: absolute;
left: 0;
top: 46px;
z-index: 999;
background-color: #fff;
padding: 8px 8px 8px 0;
display: none;
width: 312px;
-moz-box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
-webkit-box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0
}
.lp-header-search-filters .sort-filters-wrap .open-now-filter .sort-filter-inner,
.lp-header-search-filters .sort-filters-wrap .best-match-filter .sort-filter-inner {
width: 185px
}
.lp-header-search-filters .sort-filters-wrap .sort-filter-inner:after {
content: ' ';
display: block;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
width: 10px;
position: absolute;
top: -10px
}
.lp-header-search-filters .sort-filters-wrap .sort-filter-inner .header-filter-wrap {
font-size: 12px;
padding: 3px 8px
}
.lp-header-search-filters .header-filter-wrap.more-filters {
float: none;
border-radius: 0
}
.lp-header-search-filters .header-filter-wrap.more-filters .fa {
margin-right: 5px;
}
.lp-header-search-filters .select-filter {
width: 250px;
float: left;
margin-left: 8px
}
.lp-header-search-filters .select-filter select {
border: none;
width: 200px
}
.lp-header-search-filters .select-filter .chosen-container-single .chosen-single {
background-color: #f4f4f4;
border-color: #dedede;
color: #797979;
height: 43px;
padding-left: 45px;
border-radius: 0
}
.lp-header-search-filters .select-filter i {
position: absolute;
z-index: 2;
margin-top: 11px;
font-size: 21px;
margin-left: 15px
}
.lp-header-search-filters .select-filter .chosen-container.chosen-container-single.chosen-container-single-nosearch {
height: 38px
}
.lp-header-search-filters .header-filter-wrap i {
margin-right: 3px
}
.lp-header-search-filters .lp-features-filter {
margin-top: 20px
}
.lp-header-search-filters .lp-features-filter .form-group {
background: none !important;
}
.lp-header-search-filters .lp-features-filter .features-heading {
color: #fff
}
.lp-header-search-filters .lp-features-filter.add-border {
border-bottom: solid 1px #dedede;
padding-bottom: 20px
}
.lp-header-search-filters .lp-features-filter.add-border:last-child {
border-bottom: solid 0 #dedede;
}
.lp-header-search-filters .lp-features-filter .features-heading,
.lp-header-search-filters .header-more-filters .features-heading {
font-size: 18px;
display: block;
margin-bottom: 8px
}
.lp-header-search-filters .lp-features-filter .checkbox label {
color: #fff;
padding-left: 22px;
line-height: 18px
}
.lp-header-search-filters .lp-features-filter .checkbox label:before {
width: 25px;
height: 25px;
border-radius: 0;
background-color: #eae8e8;
top: 0;
line-height: 25px !important;
}
.lp-header-search .price-filter ul {
list-style: none;
margin: 0;
padding: 0;
}
.lp-header-search .price-filter ul li {
text-align: center;
float: left;
font-size: 12px;
cursor: pointer;
font-weight: 400;
border-left: none;
background-color: #fff;
}
.lp-header-search .price-filter ul li a {
padding: 0 12px;
line-height: 35px;
display: inline-block;
border: 1px solid #dedede !important;
border-right: 1px solid #fff !important;
}
.lp-header-search .price-filter ul li:last-child a {
border-right: 1px solid #dedede !important;
}
.lp-header-search .price-filter ul li:hover,
.lp-header-search .price-filter ul li:hover a {
color: #797979 !important;
border-color: #dedede !important;
}
.lp-header-search .price-filter ul li:hover a,
.lp-header-search .price-filter ul li .active,
.lp-header-search-filters .open-now-filter:hover a,
.lp-header-search-filters .open-now-filter .active {
color: #fff !important;
}
.lp-header-search-filters .open-now-filter {
padding: 0 !important;
line-height: unset !important;
border: 0 solid #dedede !important;
}
.lp-header-search-filters .open-now-filter a {
display: inline-block;
padding: 0 15px !important;
line-height: 35px !important;
color: #797979 !important;
border: 1px solid #dedede;
}
.more-filters-container {
display: none
}
.lp-section {
padding: 40px 0;
position: relative
}
.lp-section.lp-section-detail-page {
padding-top: 0
}
.section-with-background.lp-section-row {
margin-top: 80px
}
.lp-section.single-page-bg {
padding-top: 0
}
.lp-section-heading {
text-align: center;
margin-bottom: 40px
}
.lp-section-heading i,
.lp-section-title-container i {
font-size: 16px;
border: solid 1px;
border-radius: 50%;
padding: 10px;
margin-bottom: 5px;
display: block;
margin-left: auto;
margin-right: auto;
height: 40px;
width: 40px;
color: #ff5a5f
}
.post-with-map-container-right #searchform .chosen-container-single .chosen-single span {
line-height: 36px
}
.left-heading-icon .lp-section-title-container .lp-sub-title {
color: #333
}
.left-heading-icon .lp-section-title-container i {
display: inline-block;
padding: 0;
border: none;
width: auto;
height: auto;
margin-bottom: 0;
margin-right: 5px;
color: #333 !important
}
.section-bottom-magrin0 .lp-section-content-container {
padding-bottom: 0
}
.lp-section-heading h2 {
font-weight: 700;
font-size: 45px;
text-transform: uppercase;
margin: 0
}
.contact-style2.contact-right .form-control,
.contact-style2.contact-right .lp-review-btn {
border-radius: 0
}
.page-heading {
z-index: 1
}
.page-heading.banner_view2 {
height: 160px
}
.page-heading.banner_view2 h3 {
float: left;
color: #fff;
}
.page-heading.banner_view2 .breadcrumbs {
float: right;
margin-top: 12px
}
.vc_column_container {
padding-bottom: 40px
}
.lp-section-title-container h1 {
margin: 0
}
.lp-section-heading p,
.lp-sub-title {
font-size: 16px;
color: #797979;
text-transform: capitalize
}
.left-heading .lp-section-title-container h2,
.left-heading .lp-sub-title {
text-align: left !important;
margin-left: 4px !important;
margin-right: 0 !important
}
.left-heading .lp-sub-title {
font-size: 15px
}
.lp-section-title-container .lp-sub-title {
width: 100%
}
.lp-section-title-container .lp-sub-title a {
float: right;
margin-right: 4px;
font-size: 14px;
border: solid 1px #e2e2e2;
padding: 0 10px;
transition: all 0.20s ease-in-out
}
.left-heading .lp-section-title-container h2 {
font-size: 24px !important;
text-transform: capitalize !important;
line-height: 24px
}
.lp-listings.grid-style .lp-grid-box-contianer {
margin-bottom: 5px
}
.lp-listings.list-style .lp-listings-inner-wrap {
margin-left: 15px;
margin-right: 15px;
padding: 15px 0 15px 0;
border: solid 1px;
overflow: hidden
}
.lp-listings-inner-wrap.lp-listings-inner-wrap-with-sidebar {
margin-left: 0 !important;
margin-right: 0 !important;
border: none !important
}
.lp-listings.list-style .lp-listing {
border: none;
border-bottom: solid 1px #dedede
}
.listing-style-3:last-child .lp-listing {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0
}
.lp-listings.list-style .lp-listing.last {
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 0
}
.lp-listings.grid-style .lp-listing,
.lp-listings.list-style .lp-listing {
margin-bottom: 15px
}
.lp-listings.list-style .lp-listing {
padding-bottom: 15px
}
.lp-listings .listing-slider {
display: none;
max-height: 525px;
}
.lp-listings .listing-slider .lp-listing {
border: none;
position: relative
}
.slick-prev:before,
.slick-next:before {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
background-color: #fff;
color: #333;
opacity: 1;
-webkit-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
-moz-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66)
}
.arrow-left,
.arrow-right {
position: absolute;
top: 50%;
-webkit-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
-moz-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
font-size: 18px;
text-align: center;
background-color: #fff;
z-index: 1;
cursor: pointer;
transition: bottom 0.40s ease-in-out;
margin-top: -17px;
}
.arrow-left {
right: 12px;
padding: 7px 13px 7px 13px;
border-radius: 50%;
box-shadow: none;
opacity: 0.5;
}
.arrow-right {
left: 12px;
padding: 7px 13px 7px 13px;
border-radius: 50%;
box-shadow: none;
opacity: 0.5;
}
.arrow-right::before,
.arrow-left::before {
color: #fff;
}
.arrow-right:hover,
.arrow-left:hover {
opacity: 1;
color: #fff;
}
.listing-slider .arrow-right {
left: -2px
}
.listing-slider .arrow-left {
right: -2px
}
.listing-slider .arrow-left,
.listing-slider .arrow-right {
margin-top: -15px
}
.slick-prev:before {
content: "\f053"
}
.slick-next:before {
content: "\f054"
}
.lp-listings .listing-slider .slick-prev,
.lp-listings .listing-slider .slick-next {
z-index: 10;
height: 40px;
width: 40px
}
.lp-listings .listing-slider .slick-prev {
left: 5px
}
.lp-listings .listing-slider .slick-next {
right: 25px
}
.lp-listing-slider .slick-next,
.lp-listing-slider .slick-prev {
z-index: 10
}
.lp-listing-slider .slick-next {
right: 15px
}
.lp-listing-slider .slick-prev {
left: -8px
}
.listing-review-slider .arrow-right {
left: -10px;
margin-top: -15px
}
.listing-review-slider .arrow-left {
right: -10px;
margin-top: -15px
}
.lp-listing .lp-listing-top {
position: relative
}
.lp-listings.list-style .lp-listing .lp-listing-top {
float: left
}
.lp-listing .lp-listing-top .lp-listing-price-range,
.lp-listing .lp-listing-top .lp-listing-favrt,
.lp-listing .lp-listing-top .li-listing-clock,
.lp-listing .lp-listing-top .lp-listing-cat {
position: absolute;
color: #fff
}
.lp-listing .lp-listing-top .lp-listing-price-range {
bottom: 15px;
left: 15px;
font-weight: 700;
padding: 0 10px;
width: 26px;
overflow: hidden;
height: 26px;
line-height: 25px;
transition: all 0.20s ease-in-out
}
.lp-listing-discount-range {
transition: all 0.30s ease-in-out;
position: relative;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, .5);
float: right;
margin-top: -3px;
padding-right: 5px;
padding-left: 15px;
padding-bottom: 2px;
}
.lp-listing-discount-range:before {
content: "\f0c4";
font-family: FontAwesome;
position: absolute;
left: 7px;
bottom: 0;
color: #fff;
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(-18deg)
}
.lp-listing-discount-range .lp-listing-price-range-currency {
display: inline-block;
position: relative;
line-height: 18px;
padding: 0 10px;
margin-top: 5px;
color: #fff !important;
border: 1px dashed #fff !important
}
.lp-listings .listing-slider .lp-listing:hover .lp-listing-discount-range {
bottom: 60px
}
.lp-listing-discount-outer {
position: absolute;
bottom: 15px;
line-height: 26px;
width: 100%;
padding: 0 15px;
}
.grid-style .lp-listing-top .lp-listing-price-range {
position: relative;
left: 0;
bottom: 0
}
.lp-listing .lp-listing-top .lp-listing-price-range span {
color: #fff;
font-weight: 700
}
.lp-listing .lp-listing-top .lp-listing-price-range span.lp-listing-price-range-currency {
padding-right: 10px
}
.lp-listing .lp-listing-top .lp-listing-favrt {
top: 12px;
left: 15px;
font-size: 18px
}
.lp-listing .lp-listing-top .li-listing-clock {
top: 15px;
right: 15px;
background-color: #141414;
font-size: 14px;
padding: 0 7px;
display: block;
height: 22px;
overflow: hidden;
transition: width 0.20s ease-in-out;
width: 25px
}
.lp-listing .lp-listing-top .li-listing-clock.status-red {
background-color: #ff5a5f;
width: 25px
}
.lp-listing .lp-listing-top .li-listing-clock.status-green {
background-color: #73cf42
}
.lp-listing:hover .lp-listing-top .li-listing-clock.fulltime {
width: 113px
}
.lp-listing:hover .lp-listing-top .li-listing-clock {
width: 80px;
border-radius: 2px;
}
.lp-listing:hover .lp-listing-top .lp-listing-price-range {
width: auto;
line-height: 24px;
}
.lp-listing .lp-listing-top .lp-listing-cat {
bottom: -22px;
right: 15px;
text-align: center;
font-size: 18px;
padding: 8px 12px;
z-index: 5;
transition: bottom 0.20s ease-in-out
}
.grid-style .lp-listing .lp-listing-top .lp-listing-cat {
display: none !important;
}
.listing-slider .lp-listing .lp-listing-top .lp-listing-cat {
padding: 10px 12px;
bottom: -20px
}
.lp-listing .lp-listing-top .lp-listing-cat img {
height: 20px;
width: 20px
}
.lp-listing .lp-listing-top .lp-listing-cat:after,
.lp-listing .lp-listing-top .lp-listing-cat:before {
-webkit-transform: translate(-50%, -16px);
-moz-transform: translate(-50%, -16px);
-ms-transform: translate(-50%, -16px);
-o-transform: translate(-50%, -16px);
transform: translate(-50%, -16px);
border-radius: 0
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat {
margin: 5px 0;
display: inline-block;
margin-top: 0;
text-transform: uppercase;
margin-bottom: 10px;
font-size: 11px;
line-height: unset;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat img {
height: 20px;
width: 20px;
margin-top: -2px !important;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat .lp-list-cat-wrap {
margin-right: 6px
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat .lp-list-cat-wrap img {
margin: 0
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat i {
font-size: 19px;
padding: 13px 0;
text-align: center;
width: 45px;
display: inline-block;
margin-right: 10px
}
.lp-listings.list-style .lp-listing .lp-listing-top-thumb {
border: none;
border-radius: 4px;
overflow: hidden;
max-width: 190px
}
.lp-listing .listing-slider .lp-listing-top-thumb {
border: none
}
.lp-listing .lp-listing-top-thumb img {
max-width: 100%;
width: 100%
}
.lp-listing .lp-listing-bottom {
padding: 15px 15px 15px 15px;
border: solid 1px;
border-top: 0;
min-height: 108px !important;
}
.lp-listing .list-style-cotainer .lp-listing-bottom,
.listing-slider .lp-listing .lp-listing-bottom {
border: none
}
.lp-listings .listing-slider .lp-listing .lp-listing-bottom {
padding: 0;
position: relative;
height: 95px;
min-height: 95px !important;
}
.lp-listings .listing-slider .lp-listing:hover .lp-listing-bottom .lp-listing-bottom-inner {
top: -75px
}
.lp-listings .listing-slider .lp-listing:hover .lp-listing-top .lp-listing-price-range {
bottom: 58px
}
.lp-listings .listing-slider .lp-listing:hover .lp-listing-top .lp-listing-cat {
bottom: 38px
}
.lp-listings .listing-slider .lp-listing .lp-listing-bottom .lp-listing-bottom-inner {
position: absolute;
padding: 10px 15px;
width: 100%;
height: 165px;
top: -4px;
transition: top 0.20s ease-in-out;
cursor: auto;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom {
float: left;
padding-top: 0;
padding-bottom: 0;
width: calc(100% - 190px);
padding-right: 0
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-left {
width: 60%;
float: left
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-left.lp-listing-bottom-left-full {
width: 100%;
float: none
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right {
width: 35%;
float: right;
padding: 0;
text-align: center;
background: #ffeef0;
border: dashed 1px #ff5a5f;
position: relative;
margin-top: 14px;
border-radius: 3px;
overflow: hidden;
}
.lp-listing-bottom-right .lp-listing-bottom-right-title {
line-height: 16px;
margin-bottom: 14px;
margin-top: 10px;
}
.lp-listing-bottom-right span.percent-off {
color: #ff5a5f;
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
}
.lp-listing-bottom-right strong {
color: #333;
line-height: 14px;
font-size: 13px;
font-weight: 400
}
.lp-listing-bottom-right a.deal-button {
background-color: #2ecc71;
color: #fff;
text-align: center;
display: inline-block;
padding: 7px 5px;
font-size: 16px;
cursor: pointer;
width: 100%;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.lp-listing-bottom-right .flip-clock-wrapper {
display: inline-block;
left: 0;
right: 0;
margin: 0 auto;
width: auto;
}
.lp-listing-bottom-right .flip-clock-divider .flip-clock-label {
left: 4px
}
.lp-listing-bottom-right .flip-clock-wrapper ul li a div div.inn {
font-size: 17px;
color: #222 !important;
}
.lp-listing-bottom-right .flip-clock-wrapper ul {
width: 12px;
height: 22px
}
.lp-listing-bottom-right .flip-clock-divider {
width: 2px
}
.lp-listing-bottom-right .flip-clock-wrapper ul li,
.lp-listing-bottom-right .flip-clock-wrapper ul li a,
.lp-listing-bottom-right .flip-clock-divider {
line-height: 17px;
height: 17px
}
.lp-listing-bottom-right .flip-clock-wrapper ul li a {
font-weight: 600;
background-color: #ead4d6;
}
.lp-listing .lp-listing-bottom h3,
.lp-activity h3 {
font-size: 20px;
line-height: 22px;
margin-bottom: 3px;
margin-top: 0
}
.lp-activity h3 a {
font-size: 18px
}
.lp-listing .lp-listing-bottom h4 {
margin-top: 2px;
}
.list-style .lp-listing .lp-listing-bottom h4 {
margin-bottom: 6px;
margin-top: 2px;
line-height: 20px;
}
.lp-listing .lp-listing-bottom h3 a,
.lp-activity h3 a {
text-transform: capitalize
}
.lp-listing .lp-listing-bottom h4 span,
.lp-activity h4 span {
font-weight: 700;
border: solid 1px;
font-size: 14px;
line-height: 18px;
padding: 0 5px;
margin-right: 6px;
height: 19px;
display: inline-block;
float: left;
margin-top: 0;
}
.lp-listing .lp-listing-bottom h4 a span,
.lp-activity h4 a span {
background-color: #40b3ef !important;
border-radius: 100% !important;
color: #fff !important;
display: inline-block !important;
height: 15px !important;
line-height: 15px !important;
margin-top: -3px !important;
text-align: center !important;
vertical-align: middle !important;
width: 15px !important;
font-size: 8px !important;
padding: 0 !important;
border: 0;
float: none;
}
.lp-listing .lp-listing-bottom h4 a span .fa,
.lp-activity h4 a span .fa {
color: #fff;
}
.lp-listing .lp-listing-bottom .lp-listing-cats {
margin-bottom: 8px;
line-height: 15px;
max-width: 100%;
}
.lp-listings .listing-slider .lp-listing .lp-listing-bottom .lp-listing-cats {
margin-bottom: 10px;
margin-top: 5px
}
.lp-listing .lp-listing-bottom .lp-listing-cats a {
margin-right: 0;
font-size: 13px;
}
.lp-listing .lp-listing-bottom .lp-listing-cats a:hover {
text-decoration: underline
}
.lp-listing .lp-listing-bottom .lp-listing-stars {
float: left;
line-height: 18px
}
.listing-slider .lp-listing .lp-listing-bottom .lp-listing-stars {
float: none
}
.lp-multi-rating-ui-wrap .review-emoticons {
height: 20px;
width: 20px
}
.lp-listing-stars .lp-star-box {
line-height: 12px;
border: solid 1px;
height: 18px;
width: auto;
display: inline-block;
text-align: center;
font-size: 13px;
padding: 2px 0;
}
.lp-listing-stars .lp-rating-num {
display: inline-block;
background: #73cf42;
color: #fff !important;
float: left;
height: 23.2px;
padding: 0 5px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.lp-listing-stars .lp-rating-num.zero-rating {
margin-left: 0
}
.listing-slider .lp-listing-stars .lp-rating-num.zero-rating {
line-height: 16px
}
.lp-multi-rating-ui-wrap .list-style-none span:first-of-type {
line-height: 21px;
}
.lp-listing-announcements .lp-listing-announcement {
position: absolute;
background-color: #fff;
z-index: 10;
left: 0;
width: 100%;
margin-bottom: 0;
display: none;
bottom: 90px
}
.lp-listing-announcements .lp-listing-announcement .close-ann {
position: absolute;
left: -9px;
top: -11px;
line-height: 5px;
cursor: pointer;
color: #fff;
font-size: 17px;
z-index: 2;
padding: 3px 5px;
border-radius: 50%;
}
.lp-listing-announcements .lp-listing-announcement .announcement-wrap {
margin-bottom: 0;
padding: 8px 8px 8px 13px;
border-top: none
}
.lp-listing-announcements .lp-listing-announcement .announcement-wrap span {
font-size: 14px
}
.lp-listing-announcements .lp-listing-announcement .announcement-wrap i {
font-size: 23px
}
.lp-listing-announcements .lp-listing-announcement .announcement-wrap a {
font-size: 14px;
padding: 3px 15px
}
.lp-listing-announcements a.lp-ann-btn {
color: #ff5a5f;
border: solid 1px #dedede;
line-height: 26px;
display: inline-block;
padding: 0 10px;
margin-top: 8px;
transition: all 0.20s ease-in-out;
font-size: 14px
}
.add-new-announcement .form-group {
margin: 0;
margin-bottom: 5px
}
.add-new-announcement .form-group label {
margin-bottom: 0
}
#lp-save-announcements {
margin-top: 20px
}
.lp-listing-announcements a.lp-ann-btn:hover {
color: #fff;
border-color: #fff;
background-color: #ff5a5f
}
.lp-listing .lp-listing-bottom .lp-listing-location {
float: right;
line-height: 23px;
}
.grid-style .lp-listing .lp-listing-bottom .lp-listing-location .fa {
font-size: 13px;
}
.grid-style .lp-listing .lp-listing-bottom .lp-listing-location a {
font-size: 13px;
color: #333 !important;
}
.lp-listing .list-style-cotainer .lp-listing-bottom .lp-listing-location {
float: none
}
.lp-listing .list-style-cotainer .lp-listing-bottom-left .lp-listing-location {
overflow: hidden;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 95%
}
.lp-listing .list-style-cotainer .lp-listing-bottom .lp-listing-location a {
font-weight: 400;
font-size: 14px;
color: #333333 !important;
}
.lp-listing .lp-listing-bottom .lp-listing-location a .lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-location,
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-stars {
float: none;
font-size: 14px
}
.listing-slider .lp-listing .lp-listing-bottom .lp-listing-location {
float: none;
margin-top: 10px;
}
.lp-listings .more-listings {
margin-top: 20px;
text-align: center
}
.lp-listings .more-listings a {
border: solid 1px #e2e2e2;
padding: 2px 15px;
text-transform: capitalize;
display: inline-block;
font-size: 14px;
transition: all 0.20s ease-in-out;
border-radius: 3px;
}
.lp-locations {
text-align: center;
max-width: 1125px;
margin-top: -38px
}
.lp-locations .lp-locations-slider .arrow-right {
left: -10px;
margin-top: -20px
}
.lp-locations .lp-locations-slider .arrow-left {
right: -10px;
margin-top: -20px
}
.lp-locations .col-md-2 {
padding: 0 0 0 4px;
display: inline-block
}
.lp-locations .lp-location-box {
position: relative;
overflow: hidden
}
.lp-locations .lp-location-box .lp-location-thumb a img {
max-width: 100%;
height: auto;
width: 100%
}
.lp-locations .lp-location-box .lp-location-bottom {
position: absolute;
bottom: 0;
transition: bottom 0.15s ease-out;
left: 0;
width: 100%;
text-align: center;
padding: 8px 0
}
.lp-locations .lp-location-box:hover .lp-location-bottom a span.lp-cat-list-count {
display: block
}
.lp-locations .lp-location-box:hover .lp-location-bottom a span.lp-cat-name {
margin-top: 10px
}
.lp-locations .lp-location-box .lp-location-bottom a {
position: absolute;
left: 0;
width: 100%;
text-align: center;
padding: 8px 0;
bottom: 0;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABECAYAAABAgF9WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAENJREFUeNp8jkkOwCAMxFyn8P8f0xvVSJCLlc3KACjwJBRgt2XcVUKBd6MERs5Gi5nGTO2vKn94yHKK24Mb+u26at8A8mYCIJr1E7oAAAAASUVORK5CYII=);
line-height: 12px;
height: 68px
}
.lp-locations .lp-location-box .lp-location-bottom a span.lp-cat-name {
display: block;
font-weight: 700;
line-height: 15px;
margin-top: 25px;
transition: all 0.35s ease-out
}
.lp-locations .lp-location-box .lp-location-bottom a span.lp-cat-list-count {
display: none;
line-height: 25px;
transition: all 0.35s ease-out
}
.lp-activities .lp-activity {
margin-bottom: 20px
}
.lp-activities .lp-activity.style2 .lp-activity-description p {
min-height: 50px
}
.lp-activities .lp-activity.style2.bottom0 {
margin-bottom: 0
}
.lp-activities .lp-activity .lp-activity-top {
position: relative
}
.lp-activities .lp-activity .lp-activity-author-thumb {
position: absolute;
left: 10px;
bottom: -27px
}
.lp-activities .lp-activity.style2 .lp-activity-author-thumb {
right: -10px;
top: 50%;
margin-top: -27px;
left: auto;
height: 55px
}
.lp-activities .lp-activity .lp-activity-author-thumb img {
height: 55px;
width: 55px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
border: solid 2px;
background-color: #fafafa;
}
.lp-activities .lp-activity .lp-activity-thumb img {
max-width: 100%
}
.lp-activities .lp-activity .lp-activity-bottom {
padding-top: 45px
}
.lp-activities .lp-activity .lp-activity-bottom strong {
font-weight: 400;
font-size: 14px;
color: #333;
}
.lp-activities .lp-activity.style2 .lp-activity-bottom {
padding-top: 15px
}
.lp-activities .lp-activity .lp-activity-review-writer {
margin-bottom: 12px;
line-height: 16px;
text-transform: capitalize;
}
.lp-activities .lp-activity .lp-activity-review-writer p {
margin-bottom: 0;
font-size: 12px;
}
.lp-activities .lp-activity.style2 .lp-activity-review-writer {
margin-top: 14px;
margin-bottom: 10px;
text-transform: capitalize;
}
.lp-activities .lp-activity.style2 .lp-activity-review-writer p {
margin-bottom: 0;
font-size: 12px;
}
.lp-activities .lp-activity .lp-listing-stars {
margin-bottom: 10px
}
.lp-activities .lp-activity .lp-activity-description .activity-reactions {
margin-top: 15px
}
.lp-activities .lp-activity .lp-activity-description .activity-reactions .review-reaction {
margin-left: 0;
margin-right: 5px;
line-height: 30px;
}
.lp-activities .lp-activity .lp-activity-description .activity-reactions .review-reaction i {
margin-right: 5px
}
.lp-activities .lp-activity .lp-activity-description .activity-reactions.small-btns .review-reaction {
padding: 0 8px 0 8px;
margin-top: 5px;
line-height: 30px;
}
.lp-activities .lp-activity .lp-activity-description .activity-reactions.small-btns .review-reaction:hover {
border-radius: 3px;
}
.lp-activities .lp-activity .lp-activity-description p {
margin-bottom: 0;
overflow-wrap: break-word;
min-height: 49px
}
.news-section {
background-image: url(//vetrinevenete.it/wp-content/themes/listingpro/assets/images/listing-mg4.jpg);
background-size: cover
}
.section-with-overlay {
position: relative
}
.section-with-overlay:before {
display: block;
content: ' ';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .6);
position: absolute;
top: 0;
left: 0
}
.lp-read-news {
font-family: 'Rock Salt', cursive;
text-align: center;
width: 100%;
padding: 50px 0
}
.lp-read-news p,
.lp-read-news a {
font-family: 'Rock Salt', cursive !Important;
color: #fff !important;
}
.lp-read-news p:first-child {
font-size: 30px;
margin-bottom: 45px;
}
.lp-read-news p {
line-height: 50px
}
.lp-read-news p.large-size {
font-size: 80px;
background-image: url(//vetrinevenete.it/wp-content/themes/listingpro/assets/images/read-news.png);
background-repeat: no-repeat;
background-position: center;
line-height: 80px
}
.lp-read-news a {
font-size: 25px;
margin-top: 45px;
display: inline-block;
text-decoration: underline;
}
.travel-brands {
text-align: center
}
.partner-box {
float: none;
display: inline-block;
width: 20%
}
.lp-logos {
text-align: center
}
.lp-logos ul {
margin: 0 auto
}
.lp-logos ul li {
list-style: none;
display: inline-block;
margin: 0 25px
}
.lp-sidebar .lp-widget {
margin-bottom: 25px;
position: relative;
z-index: 0;
}
.lp-sidebar .lp-widget#lp-sidebar-video {
margin-bottom: -6px;
overflow: hidden;
width: 360px;
border: none;
margin-left: -1px
}
.lp-sidebar .lp-widget#lp-sidebar-video iframe {
width: 360px;
height: 300px;
margin-bottom: 0
}
.lp-sidebar .map-widget #map {
height: 420px;
min-height: 420px
}
.lp-sidebar .lp-widget .lp-widget-title,
.widget-box>h2 {
font-size: 20px;
margin: 0;
text-transform: capitalize;
margin-bottom: 20px
}
.lp-widget img {
max-width: 100%
}
.lp-sidebar .lp-listings-widget .lp-listing {
padding: 10px;
border: solid 1px;
margin-bottom: 0;
border-bottom: 0;
}
.lp-listings-widget .lp-listing:last-child {
border-bottom: solid 1px;
}
.lp-listings-widget .lp-listing {
padding: 10px;
border: solid 1px;
margin-bottom: 0;
border-bottom: 0;
}
.lp-sidebar .lp-listings-widget .lp-listing:last-child {
border-bottom: solid 1px;
}
.lp-listings-widget .lp-listing .lp-listing-thumb {
float: left;
width: 46px;
}
.lp-listings-widget .lp-listing .lp-listing-thumb img {
border-radius: 3px;
}
.lp-listings-widget .lp-listing .lp-listing-detail {
float: left;
width: calc(100% - 48px);
padding-left: 10px;
position: relative;
}
.lp-listings-widget .lp-listing .lp-listing-detail h6 {
font-size: 14px;
margin: 0;
margin-bottom: 2px;
}
.lp-listings-widget .lp-listing .lp-listing-detail h6 a {
line-height: 20px;
font-size: 15px;
font-weight: 400;
}
.lp-listings-widget .lp-listing .lp-listing-detail h6 span {
font-weight: 500;
font-size: 13px;
line-height: 17px;
padding: 0 6px;
margin-right: 5px;
height: 18px;
border: solid 1px;
display: inline-block;
}
.lp-listings-widget .lp-listing .lp-listing-detail .lp-listing-rating {
margin-bottom: 8px
}
.lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-avg,
.lp-listing-review .lp-review-right .lp-rating-num {
font-weight: 700;
width: 30px;
text-align: center;
display: inline-block;
margin-right: 5px;
line-height: 20px
}
.lp-listing-review .lp-review-right .lp-rating-num {
width: auto !important;
line-height: 25px;
}
.lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-count {
text-transform: capitalize;
margin-right: 15px
}
.lp-listings-widget .lp-listing .lp-listing-detail .lp-listing-miles {
font-weight: 400;
color: #fff;
background: #c1c1c1;
border-radius: 3px;
padding: 0 4px;
float: right;
font-size: 12px;
line-height: 20px;
}
.lp-listings-widget .lp-listing .lp-listing-detail h6 span {
border-radius: 5px;
}
.lp-listings-widget .lp-listing .lp-listing-detail .lp-listing-location {
font-size: 14px;
line-height: 18px
}
.lp-listings-widget .lp-listing .lp-listing-detail .lp-listing-location a {
font-size: 13px;
font-weight: 400;
}
.detail-page-header-bg {
background-color: #f0f3f6;
position: absolute;
width: 100%;
height: 167px;
top: 0;
left: 0;
background-size: cover
}
.detail-page-header-bg.gal-yes {
height: 470px
}
.detail-page-header-bg.style4-bg.two-lines-title {
height: 170px
}
.detail-page-header-bg.style4-bg.no-tagline.two-lines-title {
height: 135px
}
.detail-page-header-bg.style4-bg.no-tagline {
height: 110px
}
.detail-page-header-bg.gal-yes.style4-bg {
height: 475px
}
.detail-page-header-bg.gal-yes.style4-bg.two-lines-title {
height: 500px
}
.detail-page-header-bg.gal-yes.style4-bg.two-lines-title.no-tagline {
height: 470px
}
.detail-page-header-bg.gal-yes.style4-bg.no-tagline {
height: 440px
}
.lp-listing-slider {
margin-bottom: 30px;
max-height: 270px;
overflow: hidden
}
.lp-see-all {
text-align: center;
margin: 15px 0;
margin-bottom: 30px
}
.lp-see-all a {
text-transform: capitalize
}
.lp-listing-slider .lp-listing-slide-wrap {
padding: 0
}
.lp-listing-slider .lp-listing-slide img {
max-width: 100%;
border-radius: 2px;
}
.lp-listing-title.gal-yes {
margin-top: 30px
}
.single-page-bg .lp-listing-title {
margin-top: 0;
margin-bottom: 20px
}
.lp-listing-title .lp-listing-logo {
float: left;
margin-right: 15px;
width: 82px;
height: 82px;
border-radius: 50%;
overflow: hidden;
}
.lp-listing-title .lp-listing-logo img {
width: 82px;
height: 82px;
}
.lp-listing-title .lp-listing-name {
float: left;
width: calc(100% - 235px)
}
.lp-listing-title .lp-listing-name h2 {
position: relative;
}
.post-meta-left-box .lp-listing-title {
margin-top: 10px;
}
.lp-listing-title .lp-listing-name h2 span.claimed {
position: absolute;
margin-left: 8px;
margin-top: 4px;
}
.lp-listing-title .lp-listing-name h2 span.claimed.position-static {
position: static;
display: block;
margin-left: 0;
}
.single-page-bg .lp-listing-title .lp-listing-name {
margin-left: 0
}
.single-page-bg .lp-listing-title .lp-listing-name span {
color: #fff
}
.lp-listing-title .lp-listing-name h2 {
font-size: 28px;
font-weight: 500;
margin: 10px 0 5px 0;
line-height: 33px;
word-wrap: break-word
}
.lp-listing-title .lp-listing-name h2 span i {
background-color: #40b3ef;
color: #fff;
border-radius: 50%;
font-size: 11px;
padding: 3px;
line-height: 11px
}
.claim-details>h2>span {
font-size: 27px
}
.claim-details ul {
margin-bottom: 20px !important
}
.claim-details ul li {
background: none !important;
border: none !important;
width: 320px;
padding: 5px 0 !important
}
.lp-post-meta-right-box-style3 .post-meta-left-box h1 {
word-wrap: break-word
}
.single-page-bg .lp-listing-title .lp-listing-name h2 {
line-height: 30px
}
.single-page-bg .lp-listing-title .lp-listing-name h2 {
margin-top: 0
}
.lp-listing-title .lp-listing-name .lp-listing-name-tagline {
font-size: 14px
}
.lp-listing-title .lp-listing-title-rating {
float: right;
margin-top: 15px;
text-align: right;
margin-right: 3px
}
.lp-listing-title-rating .review-form-toggle i {
margin-right: 5px
}
.single-page-bg .lp-listing-title .lp-listing-title-rating {
float: none;
margin-top: 8px;
text-align: left
}
.lp-listing-title .lp-listing-title-rating .lp-rating-avg {
font-weight: 700;
font-size: 20px;
line-height: 20px;
padding: 7px 10px;
margin-bottom: 8px;
display: inline-block;
border-radius: 3px;
}
.single-page-bg .lp-listing-title .lp-listing-title-rating .lp-rating-avg {
margin-bottom: 0;
padding: 4px 10px;
margin-right: 10px
}
.lp-rating-avg sub {
bottom: .05em
}
.lp-listing-title .lp-listing-title-rating .lp-rating-count,
.lp-listing-title .lp-listing-title-rating .review-form-toggle {
font-size: 13px
}
.lp-listing-title .lp-listing-title-rating .review-form-toggle {
color: #fff
}
.lp-listing-title .lp-listing-title-rating .review-form-toggle:hover {
text-decoration: underline
}
.single-page-bg .lp-listing-title .lp-listing-title-rating .lp-rating-count {
margin-right: 6px
}
.single-page-bg .lp-listing-title .lp-listing-title-rating .lp-rating-count:after {
content: '-';
display: inline-block;
margin-left: 10px
}
.lp-listing-action-btns {
margin-top: 27px;
position: relative;
height: 14px
}
.lp-listing-action-btns .md-overlay,
.lp-listing-action-btns .smenu {
visibility: visible;
opacity: 1;
z-index: 100
}
.lp-listing-action-btns .smenu {
z-index: 999999999;
min-width: 217px !important;
padding: 7px;
left: 0;
top: -90px;
display: none;
}
.lp_detail_page_styles4 .lp-listing-action-btns .smenu {
width: auto;
left: -170px
}
.lp_detail_page_styles4 .lp-listing-action-btns .smenu:after {
left: 91%
}
.lp-listing-action-btns .smenu:after {
left: 10%;
bottom: -10px;
border-top-color: #fff
}
.lp-listing-action-btns .smenu div {
display: block;
float: left;
text-align: center;
margin: 3px
}
.lp-listing-action-btns .smenu div a {
display: inline-block;
width: 34px;
text-align: center;
padding: 7px 0
}
.single-page-bg .lp-listing-action-btns {
float: right;
margin-top: 0;
margin-bottom: 0;
margin-right: 2px
}
.lp-listing-action-btns ul {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
margin-top: 0
}
.single-page-bg .lp-listing-action-btns ul {
margin-top: 10px
}
.lp-listing-action-btns ul li {
float: left;
margin-right: 8px
}
.lp-listing-action-btns.buttons-in-header ul li {
margin-right: 0;
margin-left: 10px;
float: right
}
.lp-listing-action-btns.buttons-in-header ul {
margin-top: 4px;
position: static
}
.lp-listing-action-btns.buttons-in-header ul li a {
padding-left: 13px;
padding-right: 13px;
border: none
}
.lp-listing-action-btns ul li>a {
padding: 5px 12px 4px 12px;
border: solid 1px;
border-radius: 3px;
}
.lp-listing-action-btns ul li a>i {
color: #797979
}
.lp-listing-action-btns ul li>a:hover {
background-color: #f8f8f8
}
.lp-listing-action-btns ul li#lp-book-now {
margin-right: 0;
margin-top: 16px;
margin-left: 15px;
width: 100%;
float: none
}
.lp-listing-action-btns ul li#lp-book-now>a {
width: 150px;
display: inline-block;
text-align: center;
font-size: 18px;
border: solid 1px #fff !important;
padding-top: 9px;
padding-bottom: 5px;
margin-right: 1px;
background-color: transparent !important;
color: #fff !important;
transition: all 0.20s ease-in-out
}
.lp-listing-action-btns ul li#lp-book-now>a>i {
transition: all 0.20s ease-in-out;
color: #fff
}
.lp-listing-announcement {
margin-bottom: 35px
}
.lp-listing-announcement .announcement-wrap {
font-weight: 700;
border: solid 1px;
padding: 10px 10px 10px 15px;
margin-bottom: 20px
}
.lp_detail_page_styles1 .lp-listing-announcement .announcement-wrap,
.lp_detail_page_styles2 .lp-listing-announcement .announcement-wrap {
border-radius: 5px
}
.lp-listing-announcement .announcement-wrap span {
font-weight: 700
}
.lp-listing-announcement .announcement-wrap.last {
margin-bottom: 0
}
.lp-listing-announcements .announcement-wrap.last {
border-bottom: none
}
.lp-listing-announcement .announcement-wrap i,
.lp-listing-announcement .announcement-wrap img {
font-size: 26px;
float: left;
margin-right: 15px;
float: left
}
.lp-listing-announcement .announcement-wrap p {
float: left;
width: 60%;
margin-bottom: 0
}
.lp-listing-announcement .announcement-wrap span {
float: left;
max-width: 555px;
font-weight: 400;
line-height: 17px
}
.lp-listing-announcement .announcement-wrap strong {
display: block
}
.lp-listing-announcement .announcement-wrap a {
float: right;
padding: 6px 15px;
text-align: center;
border-radius: 3px;
font-weight: 400;
transition: all 0.20s ease-in-out
}
.lp-listing-announcement .announcement-wrap a:hover {
opacity: .7
}
.lp-listing-desription {
margin-bottom: 35px;
font-size: 15px
}
.lp-listing-desription p {
margin-bottom: 15px;
overflow-wrap: break-word
}
.lp-listing-desription p:last-child {
margin-bottom: 0
}
.lp-listing-specs {
margin-top: 40px
}
.lp-listing-specs ul li {
list-style: none;
width: 40%;
float: left;
padding-bottom: 10px;
margin-bottom: 25px;
border-bottom: solid 1px;
line-height: 17px
}
.lp-listing-specs ul li:nth-child(2n) {
float: right
}
.lp-listing-specs ul li label {
font-size: 16px
}
.lp-listing-specs ul li span {
font-size: 15px;
float: right
}
.lp-listing-faqs {
margin-bottom: 45px;
float: none
}
.lp-listing-faqs .lp-listing-faq {
border: solid 1px;
margin-bottom: 15px;
-webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
-moz-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
padding: 0;
border-radius: 3px;
}
.lp-listing-faqs .lp-listing-faq.last {
margin-bottom: 0
}
.lp-listing-faqs .ui-accordion-header-icon {
display: none;
float: none
}
.lp-listing-faq .faq-title {
margin: 0;
padding: 15px 20px;
-webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
-moz-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
border: solid 1px #dedede;
margin-bottom: 15px;
}
.lp-listing-faq .faq-title.ui-accordion-header-active {
border-bottom: none;
box-shadow: none;
}
.lp-listing-faq.ui-accordion .ui-accordion-content {
-webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
-moz-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .17);
border: solid 1px #dedede;
border-top: none;
margin-bottom: 15px;
}
.lp-listing-faq.ui-accordion .ui-accordion-content p {
margin-bottom: 0;
}
.lp-listing-faq.ui-accordion .ui-accordion-content.ui-accordion-content-active {
margin-top: -15px;
}
.lp-listing-faq .faq-title a {
font-size: 16px;
font-weight: 400;
display: block;
}
.lp-listing-faq .faq-title a:focus {
color: #333 !important;
}
.lp-listing-faq .faq-title a span {
font-size: 20px;
display: inline-block;
margin-right: 15px;
line-height: 20px
}
.lp-listing-faq .faq-title a i {
float: right;
font-size: 12px;
margin-top: 4px
}
.lp-listing-faq .faq-answer p {
margin-bottom: 0
}
.lp-listing-faq .faq-answer .answer-body {
padding: 20px;
padding-top: 0
}
.lp-listing-reviews {
margin-bottom: 40px
}
.lp-listing-reviews .lp-total-reviews {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
margin-top: 0;
margin-bottom: 0
}
.lp-listing-reviews .lp-listing-review {
margin-top: 20px;
border-top: solid 1px;
padding-top: 30px
}
.lp-listing-review .lp-review-left {
float: left;
width: 20%;
max-width: 100px;
text-align: center;
}
.lp-listing-review .lp-review-left .lp-review-thumb {
margin-bottom: 15px
}
.lp-listing-review .lp-review-left .lp-review-thumb img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
height: 85px;
width: 85px
}
.lp-listing-review .lp-review-left .lp-review-name {
display: block;
margin-bottom: 0;
line-height: 16px;
text-transform: capitalize;
}
.lp-listing-review .lp-review-left .lp-review-count {
display: block
}
.lp-listing-review .lp-review-right {
float: right;
width: 86%;
padding-left: 30px
}
.lp-listing-review .lp-review-right .lp-review-right-top strong {
display: block;
font-weight: 500;
font-size: 16px;
font-family: Poppins;
}
.lp-listing-review .lp-review-right .lp-review-right-top time {
font-size: 14px
}
.lp-listing-review .lp-review-right .lp-review-right-top .lp-review-stars {
float: right;
position: relative
}
.lp-listing-review .lp-review-right .lp-review-right-top .lp-review-stars .open-multi-rate-box .fa-star {
color: #73cf42
}
.lp-listing-review .lp-review-right .lp-review-right-top .lp-review-stars .lp-multi-star-wrap {
left: -140px
}
.lp-listing-review .lp-review-right .lp-rating-num {
margin-right: 0
}
.lp-listing-review .lp-review-right .lp-review-right-content {
margin-top: 15px
}
.lp-reivew-gallery {
margin-top: 15px
}
.lp-reivew-gallery {
margin-left: 10px
}
.lp-reivew-gallery .listing-review-slider .slick-slide {
padding: 0 5px
}
.lp-reivew-gallery .slick-prev,
.lp-reivew-gallery .slick-next {
padding: 15px 0;
width: 30px;
background-size: 10px;
margin-top: 0;
right: -7px
}
.lp-reivew-gallery .slick-prev {
left: -7px
}
.lp-reivew-gallery img {
max-width: 100%;
border-radius: 3px;
}
.lp-listing-review .lp-review-right-bottom {
margin-top: 30px
}
.lp-listing-review .lp-review-right-bottom .review-interesting,
.lp-listing-review .lp-review-right-bottom .review-love,
.lp-listing-review .lp-review-right-bottom .review-lol,
.lp-activity-description .review-interesting,
.lp-activity-description .review-love,
.lp-activity-description .review-lol {
padding: 0 10px 0 10px;
border: solid 1px;
margin: 0 4px;
display: inline-block;
position: relative;
line-height: 30px;
border-radius: 3px;
font-size: 13px;
}
.lp-listing-review .lp-review-right-bottom .review-interesting:hover,
.lp-activity-description .review-interesting:hover {
border-radius: 3px;
}
.lp-listing-review .lp-review-right-bottom .review-reaction .react-msg,
.lp-activity-description .review-reaction .react-msg {
position: absolute;
font-size: 13px;
top: -30px;
left: 0;
display: none;
width: 200%;
}
.lp-listing-review-form {
margin-bottom: 30px;
border: solid 1px;
padding: 35px;
position: relative;
border-radius: 2px;
}
.lp-listing-review-form .lp-form-opener {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 5
}
.lp-listing-review-form h2 {
margin: 0;
font-size: 18px;
text-transform: capitalize;
margin-bottom: 20px;
cursor: pointer;
font-weight: 500;
}
.lp-listing-review-form h2 i {
float: right
}
.lp-listing-review-form .lp-review-form-top {
border: solid 1px;
padding: 15px
}
.lp-listing-review-form .lp-review-form-top .fa-star-o {
display: inline-block;
margin-top: 4px
}
.lp-listing-review-form .lp-review-form-bottom {
display: none;
margin-top: 20px
}
.lp-review-form-bottom input {
border-radius: 0
}
.lp-review-form-top .lp-review-stars {
width: 50%;
float: left;
margin-top: 6px
}
.lp-review-form-top .submit-images {
margin: 0
}
.lp-review-form-top .lp-review-stars span.stars-label {
float: left;
margin-right: 8px
}
.lp-review-form-top .lp-review-images label {
font-weight: 400;
margin-bottom: 0
}
.lp-review-form-top .lp-review-images {
width: 50%;
float: right;
text-align: right
}
.lp-review-form-top .lp-review-images button,
a.browse-imgs {
border: none;
padding: 0 25px;
line-height: 37px;
margin-left: 8px;
display: inline-block
}
.lp-listing-review-form textarea {
resize: none;
width: 100%;
padding: 15px;
height: 160px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0
}
.lp-listing-review-form .review-submit-btn {
border: none;
font-size: 16px;
padding: 9px 40px;
margin-top: 15px;
border-radius: 3px;
}
.lp-listing-review-form .form-submit {
margin-bottom: 0
}
.listing-page-sidebar .lp-widget {
border-radius: 3px;
}
.listing-page-sidebar .lp-deal {
margin-bottom: 20px
}
.listing-page-sidebar .lp-widget.lp-widget-top {
border-top: solid 1px;
}
.widget-box.widget_listingpro_nearby_v2 {
padding: 0;
margin-bottom: 30px
}
.listing-page-sidebar .lp-widget #singlepostmap {
height: 235px;
border-left: solid 1px;
border-right: solid 1px;
}
.listing-page-sidebar .lp-widget ul {
padding: 0;
margin: 0;
list-style: none
}
.listing-page-sidebar .lp-widget ul li {
padding: 10px 20px;
}
.lp-widget-top .lp-listing-timings .all-days-timings li {
background-color: #fff !important;
}
.listing-page-sidebar .lp-widget ul li span.social-icon {
font-size: 18px;
display: inline-block;
text-align: left;
width: 30px;
}
.widget-social-icons li {
font-size: 14px
}
.widget-social-icons li a {
color: #797979
}
.listing-page-sidebar .lp-widget ul li span img {
width: 20px
}
.listing-page-sidebar .lp-widget ul li p {
margin-bottom: 0
}
.listing-page-sidebar .lp-widget ul li a.addr-margin {
margin-left: 33px
}
.lp-widget-social-links a {
font-size: 22px;
margin-right: 4px;
display: block;
float: left
}
.lp-listing-timings {
position: relative
}
.lp-listing-timings .toggle-all-days {
position: absolute;
border: solid 1px;
padding: 2px 6px;
border-radius: 2px;
right: 15px;
bottom: -10px;
font-size: 11px;
z-index: 2;
line-height: 14px;
transition: all 0.20s ease-in-out
}
.lp-listing-timings .toggle-all-days i {
margin-right: 3px
}
.lp-listing-timings .all-days-timings {
display: none
}
.lp-listing-timings .lp-today-timing {
padding: 14px 20px
}
.lp-listing-timings div.lp-today-timing {
border-top: solid 1px;
background-color: #fff
}
.lp-listing-timings div.lp-today-timing strong img {
width: 20px;
}
.lp-listing-timings .lp-today-timing .lp-timing-status {
margin-left: 12px
}
.lp-listing-timings .lp-today-timing .lp-timings {
float: right;
margin-right: 0;
width: auto
}
.lp-widget .lp-listing-price-range {
padding: 15px 20px;
border-top: solid 1px
}
.lp-widget .lp-listing-price-range .simptip-position-top.simptip-movable:hover:after {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.lp-widget .lp-listing-price-range .lp-listing-price-range {
border: none;
font-weight: 700;
padding: 0
}
.lp-widget .lp-listing-price-range p {
margin: 5px 0
}
.lp-widget .lp-listing-price-range p.pricey {
font-size: 16px
}
.lp-widget .lp-listing-price-range p a {
font-weight: 700
}
.lp-widget .lp-listing-price-range p i {
margin-right: 8px
}
.lp-widget .lp-listing-price-range p img {
width: 18px;
margin-left: -3px;
margin-right: 8px
}
.lp-listing-additional-details {
position: relative
}
.lp-listing-additional-details.bottom35 {
margin-bottom: 46px
}
.lp-listing-additional-details h4 {
font-weight: 500;
font-size: 16px;
margin: 0;
padding: 16px 20px;
border-top: solid 1px;
background-color: #fff
}
.lp-listing-additional-details li {
font-weight: 700
}
.lp-listing-additional-details li label {
font-weight: 700;
margin-bottom: 0
}
.lp-listing-additional-details li span {
float: right
}
.lp-listing-additional-details .toggle-additional-details {
position: absolute;
text-align: center;
width: 100%;
box-shadow: none;
border: none;
border-top: none;
padding: 4px 0;
bottom: -46px;
left: 0;
outline: none;
font-size: 16px;
font-weight: 500;
transition: all 0.20s ease-in-out
}
.lp-listing-additional-details .toggle-additional-details:hover {
opacity: .7
}
.lp-listing-additional-details .toggle-additional-details i {
margin-right: 5px
}
.additional-detail-hidden {
display: none
}
.online-owner-widget {
padding: 15px
}
.online-owner-widget .lp-online-thumb {
width: 85px;
height: 85px;
float: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px
}
.online-owner-widget .lp-online-detail {
float: left;
margin-left: 10px
}
.online-owner-widget .lp-online-detail h4 {
margin-top: 0;
font-size: 16px;
font-weight: 700;
margin-bottom: 15px
}
.online-owner-widget .lp-online-detail h4 span {
font-size: 14px;
font-weight: 400;
margin-left: 10px
}
.online-owner-widget .lp-online-detail h4 span:before {
content: ' ';
height: 6px;
width: 6px;
display: inline-block;
border-radius: 50%;
margin-right: 4px
}
.online-owner-widget .lp-online-social a {
font-size: 20px;
margin-right: 4px
}
.online-owner-widget .lp-online-detail p {
margin-bottom: 0;
font-size: 14px;
margin-top: 4px
}
.lp-widget.lp-discount-widget {
position: relative;
margin-bottom: 25px;
border: solid 1px #dedede;
overflow: hidden;
border-radius: 3px;
}
.lp-widget.lp-discount-widget .flip-clock-wrapper {
width: auto;
display: inline-block;
margin-left: auto
}
.lp-discount-widget .lp-discount-btn {
position: relative;
width: 100.8%;
text-align: center;
font-weight: 700;
padding: 12px 0;
font-size: 16px;
text-transform: capitalize;
cursor: pointer;
z-index: 1;
display: block
}
.lp-discount-widget .lp-discount-btn span {
display: block;
width: 100%;
color: #fff;
font-size: 23px
}
.no-padding-discount:nth-child(even) {
padding-left: 0;
clear: both
}
.no-padding-discount:nth-child(odd) {
padding-right: 0
}
.no-padding-sidebar {
padding: 0
}
.lp-discount-widget .lp-discount-top {
text-align: center;
padding: 20px;
position: relative
}
.lp-discount-widget .lp-discount-top strong {
margin-bottom: 20px;
text-transform: capitalize;
display: block;
margin-bottom: 10px
}
.lp-discount-widget .lp-discount-top .lp-discount-thumb {
height: 100px;
width: 100px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: solid 1px;
position: absolute;
left: 50%;
margin-left: -50px
}
.lp-discount-widget .lp-discount-top .lp-discount-thumb img {
max-width: 100%;
border-radius: 50%
}
.lp-discount-widget .lp-discount-top .lp-discount-thumb .lp-discount-thumb-tagline {
color: #fff;
left: 0;
font-weight: 700;
padding: 0 10px;
background-color: #73cf42;
position: absolute;
bottom: -5px;
font-size: 12px;
right: auto;
width: 100%;
text-align: center
}
.lp-dis-code-copy {
text-align: center;
line-height: 18px;
position: absolute;
background-color: #fff;
width: 100%;
z-index: 15;
bottom: 12px;
left: 0;
display: none
}
.lp_detail_page_styles1 .lp-dis-code-copy,
.lp_detail_page_styles2 .lp-dis-code-copy,
.lp_detail_page_styles5 .lp-dis-code-copy {
border-radius: 5px
}
.lp_detail_page_styles1 .lp-dis-code-copy .popup-header strong,
.lp_detail_page_styles2 .lp-dis-code-copy .popup-header strong,
.lp_detail_page_styles5 .lp-dis-code-copy .popup-header strong {
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.lp-discount-widget .lp-dis-code-copy {
bottom: 30px
}
.offer-btn .lp-dis-code-copy {
width: 300px;
left: auto;
right: 0
}
.lp-listing-bottom-right .lp-dis-code-copy {
min-width: 300px;
left: -47px
}
.popup-header strong {
position: relative;
color: #fff !important;
text-align: left;
padding: 10px;
font-size: 16px !important;
margin-top: 0 !important;
display: block;
float: left
}
.lp-dis-code-copy .popup-header strong,
.lp-listing-announcement .popup-header strong {
display: block;
float: none
}
.lp-listing-announcement .popup-header strong {
padding: 8px 13px
}
.offer-btn .lp-dis-code-copy {
bottom: 55px
}
.deal-content .lp-dis-code-copy {
bottom: 60px
}
.deal-content .lp-dis-code-copy:after {
left: 40px
}
.lp-listing-bottom-right .lp-dis-code-copy {
bottom: 70px
}
.lp-dis-code-copy:after,
.lp-listing-announcements .lp-listing-announcement:after {
display: block;
content: ' ';
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
border-top: 10px solid #fff;
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -5px
}
.offer-btn .lp-dis-code-copy:after {
right: 20px;
left: auto
}
.lp-listing-announcements .lp-listing-announcement:after {
left: 37%
}
.lp-dis-code-copy strong {
font-size: 20px;
color: #7f7f7f;
margin-top: 12px;
margin: 0;
display: block;
float: left;
padding: 10px
}
.lp-dis-code-copy span {
font-weight: 400;
display: inline-block;
cursor: pointer;
padding: 9px 10px;
display: block;
line-height: 10px;
float: right
}
.lp-dis-code-copy input {
position: absolute;
z-index: -1;
background-color: transparent;
border: none;
color: #fff;
opacity: 0
}
.code-overlay {
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, .2);
position: fixed;
z-index: 9;
top: 0;
left: 0;
display: none
}
.close-copy-code {
position: absolute;
right: 10px;
cursor: pointer;
color: #fff;
top: 8px
}
.lp-discount-widget .lp-discount-bottom {
padding: 70px 20px 0 20px;
font-size: 14px;
line-height: 18px;
text-align: center;
margin-top: 25px
}
.lp-discount-widget .lp-discount-bottom strong.dishead {
font-size: 18px;
text-transform: capitalize;
display: block;
margin-bottom: 8px
}
.lp-discount-widget .lp-discount-thumb-tagline {
border: solid 1px #73cf42;
padding: 0 20px;
color: #73cf42;
display: inline-block;
margin-bottom: 20px
}
.lp-widget.related-listings,
.lp-widget.widget_listingpro_nearby_v2 {
border: none
}
.lp-sidebar .lp-widget .lp-widget-title a {
font-size: 14px;
margin-left: 10px
}
footer.style3 {
padding: 30px 0;
border-top: solid 1px
}
footer .lp-footer-logo {
float: left;
max-width: 160px
}
footer .lp-footer-copyrights {
margin-left: 15px;
float: left;
margin-top: 8px
}
footer .lp-footer-copyrights span {
font-size: 16px !important
}
.footer-menu ul {
list-style: none;
margin-top: 7px
}
.lp-header .footer-menu ul {
margin-top: 8px
}
.footer-menu ul li {
float: right;
margin: 0 10px
}
.footer-menu li:before {
display: none
}
.lp-header .footer-menu ul li {
margin-left: 0;
margin-right: 20px
}
.footer-menu ul li a {
font-size: 16px;
}
.rating-symbol:first-of-type::after,
.rating-symbol:nth-child(2)::after,
.rating-symbol:nth-child(3)::after,
.rating-symbol:nth-child(4)::after,
.rating-symbol:nth-child(5)::after,
.ann-err-msg,
.lp-dash-ann-list li form,
.lp-dash-dis-list li form,
.lp-dash-offer-list li form,
.lp-menus-list li form {
display: none
}
.lp-dash-ann-list li i,
.lp-dash-dis-list li i,
.lp-dash-offer-list li i {
cursor: pointer
}
.lp-dash-offer-list li p {
margin-bottom: 0;
line-height: 35px
}
#input-dropdown>ul li {
text-align: left;
padding-left: 11px;
padding-right: 11px
}
.list-style .grid-style-container {
display: none
}
.grid-style .list-style-cotainer {
display: none
}
.grid-style-container {
min-height: 320px
}
.lp-listing-offers .lp-listing-offer {
margin-bottom: 35px;
position: relative;
overflow: hidden
}
.lp_detail_page_styles1 .lp-listing-offers .lp-listing-offer,
.lp_detail_page_styles2 .lp-listing-offers .lp-listing-offer,
.lp_detail_page_styles5 .lp-listing-offers .lp-listing-offer {
border-radius: 5px
}
.lp_detail_page_styles1 .lp-listing-offer .offer-bottom,
.lp_detail_page_styles2 .lp-listing-offer .offer-bottom,
.lp_detail_page_styles5 .lp-listing-offer .offer-bottom {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px
}
.lp-listing-offer .offer-top {
padding: 38px 25px;
border: solid 1px #dedede;
padding-bottom: 20px;
min-height: 100px;
}
.lp-listing-offer.offer-sidebar .offer-top {
text-align: center;
padding: 25px
}
.lp-listing-offer.offer-sidebar .offer-top .offer-tagline.tagline-margin {
margin-bottom: 85px
}
.lp-listing-offer.offer-sidebar .offer-bottom .offer-thumb {
left: 50%;
margin-left: -75px
}
.lp-listing-offer.offer-sidebar .offer-bottom .offer-btn {
position: static;
margin-top: 50px
}
.lp-listing-offer.offer-sidebar .offer-top .offer-expiry strong {
display: none
}
.offer-expiry .flip-clock-divider.minutes .flip-clock-label {
left: 10px
}
.lp-listing-offer.offer-sidebar .offer-top .offer-expiry .flip-clock-wrapper {
float: none;
margin-left: 43px
}
.flip-clock-divider .flip-clock-label {
margin-left: 0
}
.flip-clock-divider.minutes .flip-clock-label {
margin-left: 1px
}
#offer-countdown-1 .flip-clock-divider.days .flip-clock-label,
.lp-discount-widget .flip-clock-divider.days .flip-clock-label {
left: 3px;
}
#offer-countdown-1 .flip-clock-divider.hours .flip-clock-label {
left: 13px;
}
.lp-discount-widget .flip-clock-divider.hours .flip-clock-label {
left: 11px;
}
#offer-countdown-1 .flip-clock-divider.minutes .flip-clock-label {
left: 12px;
}
.listing-page-sidebar #lp-deals-countdown1 ul.flip li a {
line-height: 33px;
}
.lp-discount-widget .flip-clock-divider.hours .flip-clock-label {
margin-left: 2px
}
.lp-discount-widget .flip-clock-divider.minutes .flip-clock-label,
.lp-discount-widget .flip-clock-divider.seconds .flip-clock-label {
margin-left: 7px;
top: -17px
}
.lp-listing-offer.offer-sidebar .offer-top .offer-expiry {
margin-top: 25px;
margin-bottom: 80px
}
.lp-listing-offer.offer-sidebar .offer-bottom .offer-title {
margin-top: 20px
}
.lp-listing-offer .offer-bottom .offer-thumb {
width: 150px;
height: 150px;
position: absolute;
top: -75px
}
.lp-listing-offer .offer-bottom .offer-tagline {
color: #73cf42;
left: 0;
font-weight: 400;
padding: 6px 70px;
border: 1px solid #73cf42;
font-size: 16px;
right: auto;
vertical-align: bottom;
text-align: center;
display: inline-block
}
.lp-listing-offer .offer-top .offer-tagline {
border: solid 1px #73cf42;
padding: 2px 10px;
color: #73cf42;
margin-left: 160px;
margin-top: 8px;
display: inline-block;
float: left
}
.lp-listing-offer.offer-sidebar .offer-top .offer-tagline {
margin-left: 0;
float: none
}
.lp-listing-offer .offer-bottom .offer-thumb img {
width: 150px;
height: 150px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%
}
.lp-listing-offer .offer-bottom .offer-thumb span.offer-num {
position: absolute;
background-color: #2690ff;
color: #fff;
width: 40px;
text-align: center;
padding: 6px 0;
font-size: 20px;
top: 5px
}
.lp-listing-offer .offer-top .offer-expiry {
text-align: right;
line-height: 44px
}
.lp-listing-offer .offer-top .offer-expiry .flip-clock-wrapper {
width: auto;
float: right;
margin: 0;
margin-left: 20px
}
.lp-listing-offer .offer-bottom {
padding: 23px;
background-color: #f7f9fa;
position: relative;
border: 1px solid #dedede;
border-top: 0
}
.lp-listing-offer .offer-bottom .offer-title {
display: block;
margin-top: 70px;
color: #333
}
.lp-listing-offer .offer-bottom .offer-description {
position: relative
}
.lp-listing-offer .offer-bottom .offer-description p {
line-height: 22px;
margin-bottom: 0;
max-width: 540px;
}
.lp-listing-offer .offer-bottom .offer-description p:first-child {
margin-bottom: 4px
}
.lp-listing-offer .offer-bottom .offer-description p:last-child {
margin-bottom: 0
}
.lp-listing-offer .offer-bottom .offer-btn {
position: absolute;
right: 25px;
top: 0
}
.offer-description .lp-copy-code {
padding: 8px 16px;
color: #fff;
background-color: #73cf42;
text-transform: capitalize;
margin-top: 20px;
display: inline-block;
font-size: 16px;
cursor: pointer;
position: absolute;
bottom: 0;
right: 0
}
.add-new-offer .upload-field,
.add-new-discount-code .upload-field {
margin-top: 0
}
.add-new-offer #frontend-button,
.add-new-discount-code #frontend-button {
margin-bottom: 0
}
#listingpro_nearby-2 {
padding: 0
}
.lp-category-abs2 {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px
}
.lp-category-abs2:last-child {
padding-right: 0
}
.lp-category-abs2 .lp-category-abs2-inner {
position: relative
}
.lp-category-abs2 .lp-category-abs2-inner img {
height: 375px;
width: 100%
}
.lp-category-abs2.abs2-third,
.lp-category-abs2.abs2-fourth {
padding-right: 0
}
.lp-category-abs2.abs2-third .lp-category-abs2-inner img,
.lp-category-abs2.abs2-fourth .lp-category-abs2-inner img {
height: 182px
}
.lp-category-abs2 .lp-category-abs2-inner span {
position: absolute;
bottom: 15px;
left: 15px;
color: #fff;
padding: 0 10px;
transition: all 0.20s ease-in-out;
font-family: 'Poppins';
font-weight: 500;
font-size: 16px;
border-radius: 3px;
}
.lp-category-abs2 .lp-category-abs2-inner .lp-category-abs2-inner-sub-cats {
position: absolute;
padding: 0 10px;
background-color: #555;
color: #fff;
bottom: 0;
border-radius: 2px;
left: 15px
}
.lp-category-abs2 .lp-category-abs2-inner.has-child-cats:hover span {
bottom: 45px
}
.lp-category-abs2 .lp-category-abs2-inner .lp-category-abs2-inner-sub-cats a {
color: #fff;
font-size: 12px;
}
.lp-category-abs2 .lp-category-abs2-inner .lp-category-abs2-inner-sub-cats a:hover {
text-decoration: underline
}
.lp-category-boxed2 .lp-category-boxed2-inner {
background-color: #fafafa;
margin-bottom: 30px;
text-align: center;
border: solid 1px;
transition: all 0.20s ease-in-out
}
.lp-category-boxed2 .lp-category-boxed2-inner:hover {
-webkit-box-shadow: 0 0 15px 2px rgba(184, 184, 184, .79);
-moz-box-shadow: 0 0 15px 2px rgba(184, 184, 184, .79);
box-shadow: 0 0 15px 2px rgba(184, 184, 184, .79)
}
.lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-top,
.lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-bottom {
padding: 20px
}
.lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-top img {
display: block;
margin: 0 auto 6px auto;
width: 66px;
}
.lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-top h5 {
margin: 0
}
.lp-category-boxed2 .lp-category-boxed2-inner .lp-category-boxed2-inner-top {
padding-top: 10px;
}
.lp-category-boxed2 .lp-category-boxed2-inner.with-icon {
text-align: left
}
.lp-category-boxed2 .lp-category-boxed2-inner-bottom {
border-top: solid 1px
}
.lp-category-boxed2 .lp-category-boxed2-inner-bottom li img {
width: 24px;
margin-right: 5px
}
.lp-category-boxed2 .lp-category-boxed2-inner-bottom li {
margin-bottom: 3px;
}
.lp-category-boxed2 .lp-category-boxed2-inner-bottom li a {
display: inline-block;
vertical-align: middle;
}
.lp-category-boxed2 .lp-category-boxed2-inner-bottom li:last-child {
margin-bottom: 0;
}
.widget_listingpro_ads_widget_v2 {
padding: 0
}
.add-btn-v2 {
border: 0
}
.lp-deals-wrap {
margin-bottom: 35px
}
.lp-deals-wrap .lp-deal {
position: relative;
color: #fff;
margin-bottom: 30px;
overflow: hidden
}
.lp-deals-wrap .lp-deal .deal-details {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: #000
}
.lp-deals-wrap .lp-deal .deal-details span.lp-deal-off {
color: #fff;
padding: 0 7px;
position: absolute;
top: 15px;
left: 15px;
border: solid 1px #fff
}
.lp-deals-wrap .lp-deal .deal-details .deal-button {
padding: 4px 15px 4px 15px;
transition: all 0.20s ease-in-out;
display: inline-block;
background-color: #73cf42 !important;
color: #fff;
margin-top: 4px;
cursor: pointer
}
.lp-deals-wrap .lp-deal .deal-details .deal-content {
width: 100%;
position: absolute;
padding: 15px;
bottom: 0
}
.lp-deals-wrap .lp-deal .deal-details .deal-content p {
margin-bottom: 0;
color: #fff;
line-height: 20px
}
.lp-deals-wrap .lp-deal .deal-details .lp-deal-validity span {
color: #fff;
font-size: 12px
}
.deal-countdown-wrap {
position: absolute;
right: 15px;
top: 15px;
z-index: 1;
}
.deal-countdown-wrap .flip-clock-label {
color: #fff;
top: auto;
bottom: -15px;
left: 6px
}
.deal-countdown-wrap .flip-clock-wrapper {
margin: 0
}
.deal-countdown-wrap .flip-clock-wrapper ul li a div div.inn,
.deal-countdown-wrap .flip-clock-wrapper ul li a div {
font-size: 18px;
border-radius: 0
}
.deal-countdown-wrap .flip-clock-wrapper ul li a {
line-height: 30px;
font-weight: 400
}
.deal-countdown-wrap .flip-clock-wrapper ul {
height: 30px;
box-shadow: none;
border: solid 1px;
margin: 0 2px 0 2px !important
}
.deal-countdown-wrap .flip-clock-divider {
width: 4px
}
.fa-check-circle {
color: #73cf42
}
.lp-listing-offer .flip-clock-wrapper .flip {
border: solid 1px #e3e3e3;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.listing-page-sidebar .lp-widget.lp-discount-widget ul li {
border: solid 1px
}
.lp-discount-count-wrap .lp-discount-countdown {
margin-left: 35px
}
.deal-details .flip-clock-wrapper ul li a div div.inn {
background-color: #fff
}
.lp-discount-count-wrap .flip li {
border: none
}
.lp-pagination ul li>span.current:hover,
.lp-pagination ul li>span.current,
.lp-pagination ul li .page-numbers {
line-height: 29px;
padding: 0 12px;
border-radius: 2px;
}
.lp-header-search .lp-search-btn {
padding: 11px 25px 11px 40px;
}
.lp-header-search.archive-search .lp-search-btn {
padding: 11px 30px 11px 40px
}
.lp-header-search.archive-search .lp-search-icon {
font-size: 25px;
left: 25px
}
.lp-header-search .lp-search-icon {
left: 20px;
}
.nicescroll-cursors {
background-color: rgb(236, 236, 236) !important
}
#input-dropdown {
box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}
.form-group.submit-images.lp-review-images>input[type="file"] {
width: 0
}
.lp-listing-menuu-wrap {
margin-bottom: 35px;
background-color: #fff;
border: solid 1px;
border-radius: 3px;
}
.lp-listing-menu-items {
padding-bottom: 15px;
padding-top: 15px;
}
.lp-listing-menu-items h6 {
margin-bottom: 25px;
margin-top: 25px;
line-height: 13px;
padding-bottom: 12px;
position: relative;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
}
.lp-listing-menu-items h6:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 150%;
height: 1px;
}
.lp-listing-menu-items .lp-listing-menu-item {
border-bottom: solid 1px;
margin-bottom: 15px;
padding-bottom: 15px
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-thumb {
margin-right: 15px;
width: 65px;
float: left
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-thumb img {
border-radius: 2px;
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail {
float: left;
width: calc(100% - 200px)
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-item-title {
display: block;
color: #333;
line-height: 16px;
margin-bottom: 10px
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-order {}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-order img {
display: inline-block;
margin: 0;
}
.lp-menu-order-fields select {
width: 100% !important;
padding-top: inherit;
box-shadow: none;
height: 42px;
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-item-tags {
display: block;
color: #797979;
line-height: 17px;
font-size: 13px;
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price {
float: right
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price span {
display: block;
line-height: 16px;
margin-bottom: 5px
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price span.old-price {
color: #797979 !important
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price span.line-through {
text-decoration: line-through;
text-align: center;
}
.lp-listing-menu-top {
line-height: 15px;
text-align: center;
padding: 42px 15px;
background-color: #fafafa;
margin-bottom: 0;
border-bottom: solid 1px;
position: relative
}
.lp-listing-menu-top span {
line-height: 15px;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
}
.lp-listing-menuu-slider .slick-arrow {
top: 15px;
box-shadow: none;
padding: 0;
width: 30px;
height: 30px;
line-height: 30px;
opacity: 1;
}
.lp-listing-menuu-slider .arrow-right::before,
.lp-listing-menuu-slider .arrow-left::before {
color: unset;
}
.lp-listing-menuu-slider .slick-arrow.arrow-right {
left: 15px
}
.lp-listing-menuu-slider .slick-arrow.arrow-left {
right: 15px
}
.flip-clock-wrapper ul {
border-radius: 0
}
.lp-review-form-top a.browse-imgs {
border-radius: 3px;
}
.lp-locations .lp-location-box .lp-location-bottom a span.lp-cat-list-count {
display: block;
opacity: 0;
position: relative;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out
}
.lp-locations .lp-location-box:hover .lp-location-bottom a span.lp-cat-list-count {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
.lp-category-abs2-inner-sub-cats {
opacity: 0;
bottom: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out
}
.lp-category-abs2 .lp-category-abs2-inner.has-child-cats:hover .lp-category-abs2-inner-sub-cats {
opacity: 1;
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-o-transform: translateY(-15px);
transform: translateY(-15px)
}
.lp-category-abs2 .lp-category-abs2-inner {
overflow: hidden;
border-radius: 3px;
}
.sort-filter-inner:after {
content: "";
width: 0;
height: 0;
border-left: 8px solid transparent !important;
border-right: 8px solid transparent !important;
border-bottom: 8px solid #fff !important;
position: absolute;
top: -8px !important;
left: 10px
}
.sort-by-filter {
position: relative
}
.sort-filter-inner p {
text-align: center;
margin: 0;
font-size: 11px
}
.price-filter .simptip-position-top:before,
.price-filter .simptip-position-top:after {
bottom: 77%
}
.menu ul.children li>a::before,
.menu ul.sub-menu li>a::before,
.lp-user-menu li>a::before {
display: none
}
.menu ul.children li:hover>a,
.menu ul.sub-menu li:hover>a,
.lp-user-menu li:hover>a {
border-left: solid 2px
}
.menu ul.children li>a,
.menu ul.sub-menu li>a,
.lp-user-menu li>a {
border-left: solid 2px transparent
}
.menu ul.children,
.menu ul.sub-menu {
border-left: none
}
.flip-clock-divider .flip-clock-label {
font-size: 12px;
bottom: -10px
}
.flip-clock-divider.hours .flip-clock-label {
bottom: -14px
}
.lp-deals-wrap .lp-deal .deal-details .flip-clock-divider.hours .flip-clock-label {
bottom: -16px
}
.lp-detail-section-title {
margin-top: 0;
margin-bottom: 20px;
font-size: 18px;
font-weight: 500;
}
.grid-style3 .lp-blog-grid-box-thumb,
.new-list-style .lp-blog-grid-box-thumb {
position: relative
}
.grid-style3 .lp-blog-grid-title {
position: absolute;
width: 85%;
bottom: 0;
left: 0;
text-align: center;
padding: 0
}
.grid-style3 .lp-blog-grid-title h4 {
background-color: #fff;
margin: 0;
text-align: left;
padding: 20px;
padding-bottom: 15px
}
.grid-style3 .lp-blog-grid-title h4 a {
display: inline-block
}
.grid-style3 .lp-blog-grid-box-description {
padding: 0 35px 10px 20px
}
.grid-style3 .lp-blog-grid-date,
.new-list-style .lp-blog-grid-date {
position: absolute;
top: 15px;
left: 15px;
background-color: #141414;
font-size: 14px;
padding: 0 7px;
color: #fff
}
.grid-style3 .lp-blog-grid-category {
margin-top: 0
}
.grid-style3 .lp-blog-grid-author li,
.new-list-style .lp-blog-grid-author li {
margin-right: 15px
}
.grid-style3 .lp-blog-grid-author li a span,
.grid-style3 .lp-blog-grid-author li a,
.new-list-style .lp-blog-grid-author li a span,
.new-list-style .lp-blog-grid-author li a {
font-size: 12px
}
.lp-blog-grid-author li.category-link a {
padding: 2px 5px;
transition: all 0.20s ease-in-out;
background-color: #737373;
border-top: solid 1px #737373;
color: #fff
}
.grid-style3 .lp-blog-grid-box-description p,
.new-list-style .lp-blog-grid-box-description p {
line-height: 22px;
margin-top: 10px;
margin-bottom: 20px;
height: 65px;
overflow: hidden
}
.new-list-style .lp-blog-grid-box-description p {
height: 40px;
margin-bottom: 16px;
padding-right: 40px
}
.grid-style3 .lp-blog-grid-link,
.new-list-style .lp-blog-grid-link {
padding: 5px 15px 3px 15px;
display: inline-block;
margin: 7px 0 15px 0;
transition: all 0.20s ease-in-out
}
.new-list-style .lp-blog-grid-link {
margin-bottom: 0
}
.grid-style3 .lp-blog-grid-link:hover,
.new-list-style .lp-blog-grid-link:hover,
.blog-social .lp-blog-grid-link:hover {
opacity: .7
}
.grid-style3 .lp-blog-grid-shares,
.blog-social .lp-blog-grid-shares,
.new-list-style .lp-blog-grid-shares {
float: right;
margin-top: 8px;
position: relative
}
.blog-social.contact-style2 .lp-blog-grid-shares {
float: none
}
.blog-social .lp-blog-grid-shares {
margin-top: 0
}
.grid-style3 .lp-blog-grid-shares {
margin-right: -20px
}
.lp-blog-grid-shares-contact-page a {
color: #fff;
background-color: #878686;
float: left;
display: inline-block;
margin-right: 6px;
line-height: 36px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 16px;
border-radius: 50px;
transition: all 0.20s ease-in-out;
}
.lp-blog-grid-shares-contact-page a.icon-fb {
background-color: #899dce
}
.lp-blog-grid-shares-contact-page a.icon-tw {
background-color: #60d2f5
}
.lp-blog-grid-shares-contact-page a.icon-gp.icon-gp {
background-color: #d34836
}
.lp-blog-grid-shares-contact-page a.icon-pin {
background-color: #f74c53
}
.lp-blog-grid-shares-contact-page a:hover {
opacity: .8
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon,
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon,
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon {
display: block;
background-color: #878686;
color: #fff;
padding-left: 2px;
padding-right: 2px;
position: absolute;
opacity: 0;
visibility: hidden;
left: 0;
top: 0;
text-align: center;
z-index: 1;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transition-delay: 0s;
-webkit-transition-delay: 0s;
width: 32px;
padding-top: 5px;
padding-bottom: 3px;
border-radius: 50px
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-fb,
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-fb,
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-fb {
background-color: #899dce
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-tw,
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-tw,
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-tw {
background-color: #60d2f5
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-gp,
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-gp,
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-gp {
background-color: #d34836
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-pin,
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-pin,
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon.icon-pin {
background-color: #f74c53
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(1),
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(1),
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(1) {
-webkit-transform: translate3d(-32px, 0, 0);
-moz-transform: translate3d(-32px, 0, 0);
-ms-transform: translate3d(-32px, 0, 0);
-o-transform: translate3d(-32px, 0, 0);
transform: translate3d(-32px, 0, 0)
}
.blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(1) {
-webkit-transform: translate3d(32px, 0, 0);
-moz-transform: translate3d(32px, 0, 0);
-ms-transform: translate3d(32px, 0, 0);
-o-transform: translate3d(32px, 0, 0);
transform: translate3d(32px, 0, 0)
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(2),
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(2),
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(2) {
-webkit-transform: translate3d(-32px, 0, 0);
-moz-transform: translate3d(-32px, 0, 0);
-ms-transform: translate3d(-32px, 0, 0);
-o-transform: translate3d(-32px, 0, 0);
transform: translate3d(-32px, 0, 0)
}
.blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(2) {
-webkit-transform: translate3d(36px, 0, 0);
-moz-transform: translate3d(36px, 0, 0);
-ms-transform: translate3d(36px, 0, 0);
-o-transform: translate3d(36px, 0, 0);
transform: translate3d(36px, 0, 0)
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(3),
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(3),
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(3) {
-webkit-transform: translate3d(-68px, 0, 0);
-moz-transform: translate3d(-68px, 0, 0);
-ms-transform: translate3d(-68px, 0, 0);
-o-transform: translate3d(-68px, 0, 0);
transform: translate3d(-68px, 0, 0)
}
.blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(3) {
-webkit-transform: translate3d(72px, 0, 0);
-moz-transform: translate3d(72px, 0, 0);
-ms-transform: translate3d(72px, 0, 0);
-o-transform: translate3d(72px, 0, 0);
transform: translate3d(72px, 0, 0)
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(4),
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(4),
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(4) {
-webkit-transform: translate3d(-104px, 0, 0);
-moz-transform: translate3d(-104px, 0, 0);
-ms-transform: translate3d(-104px, 0, 0);
-o-transform: translate3d(-104px, 0, 0);
transform: translate3d(-104px, 0, 0)
}
.blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(4) {
-webkit-transform: translate3d(108px, 0, 0);
-moz-transform: translate3d(108px, 0, 0);
-ms-transform: translate3d(108px, 0, 0);
-o-transform: translate3d(108px, 0, 0);
transform: translate3d(108px, 0, 0)
}
.new-list-style .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(5),
.grid-style3 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(5),
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(5) {
-webkit-transform: translate3d(-140px, 0, 0);
-moz-transform: translate3d(-140px, 0, 0);
-ms-transform: translate3d(-140px, 0, 0);
-o-transform: translate3d(-140px, 0, 0);
transform: translate3d(-140px, 0, 0)
}
.blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(5) {
-webkit-transform: translate3d(144px, 0, 0);
-moz-transform: translate3d(144px, 0, 0);
-ms-transform: translate3d(144px, 0, 0);
-o-transform: translate3d(144px, 0, 0);
transform: translate3d(144px, 0, 0)
}
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(6) {
-webkit-transform: translate3d(-176px, 0, 0);
-moz-transform: translate3d(-176px, 0, 0);
-ms-transform: translate3d(-176px, 0, 0);
-o-transform: translate3d(-176px, 0, 0);
transform: translate3d(-176px, 0, 0)
}
.blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(6) {
-webkit-transform: translate3d(180px, 0, 0);
-moz-transform: translate3d(180px, 0, 0);
-ms-transform: translate3d(180px, 0, 0);
-o-transform: translate3d(180px, 0, 0);
transform: translate3d(176px, 0, 0)
}
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(7) {
-webkit-transform: translate3d(-212px, 0, 0);
-moz-transform: translate3d(-212px, 0, 0);
-ms-transform: translate3d(-212px, 0, 0);
-o-transform: translate3d(-212px, 0, 0);
transform: translate3d(-212px, 0, 0)
}
.blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(7) {
-webkit-transform: translate3d(216px, 0, 0);
-moz-transform: translate3d(216px, 0, 0);
-ms-transform: translate3d(216px, 0, 0);
-o-transform: translate3d(216px, 0, 0);
transform: translate3d(216px, 0, 0)
}
.blog-social .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(8) {
-webkit-transform: translate3d(-248px, 0, 0);
-moz-transform: translate3d(-248px, 0, 0);
-ms-transform: translate3d(-248px, 0, 0);
-o-transform: translate3d(-248px, 0, 0);
transform: translate3d(-248px, 0, 0)
}
.blog-social.contact-style2 .lp-blog-grid-shares .lp-blog-grid-shares-icon:nth-child(8) {
-webkit-transform: translate3d(252px, 0, 0);
-moz-transform: translate3d(252px, 0, 0);
-ms-transform: translate3d(252px, 0, 0);
-o-transform: translate3d(252px, 0, 0);
transform: translate3d(252px, 0, 0)
}
.new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon,
.grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon,
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon {
visibility: visible;
pointer-events: auto;
opacity: 1;
z-index: 0
}
.new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(1),
.grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(1),
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(1) {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear
}
.new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(2),
.grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(2),
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(2) {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear
}
.new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(3),
.grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(3),
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(3) {
-webkit-transform: translateX(-68px);
-moz-transform: translateX(-68px);
-ms-transform: translateX(-68px);
-o-transform: translateX(-68px);
transform: translateX(-68px);
transition-delay: .2s;
-webkit-transition-delay: .2s
}
.blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(3) {
-webkit-transform: translateX(72px);
-moz-transform: translateX(72px);
-ms-transform: translateX(72px);
-o-transform: translateX(72px);
transform: translateX(72px);
transition-delay: .2s;
-webkit-transition-delay: .2s
}
.new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(4),
.grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(4),
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(4) {
-webkit-transform: translateX(-104px);
-moz-transform: translateX(-104px);
-ms-transform: translateX(-104px);
-o-transform: translateX(-104px);
transform: translateX(-104px);
transition-delay: .3s;
-webkit-transition-delay: .3s
}
.blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(4) {
-webkit-transform: translateX(108px);
-moz-transform: translateX(108px);
-ms-transform: translateX(108px);
-o-transform: translateX(108px);
transform: translateX(108px);
transition-delay: .3s;
-webkit-transition-delay: .3s
}
.new-list-style .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(5),
.grid-style3 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(5),
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(5) {
-webkit-transform: translateX(-140px);
-moz-transform: translateX(-140px);
-ms-transform: translateX(-140px);
-o-transform: translateX(-140px);
transform: translateX(-140px);
transition-delay: .4s;
-webkit-transition-delay: .4s
}
.blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(5) {
-webkit-transform: translateX(144px);
-moz-transform: translateX(144px);
-ms-transform: translateX(144px);
-o-transform: translateX(144px);
transform: translateX(144px);
transition-delay: .4s;
-webkit-transition-delay: .4s
}
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(6) {
-webkit-transform: translate3d(-176px, 0, 0);
-moz-transform: translate3d(-176px, 0, 0);
-ms-transform: translate3d(-176px, 0, 0);
-o-transform: translate3d(-176px, 0, 0);
transform: translate3d(-176px, 0, 0);
transition-delay: .5s;
-webkit-transition-delay: .5s
}
.blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(6) {
-webkit-transform: translate3d(180px, 0, 0);
-moz-transform: translate3d(180px, 0, 0);
-ms-transform: translate3d(180px, 0, 0);
-o-transform: translate3d(180px, 0, 0);
transform: translate3d(180px, 0, 0);
transition-delay: .5s;
-webkit-transition-delay: .5s
}
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(7) {
-webkit-transform: translate3d(-212px, 0, 0);
-moz-transform: translate3d(-212px, 0, 0);
-ms-transform: translate3d(-212px, 0, 0);
-o-transform: translate3d(-212px, 0, 0);
transform: translate3d(-212px, 0, 0);
transition-delay: .6s;
-webkit-transition-delay: .6s
}
.blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(7) {
-webkit-transform: translate3d(216px, 0, 0);
-moz-transform: translate3d(216px, 0, 0);
-ms-transform: translate3d(216px, 0, 0);
-o-transform: translate3d(216px, 0, 0);
transform: translate3d(216px, 0, 0);
transition-delay: .6s;
-webkit-transition-delay: .6s
}
.blog-social .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(8) {
-webkit-transform: translate3d(-248px, 0, 0);
-moz-transform: translate3d(-248px, 0, 0);
-ms-transform: translate3d(-248px, 0, 0);
-o-transform: translate3d(-248px, 0, 0);
transform: translate3d(-248px, 0, 0);
transition-delay: .7s;
-webkit-transition-delay: .7s
}
.blog-social.contact-style2 .lp-blog-grid-shares:hover .lp-blog-grid-shares-icon:nth-child(8) {
-webkit-transform: translate3d(225px, 0, 0);
-moz-transform: translate3d(252px, 0, 0);
-ms-transform: translate3d(252px, 0, 0);
-o-transform: translate3d(252px, 0, 0);
transform: translate3d(252px, 0, 0);
transition-delay: .7s;
-webkit-transition-delay: .7s
}
.grid-style3 .lp-blog-grid-shares span i,
.blog-social .lp-blog-grid-shares span i,
.new-list-style .lp-blog-grid-shares span i {
border: solid 1px;
padding: 8px 10px 8px 9px;
border-radius: 50px;
margin-left: 4px;
transition: all 0.20s ease-in-out;
cursor: pointer
}
.blog-social.contact-style2 .lp-blog-grid-shares span i {
margin-left: 0;
margin-right: 0
}
.new-list-style .lp-blog-grid-box-container {
background-color: #fff;
border: none
}
.new-list-style .lp-blog-grid-box-container .col-md-7 {
padding-left: 5px
}
.new-list-style .lp-blog-grid-title {
padding: 0
}
.new-list-style .lp-blog-grid-title h4 {
margin-top: 0
}
.new-list-style .lp-blog-grid-box-description {
padding: 20px 20px 20px 0
}
.lp-blog-grid-share {
position: absolute;
top: 0;
width: 150px;
right: 25px;
display: none
}
.lp-blog-grid-share li {
float: left;
width: 50px;
text-align: center
}
.imo-widget-title-container {
position: relative
}
.imo-widget-title-container:before {
content: ' ';
position: absolute;
width: 100%;
height: 2px;
top: 40%;
transform: translateY(-50%);
display: block;
z-index: 0;
}
.imo-widget-title-container .widget-title {
position: relative;
background-color: #fff;
padding-right: 15px;
font-size: 16px !important;
margin-bottom: 0 !important
}
.imo-widget-title-container .widget-title:after {
display: none
}
.jw-recent-posts-widget .recent-thumb {
border-radius: 0
}
.jw-recent-content {
width: calc(100% - 130px)
}
.jw-recent-content.with-thumb p {
display: none
}
.jw-recent-content.with-thumb .meta {
display: block
}
.jw-recent-posts-widget .jw-recent-content.with-thumb>h3 a {
line-height: 12px;
font-size: 14px !important;
margin-bottom: 0 !important
}
.jw-recent-content .meta .date {
border: none
}
#sidebar aside.widget ul li {
padding: 15px 0 !important;
border-bottom: 1px solid #f0f0f0
}
#sidebar aside.widget.widget_categories ul li {
padding: 10px 0 !important
}
.tagcloud a {
color: #7f7f7f
}
#sidebar aside.widget.widget_recent_entries li {
padding: 10px 0 !important
}
#sidebar aside.widget.widget_recent_entries li span {
display: block;
font-size: 12px;
color: #b0b0b0
}
#sidebar aside.widget.widget_categories ul li {
padding: 2px 0 !important;
border: none
}
#sidebar aside.widget.widget_recent_entries li a {
color: #333;
line-height: 18px
}
.sidebar-style1 #sidebar .widget {
padding: 13px 20px 30px 20px !important
}
.sidebar-style1 #sidebar .widget:last-child {
padding-bottom: 0 !important
}
.sidebar-style1 #sidebar {
border-radius: 0 !important
}
.element-inner-button {
font-size: 15px;
border: solid 1px #e2e2e2;
padding: 0 10px;
transition: all 0.20s ease-in-out;
position: absolute;
z-index: 10;
right: 15px;
display: inline-block;
top: -50px;
border-radius: 3px;
text-transform: capitalize;
}
.lp-listings .element-inner-button {
right: 15px
}
.lp-listing-action-btns ul li div a:hover>i {
color: #fff
}
.blog-single-page.blog-single-page-style2 {
height: 480px
}
.page-container-second-style2 {
margin-top: -57px
}
.page-container-second-style2 .blog-single-inner-container .blog-content-outer-container {
padding-top: 100px;
border: 0;
border-radius: 0
}
.page-container-second-style2 #sidebar {
margin-top: 105px
}
.page-container-second-style2 .blog-pagination a,
.page-container-second-style2 .lp-review-btn {
border-radius: 0
}
.blog-page-heading-style2 {
margin-bottom: -90px
}
.blog-single-page .blog-page-heading-style2 .lp-blog-user-thumb {
position: absolute;
margin-left: 20px
}
.blog-page-heading-style2 .lp-blog-grid-author,
.blog-page-heading-style2 .breadcrumbs {
margin-top: -1px;
padding-top: 10px
}
.blog-single-page .blog-page-heading-style2 .lp-blog-grid-author li i,
.blog-single-page .blog-page-heading-style2 .lp-blog-grid-author li span {
color: #363F48 !important
}
.blog-page-heading-style2 .breadcrumbs,
.blog-page-heading-style2 .lp-blog-grid-author,
.blog-page-heading-style2 h1 {
width: 80%;
background-color: #fff;
padding: 0 20px
}
.blog-page-heading-style2 .breadcrumbs {
padding-bottom: 10px
}
.blog-page-heading-style2 .lp-blog-grid-author {
padding: 0 20px 12px 20px !important
}
.blog-page-heading-style2 h1 {
margin: 0;
padding-top: 40px;
padding-bottom: 10px;
font-size: 34px
}
.blog-page-heading-style2 .breadcrumbs a,
.blog-page-heading-style2 .breadcrumbs span,
.blog-page-heading-style2 h1,
.blog-page-heading-style2 .lp-blog-grid-author a span,
.blog-page-heading-style2 .lp-blog-grid-author a i {
color: #333
}
.price-filter .simptip-position-top.simptip-movable:hover:before,
.price-filter .simptip-position-top.simptip-movable:hover:after {
-webkit-transform: translate(-50%, -13px);
-moz-transform: translate(-50%, -13px);
-ms-transform: translate(-50%, -13px);
-o-transform: translate(-50%, -13px);
transform: translate(-50%, -13px)
}
.price-filter .simptip-position-top.simptip-movable:hover:after {
border-radius: 2px;
}
.discount_displayin_wrap {
position: relative
}
.discount_displayin_wrap i {
position: absolute;
z-index: 2;
right: 20px;
top: 42px
}
.city-thumb2 img {
min-height: 240px
}
.lp-home-banner-contianer .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
width: 98%
}
.lp-home-banner-contianer .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single span {
margin-left: 70px;
line-height: 46px;
}
.lp-listing-leadform {
background-color: #fff;
border: 1px solid #dedede;
border-radius: 3px;
margin-bottom: 25px;
}
.lp-listing-leadform h4 {
font-weight: 500;
font-size: 16px;
margin: 0;
text-transform: capitalize;
padding: 16px 20px;
}
.lp-listing-leadform-inner .form-horizontal {
margin-top: 0
}
.lp-listing-leadform-inner .form-horizontal .form-group {
margin-left: 20px;
margin-right: 20px
}
.lp-listing-leadform-inner .form-horizontal .form-group .form-control {
border-radius: 3px
}
.lp-listing-leadform-inner .form-horizontal .form-group.pos-relative {
margin-left: -1px;
margin-right: -1px;
margin-bottom: -1px;
}
.lp-listing-leadform-inner .form-horizontal input[type="submit"] {
width: 100%;
border-radius: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
color: #fff;
font-size: 16px;
transition: all 0.20s ease-in-out
}
.lp-listing-leadform-inner .form-horizontal .form-group.pos-relative i {
color: #fff;
top: 13px;
left: 37%
}
.lp-header-search-wrap .lp-dyn-city,
.lp-header-search-tagline.text-center {
font-size: 28px !important;
font-weight: 300;
}
.lp-header-search-wrap .lp-header-search-tagline-sidebar-banner .lp-dyn-city {
font-size: 50px !important;
font-weight: 700;
}
.listing-simple .lp-listings.list-style.active-view {
width: 900px;
margin-left: auto;
margin-right: auto
}
.listing-simple .listing-with-header-filters-wrap .active-view.grid-style,
.listing-simple .listing-with-header-filters-wrap .active-view.list-style {
width: auto
}
.dashboard-tabs.lp-main-tabs.text-center>ul>li>a {
line-height: 47px
}
.listing-style4 .list_view .lp-grid-box-thumb-container {
width: 34%
}
.listing-style4 .list_view .lp-grid-box-thumb-container {
width: 34%
}
.listing-style4 .list_view.lp-grid-box-contianer .lp-grid-box-description {
width: 65%
}
.lp-child-cats-tax {
padding: 0 12px;
margin-bottom: 15px;
overflow: hidden;
height: 132px
}
.lp-child-cats-tax.style-fullwidth {
height: 117px
}
.lp-child-cats-tax .lp-child-cats-tax-inner {
position: relative;
padding: 0 3px;
overflow: hidden
}
.lp-child-cats-tax .lp-child-cats-tax-wrap {
padding: 0
}
.col-grid-3.lp-child-cats-tax-wrap {
width: 33.3%;
float: left
}
.col-grid-5.lp-child-cats-tax-wrap {
width: 20%;
display: block;
float: left
}
.lp-header-search-wrap {
background-size: cover;
}
.lp-child-cats-tax .lp-child-cat-tax-name {
position: absolute;
width: 246px;
height: 100%;
top: 0;
left: 0;
transition: all 0.20s ease-in-out;
background-color: rgba(0, 0, 0, .45);
margin-left: 3px;
text-align: center
}
.lp-child-cats-tax .lp-child-cat-tax-name:hover {
background-color: #ff5a5f
}
.style-fullwidth.lp-child-cats-tax .lp-child-cat-tax-name,
.style-fullwidth.lp-child-cats-tax .lp-child-cat-tax-thumb {
width: 229px
}
.lp-child-cats-tax .lp-child-cat-tax-name a {
color: #fff;
font-weight: 700;
font-size: 16px;
padding: 54px 5px;
display: inline-block;
width: 100%;
position: relative
}
.lp-child-cats-tax .lp-child-cat-tax-name a span {
font-weight: 400;
font-size: 14px
}
.lp-child-cats-tax .lp-child-cat-tax-name a span {
display: block;
color: #fff;
position: absolute;
width: 100%;
bottom: -24px;
left: 0;
transition: all 0.20s ease-in-out
}
.lp-child-cats-tax .lp-child-cat-tax-name a:hover span {
bottom: 30px;
left: 0
}
.lp-child-cats-tax-slider .arrow-right,
.lp-child-cats-tax-slider .arrow-left {
margin-top: -16px
}
.lp-review-btn {
font-family: 'Quicksand', sans-serif
}
.add-form-hide-wrap {
display: none
}
.add-form-hide-wrap.show-form {
display: block
}
.listing-view-layout-v2 ul li a {
border: none;
width: auto;
height: 38px;
}
.hours-select>li>button.add-hours>span {
font-size: 31px;
line-height: 45px !important
}
.select2-dash .select2-selection__rendered {
line-height: 40px !important
}
.select2-dash .select2-selection {
height: 40px;
line-height: 40px !important;
border: 1px solid #e3e3e3
}
.select2-dash .select2-selection .select2-selection__arrow {
height: 40px
}
.container.pos-relative {
position: relative
}
.sidebar-top0 {
position: absolute;
right: 0;
z-index: 1;
top: -420px;
}
.sidebar-top138 {
top: -138px;
position: absolute;
right: 0
}
.lp-listing-top-title-header {
background-color: #f0f3f6;
padding-top: 40px;
margin-bottom: 40px;
position: relative
}
.lp-listing-top-title-header .lp-header-overlay {
z-index: 0
}
.form-page-heading.form-page-heading_style2 {
text-align: center;
margin-bottom: 20px
}
.form-page-heading_style2:after {
display: block;
content: ' ';
border: dashed 2px #333;
width: 28px;
margin: 0 auto
}
.lp-section-content .submit_new_style .author-section.author-section-style2.lp-form-row {
background-color: #bdc3c7;
padding: 25px 60px;
border-radius: 0
}
.author-section.author-section-style2 .avatar-circle {
height: 95px;
width: 95px;
margin-right: 20px
}
.lp-section-content .submit_new_style .author-section-style2 .lp-form-row-left>p {
color: #fff;
width: calc(100% - 125px);
line-height: 20px
}
.lp-section-content .submit_new_style .author-section-style2 .lp-form-row-left>p a.author-section-logout {
float: right;
font-size: 16px;
border: solid 1px #fff;
padding: 8px 20px;
color: #fff
}
.lp-ann-btn {
color: #afafaf !important;
border: solid 1px #dedede;
line-height: 20px;
display: inline-block;
padding: 1px 10px;
margin-top: 8px;
transition: all 0.20s ease-in-out;
font-size: 13px;
margin-right: 5px;
border-radius: 3px;
min-width: 137px;
text-align: center;
}
.lp-ann-btn .fa {
color: #ff5a5f !important;
}
.lp-no-review-btn {
font-style: italic;
}
.list-style .lp-no-review-btn {
margin-bottom: 7px !important;
}
.lp-review-form-top-multi .rating-symbol {
font-size: 10px
}
.lp-review-form-top-multi .lp-multi-rating-ui-wrap {
width: 65%
}
.lp-review-form-top-multi .lp-review-images-multi {
width: 35%
}
.lp-multi-rating-ui-wrap .rating-symbol {
font-size: 7px;
margin-right: 0;
}
.flip-clock-divider.minutes .flip-clock-label {
left: 5px
}
.lp_detail_page_styles5 .lp-listing-announcement .announcement-wrap a,
.lp_detail_page_styles5 .lp-listing-offer .offer-bottom .offer-btn a,
.lp_detail_page_styles5 .lp-listing-offer .offer-top .offer-tagline,
.lp_detail_page_styles5 .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off,
.lp_detail_page_styles5 .lp-deals-wrap .lp-deal .deal-details .deal-button {
border-radius: 20px
}
.lp_detail_page_styles5 .lp-listing-announcement.active-ann .announcement-wrap a {
border-radius: 0
}
.lp_detail_page_styles5 .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off {
padding: 2px 10px
}
.lp_detail_page_styles2 .lp-listing-announcement .announcement-wrap a,
.lp_detail_page_styles2 .lp-listing-offer .offer-bottom .offer-btn a,
.lp_detail_page_styles2 .lp-listing-offer .offer-top .offer-tagline,
.lp_detail_page_styles2 .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off,
.lp_detail_page_styles2 .lp-deals-wrap .lp-deal .deal-details .deal-button,
.lp_detail_page_styles1 .lp-listing-announcement .announcement-wrap a,
.lp_detail_page_styles1 .lp-listing-offer .offer-bottom .offer-btn a,
.lp_detail_page_styles1 .lp-listing-offer .offer-top .offer-tagline,
.lp_detail_page_styles1 .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off,
.lp_detail_page_styles1 .lp-deals-wrap .lp-deal .deal-details .deal-button {
border-radius: 5px
}
.lp_detail_page_styles1 .lp-discount-widget .lp-discount-btn,
.lp_detail_page_styles2 .lp-discount-widget .lp-discount-btn {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px
}
.lp_detail_page_styles1 .flip-clock-wrapper ul li a,
.lp_detail_page_styles2 .flip-clock-wrapper ul li a {
background: #fff;
border: 1px solid #dedede;
}
.lp-search-bar.lp-header-search-form #input-dropdown,
.header-filter #input-dropdown,
.lp-search-bar.lp-header-search-form .chosen-container-single .chosen-drop {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.page-heading-inner-container.page-heading-new {
z-index: 10
}
.breadcrumb-style2 .container {
z-index: 10;
padding-top: 35px;
position: relative
}
.lp-author-banner .lp-banner-top {
height: 130px;
position: relative
}
.lp-author-banner .lp-banner-top .lp-header-overlay {
z-index: 0
}
.lp-author-banner .lp-banner-top .lp-banner-top-thumb {
position: absolute;
margin-top: 47px;
z-index: 2
}
.lp-author-banner .lp-banner-top .lp-banner-top-thumb img {
width: 165px;
height: 165px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%
}
.lp-author-banner .lp-banner-top .lp-banner-top-detail {
float: left;
margin-left: 185px;
margin-top: 30px;
color: #fff;
position: relative
}
.lp-author-banner .lp-banner-top .lp-banner-top-detail h3,
.lp-author-banner .lp-banner-top .lp-banner-top-detail p {
color: #fff
}
.lp-author-banner .lp-banner-top .lp-banner-date {
color: #fff;
float: right;
margin-top: 70px;
position: relative
}
.lp-author-banner .lp-banner-top .lp-banner-date p {
color: #fff;
margin-bottom: 0;
margin-top: 13px
}
.lp-author-banner .lp-banner-bottom {
padding-top: 40px;
padding-bottom: 40px;
border-bottom: solid 1px #e7e7e7;
min-height: 106px
}
.lp-banner-bottom .lp-banner-bottom-left {
float: left;
margin-left: 185px
}
.lp-banner-bottom .lp-banner-bottom-left li {
display: inline-block;
margin-right: 60px
}
.lp-banner-bottom .lp-banner-bottom-left li i {
margin-right: 8px
}
.lp-banner-bottom .lp-banner-bottom-left li.banner-ratings i {
background-color: #73cf42;
color: #fff;
padding: 6px 7px;
font-size: 13px
}
.lp-banner-bottom .lp-banner-bottom-right {
float: right
}
.lp-banner-bottom-right a {
border: solid 1px #e7e7e7;
color: #797979;
padding: 6px 20px;
font-size: 14px;
transition: all 0.20s ease-in-out
}
.lp-banner-bottom-right a i {
margin-right: 6px
}
.lp-author-content {
padding: 40px 0
}
.lp-author-content .padding0 {
padding: 0
}
.lp-author-content .lp-author-nav {
border-right: none
}
.lp-author-nav ul li {
position: relative
}
.lp-author-nav ul li:last-child a {
border-bottom: solid 1px #e7e7e7
}
.lp-author-nav ul li a {
display: block;
font-size: 16px;
padding: 15px 20px 13px 20px;
border: solid 1px #e7e7e7;
border-bottom: none;
border-right: none
}
.lp-author-nav ul li a i {
margin-right: 5px;
color: #41a6df
}
.lp-author-nav ul li a:hover,
.lp-author-nav ul li a:hover i {
color: #e7e7e7
}
.lp-author-nav ul li a.active {
background-color: #fafafa
}
.lp-author-nav ul li a.active:before {
content: ' ';
display: block;
content: ' ';
display: block;
width: 2px;
height: 54px;
background-color: #41a6df;
position: absolute;
left: 0;
top: 0;
z-index: 1
}
.lp-author-nav ul li a.active:after {
content: ' ';
display: block;
content: ' ';
display: block;
width: 1px;
height: 100%;
background-color: #fafafa;
position: absolute;
right: -1px;
top: 0;
z-index: 1
}
.author-tab-content {
border: solid 1px #e7e7e7;
background-color: #fafafa
}
.author-tab-content .tab-pane {
display: none;
padding: 25px;
min-height: 320px
}
.author-tab-content .tab-pane h3 {
margin-top: 0;
margin-bottom: 30px
}
.author-tab-content .tab-pane#reviews h3 {
float: left
}
.author-tab-content .tab-pane#reviews .lp-reviews-dropdown {
float: right
}
.author-tab-content .tab-pane#reviews .lp-reviews-dropdown .select2-selection--single {
border-radius: 0;
border-color: #e7e7e7;
width: 300px
}
.author-tab-content .tab-pane#reviews h4,
.author-tab-content .tab-pane#reviews h4 a {
font-size: 18px
}
.author-tab-content .tab-pane#mylistings {
padding-bottom: 0
}
.author-tab-content .tab-pane.active {
display: block
}
.lp-author-listings-wrap .lp-listing {
margin-bottom: 30px
}
.lp-author-listings-wrap .lp-listing .lp-listing-bottom {
min-height: 110px;
background-color: #fff
}
.lp-author-listings-wrap .lp-grid-box-contianer {
margin-bottom: 0
}
.lp-author-listings-wrap .lp-listings.list-style .lp-listing {
margin-bottom: 25px;
padding-bottom: 25px
}
.lp-author-listings-wrap .lp-listings.list-style .lp-listing.last {
margin-bottom: 0
}
.lp-author-listings-wrap .grid_view2,
.lp-author-listings-wrap .list_view {
margin-bottom: 25px
}
.author-tab-content p.tab-spiiner {
text-align: center;
font-size: 51px;
padding: 50px 0
}
.author-contact-wrap .info-row label {
display: block;
margin-bottom: 0
}
.author-photos-wrap .author-gallery {
padding: 3px
}
.author-photos-wrap .row {
margin-left: -3px;
margin-right: -3px
}
.author-contact-wrap .lp-listing-leadform {
border: solid 1px #e3e3e3;
max-width: 450px
}
.author-inner-content-wrap .lp-pagination {
margin-top: 0;
margin-bottom: 25px
}
.author-contact-wrap h4 {
display: none
}
.author-contact-wrap .lp-listing-leadform {
background-color: transparent;
border: none
}
.author-contact-wrap .lp-listing-leadform .lp-listing-leadform-inner {
padding: 0
}
.author-contact-wrap .lp-listing-leadform-inner .form-horizontal .form-group {
margin-left: 0;
margin-right: 0
}
.author-contact-wrap .lp-listing-leadform .form-group.pos-relative {
margin-left: 0;
margin-right: 0;
width: auto
}
.author-contact-wrap .lp-listing-leadform .form-group.pos-relative .lp-review-btn {
width: auto;
padding-left: 50px;
padding-right: 24px
}
.author-contact-wrap .lp-listing-leadform .form-group.pos-relative i {
left: 25px
}
.author-contact-second-heading {
margin-top: 20px
}
.author-photos-wrap-inner {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: solid 1px #e7e7e7
}
.author-photos-wrap-inner h4 a i {
margin-right: 5px
}
a.switch-fields.ann-toggle-btn {
margin-bottom: 10px;
display: inline-block
}
.aboutmap.contactmap {
width: 100% !important;
height: 200px !important
}
.ann-style-wrap label span {
color: #333;
background-color: #e7e7e7;
padding: 5px 10px;
display: inline-block
}
.ann-style-wrap label>input {
visibility: hidden;
position: absolute
}
.ann-style-wrap label>input+span {
cursor: pointer;
border: solid 2px #fff
}
.ann-style-wrap label>input:checked+span {
border: solid 2px #ccc
}
.ann-preivew-wrap .lp-listing-announcement {
margin-bottom: 0
}
.ann-preivew-wrap>div {
display: none
}
.ann-preivew-wrap div.active-preview {
display: block
}
.add-new-announcement .form-group .field-desc {
font-size: 12px;
margin-bottom: 15px;
color: #ccc;
line-height: 8px
}
.dis-code-copy-pop {
position: absolute;
width: 100%;
height: 100%;
left: 0;
background-color: #fafafa;
z-index: 9;
text-align: center
}
.close-right-icon {
position: absolute;
right: 20px;
top: 20px;
font-size: 19px;
cursor: pointer
}
.dis-code-copy-pop.extra-bottom {
height: calc(100% - 49px)
}
.dis-code-copy-pop .dis-code-copy-pop-inner {
display: table;
width: 100%;
height: 100%
}
.dis-code-copy-pop .dis-code-copy-pop-inner .dis-code-copy-pop-inner-cell {
display: table-cell;
vertical-align: middle
}
.dis-code-copy-pop input {
border: solid 1px #dedede;
font-size: 22px;
font-weight: 700;
line-height: 39px;
padding: 3px 10px 0 10px;
width: 150px;
float: left;
border-right: none
}
.dis-code-copy-pop .dis-code-copy-wrap {
text-align: center;
margin: 0 auto;
overflow: hidden;
width: 220px
}
.dis-code-copy-pop .copy-now {
float: left;
color: #fff;
padding: 9px 15px;
font-size: 16px
}
@media (max-width: 480px) {
.lp-header-search-wrap {
top: -150px
}
.lp-top-bar-menu,
.lp-top-bar-social {
text-align: center
}
.lp-top-bar-menu ul li,
.lp-top-bar-social ul li {
float: none;
display: inline-block
}
.lp-top-bar-social ul li {
margin: 0 7px
}
.lp-header-middle .lp-header-logo img {
height: 30px
}
.lp-header-middle .lp-header-nav-btn button {
width: 31px;
padding: 3px 0
}
.lp-header-middle .mobile-nav-icon {
float: right;
top: 7px;
text-align: right;
right: 0
}
.lp-header-middle .mobile-nav-icon .nav-icon {
float: right
}
.lp-search-bar .lp-search-bar-right {
width: 100%
}
.lp-header-search .lp-header-search-cats ul li {
width: 41%;
text-align: left;
float: left
}
.lp-header-search .lp-search-icon {
left: 50% !important;
margin-left: -8px
}
.lp-locations .lp-location-box {
margin-bottom: -3px
}
.lp-category-abs2 .lp-category-abs2-inner .lp-category-abs2-inner-sub-cats {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-o-transform: translateY(-15px);
opacity: 1
}
.lp-category-abs2 .lp-category-abs2-inner.has-child-cats span {
bottom: 45px
}
.lp-category-abs2 .lp-category-abs2-inner img,
.lp-category-abs2.abs2-third .lp-category-abs2-inner img,
.lp-category-abs2.abs2-fourth .lp-category-abs2-inner img {
width: 100%;
height: auto
}
.lp-listings .listing-slider .lp-listing .lp-listing-bottom .lp-listing-bottom-inner {
top: -75px
}
.lp-listings .listing-slider .lp-listing .lp-listing-top .lp-listing-cat {
bottom: 38px
}
.lp-listings .listing-slider .lp-listing .lp-listing-top .lp-listing-price-range {
bottom: 75px
}
.lp-listing-review .lp-review-right-bottom .review-interesting,
.lp-listing-review .lp-review-right-bottom .review-love,
.lp-listing-review .lp-review-right-bottom .review-lol,
.lp-activity-description .review-interesting,
.lp-activity-description .review-love,
.lp-activity-description .review-lol {
padding: 2px 4px 0 4px;
font-size: 14px
}
.lp-read-news p {
line-height: 20px
}
.lp-read-news p:first-child {
font-size: 20px;
margin-bottom: 30px
}
.lp-read-news p.large-size {
font-size: 32px;
background-size: contain
}
.lp-read-news a {
margin-top: 5px
}
.lp-activities .lp-activity.style2.bottom0 {
margin-bottom: 26px
}
.element-inner-button {
position: static;
margin-bottom: 10px;
margin-left: 6px
}
.lp-activities .lp-activity.style2 .lp-activity-author-thumb {
top: auto;
left: 25px;
right: auto
}
.lp-activity-top-right {
padding-top: 20px
}
.sidebar-top0 {
position: static;
margin-top: 80px
}
.lp-listing-top-title-header {
background-color: transparent;
margin-bottom: 0
}
.lp-listing-action-btns {
margin-top: 0
}
.lp-listing-action-btns ul li {
margin: 8px 8px 8px 0
}
.lp-listing-action-btns ul {
position: static
}
.lp-listing-review-form {
padding: 15px
}
.lp-listing-reviews .lp-total-reviews {
line-height: 28px
}
.lp-review-form-top .lp-review-stars {
float: none;
width: 100%
}
.lp-listing-title .lp-listing-logo img {
max-width: 50px;
max-height: 50px
}
.lp-listing-title .lp-listing-name {
width: calc(100% - 65px);
margin-left: 10px
}
.lp-listing-title .lp-listing-title-ratings {
float: none;
text-align: left
}
lp-listing-title-rating br {
display: none
}
.lp-listing-title .lp-listing-name h2 {
font-size: 24px;
margin-top: 0
}
.lp-listing-title .lp-listing-logo a {
display: inline-block;
width: 50px
}
.lp-listing-review .lp-review-right {
width: calc(100% - 50px);
padding-left: 10px
}
.lp-listing-review .lp-review-left .lp-review-thumb img {
height: auto
}
.lp-listing-review .lp-review-left {
width: 50px
}
.lp-listing-review .lp-review-right .lp-review-right-top .lp-review-stars {
float: none
}
.lp-listing-review .lp-review-right .lp-review-right-content {
margin-top: 10px
}
.lp-reivew-gallery {
margin-top: 10px
}
.lp-listing-review .lp-review-right-bottom {
margin-top: 10px
}
.lp-listing-reviews .lp-listing-review {
margin-top: 20px;
padding-top: 20px
}
.lp-listing-reviews {
margin-bottom: 0
}
.lp-listing-review-form h2 {
margin-bottom: 10px
}
.lp-review-form-top .lp-review-images {
text-align: left;
float: none;
width: 100%;
margin-top: 10px
}
.lp-listing-review-form .form-group label {
margin-bottom: 0
}
.lp-listing-title .lp-listing-title-rating {
width: 100%;
text-align: left;
padding-left: 60px;
margin-top: 0
}
.lp-listing-title .lp-listing-title-rating br {
display: none
}
.lp-section {
padding: 50px 0
}
.lp-deals-wrap .lp-deal {
margin-bottom: 10px;
border-radius: 3px;
}
.lp-deals-wrap .lp-deal .deal-details span.lp-deal-off {
top: 10px;
left: 10px
}
.deal-countdown-wrap {
right: 10px;
top: 10px
}
.deal-countdown-wrap .flip-clock-wrapper ul li a {
line-height: 24px
}
.deal-countdown-wrap .flip-clock-wrapper ul li a div div.inn,
.deal-countdown-wrap .flip-clock-wrapper ul li a div {
font-size: 14px
}
.deal-countdown-wrap .flip-clock-wrapper ul {
width: 26px;
height: 26px
}
.lp-deals-wrap .lp-deal .deal-details .deal-content {
padding: 10px
}
.lp-listing-faq .faq-answer .answer-body {
padding: 15px
}
.lp-listing-faq .faq-title {
padding: 10px 15px
}
.lp-listing-offer .offer-top {
padding: 10px 15px
}
.lp-listing-offer .offer-top {
text-align: center
}
.lp-listing-offer .offer-top .offer-expiry strong {
display: none
}
.flip-clock-divider:first-child {
line-height: initial !important
}
.lp-listing-offer .offer-top .offer-expiry .flip-clock-wrapper {
float: none
}
.lp-listing-offer .flip-clock-wrapper ul li a div div.inn {
font-size: 18px;
font-weight: 400;
border-radius: 0
}
.lp-listing-offer .flip-clock-wrapper ul {
height: 30px;
line-height: 30px
}
.lp-listing-offer .flip-clock-wrapper ul li a {
line-height: 29px
}
.lp-listing-offer .offer-top .offer-expiry {
margin-top: 25px
}
.lp-listing-offer .offer-bottom .offer-thumb {
left: 50%;
margin-left: -75px
}
.lp-listing-offer .offer-bottom .offer-btn {
position: static;
margin-top: 50px
}
.lp-listing-offer .offer-bottom .offer-title {
margin-top: 20px
}
.lp-listing-offer .offer-top .offer-tagline {
margin-left: 0;
float: none
}
.lp-listing-offer .offer-top .offer-expiry {
margin-bottom: 80px
}
.lp-listing-offer .offer-top .offer-tagline.tagline-margin {
margin-bottom: 85px
}
.lp-listings.list-style .lp-listing .lp-listing-top {
float: none
}
.lp-listings.list-style .lp-listing .lp-listing-bottom {
float: none;
padding-left: 0;
width: 100%;
margin-top: 15px
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-left {
width: 100%
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right {
display: none
}
.lp-coupon-btn {
color: #ff5a5f;
border: solid 1px #dedede;
line-height: 30px;
display: inline-block;
padding: 0 10px;
margin-top: 8px;
transition: all 0.20s ease-in-out;
font-size: 14px
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right.lp-listing-bottom-right-mobile {
width: 205px;
position: absolute;
left: 50%;
margin-left: -103px;
z-index: 10;
background-color: #fff;
border: none;
padding: 0 0 10px 0
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right.lp-listing-bottom-right-mobile .lp-listing-bottom-right-title {
padding: 10px 10px 0 10px
}
.lp-listing-bottom-right.lp-listing-bottom-right-mobile .archive-countdown-wrap {
padding: 0 17px 5px 17px
}
.lp-listing-bottom-right.lp-listing-bottom-right-mobile .close-coupon {
position: absolute;
right: 10px;
top: 8px;
line-height: 5px;
cursor: pointer;
color: #fff;
font-size: 17px
}
.lp-child-cats-tax {
display: none
}
.archive-search .chosen-container.chosen-container-single.chosen-container-single-nosearch {
margin-bottom: 15px
}
.archive-search .lp-search-bar div.form-group.lp-location-search {
margin-bottom: 0 !important
}
.lp-header-search-filters .sort-filters-wrap {
clear: both
}
.lp-header-search-filters .header-filter-wrap {
margin-left: 0;
margin-top: 5px
}
.filters-wrap-for-mobile {
display: none
}
.mobile-toggle-filters {
background-color: #fff;
float: left;
border: solid 1px #dedede !important;
padding: 9px 15px;
margin-top: 5px;
margin-bottom: 15px
}
.lp-header-toggles {
text-align: left
}
}
.map-no-btns .gmnoprint,
.map-no-btns .gm-fullscreen-control {
display: none !important
}
.ui-datepicker td a {
text-align: center
}
table.ui-datepicker-calendar {
border: solid 1px #e3e3e3;
border-top: none
}
.ui-datepicker .ui-datepicker-title span {
color: #fff
}
.page-style2-content-wrap {
padding-right: 0
}
.page-style2-content-wrap .white-section {
border-radius: 0
}
.page-style2-sidebar-wrap {
padding-left: 0
}
.page-style2-sidebar-wrap .quick_tip {
border-radius: 0
}
.page-style2-sidebar {
position: static;
width: auto
}
.submitbutton-wraper-style2 .lp-secondary-btn {
width: 100%;
background: #27ae60;
font-size: 16px
}
.submitbutton-wraper-style2 .lp-secondary-btn:hover {
background-color: #078e40
}
#announcements-message {
height: 119px
}
body.author .page-heading {
display: none
}
.lp-left-filter.width-3 {
width: 25%
}
.lp-left-filter.width-2 {
width: 18%
}
.lp-center-content.width-5 {
width: 42%;
left: 25%
}
.lp-center-content.width-6 {
width: 50%;
left: 25%
}
.lp-center-content.width-8 {
width: 64%;
left: 18%
}
.lp-right-map.width-4 {
width: 33%
}
.lp-right-map.width-4 .sidemap-container {
width: 33%
}
.lp-right-map.width-3 {
width: 25%
}
.lp-right-map.width-3 .sidemap-container {
width: 25%
}
.lp-right-map.width-2 {
width: 18%
}
.lp-right-map.width-2 .sidemap-container {
width: 18%
}
.post-with-map-container-right.width-8 .post-with-map-container {
width: 66%
}
.post-with-map-container-right.width-6 .post-with-map-container {
width: 50%
}
.post-with-map-container-right.width-7 .post-with-map-container {
width: 60%
}
.sidemap-container.width-4 {
width: 33%
}
.sidemap-container.width-5 {
width: 40%
}
.sidemap-container.width-6 {
width: 50%
}
.listing-with-header-filters-wrap .grid_view2 .lp-grid-box-description .lp-grid-box-right,
.listing-with-header-filters-wrap .grid_view2 .lp-grid-box-description .lp-grid-box-left.pull-left {
padding: 0
}
.listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-box-description h4 {
margin-top: 0;
margin-bottom: 5px
}
.listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-box ul {
margin-bottom: 8px
}
.listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-style3-outer {
margin-bottom: 0
}
.listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-box-description {
padding-bottom: 0
}
.lp-header-togglesa .listing-view-layout-v2 .fa {
width: 46px;
height: 38px;
line-height: 38px;
border: 1px solid #dedede;
color: #919191;
border-radius: 2px;
font-size: 17px;
}
.lp-header-togglesa {
line-height: 32px;
font-size: 14px
}
.lp-header-title-leftt h3 {
line-height: 30px;
font-size: 18px;
margin: 0
}
.lp_detail_page_styles2 .lp-archive-banner .lp-search-bar .lp-location-search .ui-widget>i,
.lp-archive-banner .lp-search-bar .lp-location-search .ui-widget>i {
left: 77px
}
.lp-change-extrafields .lp-popup-extre-fields .input-group label {
padding-left: 22px;
font-size: 12px
}
.lp-change-extrafields .lp-popup-extre-fields .input-group label:before {
height: 14px;
width: 14px
}
.lp-change-extrafields .lp-popup-extre-fields .input-group .checkbox label:before {
background-color: #eae8e8;
border-radius: 0;
border: none;
top: 2px
}
.lp-change-extrafields .lp-popup-extre-fields input[type=checkbox]:checked+label:before {
line-height: 15px
}
.lp-change-extrafields .input-group.margin-right-0>ul {
float: none;
width: auto
}
.lp-change-extrafields .input-group {
display: -webkit-box
}
.lp-change-extrafields .checkbox,
.lp-change-extrafields .radio {
margin-top: 2px;
margin-bottom: 2px
}
.active-ann-form p.paragraph-form {
margin-top: 10px
}
.lp-change-extrafields {
overflow-y: initial !important
}
.lp-change-extrafields .modal-body {
height: 450px;
overflow-y: auto
}
.lp-change-extrafields .btn-default {
color: #fff;
background-color: #333;
border-color: #333;
font-weight: 700;
text-transform: capitalize
}
.add-new-discount-code label,
.announcements-wrap label {
margin-top: 10px
}
.add-new-discount-code .form-horizontal .form-group,
.announcements-wrap .form-horizontal .form-group,
.lp-dashboard-new .announcements-wrap .form-horizontal .form-group {
margin-right: 0 !important;
margin-left: 0 !important
}
.best-discounts-filter .sort-filter-inner {
width: 200px !important
}
.lp-header-search-filters .header-more-filters .features-heading {
display: none
}
#sidebar-wrapper .row {
margin-left: 0;
margin-right: 0
}
#wrapper {
padding-left: 70px;
transition: all .4s ease 0s;
height: 100%
}
#sidebar-wrapper {
margin-left: -240px;
width: 240px;
background: #2c3e50;
float: left;
height: 100%;
z-index: 10000;
transition: all .4s ease 0s
}
.sidebar-nav {
display: block;
float: left;
width: 100%;
list-style: none;
margin: 0;
padding: 0
}
#page-content-wrapper {
padding-left: 0;
margin-left: 0;
width: 100%;
height: auto
}
#wrapper.active {
padding-left: 240px;
position: relative
}
#wrapper.active #sidebar-wrapper {
left: 240px;
float: left
}
#page-content-wrapper {
width: 100%;
float: left
}
.lp-dashboard-new #sidebar_menu li a,
.lp-dashboard-new .sidebar-nav li a {
color: #fff;
display: block;
border-left: 5px solid transparent;
text-decoration: none;
width: 100%;
background: #2c3e50;
-webkit-transition: background .5s;
-moz-transition: background .5s;
-o-transition: background .5s;
-ms-transition: background .5s;
transition: background .5s;
font-size: 15px;
}
.lp-dashboard-new .sidebar_name {
padding-top: 25px;
color: #fff;
opacity: .7
}
.lp-dashboard-new .sidebar-nav li {
line-height: 45px;
text-indent: 20px
}
.lp-dashboard-new .sidebar-nav li a {
color: #fff;
display: block;
text-decoration: none;
padding-right: 0 !important;
line-height: 45px
}
.lp-dashboard-new .sidebar-nav li a .fa {
color: #fff
}
.lp-dashboard-new .sidebar-nav>li:hover a,
.lp-dashboard-new .sidebar-nav>li:hover a .fa {
color: #fff;
text-decoration: none
}
.lp-dashboard-new.active .sidebar-nav li a:hover {
background: rgba(70, 85, 101, .9)
}
.lp-dashboard-new .sidebar-nav li .sub_iconsecond {
padding-right: 0;
margin-right: 20px
}
.lp-dashboard-new .sidebar-nav li .sub_iconsecond:after {
border-radius: 0;
content: attr(data-tooltip);
font-size: 13px;
height: 40px;
line-height: 40px;
padding: 0 25px;
white-space: nowrap;
font-weight: 500;
text-align: center;
margin: 0;
bottom: auto;
text-indent: 0
}
.lp-dashboard-new .sidebar-nav li .pull-right {
padding-right: 40px
}
.lp-dashboard-new .sidebar-nav li .sub_iconsecond .fa {
width: 40px;
height: 40px;
border-radius: 100%;
line-height: 40px;
text-align: center;
text-indent: 0;
display: inline-block
}
.lp-dashboard-new .sidebar-nav li .fa {
display: inherit
}
.lp-dashboard-new .sidebar-nav li:hover .sub_iconsecond .fa {
color: #fff
}
.lp-dashboard-new #sidebar {
padding: 10px 0 !important;
padding-top: 0 !important;
background: #2c3e50
}
.lp-dashboard-new .sidebar-nav li a:active,
.lp-dashboard-new .sidebar-nav li a:focus {
text-decoration: none
}
.lp-dashboard-new .sidebar-nav li {
position: relative
}
.lp-dashboard-new .sidebar-nav>.sidebar-brand {
height: 56px;
line-height: 56px;
font-size: 18px;
}
.lp-dashboard-new .sidebar-nav>.sidebar-brand a {
color: #999
}
.lp-dashboard-new #main_icon {
float: right;
padding-right: 30px;
padding-top: 20px;
font-size: 16px;
color: #fff
}
.lp-dashboard-new .sub_icon {
float: right;
padding-right: 50px
}
.lp-dashboard-new .content-header {
height: 65px;
line-height: 65px
}
.lp-dashboard-new .content-header h1 {
margin: 0;
margin-left: 20px;
line-height: 65px;
display: inline-block
}
.lp-dashboard-new .sub_iconfirst {
float: none;
padding-right: 5px
}
.lp-dashboard-new .sidebar-nav li a:hover .fa {
color: #fff
}
#wrapper.active .sub_icon {
opacity: 0
}
.lp-dashboard-new .sub_iconfirst {
opacity: 1 !important
}
.lp-dashboard-new {
background: #2c3e50
}
.lp-dashboard-new #page-content-wrapper {
background-color: #fafbfb;
}
.lp-dashboard-new .info {
margin-bottom: 10px
}
.lp-dashboard-new.active .sidebar-wrapper ul li .active-dash-menu {
border-left-color: #41a6df !important;
color: #fff !important;
background: rgba(70, 85, 101, .9) !important
}
.lp-dashboard-new.active .active-dash-menu {
background: rgba(70, 85, 101, .9) !important;
color: #fff !important;
border-left: 5px solid #1e73be !important
}
.lp-dashboard-new.active .dropdown.opened .active {
background: rgba(70, 85, 101, .9) !important;
color: #fff !important;
border-left: 5px solid #1e73be !important
}
.lp-dashboard-new .sidebar-wrapper ul li a {
border-left: 5px solid transparent;
color: #fff;
font-size: 14px
}
.lp-dashboard-new.active .active-dash-menu .sub_icon {
color: #fff
}
.lp-dashboard-new .dashboard-content .right-panel {
width: 100%;
float: none;
padding: 0;
min-height: 900px;
padding-left: 0;
background-color: #fafbfb
}
.lp-dashboard-new .dashboard-content {
float: none;
padding: 0;
background-color: #fafbfb
}
.lp-dashboard-new .dashboard-content>.row {
margin-left: 0;
margin-right: 0
}
.lp-dashboard-new.active .dropdown li a {
border-top: 1px solid #42474c;
color: #fff;
padding-right: 16px !important;
font-size: 13px;
line-height: 34px;
width: 100%
}
.lp-dashboard-new.active .dropdown li a:hover,
.lp-dashboard-new.active .dropdown li a,
.lp-dashboard-new.active .dropdown li a span {
background-color: transparent;
color: #fff
}
.lp-dashboard-new.active .dropdown li a .fa {
display: inline;
margin-right: 10px
}
.lp-dashboard-new.active .dropdown li a span {
float: right
}
.lp-dashboard-new .sidebar-nav>li>ul {
display: none
}
.lp-dashboard-new .sidebar-nav>li>ul.opened {
display: block
}
.lp-dashboard-new.active .sidebar-nav>.dropdown>ul li a .sub_iconsecond {
display: none
}
.lp-new-user-portfolio-outer .avatar-circle {
width: 35px;
height: 35px
}
.lp-new-user-portfolio-outer .user-thumb,
.lp-new-user-portfolio-outer .user-text {
text-indent: 0;
vertical-align: middle
}
.lp-new-user-portfolio-outer .user-text h5 {
color: #fff;
font-size: 15px;
font-weight: 500
}
.lp-new-user-portfolio-outer .user-text a {
line-height: 10px;
color: #fff;
font-weight: 500;
font-size: 15px;
border: 0 !important
}
.lp-new-user-portfolio-outer .user-text a:hover,
.lp-new-user-portfolio-outer .user-text a:focus {
background-color: transparent !important;
text-indent: 0;
margin: 0;
padding: 0;
border: 0
}
.sidebar-nav {
position: relative
}
.lp-new-user-portfolio-outer {
position: absolute;
left: 15px;
bottom: 30px
}
.lp-contact-support-outer {
text-align: center;
border-radius: 0;
line-height: 32px;
padding: 0 10px 0 10px;
padding-left: 0;
margin-right: 10px;
position: relative;
}
.lp-contact-support-outer>a:before {
position: absolute;
content: '';
right: 0;
top: 50%;
width: 1px;
height: 14px;
background: #44566c;
transform: translateY(-50%);
}
.lp-contact-support-outer>a {
display: inline-block;
font-size: 11px;
text-transform: uppercase;
color: #4a5b6d;
font-weight: 600;
}
#sidebar_menu .sidebar-brand img {
width: 70%;
padding-left: 20px
}
@media (max-width: 767px) {
#wrapper {
padding-left: 70px;
transition: all .4s ease 0s
}
#sidebar-wrapper {
left: 70px
}
#wrapper.active {
padding-left: 150px
}
#wrapper.active #sidebar-wrapper {
left: 150px;
width: 150px;
transition: all .4s ease 0s
}
}
#dashboard-delete-modal {
top: 20%
}
.attachment-details .edit-attachment {
display: none !important;
}
.zero-with-top-margin {
margin-top: 5px;
display: inline-block;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-stars {
margin-bottom: 7px;
}
.lp-header-user-nav .lp-user-menu .lp-user-welcome {
background-color: #2c3e50 !important;
}
.lp-multi-rating-ui-wrap .form-review-stars .rating-symbol {}
.lp-multi-rating-ui-wrap .rating-symbol .fa {
width: 20px;
height: 20px;
border: 0 solid;
line-height: 20px !important;
text-align: center;
}
.lp-multi-rating-ui-wrap .form-review-stars .rating-symbol .rating-symbol-background {
font-size: 12px;
line-height: 22px;
padding-left: 5px;
}
.lp-multi-rating-ui-wrap .form-review-stars>span {
border: 1px solid #dedede;
padding: 0 4px;
border-radius: 2px;
}
.lp-close-timing {
color: #ff5a5f !important;
}
.lp-listings.grid-style .lp-listing-bottom .lp-listing-cats a {
font-size: 13px;
}
.lp-archive-banner {
background-color: #f0f3f6;
}
.archive-search .col-md-12 .lp-header-search-form {
width: 827px;
margin: 0 auto;
}
.more-filters {
float: left;
padding: 9px 0;
}
.lp-header-search-filters {
margin-top: 20px !important;
text-align: center;
margin: 0 auto;
display: inline-block;
left: 0;
right: 0;
}
.filters-wrap-for-mobile {
float: left;
margin-right: 10px;
}
.lp-user-menu.show-cat-nav {
opacity: 1 !important;
transform: scale(1) !important;
}
.lp-user-menu.show-cat-nav:after {
visibility: visible;
opacity: 1;
}
.lp-header-search .lp-suggested-search .pos-relative {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.lp-header-search .form-group .lp-search-bar-right,
.lp-header-search .lp-search-form-submit {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.lp-join-now-v2 ul:before {
content: ' ';
display: block;
width: 100%;
position: absolute;
height: 14px;
top: -14px;
}
.lp-listing-menuu-slider .arrow-left,
.lp-listing-menuu-slider .arrow-right {
background-color: transparent;
}
.lp-listing-leadform-inner {
position: relative;
}
.lp-default-all-stats.default-fields {}
.lp-default-all-stats.default-fields .lp-menu-closed {
box-shadow: none;
border-radius: 0;
padding: 0;
text-align: left;
margin: 0;
background-color: transparent;
}
.lp-default-all-stats.default-fields .lp-menu-closed .lp-remove-form-field,
.lp-default-all-stats.default-fields .lp-menu-closed .fa-bars {
display: none;
}
.lp-default-all-stats.default-fields .lp-menu-closed .lp-right-side-title {
float: none;
color: #44566c;
} .lp-header-search-filters .price-filter,
.lp-header-search-filters .sort-filters-wrap {
float: left;
}
.lp-header-search-filters .more-filters {
padding: 0 0;
font-size: 13px;
line-height: 40px;
}
.lp-header-search-filters .more-filters:hover {
text-decoration: underline;
}
.lp-header-search-filters .more-filters.lp-advence-filtr-colr {
color: #fff !important;
}
.lp-header-search-filters .more-filters:hover {
cursor: pointer;
}
.lp-filter-top-text h4 {
font-size: 20px;
font-weight: 400;
color: #797979;
margin-bottom: 15px;
margin-top: 0;
}
.lp-filter-top-text h4 strong {
color: #333;
font-size: 18px;
font-weight: 600;
}
.lp-header-search-filters .header-more-filters {
display: none;
background: #fff;
padding: 30px 0;
border: 1px solid #dedede;
}
.lp-header-search-filters .header-more-filters {
display: none;
background: #fff;
padding: 30px 0;
border: 1px solid #dedede;
border-top: 0;
position: absolute;
left: 0;
right: 0;
width: 827px;
margin: 0 auto;
-webkit-box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.16);
box-shadow: 0 -2px 10px 1px rgba(0, 0, 0, 0.16);
}
.lp-header-search-filters .header-more-filters .lp-features-filter.add-border {
padding: 24px 10px !important;
margin: 0 !important;
text-align: left;
width: 100%;
padding-bottom: 14px !important;
}
.lp-header-search-filters .header-more-filters .lp-features-filter .tags-area.add-border {
text-align: left;
width: 100%;
padding-bottom: 0 !important;
border-bottom: solid 1px #dedede;
margin-bottom: 20px !important;
}
.lp-header-search.archive-search .form-inline .form-group {
float: none !important;
width: 100%;
}
.lp-header-search-filters .input-group.margin-right-0>ul {
width: 100% !important;
}
.lp-features-inner-container li {
float: left;
width: 33%;
margin-bottom: 10px;
}
.header-more-filters .lp-features-filter .checkbox label {
padding-left: 35px;
line-height: 30px;
font-weight: 400;
text-transform: capitalize;
color: #333;
font-size: 14px;
}
.lp-header-search-filters .lp-features-filter .checkbox label:before {
background-color: #fff !important;
border-radius: 2px;
}
.header-more-filters .lp-features-filter li {
margin-top: 0 !important;
}
.lp-header-search-filters .header-more-filters {
padding: 0 0 !important;
}
.listing-page-sidebar .widget_listingpro_ads_widget {
padding: 0;
}
.lp-new-grid-bottom-button ul li a.grind-number {
display: none;
}
.lp-listing-menuu-slider .slick-arrow {
top: 54px !important;
margin-top: -20px;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom {
margin-top: -6px;
}
.grid-style .lp-listing-cat {
margin-bottom: 12px;
display: inline-block;
font-size: 11px;
line-height: 0;
text-transform: uppercase;
}
.grid-style .lp-no-review-btn {
margin-top: 0;
}
.grid-style .lp-listing .lp-listing-bottom .lp-listing-cats {
margin-bottom: 10px !important;
}
.grid-style .lp-listing .lp-listing-bottom {
padding: 8px 15px 10px 15px;
}
.listing-page-sidebar .lp-widget ul li strong {
font-weight: 400;
font-size: 14px;
}
.lp-listing-price-range .icon.icons8-building,
.lp-listing-price-range .icon.icons8-Flag-2 {
width: 18px;
margin-left: 0;
margin-right: 8px;
}
.lp-listing-price-range .icon.icons8-building {
margin-left: -5px;
}
.lp-listing-price-range .claim-area {
padding-bottom: 10px;
}
.lp-listing-price-range #lp-report-listing {
display: inline-block;
}
.lp-listing-price-range .claim-area a.phone-number,
.lp-listing-price-range #lp-report-listing a {
border: 1px solid;
font-size: 14px;
font-weight: 400;
color: #797979 !important;
padding: 0 6px;
transition: all 0.20s ease-in-out;
margin-left: 5px;
line-height: inherit;
height: 25px;
border-radius: 2px;
}
.lp-listing-price-range .claim-area a.phone-number:hover,
.lp-listing-price-range #lp-report-listing a:hover,
.listing-page-sidebar .lp-listing-price-range .claim-area a.phone-number:hover {
color: #fff !important;
}
.listing-page-sidebar .lp-widget ul li a {
height: 22px;
display: inline-block;
line-height: 20px;
}
.lp-listing-price-range .claim-area span.phone-icon strong {
font-weight: 400;
}
.lp-header-user-nav .lp-user-menu:after {
border-bottom-color: #2c3e50 !important;
}
.lp-notification-wrap {
position: fixed;
z-index: 9;
bottom: -150px;
left: 40%;
transition: all .5s;
}
.lp-notification-wrap.active-wrap {
bottom: 100px;
}
.lp-dashboard-new .sidebar-nav li .sub_iconsecond .fa:hover {
background: #505c6a;
}
#reply-title i.fa-angle-down {
display: none;
}
#modal-lp-submit-ad .modal-content {
overflow: hidden;
top: 30px;
}
.lp-review-form-top-multi .lp-review-images-multi {
width: 45%;
}
.lp-listing-features {
margin-bottom: 35px;
}
.lp-listing-features ul li {
background-color: rgba(0, 0, 0, 0);
border: medium none;
border-radius: 0;
float: left;
font-size: 14px;
line-height: 24px;
margin-right: 0;
min-height: 0;
width: 25%;
}
.lp-new-grid-bottom-button ul li:first-child:nth-last-child(1) {
width: 100%;
}
.lp-new-grid-bottom-button ul li:first-child:nth-last-child(2),
.lp-new-grid-bottom-button ul li:first-child:nth-last-child(2)~li {
width: 50%;
}
.lp-new-grid-bottom-button ul li:first-child:nth-last-child(3),
.lp-new-grid-bottom-button ul li:first-child:nth-last-child(3)~li {
width: 33.3333%;
}
.grid-show-popup {
text-align: center;
}
.grid-show-popup img {
margin: 0 auto;
padding: 50px;
}
.grid-show-popup .lpmap-icon-contianer img {
padding: 0;
}
#grid-show-popup .widget-map-click i {
right: 20px;
}
.lp-deals-wrap .lp-deal .deal-details {
background-color: #00000096;
}
.author-inner-content-wrap .info-row label {
display: block;
margin-bottom: 0;
}
.lp-multi-rating-ui-wrap {
text-align: center;
margin-bottom: 25px;
}
.listing-page-sidebar .lp-widget ul.flip li a {
display: block;
height: inherit;
line-height: inherit;
background: #fff;
}
.listing-page-sidebar .lp-widget ul.flip li {
padding: 0 !important;
}
.listing-page-sidebar .list-discount-outer .lp-widget.lp-discount-widget {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
.lp-listings .listing-slider .lp-rating-num {
float: none;
}
.lp-listings .listing-slider .lp-listing-bottom h4 {
margin-top: 5px;
}
.lp-listings .listing-slider .lp-listing-cats {
margin-bottom: 12px !important;
}
.lp-listings .listing-slider .lp-listing-cat {
font-size: 11px;
}
.lp-listing-top a.lp-listing-cat {
display: none;
}
.lp-menu-form-feilds .form-control.error {
border: 1px solid #eb5439 !important;
}
.listing-slider .lp-listing-stars .lp-no-review-btn {
margin-top: 0 !important;
}
.lp-activities .lp-activity .lp-activity-thumb img,
.lp-listings.list-style .lp-listings-inner-wrap {
border-radius: 2px;
}
.lp-header-search.archive-search {
text-align: center;
}
.lp-listing-announcement .announcement-wrap {
border-radius: 2px;
}
.lp-coupns-form .lp-main-title .text-center,
.lp-coupns-form .lp-coupon-outer-container .text-center {
text-align: center;
}
#lp-events .lp-main-title .col-md-2:last-child p {
padding-left: 0;
}
.lp-coupon-outer-container .lp-listing-pay-button {
text-align: left;
}
.discount_displayin_wrap .select2.select2-container.select2-container--default {
width: 350px !important;
min-width: 350px !important;
}
.panel-heading .discount_displayin_wrap {
margin-top: -6px;
}
.panel-heading .discount_displayin_wrap .discount_displayin_wrap_title {
color: #3f576e;
font-size: 13px;
text-transform: capitalize;
font-weight: 600;
margin-right: 10px;
}
.bottomofbutton.lpsubmitloading {
position: absolute;
z-index: 999;
right: 250px;
bottom: 15px;
color: #fff;
}
.jFiler-input-dragDrop .upload-field:before {
content: 'Browse Files';
position: absolute;
width: 105px;
font-size: 13px;
left: 0;
bottom: 30px;
z-index: 999;
text-align: center;
border-radius: 5px;
height: 100px;
border: 1px solid #0c86ff;
height: 36px;
line-height: 36px;
margin: 0 auto;
right: 0;
color: #0c86ff;
background: #fff;
font-weight: 600;
display: none;
}
.jFiler-input-dragDrop.pos-relative:hover .upload-field:before {
background: #0c86ff;
color: #fff;
}
.status-red,
.status-red:hover {
color: #d0021b !important;
}
.status-green,
.status-green:hover {
color: #73cf42 !important;
}
#lp-save-events,
#lp-save-events:hover,
.lp-save-events:hover,
.lp-save-events,
.lp-edit-announcements:hover,
.lp-edit-announcements,
.lp-save-template,
.lp-save-template:hover,
.add-form-field,
.add-form-field:hover,
#lp-save-dis,
#lp-save-dis:hover,
.lp-edit-dis:hover,
.lp-edit-dis,
.lp-save-btn,
.lp-save-btn:hover,
#lp_campaign_paynow,
#lp_campaign_paynow:hover,
.lp-edit-menu:hover,
.lp-edit-menu,
.lp-add-announcement-form .lp-coupns-btns {
background-color: #73d500 !important;
color: #fff !important;
}
.btn-link.googledroppin.events-dash {
display: flex;
align-items: center;
gap: 6px;
}
.fa-trash::before {
content: "\f1f8" ! IMPORTANT;
}
.lp-header-search-filters .header-filter-wrap:hover {
color: #fff !important;
}
.listing-page-sidebar .lp-listing-timings .lp-today-timing {
padding: 14px 17px !important;
}
.listing-page-sidebar .lp-listing-timings .lp-today-timing.all-days-timings {
padding: 0 !important;
padding-bottom: 14px !important;
background-color: #fff;
}
.lp-listing .lp-listing-top .post-price-row {
line-height: 0;
font-weight: 700;
padding: 0 0;
transition: all 0.20s ease-in-out
}
.lp-listing .lp-listing-top .post-price-row li {
display: inline-block;
vertical-align: middle;
background: rgba(0, 0, 0, .5);
padding: 0 5px;
color: #fff;
float: left;
height: 24px;
line-height: 24px;
font-weight: 700;
}
.lp-listing .lp-listing-top .post-price-row li:last-child {
width: 0;
opacity: 0;
height: 0;
visibility: hidden;
padding-left: 0;
transition: all 0.10s ease-in-out;
}
.lp-listings .lp-listing .list-style-none span {
font-weight: 600;
color: #fff;
line-height: 0;
font-size: 14px;
}
.lp-listings .lp-listing:hover .lp-listing-top .post-price-row li:last-child {
width: auto;
height: 24px;
opacity: 1;
visibility: visible;
transition: all 0.10s ease-in-out;
}
.lp-listings .lp-listing .list-style-none span.post-rice span.text {
display: none;
}
.lp-listings .lp-listing .simptip-position-top.simptip-movable:after {
border-radius: 2px;
}
.lp-listings .listing-slider .lp-listing:hover .post-price-row {
bottom: 60px;
}
.listing-slider .lp-listing .lp-listing-top .post-price-row {
width: 240px;
float: left;
bottom: 0;
position: absolute;
transition: all 0.20s ease-in-out;
}
.lp-listings.list-style .lp-listing .list-style-none span {
font-weight: 700;
color: #797979;
line-height: 24px;
font-size: 14px;
}
.lp-listings .lp-listing .list-style-none .active {
color: #73cf42 !important;
}
.lp-listing .lp-listing-top-thumb img {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.lp-new-grid-bottom-button ul {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.listing-simple #lp-find-near-me,
.post-with-map-container #lp-find-near-me {
margin-top: 0 !important;
}
.listing-simple #lp-find-near-me a,
.post-with-map-container #lp-find-near-me a {
color: #9f9f9f;
border: 1px solid #eaeaea;
}
.listing-simple #lp-find-near-me a:hover,
.post-with-map-container #lp-find-near-me a:hover {
border-color: #eaeaea;
color: #9f9f9f !important;
}
.lp_auto_loc_container .lp-dyn-city {
font-size: 40px;
}
.post-submit .chosen-container-single .chosen-single span {
margin-right: 0;
line-height: 46px;
}
.lp-listing-title .lp-listing-name h2 span.claimed {
font-size: 14px;
font-weight: 400;
}
.lp-listing-desription ul li {
list-style: circle;
}
.lp-listing-desription .lp-section-row .lp_section_inner {
width: 100%;
}
.lp-price-main .lp-price-list .lp-listprc li span.icon,
.lp-price-main .lp-price-list .lp-listprc li span.icon-text {
float: inherit;
}
.lp-right-panel-height {
position: absolute;
right: 0;
height: 100%;
background-color: #fff;
border-left: 1px solid #e9ebf2;
padding: 0;
}
#events-form-toggle,
#discount-form-toggle,
#menu-form-toggle {
position: relative;
float: right;
width: 100%;
}
#lp-listings .md-content form .form-group {
padding: 30px
}
.lp-archive-banner.empty-filter {
padding: 80px 0;
padding-top: 70px
}
.lp-archive-banner.empty-filter h4 {
font-size: 30px
}
.lp-header-search.archive-search .lp-filter-top-text .colorWhite {
color: #fff !important;
}
.lp-listing-bottom-right .dis-code-copy-pop input {
font-size: 17px;
line-height: 28px;
padding: 3px 0 4px 10px;
width: 110px;
}
.lp-listing-bottom-right .dis-code-copy-pop .copy-now {
padding: 5px 10px;
font-size: 13px;
height: 37px;
}
.lp-listing-bottom-right .dis-code-copy-pop .dis-code-copy-wrap {
width: 161px;
}
.lp-listing-bottom-right .dis-code-copy-pop .dis-code-copy-pop-inner-cell p:first-child {
font-size: 13px;
}
.lp-listing-bottom-right .close-right-icon {
right: 10px;
top: 4px;
font-size: 14px;
}
.event-hosted-grid h6 {
margin-top: 0;
margin-bottom: 0;
}
.event-hosted-grid label {
margin-bottom: 0;
}
.grid-style .lp-listing-cat.event-grid-date {
background-color: #dedcdc;
line-height: 20px;
padding: 0 5px 0 0;
border-radius: 2px;
color: #333 !important;
font-weight: bold;
}
.event-grid-date span {
color: #fff;
padding: 2px 5px;
line-height: 20px;
border-top-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.event-grid-thumb {
max-height: 210px;
overflow: hidden;
}
.event-grid-ticket {
position: absolute;
color: #fff;
bottom: 10px;
right: 10px;
padding: 6px 10px;
font-weight: bold;
border-radius: 2px;
}
.event-grid-ticket i {
margin-right: 5px;
}
#lp-find-near-me.near-me-app-view-btn {
top: 0;
}
#lp-find-near-me.near-me-app-view-btn a {
height: 33px;
}
.listing-page-sidebar .lp-widget ul,
.listing-page-sidebar .lp-widget .lp-listing-price-range,
.listing-page-sidebar .lp-listing-additional-details h4,
.listing-page-sidebar .lp-listing-timings .lp-today-timing {
border: solid 1px #e3e3e3;
border-top: none;
}
.listing-page-sidebar .lp-widget .lp-event-outer {
border: solid 1px #e3e3e3;
margin-top: 0;
margin-bottom: 30px;
}
.listing-page-sidebar .lp-widget .lp-event-list-area ul {
border-left: 0;
border-right: 0;
padding: 20px;
}
.lp-widget.lp-discount-widget {
margin-top: 0;
}
.listing-page-sidebar .lp-listing-additional-details .toggle-additional-details {
bottom: -29px;
}
.listing-page-sidebar .lp-listing-additional-details.bottom35 {
margin-bottom: 32px;
}
.listing-page-sidebar .event-sidebar-wrapper+.lp-listing-price-range,
.listing-page-sidebar .event-sidebar-wrapper+.lp-listing-additional-details,
.listing-page-sidebar .event-sidebar-wrapper+.lp-listing-timings .lp-today-timing,
.listing-page-sidebar .list-discount-outer+.lp-listing-price-range,
.listing-page-sidebar .list-discount-outer+.lp-listing-additional-details,
.listing-page-sidebar .list-discount-outer+.lp-listing-timings .lp-today-timing {
border-top: solid 1px #e3e3e3;
}
.listing-page-sidebar .event-sidebar-wrapper+.list-discount-outer .lp-widget.lp-discount-widget {
margin-top: 0;
}
.listing-page-sidebar .lp-deals-wrap {
margin-bottom: 0;
}
.listing-page-sidebar .lp-widget .lp-event-list-area ul.border-bottom-zero {
border-bottom: none;
}
.upload-field[data-multiple="true"] img {
height: 40px;
width: auto;
float: left;
position: relative;
bottom: 83px;
}
.menu-hotel .open-modal {
border: none;
margin-bottom: 0;
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-price a {
font-size: 14px;
} .lp-event-detail {
display: inline-block;
}
.lp-event-top-title-header {
display: inline-block;
width: 100%;
float: left;
position: relative;
padding: 40px 0;
overflow: hidden;
}
.lp-event-bgimage {
width: 100%;
height: 100%;
display: inline-block;
position: absolute;
top: 0;
left: 0;
-webkit-filter: blur(6px);
-moz-filter: blur(6px);
-o-filter: blur(6px);
-ms-filter: blur(6px);
filter: blur(6px);
}
.lp-event-detail-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
}
.lp-event-detail-thumbnail {
display: inline-block;
width: 100%;
}
.lp-event-detail-thumbnail img {
width: 100%;
}
.lp-event-detail-date-title-outer {
width: 100%;
display: inline-block;
margin-top: 20px;
}
.lp-event-detail-date {
width: 85px;
height: 85px;
float: left;
display: inline-block;
border-radius: 2px;
background: #fff;
padding: 14px 0;
margin-right: 15px;
}
.lp-event-detail-date span {
display: block;
text-align: center;
font-weight: bold;
font-size: 20px;
line-height: 26px;
margin: 0;
padding: 0;
color: #333333;
text-transform: uppercase;
}
.lp-event-detail-date span.event-detil-date {
color: #ff4945;
font-size: 30px;
margin-bottom: 5px;
}
.lp-event-detail-title-hosted {
display: inline-block;
float: left;
width: 85%;
}
.lp-event-detail-title-hosted h1 {
font-size: 30px;
margin: 0;
color: #fff;
font-weight: normal;
line-height: 26px;
margin-top: 4px;
}
.lp-event-detail-title-hosted h2 {
font-size: 14px;
margin: 0;
color: #fff;
font-weight: normal;
margin-top: 15px;
display: inline-block;
}
.lp-event-detail-title-hosted h2 a {
font-weight: normal;
text-decoration: underline;
font-size: 16px;
line-height: initial;
}
.lp-event-detail-side-section {
display: inline-block;
width: 100%;
}
.lp-event-detail-side-section ul {
width: 100%;
display: inline-block;
float: left;
background: #fff;
border-radius: 2px;
border: 1px solid #dedede;
}
.lp-event-detail-side-section ul li {
width: 100%;
display: inline-block;
float: left;
padding: 20px;
}
.lp-event-detail-side-section ul li:nth-child(even) {
background: #fafafa;
border-bottom: 1px solid #dedede;
}
.lp-event-detail-side-section ul li:first-child {
padding: 0;
}
.lp-event-detail-side-section ul li:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.lp-event-detail-side-section ul li h3 {
color: #797979;
font-size: 14px;
margin: 0;
}
.lp-event-detail-side-section ul li h3 i {
font-size: 20px;
vertical-align: middle;
}
.lp-event-detail-side-section ul li h3 span {
margin-left: 10px;
display: inline-block;
font-weight: 600;
}
.lp-event-detail-side-section ul li h3 i.fa-clock-o {
margin-right: -2px;
}
.lp-event-detail-side-section ul li>a,
.lp-event-detail-side-section ul li>span {
padding-left: 25px;
margin-top: 5px;
font-weight: normal;
}
.lp-event-detail-side-section ul li .lp-event-detail-map {
height: 250px !important;
}
.lp-event-detail-white-bg-section {
display: inline-block;
width: 100%;
float: left;
padding: 40px 0;
}
.lp-event-detail-content {
display: inline-block;
width: 100%;
}
.lp-event-detail-content p {
margin: 0;
}
.lp-event-detal-share {
position: absolute;
width: 88px;
right: 6px;
top: -50px;
margin: 0;
}
.lp-event-detail-sidebar-area {
display: inline-block;
width: 100%;
float: left;
}
.event-total-going {
display: block;
margin-bottom: 10px;
}
.event-total-going span {
color: #797979;
display: block;
font-size: 14px;
text-transform: uppercase;
}
.event-total-going span strong {
color: #333333;
margin-right: 10px;
}
.lp-detail-event-going-btn {
display: inline-block;
width: 100%;
}
.lp-detail-event-going-btn button {
width: 100%;
border: 0;
background: #03c4c6;
color: #fff;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
padding: 12px 0;
text-align: center;
border-radius: 3px;
}
.lp-detail-event-going-btn button:hover {
background: #0eb4b6;
color: #fff;
}
.lp-event-detail-ticket {
width: 100%;
display: inline-block;
border: 0;
background: #f25f5c;
color: #fff;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
padding: 12px 0;
text-align: center;
border-radius: 3px;
margin-top: 10px;
}
.lp-event-detail-ticket i {
margin-right: 5px;
}
.lp-event-detail-ticket:hover {
color: #fff;
background: #e35855;
}
.lp-event-detail-ticket:focus {
color: #fff;
}
.lp-event-detail-attendes-section {
width: 100%;
display: inline-block;
}
.lp-event-detail-attendes-section ul {
display: inline-block;
width: 100%;
margin: 0;
}
.lp-event-detail-attendes-section ul li {
display: inline-block;
float: left;
text-align: center;
background: #fafafa;
border: 1px solid #dedede;
border-radius: 2px;
padding: 20px 20px;
margin-left: 20px;
width: 23%;
margin-bottom: 20px;
}
.lp-event-detail-attendes-section ul li:nth-child(4n+1) {
margin-left: 0;
}
.lp-event-detail-attendes-section ul li .attende-avtar {
width: 90px;
height: 90px;
display: inline-block;
background: #ccc;
border-radius: 50%;
margin-bottom: 20px;
}
.lp-event-detail-attendes-section ul li .attende-avtar img {
border-radius: 50%;
}
.lp-event-detail-attendes-section ul li span {
display: block;
font-size: 16px;
color: #333333;
font-weight: bold;
text-transform: capitalize;
}
.lp-event-detail-attendes-section ul li h5 {
display: block;
font-size: 16px;
color: #7f7f7f;
margin: 0;
text-transform: capitalize;
font-weight: 400;
}
.lp-event-viewall-attende {
display: inline-block;
width: 100%;
margin: 40px 0 20px;
}
.lp-event-viewall-attende h4 {
font-size: 20px;
color: #333333;
font-weight: bold;
margin: 0;
display: inline-block;
float: left;
}
.lp-event-attende-view-all {
display: inline-block;
width: 100%;
}
.lp-event-attende-view-all span {
font-size: 16px;
font-weight: normal;
margin: 0 auto;
text-align: center;
cursor: pointer;
display: block;
border: 1px solid;
padding: 5px 0;
width: 130px;
}
.lp-event-detail-dynamic-sidebar {
display: inline-block;
width: 100%;
margin-top: 20px;
}
.lp-event-detail-dynamic-sidebar .widget-box {
padding: 0;
}
.lp-attende-extra {
display: none !important;
}
.lp-attende-extra.active {
display: block !important;
} .app-view-events .lp-event-top-title-header {
padding: 0;
}
.app-view-events .lp-event-appview-section-wrap {
background: #eff3f6;
display: inline-block;
width: 100%;
padding: 0 5% 20px;
}
.app-view-events .lp-event-detail-date-title-outer {
background: #fff;
border-radius: 8px;
width: 100%;
margin: -40px 0 0;
border: 1px solid #dbe7ef;
padding-top: 27px;
}
.app-view-events .lp-event-detail-date {
display: block;
margin: 0 auto;
float: none;
background: #fafbfb;
}
.app-view-events .lp-event-detail-title-hosted {
width: 100% !important;
text-align: center;
margin-top: 5px;
margin-bottom: 27px;
}
.app-view-events .lp-event-detail-title-hosted h1 {
font-size: 22px;
margin-top: 5px;
color: #333;
font-weight: bold;
}
.app-view-events .lp-event-detail-title-hosted h2 {
color: #7f7f7f;
font-size: 13px;
margin-top: 5px;
}
@media (max-width: 1024px) {
.app-view-events .lp-event-top-title-header .col-md-8,
.app-view-events .lp-event-top-title-header .col-md-4,
.app-view-events .lp-event-detail-white-bg-section .col-md-8,
.app-view-events .lp-event-detail-white-bg-section .col-md-4 {
width: 100%;
}
}
.app-view-events .lp-event-detal-share {
position: relative;
display: inline-block;
width: 100%;
top: 0;
height: auto;
float: left;
}
.app-view-events .lp-event-detal-share ul {
border-top: 1px solid #dedede;
position: relative;
}
.app-view-events .lp-event-detal-share ul li {
margin: 0;
width: 100%;
text-align: center;
padding: 9px 0;
}
.app-view-events .lp-event-detal-share ul li a.lp-single-sharing {
border: none;
padding: 0;
width: 50px;
display: inline-block;
font-size: 12px;
color: #333 !important;
}
.app-view-events .lp-event-detal-share ul li a.lp-single-sharing:hover {
background: none !important;
}
.app-view-events .lp-event-detal-share ul li a.lp-single-sharing i {
display: block;
margin-bottom: 5px;
color: #333;
}
.app-view-events .lp-event-detal-share ul li .md-overlay {
background: rgba(0, 0, 0, 0.5);
}
.app-view-events .lp-event-detal-share ul li .social-icons.post-socials.smenu {
width: 176px;
top: -100px;
left: 50%;
margin-left: -88px;
}
.app-view-events .lp-event-detal-share ul li .social-icons.post-socials.smenu::after {
content: none;
}
.app-view-events .lp-event-detail-sidebar-area {
margin-top: 20px;
}
.app-view-events .lp-event-detail-side-section ul {
border: 0;
border-bottom: 1px solid #dedede;
}
.app-view-events .lp-event-detail-side-section ul li {
background: #fff;
}
.app-view-events .lp-event-detail-content {
background: #eff3f6;
padding: 20px 15px;
}
.app-view-events .lp-event-detail-side-section {
float: left;
}
.app-view-events .lp-event-detail-white-bg-section {
padding: 0 0 40px;
}
.app-view-events .lp-event-viewall-attende {
margin: 20px 0;
padding: 0 15px;
}
.app-view-events .lp-event-detail-attendes-section {
padding: 0 15px;
}
.app-view-events .lp-event-detail-dynamic-sidebar {
padding: 0 15px;
}
.app-view-events .lp-event-detail-dynamic-sidebar .list_view_v2 {
padding: 0;
}
.maring-top8 {
margin-top: 8px;
}
.padding-bottom0 {
padding-bottom: 0;
}
.padding-right15 {
padding-right: 15px !important;
margin-bottom: 20px;
}
.img-menu-upload-field.upload-field[data-multiple="true"] img {
height: 90px;
margin: 5px 5px 5px 0;
width: auto;
float: none;
position: static;
}
.dashboard-upload-field .frontend-button {
background-color: #f5f5f5;
}
.menu-edit-imgs-wrap {
text-align: center;
position: absolute;
width: 100%;
bottom: 40px;
z-index: 99;
}
.menu-edit-imgs-wrap .menu-edit-img-wrap img {
position: static;
height: 50px;
}
.menu-edit-img-wrap {
position: relative;
display: inline-block;
border: solid 1px;
margin-left: 2px;
position: absolute;
left: 10px;
}
.remove-menu-img {
background-color: #000;
color: #fff;
position: absolute;
top: 0;
z-index: 9999;
font-size: 9px;
padding: 0 6px;
cursor: pointer;
right: 0;
line-height: 19px;
}
.lp-header-search.archive-search h4.lp-title em {
font-style: normal;
}
.lp-share-event-detail {
display: inline-block;
margin-top: 17px;
padding-left: 10px;
float: right;
margin-right: -12px;
}
.lp-share-event-detail .lp-event-share-btn-st {
display: inline-block;
float: left;
color: #fff;
font-size: 14px;
padding-top: 2px;
}
.lp-event-shar-btn-align-title {
display: inline-block;
margin: 0;
padding: 0;
}
.lp-event-shar-btn-align-title li {
display: inline-block;
float: left;
text-align: center;
margin-left: 5px;
}
.lp-event-shar-btn-align-title li a i {
font-size: 14px;
background: #fff;
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 2px;
}
.lp-event-shar-btn-align-title li a i:hover {
color: #fff !important;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
.lp-event-shar-btn-align-title li a i.fa-facebook {
color: #3B5998;
}
.lp-event-shar-btn-align-title li a i.fa-facebook:hover {
background: #3B5998;
}
.lp-event-shar-btn-align-title li a i.fa-google-plus {
color: #E37167;
}
.lp-event-shar-btn-align-title li a i.fa-google-plus:hover {
background: #E37167;
}
.lp-event-shar-btn-align-title li a i.fa-twitter {
color: #55ACEE;
}
.lp-event-shar-btn-align-title li a i.fa-twitter:hover {
background: #55ACEE;
}
.lp-event-shar-btn-align-title li a i.fa-linkedin {
color: #0077B5;
}
.lp-event-shar-btn-align-title li a i.fa-linkedin:hover {
background: #0077B5;
}
.lp-deatil-reply-review-area {
background: #fafafa;
border: 1px solid #dedede;
padding: 20px;
border-radius: 3px;
margin-top: 20px;
}
.lp-deatil-reply-review-area h3 {
font-size: 14px;
font-weight: 600;
margin: 0;
}
.lp-additional-appview-filter-new h3 {
font-size: 15px;
margin: 5px 0 -10px;
}
.lp-listing-leadform {
margin-top: 25px;
}
.lp-sidebar.listing-page-sidebar .lp-listing-leadform {
margin-top: 50px !important;
}
.listing-page-sidebar .widget-box {
padding: 0;
margin: 25px 0 0 0;
}
.listing-page-sidebar .widget-box ul {
border: none;
}
.listing-page-sidebar .widget-box ul li {
padding: 0;
background-color: transparent;
border: none;
}
.menu-edit-imgs-wrap.image-menu-multiple-wrap {
position: static;
}
.menu-edit-imgs-wrap.image-menu-multiple-wrap .menu-edit-img-wrap {
border: none;
margin-left: 0;
}
.menu-edit-imgs-wrap.image-menu-multiple-wrap .menu-edit-img-wrap .remove-menu-img {
top: 5px;
right: 5px;
}
.lp-listing-price-range.lp-widget-inner-wrap {
width: 100%;
display: inline-block;
}
.del-group-type {
cursor: pointer;
} .lp-home-banner-contianer .lp-search-bar-view1 .hide-what .chosen-container.chosen-container-single .chosen-single span {
padding-left: 0 !important;
}
.lp-home-banner-contianer .form-group.hide-what .chosen-container.chosen-container-single,
form .hide-what #cities {
border-radius: 5px;
}
.lp-home-banner-contianer .lp-search-bar.lp-search-bar-view1 .form-group.lp-suggested-search.hide-where .pos-relative input {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.header-bg-color-class .width-49-percent.hide-what .input-group-addon.lp-border {
z-index: 99;
}
.lp-home-banner-contianer .form-group.lp-location-search.hide-what .chosen-container.chosen-container-single .chosen-single span {
margin-left: 70px !important;
}
.header-bg-color-class .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15.hide-where,
.lp-search-bar-view1 form .hide-what #cities,
.lp-search-bar-view2 .hide-what {
border-radius: 0 !important;
}
.lp-search-bar-view2 form #cities {
color: #bbbbbb !important;
height: 54px;
}
.lp-home-banner-contianer .lp-search-bar.lp-search-bar-view2 .form-group.lp-suggested-search.hide-where {
border-radius: 0 !Important;
}
.lp-bottom-with-map-back form #cities {
border: 0;
}
.lp-search-bar-all-demo.lp-bottom-with-map-back .form-group.lp-location-search {
margin-left: 0;
}
.header-container .select2.select2-container.select2-container--default {
border-radius: 0 5px 5px 0;
}
.header-container .lp-search-bar-view1 .select2.select2-container.select2-container--default {
border-radius: 0;
border-bottom: 1px solid #fff;
background-color: transparent !important;
color: #fff;
}
.header-container .lp-search-bar-view1 .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #fff;
}
.header-container .lp-search-bar-view2 .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
text-align: left;
line-height: 57px;
}
.lp-header-search.archive-search form #cities,
.lp-header-search.archive-search form #cities-filter {
border-radius: 3px !Important;
height: 46px !important;
line-height: 46px !important;
}
.lp-header-search-wrap .select2.select2-container.select2-container--default {
border-radius: 0;
}
.header-container .lp-location-search .select2.select2-container.select2-container--default {
background-color: transparent !Important;
}
.lp-header-search.archive-search .form-inline .form-group.lp-location-search {
background: #fff !important;
height: 46px;
border-radius: 4px;
}
.lp-header-search.archive-search .lp-location-search .ui-widget {
width: 100%;
}
.input-group.width-49-percent .border-dropdown span::after {
display: none;
}
.header-container .lp-search-chnage-styles-st .select2.select2-container.select2-container--default {
background-color: transparent !Important;
height: 37px;
}
.lp-search-chnage-styles-st .header-filter .select2-container .select2-selection--single .select2-selection__rendered {
line-height: 39px;
}
.fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15 {
width: 54%;
}
.home .lp-header-search .form-group.lp-location-search {
background-color: #fff !Important;
min-width: 200px;
}
.lp-header-search .ui-widget {
float: left;
width: 100%;
}
.lp-header-search .lp-header-search-form .lp-search-icon {
top: 13px;
}
.home .lp-header-search .border-dropdown span:after,
.input-group.width-49-percent .border-dropdown span::after {
display: none;
}
.left-section-menu-outer .lp-menu ul li {
line-height: 45px;
}
.lp-logo-header4-sts .lp-header-logo {
line-height: 48px;
}
.header-container .header-bg-color-class .select2.select2-container.select2-container--default {
background-color: transparent !Important;
}
.select2-container *:focus {
outline: none;
}
.lp-home-banner-contianer-inner-new-search.search-view-move-down-two .lp-search-bar.lp-search-bar-view1 .select2-container .select2-selection--single {
border: 1px solid #fff !important;
height: 42px;
border-radius: 0 !Important;
}
.lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search.search-view-move-down-two .lp-search-bar.lp-search-bar-view1 .select2.select2-container.select2-container--default {
border-bottom: 0 !important;
}
.lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
color: #797979;
line-height: 42px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border-radius: 2px;
border: 1px solid #e5e5e5;
}
.select2-container--open .select2-dropdown--below {
border: 1px solid #e5e5e5;
border-top: none;
}
.lp-search-bar.lp-search-bar-view1.lp-search-bar-view2 .select2-container .select2-selection--single {
border: 0 solid #fff !important;
height: 56px;
border-radius: 0 !Important;
}
.lp-home-banner-contianer-inner .lp-search-bar.lp-search-bar-view1 .select2-container .select2-selection--single {
height: 42px;
}
.lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search .lp-search-bar.lp-search-bar-view1 .select2.select2-container.select2-container--default {
border-bottom: 1px solid #fff !important;
}
.lp-search-bar.lp-search-bar-view1.lp-search-bar-view2.lp-search-bar-view3 .select2.select2-container.select2-container--default,
.lp-search-bar.lp-search-bar-view1.lp-search-bar-view2 .select2.select2-container.select2-container--default {
border-bottom: 0 !important;
}
.lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search {
border: 0 solid #fff !important;
}
.lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search .lp-search-bar.lp-search-bar-view1.lp-search-bar-view2 .select2-container .select2-selection--single {
height: 56px;
}
.lp-home-banner-contianer-inner.lp-home-banner-contianer-inner-new-search .lp-search-bar.lp-search-bar-view1.lp-search-bar-view2 .select2.select2-container.select2-container--default,
.lp-home-banner-contianer-inner.banner-view-cat-tranparent .lp-search-bar-view1.lp-search-bar-view2 .select2.select2-container.select2-container--default {
border-bottom: 0 !important;
}
.lp-home-banner-contianer-inner.banner-view-cat-tranparent .lp-search-bar-view1 .select2.select2-container.select2-container--default {
border-bottom: 1px solid #fff !important;
}
.lp-home-banner-contianer .lp-search-bar-view1 .form-group.lp-suggested-search .lp-search-input.form-control.ui-autocomplete-input {
border-bottom: 1px solid #fff !important;
}
.lp-header-middle .lp-header-logo {
max-width: 100%;
width: auto;
}
.lp-header-middle .header-filter .input-group.width-49-percent {
width: 40%;
}
.lp-header-middle .header-filter .input-group.width-49-percent.margin-right-15 {
width: 57%;
}
.header-container .lp-header-middle.fullwidth-header .lp-logo-header4-sts .select2.select2-container.select2-container--default {
background-color: transparent !important;
}
.lp-header-middle.fullwidth-header .header-filter.pos-relative.form-group.margin-bottom-0.col-md-6 {
width: 64%;
}
.lp-header-search.archive-search .lp-search-bar .select2-container .select2-selection--single {
height: 46px !important;
border: 1px solid #dedede;
}
.lp-menu-bar-color .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15,
.lp-menu-bar.header-bg-color-class .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15 {
width: 60% !important;
}
.lp-menu-bar.header-bg-color-class .lp-search-chnage-styles-st-fix .header-filter .input-group.width-49-percent.margin-right-15 {
width: 52% !important;
}
.lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15 {
width: 52% !important;
}
.lp-header-search.archive-search .lp-header-search-form .chosen-container .chosen-results li {
line-height: 20px;
}
.lp-header-search.archive-search .lp-features-inner-container li {
margin-top: -10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-left: -6px;
margin-top: -2px;
transform: translateY(-50%);
border-width: 7px 6px 0 6px;
}
.lp-listing .lp-rating-stars-outer {
line-height: 18px;
}
.lp-listing .lp-listing-stars .lp-rating-num {
line-height: 23px;
}
.submit_new_style #tags-by-cat {
margin-bottom: 5px;
}
@media (max-width: 1024px) {
.lp-header-middle.fullwidth-header .header-filter.pos-relative.form-group.margin-bottom-0.col-md-6 {
width: 100%;
margin-top: 62px;
}
} .listing-simple .lp-all-results span,
.listing-simple .lp-all-results {
color: #fff;
font-size: 14px;
font-weight: 400;
}
.listing-with-map .lp-all-results span,
.listing-with-map .lp-all-results {
color: #797979;
font-size: 13px;
margin-top: 5px;
font-weight: 400;
}
.lp-result-bold {
font-weight: 400 !important;
}
.lp-section.listing-style4 .lp-all-results,
.lp-section.listing-style4 .lp-all-results span {
font-size: 14px;
color: #797979;
}
.lp-section.listing-style4 #lp-find-near-me,
.lp-section.listing-style4 #select-lp-more-filter {
margin-top: 0 !important;
padding-top: 0;
}
.lp-section.listing-style4 .lp-sorting-filter-outer #lp-find-near-me .near-me-btn {
line-height: 20px !important;
padding-bottom: 0;
}
.remove-event-img {
position: absolute;
z-index: 9999;
background-color: #000;
color: #fff;
font-size: 13px;
line-height: 9px;
padding: 5px 6px;
margin-top: 125px;
cursor: pointer;
left: 10px;
}
.listingpro_TWRecentPostWidget+.lp-listing-additional-details h4 {
border-top: solid 1px #e3e3e3 !important;
} .rating.rating-with-colors.lp-star-satisfactory .fa-star,
.lp-multi-star-wrap .lp-multi-star-field.rating-with-colors.lp-star-satisfactory p i.fa-star {
color: #c5de35;
}
.rating.rating-with-colors.lp-star-bad .fa-star,
.lp-multi-star-wrap .lp-multi-star-field.rating-with-colors.lp-star-bad p i.fa-star {
color: #ffc800;
}
.rating.rating-with-colors.lp-star-good .fa-star,
.lp-multi-star-wrap .lp-multi-star-field.rating-with-colors.lp-star-good p i.fa-star {
color: #73cf42;
}
.lp-rating-num.rating-with-colors.lp-star-satisfactory {
background-color: #c5de35;
}
.lp-rating-num.rating-with-colors.lp-star-bad {
background-color: #ffc800;
}
.lp-rating-num.rating-with-colors.lp-star-good {
background-color: #73cf42;
}
.author-reviews-pagination {
margin-top: 30px !important;
}
.about-activities-inner .reviews-pagin-wrap {
display: none;
}
.about-activities-inner .reviews-pagin-wrap-1 {
display: block;
}
.page-heading,
.listing-page {
background-position: center center;
background-size: cover;
}
.lp-menu-bar.header-bg-color-class .fullwidth-header .lp-search-chnage-styles-st .header-filter .input-group.width-49-percent.margin-right-15.hide-where {
width: 96% !important;
}
.featuresDataContainerOuterSubmit {
display: none;
}
.lp-bottom-left-full-outer .lp-listing-announcements {
position: absolute;
height: 100%;
width: 97% !important;
left: 11px;
right: 11px;
display: none;
}
.lp-listing-announcements .lp-listing-announcement {
bottom: auto !important;
}
.lp-menu-bar.header-bg-color-class .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15.hide-where,
.lp-menu-bar-color .fullwidth-header .header-filter .input-group.width-49-percent.margin-right-15.hide-where {
width: 96% !important;
}
.lp-header-middle .header-filter .input-group.width-49-percent.hide-what {
width: 96%;
}
.lp-search-section-header-view .lp-search-bar.lp-search-bar-header .form-inline .form-group.lp-suggested-search.hide-where {
border-right: 0;
width: 96%;
}
.homepage-listing-view2-element {
max-width: 900px;
margin: 0 auto;
}
.homepage-listing-view2-element .lp-grid-box-contianer {
margin-bottom: 0;
} .lp-header-search-tagline-sidebar-banner {
font-size: 50px !important;
margin-top: 39px !important;
line-height: 60px !important;
font-weight: 700;
padding-right: 100px;
}
.lp-header-search-tagline-sidebar-banner span {
font-size: 50px !important;
}
.sidebar-banner-des {
font-size: 24px;
margin-top: 15px;
line-height: 30px;
color: #fff;
font-weight: 400;
padding-right: 50px
}
.lp-header-search-wrap-sidebar-banner .lp-header-search-cats ul li a {
font-size: 13px;
font-weight: 700;
}
.lp-new-search-title {
font-size: 22px;
color: #fff;
font-weight: 400;
}
.lp-new-search-des {
font-size: 16px;
color: #fff;
font-weight: 400;
}
.lp-banner-sidebar-search {
background-color: rgb(32, 32, 32, .5);
padding: 23px;
border-radius: 5px;
margin-bottom: 20px;
}
.lp-header-search .lp-banner-sidebar-search .lp-search-form-what {
background-color: #fff !important;
border-radius: 5px !important;
}
.lp-banner-sidebar-search .lp-search-bar {
padding: 0;
}
.lp-banner-sidebar-search .lp-header-search-form .lp-suggested-search {
width: 100%;
}
.lp-banner-sidebar-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
.lp-banner-sidebar-search .form-group.lp-location-search .lp-where {
line-height: 53px;
height: 53px;
font-weight: 700;
font-size: 18px;
}
.lp-banner-sidebar-search input.dropdown_fields {
height: 53px;
line-height: 53px;
}
.input-group-addon-what-icon {
background-color: transparent;
color: #f189a8;
float: left;
font-size: 18px;
font-weight: 600;
height: 53px;
right: 0;
left: auto;
line-height: 53px;
padding: 0 0 0 0;
position: absolute;
top: 0;
width: auto;
z-index: 2;
padding-right: 10px;
display: none;
}
.input-group-addon-what-icon .fa.fa-calendar {
display: none;
}
.lp-banner-sidebar-search .lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
line-height: 53px;
}
.lp-banner-sidebar-search .lp-search-bar .select2-container .select2-selection--single {
padding-left: 80px;
height: 53px;
}
.home .lp-banner-sidebar-search .form-group.lp-location-search {
background-color: #fff !Important;
width: 100%;
border-radius: 5px;
margin-left: 0;
margin-bottom: 20px;
}
.lp-banner-sidebar-search .ui-widget select {
height: 53px;
}
.lp-banner-sidebar-search .ui-widget {
float: none;
}
.lp-banner-sidebar-search .lp-search-bar .form-group.lp-suggested-search {
margin-bottom: 20px;
}
.home .lp-banner-sidebar-search .lp-search-form-submit,
.lp-banner-sidebar-search .form-group .lp-search-bar-right {
margin-left: 0 !important;
border-radius: 5px !important;
text-transform: capitalize;
font-weight: 400;
}
.lp-banner-sidebar-search .header-filter .lp-location-search .ui-widget>i,
.lp-banner-sidebar-search .lp-search-bar .lp-location-search .ui-widget>i {
left: 72px;
}
.lp-banner-sidebar-search form #cities {
padding-left: 90px;
width: 100%;
height: 53px;
line-height: 53px;
border-radius: 5px !important;
border: 0;
}
.lp-header-search .lp-banner-sidebar-search .lp-header-search-form form #cities {
border-radius: 5px !important;
}
.lp-header-search .lp-banner-sidebar-search .lp-search-icon {
left: 17px;
}
.lp-banner-sidebar-search .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
font-family: FontAwesome;
content: "\f073";
font-weight: 900;
color: #f189a8;
transform: translateY(-50%);
height: auto;
left: 50%;
margin-left: -8px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
display: none;
}
.lp-banner-sidebar-search .select2-container--default .select2-selection--single .select2-selection__arrow b,
.lp-banner-sidebar-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-width: 0;
height: auto;
margin: 0;
}
.lp-sidebar-search-location {
background-color: rgb(32, 32, 32, .5);
padding: 23px;
border-radius: 5px;
color: #fff;
font-size: 14px;
font-weight: 500;
}
.lp-sidebar-search-location img {
width: 24px;
}
.home .lp-header-search-sidebar-style {
bottom: 80px !important;
}
.lp-header-search.lp-header-search-sidebar-style .lp-search-form-what input {
padding-left: 76px !important;
}
.lp-header-search.lp-header-search-sidebar-style form i.cross-search-q {
right: 30px;
top: 50%;
transform: translateY(-50%);
}
.lp-banner-sidebar-search .form-group.lp-location-search .chosen-container.chosen-container-single {
background-color: transparent;
height: 53px !important;
}
.lp-header-search.lp-header-search-sidebar-style .lp-location-search .chosen-container-single .chosen-single span {
line-height: 53px;
margin-left: 75px !important;
}
.lp-header-search.lp-header-search-sidebar-style .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
height: 53px;
line-height: 53px;
}
.lp-header-search.lp-header-search-sidebar-style .lp-header-search-form .chosen-container .chosen-results li {
padding: 10px 20px !important;
}
.lp-header-search.lp-header-search-sidebar-style .lp-header-search-form .chosen-container .chosen-results li:hover,
.lp-header-search.lp-header-search-sidebar-style .lp-header-search-form .chosen-container .chosen-results li.result-selected,
.lp-header-search.lp-header-search-sidebar-style .lp-header-search-form #input-dropdown>ul li:hover {
background-color: #333 !important;
color: #fff !important;
border-bottom: 1px solid #333 !important;
} .lp-sidebar-filters-style {
opacity: 1;
top: 0;
height: 100vh;
}
.sidebar-filters .sidemap-container {
width: -moz-calc(100% - 750px);
width: -webkit-calc(100% - 750px);
width: -o-calc(100% - 750px);
width: calc(100% - 750px);
height: 100vh;
position: absolute;
-webkit-transition: width .5s; transition: width .5s;
right: 0;
z-index: 7;
}
.sidebar-filters .post-with-map-container {
width: 100%;
height: 100%;
padding: 0;
-webkit-transition: width .5s; transition: width .5s;
}
.sidebar-filters .content-grids-wraps {
width: 400px;
float: left;
-webkit-transition: width .5s; transition: width .5s;
overflow-y: scroll;
height: 100vh;
}
.lp-sidebar-filters-style .post-with-map-container-right {
-webkit-transition: width .5s;
transition: width .5s;
width: 750px;
}
.sidebar-filters .sidebar-filters-wrap {
-webkit-transition: width .5s; transition: width .5s;
width: 350px;
margin: 0;
height: 100vh;
left: 0;
float: left;
padding: 0 15px;
overflow-y: scroll;
background-color: #fff;
letter-spacing: 0;
}
.lp-sidebar-filters-style .lp-listings.grid-style .lp-grid-box-contianer {
margin-bottom: 20px;
}
.lp-grid-width2 .sidebar-filters-wrap {
width: 350px;
}
.lp-grid-width2 .sidemap-container {
width: -moz-calc(100% - 1108px);
width: -webkit-calc(100% - 1108px);
width: -o-calc(100% - 1108px);
width: calc(100% - 1108px);
}
.lp-grid-width3 .sidebar-filters-wrap {
width: 350px;
}
.lp-grid-width3 .lp-grid-box-contianer {
width: 33.33%;
}
.lp-grid-width3 .sidemap-container {
width: calc(100% - 100%);
width: -moz-calc(100% - 100%);
width: -webkit-calc(100% - 100%);
width: -o-calc(100% - 100%);
}
.lp-grid-width3 .post-with-map-container-right {
width: 100%;
overflow: visible;
}
.lp-grid-width3 .content-grids-wraps {
width: -moz-calc(100% - 350px);
width: -webkit-calc(100% - 350px);
width: -o-calc(100% - 350px);
width: calc(100% - 350px);
}
.lp-sidebar-filters-style.sidebar-filters.lp-grid-width3 {
height: 100%;
}
.lp-grid-width3 .post-with-map-container,
.lp-grid-width3 .content-grids-wraps,
.lp-grid-width3 .sidebar-filters-wrap {
height: auto;
}
.lp-grid-width3 .post-with-map-container {
overflow-x: visible;
}
.lp-sidebar-filters-style.lp-grid-width2 .post-with-map-container-right {
width: 1108px;
}
.lp-sidebar-filters-style.lp-grid-width2 .content-grids-wraps {
width: -moz-calc(100% - 350px);
width: -webkit-calc(100% - 350px);
width: -o-calc(100% - 350px);
width: calc(100% - 350px);
}
.lp-sidebar-filters-style .lp-list-page-grid {
border-left: 1px solid #eee;
}
.sidebar-filters .sidebar-filters-wrap::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.sidebar-filters .sidebar-filters-wrap::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5;
}
.sidebar-filters .sidebar-filters-wrap::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #D62929;
}
.sidebar-filters .filters-section-wrap {
padding: 30px 15px;
border-bottom: solid 1px #eee;
padding-top: 23px;
}
.sidebar-filters .post-with-map-container-right .search-row {
padding: 0;
}
.sidebar-filters .filters-section-wrap .filters-label {
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
color: #aaa9a9 !important;
margin-bottom: 15px;
}
.sidebar-filters-wrap .lp_extrafields_select-border,
.sidebar-filters-wrap .lp-filter_data_switch_on_off {
border-bottom: 0 !important;
padding-bottom: 0 !important;
}
.listing-simple .lp-search-cats-filter-dropdown .input-group-addon:first-child {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
}
.sidebar-filters .filters-section-wrap .lp-search-cats-filter-dropdown {
width: 100%;
}
.sidebar-filters .filters-section-wrap .lp-search-cats-filter-dropdown .input-group-addon {
width: 40px;
background-color: #fff;
}
.sidebar-filters .post-with-map-container-right .search-row #searchform .filters-section-wrap .lp-search-cats-filter-dropdown .chosen-container.chosen-container-single.chosen-container-single-nosearch {
width: 100% !important;
}
.sidebar-filters .post-with-map-container-right .chosen-container-single .chosen-single {
background-color: #fff;
}
.sidebar-filters .filters-section-wrap .currency-signs>ul>li {
width: 23%;
}
.sidebar-filters .filters-section-wrap .currency-signs>ul>li>a {
border: solid 1px #eaeaea;
background-color: #fff;
border-radius: 3px !important;
}
.sidebar-filters .input-group-addon:first-child {
border-radius: 3px !important;
}
.sidebar-filters .filters-section-wrap.currencty-signs-wrap .form-group {
display: block;
}
.sidebar-filters .filters-section-wrap.sort-by-section-wrap {}
.sidebar-filters .filters-section-wrap.sort-by-section-wrap ul li {
width: 48%;
margin-bottom: 5px;
text-align: center;
}
.sidebar-filters .filters-section-wrap.sort-by-section-wrap ul li a {
background-color: #fff;
padding-left: 0;
padding-right: 0;
}
.sidebar-filters .filters-section-wrap.sort-by-section-wrap #lp-find-near-me {
width: 100%;
}
.sidebar-filters .filters-section-wrap.sort-by-section-wrap #lp-find-near-me li {
width: 97%;
}
.sidebar-filters .filters-section-wrap.sort-by-section-wrap #lp-find-near-me .near-me-btn i {
float: none;
}
.sidebar-filters .outer_all_page_overflow {
display: block;
position: static;
width: 100%;
height: auto;
}
.sidebar-filters .outer_all_page_overflow .lp_all_page_overflow {
height: auto;
padding-left: 0;
width: 100%;
border: 0;
text-align: left;
}
.sidebar-filters .lp_all_page_overflow .col-md-12 {
padding: 0;
}
.sidebar-filters .outer_all_page_overflow {
display: block;
position: static;
width: 100%;
height: auto;
}
.sidebar-filters .outer_filter_show_result_cancel {
display: none;
}
.lp-sidebar-filters-style.sidebar-filters {
padding-top: 0 !important;
padding-bottom: 0 !important;
position: relative;
overflow: hidden;
}
.lp-sidebar-filters-style .mapSidebar {
height: calc(100% - 105px);
}
.lp-filter-top-section {
margin-top: 20px;
margin-bottom: 10px;
padding: 0 15px;
}
.lp-filter-top-section li h3 {
font-size: 20px;
font-weight: 700;
margin: 0;
}
.lp-filter-top-section li {
display: inline-block;
}
.lp-filter-top-section li:last-child {
float: right;
}
.lp-filter-top-section li a {
font-size: 14px;
}
.lp-sidebar-filters-style form#searchform {
padding: 0;
}
.lp-sidebar-filters-style .post-with-map-container-right .search-row .lp-filter-inner {
border-top: 0 solid #dedede !important;
border-bottom: 0 solid #dedede !important;
padding-top: 0 !important;
}
.lp-sidebar-filters-style .currency-signs>ul>li>a.active {
color: #fff !important;
border-color: #bdbcbc !important;
background-color: #bdbcbc !important;
border-radius: 2px;
}
.lp-sidebar-filters-style .currency-signs>ul>li>a.active:hover {
border-color: #bdbcbc !important;
}
.lp-sidebar-filters-style .search-filters>ul>li>a {
color: #797979;
border: 1px solid #dedede;
}
.lp-sidebar-filters-style .lp-s-hidden-ara,
.lp-sidebar-filters-style .outer_all_page_overflow {
display: block !important;
}
.lp-sidebar-filters-style .lp_add_more_filter {
display: none;
position: relative;
}
.lp-sidebar-filters-style .lp_all_page_overflow h2 {
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
color: #aaa9a9;
margin-bottom: 0;
}
.lp-sidebar-filters-style .lp_more_filter_data_section h3 {
display: inline;
color: #797979;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
}
.lp-sidebar-filters-style .lp_extrafields_select-border2 h3 {
display: inline-block;
margin-top: 20px;
margin-bottom: 15px;
}
.lp-sidebar-filters-style .lp-more-filters-outer {
float: left;
width: 100%;
margin-bottom: 0;
}
.lp-sidebar-filters-style .lp_extrafields_select-border2 {
border-bottom: 0 solid #dedede !important;
padding-bottom: 0 !important;
padding-top: 0;
}
.lp-sidebar-filters-style .lp_filter_checkbox li {
margin-bottom: 0 !important;
margin-top: 0 !important;
line-height: 36px;
}
.lp-sidebar-filters-style .lp-more-filters-outer .lp_filter_checkbox {
display: block;
width: auto;
}
.lp-sidebar-filters-style .filter_checkbox_container,
.lp-sidebar-filters-style .filter_radiobox_container {
width: 100%;
padding-left: 35px;
text-transform: capitalize;
font-size: 12px;
color: #797979 !important;
font-weight: 300;
}
.lp-sidebar-filters-style .filter_checkbox_checkmark,
.lp-sidebar-filters-style .filter_radio_select {
left: 0;
right: auto;
top: 50%;
transform: translateY(-50%);
}
.lp-sidebar-filters-style .lp_more_filter_data_section {
padding-bottom: 5px;
}
.lp-sidebar-filters-style .lp-features-filter ul>li {
width: 100% !important;
padding-right: 0 !important;
}
.lp-sidebar-filters-style .lp-features-filter ul>li .checkbox label::before {
left: auto;
right: 0;
margin-right: 0;
width: 25px;
height: 25px;
line-height: 25px;
}
.lp-sidebar-filters-style .lp-features-filter .input-group.margin-right-0 input[type="checkbox"] {
width: 100%;
}
.lp-sidebar-filters-style .lp-features-filter .checkbox,
.lp-sidebar-filters-style .tags-area.lp-features-filter ul li .checkbox label {
width: 100%;
padding-left: 0;
}
.lp-sidebar-filters-style .tags-area.lp-features-filter ul li .checkbox label {
font-weight: 400;
width: 100%;
padding-left: 0;
text-transform: capitalize;
color: #797979;
font-size: 14px;
}
.lp-sidebar-filters-style #lp-find-near-me {
display: inline-block;
float: left;
margin-top: 10px;
margin-left: 0;
}
.lp-sidebar-filters-style #lp-find-near-me .lp-tooltip-div-hidden>.lp-tooltip-arrow {
display: none;
}
.lp-sidebar-filters-style #lp-find-near-me ul li a {
float: none;
}
.lp-sidebar-filters-style #lp-find-near-me .lp-tooltip-div-hidden {
position: relative;
box-shadow: none;
visibility: hidden;
display: none;
opacity: 0;
margin-top: 30px;
}
.lp-sidebar-filters-style #lp-find-near-me .lp-tooltip-div-hidden.active {
position: relative !important;
box-shadow: none;
visibility: visible !important;
display: block !important;
opacity: 1 !important;
}
.lp-sidebar-filters-style #lp-find-near-me .lp-tooltip-outer .lp-tool-tip-content .location-filters-wrapper {
padding: 7px 0;
width: 100%;
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
}
.lp-sidebar-filters-style #lp-find-near-me .slider:before {
display: none !important;
}
.lp-sidebar-filters-style #lp-find-near-me #distance_range_div .slider {
background-color: #cfcfcf !important;
}
.search-filters>ul>li>a.active {
color: #fff;
}
.lp-sidebar-filters-style #lp-find-near-me a {
color: #797979 !important;
border: 1px solid #dedede !important;
background-color: #fff;
}
.lp-sidebar-filters-style #lp-find-near-me a:hover {
background-color: #fff;
color: #797979 !important;
}
.search-filters>ul>li>a.active,
div#lp-find-near-me ul li a.active {
color: #fff !important;
}
.lp-grid-width2 .lp-grid-box-contianer {
width: 374px;
}
.lp-title-new-style .listing-view-layout>ul li a {
border-radius: 4px;
height: 41px;
line-height: 41px;
width: 50px;
font-size: 18px;
}
.lp-title-new-style .listing-view-layout>ul li {
float: left;
margin-left: 4px;
}
.lp-title-new-style {
padding: 20px;
border-left: 1px solid #eee;
}
.lp-filter-name span:first-child {
color: #6c6c6c;
font-size: 16px;
margin-right: 10px;
}
.lp-filter-name span:last-child {
font-size: 14px;
color: #919191;
line-height: 41px;
}
.lp-grid-width1 .lp-filter-name span:last-child {
line-height: 20px;
display: block;
}
.lp-sidebar-filters-style #searchform .chosen-container.chosen-with-drop .chosen-drop {
width: calc(100% + 41px);
left: -41px;
}
.lp-header.style-v2 {
z-index: 99999 !important;
}
.lp-grid-width3 .lp-archive-clearfix {
display: none;
}
.view-on-map {
background-color: #444 !important;
BORDER-RADIUS: 5px !important;
padding: 0 20px !important;
display: none !important;
overflow: hidden !important;
position: fixed !important;
right: 20px !important;
bottom: 0 !important;
z-index: 99 !important;
}
.lp-grid-width3 .view-on-map {
display: block !important;
}
.lp-sidebar-filters-style .lp-pagination.pagination {
margin-bottom: 30px;
}  .lp-grid6-status {
position: absolute;
left: 21px;
top: 17px;
border: 1px solid #fff;
border-radius: 2px;
padding: 1px 8px;
background: rgba(0, 0, 0, .5);
}
.lp-grid6-status .fa {
color: #fff;
margin-right: 5px;
}
.lp-grid6-status .li-listing-clock-outer {
margin-top: 0;
padding: 5px 0;
}
.lp-grid6-status a span,
.lp-grid6-status a {
color: #fff !important;
line-height: 12px !important;
}
.lp-grid6-status a:hover span,
.lp-grid6-status a:hover {
color: #fff !important;
}
.lp-grid6-rating {
background-color: #eeeeee;
position: absolute;
right: 21px;
top: 17px;
border-radius: 25px;
overflow: hidden;
height: 26px;
line-height: 26px;
padding-right: 10px;
}
.lp-grid6-rating .lp-rating-num {
color: #797979;
font-weight: 700;
font-size: 16px;
}
.lp-grid6-rating .fa {
background-color: #8fce6e;
width: 40px;
text-align: center;
font-size: 16px;
height: 26px;
line-height: 26px;
margin-right: 4px;
}
.lp-grid6-top-container {
top: auto !important;
bottom: 0;
-webkit-transform: translateY(calc(100% - 105px));
transform: translateY(calc(100% - 105px));
transition: all .3s;
padding: 0 0;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
position: absolute;
width: 100%;
border-right: 1px solid #dedede;
border-left: 1px solid #dedede;
}
.lp-grid6-top-container .clearfix {
background: #fff;
padding: 17px 20px;
}
.lp-grid6-top-container .price-range .list-style-none .active {
color: #73cf42 !important;
}
.lp-grid6-top-container .price-range .list-style-none .post-rice {
display: none;
}
.lp-grid6-top-container .lp-h4 {
margin-top: 0;
margin-bottom: 5px;
}
.lp-grid-box-contianer.grid_view6 .lp-grid-box-thumb-container {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.grid_view6 .lp-grid-box-thumb-container:hover .lp-grid6-top-container {
-webkit-transform: translateY(0px);
transform: translateY(0px);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.grid_view6 .lp-grid-box ul {
margin-bottom: 5px;
}
.grid_view6 .list-style-none span {
color: #797979;
font-weight: 500;
padding: 0;
font-size: 14px;
}
.lp-listing-cats a {
color: #797979;
font-size: 14px;
}
.lp-grid6-cate span.cat-icon {
display: inline-block;
line-height: 17px;
margin-right: 5px;
width: 15px;
}
.lp-grid6-top-container-inner {
height: 105px;
background: #fff;
width: calc(100% - 98px);
padding-left: 20px;
padding-top: 20px;
margin-top: 1px;
}
.lp-grid-box-bottom-grid6 .fa {
margin-right: 5px;
}
.lp-grid-box-bottom-grid6 a,
.lp-grid6-cate a {
color: #797979 !important;
font-size: 13px;
}
.grid_view6 .lp-grid-box {
border-radius: 8px;
border-bottom: 1px solid #dedede;
overflow: hidden;
}
.grid_view6 .lp-new-grid-bottom-button {
background-color: #f5f5f5;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.grid_view6 .lp-new-grid-bottom-button ul {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
margin-bottom: 0;
border-bottom: 0;
}
.grid_view6 .lp-new-grid-bottom-button ul li p,
.grid_view6 .lp-new-grid-bottom-button ul li a {
line-height: 42px;
font-size: 12px;
}
.lp-grid6-top-container-inner .price-range .simptip-position-top.simptip-movable:hover:before,
.lp-grid6-top-container-inner .price-range .simptip-position-top.simptip-movable:hover:after {
display: none;
}
.lp-grid6-top-container-inner .lp-listing-logo-outer {
position: absolute;
right: 0;
top: 0;
width: 100px;
background-image: url(//vetrinevenete.it/wp-content/themes/listingpro/assets/images/admin/grid6-top.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
height: 106px;
padding-bottom: 0;
text-align: center;
}
.grid_view6 .lp-grid-box-thumb {
overflow: hidden;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}
.lp-grid6-top-container-inner .lp-listing-logo img {
width: 54px;
height: 54px;
border-radius: 100%;
margin-top: -25px;
}
.lp-grid6-top-container-inner h4.lp-h4>a>.listing-pro {
border: 1px solid #ebac2c;
border-radius: 3px;
color: #ebac2c;
float: left;
font-size: 12px;
font-weight: 500;
line-height: 16px;
margin-right: 7px;
margin-top: 4px;
padding: 0 3px 0 4px;
} /*/*/.lp-event-grid-new .lp-event-image-container {
position: relative;
}
.lp-event-grid-new .lp-event-author-listing {
position: absolute;
margin: 10px;
z-index: 9999;
}
.lp-event-grid-new .lp-event-author-listing .event-author-img {
float: left;
width: 38px;
height: 38px !important;
border: solid 2px #fff;
border-radius: 18px;
margin-right: 12px;
}
.lp-event-grid-new .lp-event-author-listing span {
color: #fff;
float: left;
line-height: 18px;
}
.lp-event-grid-new .lp-event-outer-content {
margin-bottom: 0 !important;
padding-bottom: 20px;
border-bottom: dashed 1px #e3e3e3;
}
.lp-event-grid-new .lp-evnt-content-container a {
margin-bottom: 0;
display: block;
}
.lp-event-grid-new .lp-event-venue {}
.lp-event-grid-new .lp-event-venue li span {
font-size: 13px;
}
.lp-event-grid-new .lp-event-venue li span i {
margin-right: 5px;
display: inline-block;
}
.lp-event-grid-new .lp-events-btns-outer .total-going {
display: none;
}
.lp-event-grid-new .lp-evnt-date-container {
background-color: transparent;
border: solid 1px #e3e3e3;
}
.lp-event-grid-new .lp-attending-users-list {
padding-left: 20px;
float: left;
line-height: 52px;
}
.lp-event-grid-new .lp-attending-users-list span {
margin-left: 6px;
margin-top: 0;
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
.lp-event-grid-new .lp-event-attendees {
margin-left: 10px !important;
display: inline-block;
vertical-align: middle;
}
.lp-event-grid-new .lp-event-attendees li {
width: 38px;
height: 38px;
display: inline-block;
margin-left: -15px;
}
.lp-event-grid-new .lp-event-attendees li img {
width: auto;
height: auto;
border: solid 2px #fff;
border-radius: 20px;
}
.lp-event-grid-new .lp-event-attendees li,
.listing-page-sidebar .lp-widget .lp-event-attendees li:last-child {
padding: 0 !important;
}
.lp-event-grid-new .lp-attending-users-outer {
float: right;
}
.lp-event-grid-new .lp-attending-users-outer .attend-event {
width: auto;
padding: 1px 15px;
}
.lp-event-grid-new .lp-event-image-container .lp-event-image-overlay {
background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(5, 5, 5, 0.75));
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 0;
}/**/.event-pager ul li span.current {
cursor: default;
}
.list-calendar-pager-wrap {
display: none;
}
.list-calendar-pager-wrap.current-event-page-active {
display: block;
}
.event-calender-weekly-wrap .week-days-wrap,
.event-calender-weekly-wrap .events-for-day,
.event-calender-weekly-wrap .no-events-msg {
display: none;
}
.event-calender-weekly.events-after-ajax .week-days-wrap:first-child {
display: block;
}
.week-days-wrap.active-week {
display: block;
}
.week-day-box,
.week-day-date-box {
float: left;
width: 14.28%;
text-align: center;
border: solid 0 #ccc;
}
.week-day-date-box.has-events {}
.week-day-date-box span {
position: relative;
width: 42px;
height: 42px;
line-height: 42px;
border-radius: 100%;
margin: 0 auto;
display: inline-block;
}
.week-day-date-box span:hover {
background-color: #f3f3f3;
cursor: pointer;
}
.week-days-dates-row {
margin-bottom: 10px;
}
.event-calender-filters {
margin: 50px;
}
.events-by-day-wrap {
display: none;
}
.event-calender-list-view .events-by-day-wrap {
display: block;
}
.event-spinner {
width: 100%;
text-align: center;
font-size: 79px;
display: none;
min-height: 265px;
}
.event-calender-modern-main {
border: 1px solid #d8d8d8;
border-radius: 3px;
-webkit-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
-moz-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
}
.event-calender-monthly {
padding-bottom: 25px;
-webkit-box-shadow: inset -2px -60px 0 -35px rgba(225, 225, 225, 1);
-moz-box-shadow: inset -2px -60px 0 -35px rgba(225, 225, 225, 1);
box-shadow: inset -2px -60px 0 -35px rgba(225, 225, 225, 1);
}
.cc-month {
font-size: 16px;
color: #333;
font-weight: 600;
}
.get-npm {
color: #888;
font-size: 14px;
}
.get-npm:hover {
cursor: pointer;
}
.calender-header {
padding-bottom: 25px;
padding-top: 25px;
}
.week-day-box {
color: #333;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.week-day-date-box {
font-size: 14px;
font-weight: 400;
color: #333;
line-height: 42px;
}
.calender-header-switcher {
padding-top: 25px;
background: #f5f5f5;
padding-bottom: 25px;
}
.calender-header-switcher ul li {
color: #888888;
font-weight: 400;
font-size: 14px;
background: #fff;
border-radius: 5px;
border: 1px solid #dedede;
line-height: 36px;
}
.calender-header-switcher ul li.active {
color: #fff;
}
.calender-header-switcher ul li:first-child {
border-right: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.calender-header-switcher ul li:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.calender-header-switcher ul li .fa {
margin-right: 4px;
}
.event-calender-monthly,
.today-event-date-container {
background: #f5f5f5;
}
.modern-calender-inner-right {
background: #f5f5f5;
}
.today-event-date-container p {
font-size: 13px;
color: #888;
}
.today-event-date-container p span {
color: #333;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
}
.modern-calender-inner-right .event-img {
width: 72px;
height: 72px;
overflow: hidden;
margin-right: 10px;
display: inline-table;
vertical-align: top;
float: left;
}
.modern-calender-inner-right .event-by-day-content-wrap {
display: inline-table;
vertical-align: top;
width: -webkit-calc(100% - 86px);
width: -moz-calc(100% - 86px);
width: calc(100% - 86px);
float: left;
}
.prev-mon-markup .fa {
margin-right: 5px;
}
.next-mon-markup .fa {
margin-left: 5px;
}
.event-by-day-content-wrap-time {
font-size: 12px;
margin: 0;
}
.event-by-day-content-wrap p {
margin-bottom: 0;
font-size: 13px;
line-height: 24px;
}
.event-by-day-content-wrap-time-title {
color: #333;
font-size: 14px;
font-weight: 700;
}
.modern-calender-inner-right .event-by-day-wrap,
.event-calender-classic .event-by-day-wrap,
.event-calender-list-view .event-by-day-wrap {
border: 1px solid #dedede;
border-radius: 5px;
background: #fff;
padding: 9px;
-webkit-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
-moz-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
margin-bottom: 14px !important;
}
.event-calender-classic .event-by-day-wrap:last-child,
.event-calender-list-view .event-by-day-wrap:last-child {
margin-bottom: 0 !important;
}
.event-calender-classic .event-by-day-wrap,
.event-calender-list-view .event-by-day-wrap {
padding: 20px;
}
.event-calender-classic .event-calender-monthly {
background: #fff;
}
.event-calender-classic .event-by-day-wrap,
.event-calender-list-view .event-by-day-wrap {
margin: 30px;
margin-top: 0;
}
.modern-calender-inner-right .event-by-day-wrap,
.event-calender-classic .event-by-day-wrap,
.event-calender-list-view .event-by-day-wrap {
border-right: 12px solid #6fb2f6;
}
.event-calender-classic .event-by-day-wrap .event-img,
.event-calender-list-view .event-by-day-wrap .event-img {
width: 140px;
height: 140px;
overflow: hidden;
margin-right: 10px;
display: inline-table;
vertical-align: top;
background-color: #f9f9f9;
}
.event-calender-classic .event-by-day-content-wrap,
.event-calender-list-view .event-by-day-content-wrap {
display: inline-table;
vertical-align: top;
width: -webkit-calc(730px - 190px);
width: -moz-calc(730px - 190px);
width: calc(730px - 190px);
margin-right: 30px;
}
.event-calender-classic .events-by-day-wrap.caew-box,
.event-calender-list-view .list-calendar-inner-wrap {
background: #f5f5f5;
padding: 30px 0;
}
.event-by-day-content-wrap-time-title {
display: inline-block;
}
.classic-event-by-day-content-wrap-time {
margin-bottom: 3px;
}
.events-by-day-wrap-classic-con .calender-header-switcher {
padding: 0;
}
.events-by-day-wrap-classic-con {
padding-bottom: 25px;
padding: 30px;
padding-top: 0;
background: #f5f5f5;
}
.event-calender-classic .event-by-going-wrap,
.event-calender-list-view .event-by-going-wrap {
display: inline-table;
vertical-align: top;
width: -webkit-calc(100% - 730px);
width: -moz-calc(100% - 730px);
width: calc(100% - 730px);
}
.event-by-going-wrap p {
color: #888;
font-size: 12px;
margin: 0;
line-height: 24px;
font-weight: 400;
}
.event-by-going-wrap p:first-child {
color: #333;
font-size: 14px !important;
line-height: 0;
margin: 6px 0;
margin-bottom: 10px;
}
.event-by-going-wrap ul li {
background-color: #f9f9f9;
border-radius: 5px;
width: 43px;
height: 43px;
display: inline-block;
margin-bottom: 5px;
float: right;
margin-left: 5px;
}
.event-by-going-wrap ul li button {
display: inline-block;
width: 100%;
height: 100%;
color: #fff;
border-radius: 5px;
border: 0;
}
.event-calender-classic .week-days-dates-row {
margin-bottom: 0;
position: relative;
}
.event-calender-classic .week-days-dates-row:before {
content: '';
height: 1px;
content: '';
background: #dedede;
height: 1px;
width: -webkit-calc(100% - 140px);
width: -moz-calc(100% - 140px);
width: calc(100% - 140px);
position: absolute;
left: 70px;
}
.event-calender-classic .week-days-dates-row .event-calender-classic .today-event-date-container p,
.event-calender-list-view .today-event-date-container p,
.event-calender-weekly .today-event-date-container p {
font-size: 15px !important;
color: #333 !important;
display: inline-block;
border: 1px solid #dedede;
border-radius: 5px;
padding: 0 15px;
line-height: 33px;
margin-top: 3px;
}
.calender-header-switcher2 ul li {
display: inline-block;
}
.calender-header-switcher2 ul li .fa {
display: inline-block;
width: 40px;
height: 36px;
border: 1px solid #dedede;
border-radius: 3px;
text-align: center;
color: #333;
font-size: 18px;
line-height: 36px;
background: #fff;
}
.calender-header-switcher2 ul .active .fa {
color: #fff;
-webkit-box-shadow: 0 -1px 6px 1px rgba(222, 222, 222, 1);
-moz-box-shadow: 0 -1px 6px 1px rgba(222, 222, 222, 1);
box-shadow: 0 -1px 6px 1px rgba(222, 222, 222, 1);
}
.calender-header-moderen-date2 .today-event-date-container p {
margin: 0;
line-height: 20px;
}
.calender-header-moderen-date2 .today-event-date-container p span {
display: inline-block;
width: 100%;
}
.event-calender-list-view .calender-header {
padding: 25px 30px;
}
.event-calender-list-view .events-by-day-wrap {
margin-bottom: 15px;
}
.event-calender-list-view .events-by-day-wrap:last-child {
margin-bottom: 0;
}
.event-calender-classic-weekly .week-day-events-wrap {
background: #f5f5f5;
padding: 30px 0;
padding-bottom: 50px;
-webkit-box-shadow: inset -2px -60px 0 -30px rgba(225, 225, 225, 1);
-moz-box-shadow: inset -2px -60px 0 -30px rgba(225, 225, 225, 1);
box-shadow: inset -2px -60px 0 -30px rgba(225, 225, 225, 1);
}
.event-calender-classic-weekly .event-by-day-wrap-inner {
border: 1px solid #dedede;
border-radius: 5px;
background: #fff;
padding: 9px;
-webkit-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
-moz-box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
box-shadow: -1px 3px 36px -1px rgba(225, 225, 225, 1);
margin-bottom: 14px !important;
}
.event-calender-classic-weekly .event-by-day-wrap-inner {
padding: 20px;
margin: 30px;
margin-top: 0;
border-right: 12px solid #6fb2f6;
}
.event-calender-classic-weekly .event-by-day-wrap-inner:last-child {
margin-bottom: 0 !important;
}
.event-calender-classic-weekly .event-by-day-wrap-inner .event-img {
width: 140px;
height: 140px;
overflow: hidden;
margin-right: 10px;
display: inline-table;
vertical-align: top;
background-color: #f9f9f9;
position: relative;
}
.event-calender-classic-weekly .event-by-day-wrap-inner .event-by-day-content-wrap {
display: inline-table;
vertical-align: top;
width: -webkit-calc(730px - 190px);
width: -moz-calc(730px - 190px);
width: calc(730px - 190px);
margin-right: 30px;
}
.event-calender-classic-weekly .event-by-day-wrap-inner .event-by-going-wrap {
display: inline-table;
vertical-align: top;
width: -webkit-calc(100% - 730px);
width: -moz-calc(100% - 730px);
width: calc(100% - 730px);
}
.event-calender-classic-weekly .event-by-day-wrap-inner .events-for-day-date {
position: absolute;
top: 5px;
left: 5px;
font-size: 12px;
font-weight: 600;
color: #fff;
text-align: center;
line-height: 24px;
padding: 0 12px;
border-radius: 3px;
}
.event-calender-classic-weekly .event-by-day-wrap-inner .events-for-day-date span {
font-size: 12px;
font-weight: 600;
color: #fff;
}
.event-calender-classic-weekly .week-day-box {
margin-bottom: 15px;
}
.event-calender-classic-weekly .week-day-box span {
display: inline-block;
width: 100%;
font-weight: 500;
color: #333;
}
.event-calender-classic-weekly .calender-header {
padding: 25px 30px !important;
}
.week-days-wrap-next-prv span {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #fff;
border: 1px solid #e2e2e2;
border-radius: 50px;
box-shadow: 0 2px 0 0 rgba(0, 0, 0, .015);
transition: all .33s ease;
display: inline-block;
font-size: 26px;
}
.week-days-wrap-next-prv {
font-weight: 600;
font-size: 16px;
background: #fafafa;
padding: 10px 0;
margin-bottom: 15px;
}
.week-days-wrap-next-prv .event-npw {
margin-right: 25px;
}
.week-days-wrap-next-prv .event-npw {
margin-left: 25px;
}
.event-calender-classic .calender-header {
padding: 25px 50px;
}
.lp-pagination.event-pager ul.page-numbers {
margin-top: 30px !important;
}
.week-day-date-box.has-events span:before {
content: '';
width: 8px;
height: 8px;
position: absolute;
bottom: 2px;
border-radius: 100%;
margin: 0 auto;
text-align: center;
left: 0;
right: 0;
}
.event-calender-modern-main .event-calender-monthly .col-md-6.background-white {
padding-left: 0;
padding-right: 0;
}
.event-calender-modern-main .calender-header {
padding-left: 10px;
padding-right: 10px;
}
.event-calender-classic .week-day-date-box {
margin-bottom: 10px;
margin-top: 10px;
}
.event-calender-list-view .cc-month {
text-transform: uppercase;
font-weight: 700;
}
.list-calendar-pager-wrap .event-by-day-content-wrap-time-title {
margin-top: 0;
}
.event-calender-classic .week-days-wrap,
.event-calender-classic .week-days-dates-row,
.lp-week-days-wrape-inner-container {
margin: 0 -45px;
}
.week-days-wrap-next-prv span:hover {
cursor: pointer;
}
.event-calender-classic .week-days-dates-events-row {
padding: 0 45px !important;
}
.event-calender-classic .month-dates-wrap,
.event-calender-modern-main .month-dates-wrap {
margin-bottom: 0 !important;
}
.event-calender-classic .cc-month,
.event-calender-classic-weekly .cc-month {
font-weight: 700;
text-transform: uppercase;
}
.event-calander-classic2 .events-by-day-wrap-classic-con {
padding-bottom: 30px !important;
padding-top: 30px;
}
.event-calander-classic2 {
background: #f5f5f5;
padding-bottom: 10px;
}
.modern-calender-inner-right .event-by-day-wrap {
margin-bottom: 10px !Important;
}
.modern-calender-inner-right .event-calander-map {
height: 235px;
}
.event-calender-classic-map {
padding: 0 30px;
padding-bottom: 20px;
padding-top: 10px;
}
.event-calander-list-map {
padding: 0 30px;
}
.event-calender-weekly-map {
padding-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
} .calender-header-switcher ul li.active,
.calender-header-switcher2 ul .active .fa {
background: #ff5a5f;
border-color: #ff5a5f;
}
.prev-mon-markup .fa,
.next-mon-markup .fa,
.event-by-day-content-wrap-time,
.event-by-day-content-wrap-time-title:hover,
.get-npm:hover {
color: #ff5a5f;
}
.event-by-going-wrap ul li button,
.event-calender-classic-weekly .event-by-day-wrap-inner .events-for-day-date,
.week-day-date-box.has-events span:before {
background: #ff5a5f;
}
.event-calender-classic .today-event-date-container p span,
.event-calender-list-view .today-event-date-container p span,
.event-calender-weekly .today-event-date-container p span {
color: #ff5a5f !important;
}
.week-day-date-box.has-events span:hover {
background-color: #ff5a5f;
color: #fff;
}
.week-days-wrap-next-prv span:hover {
border-color: #ff5a5f;
color: #ff5a5f;
} .event-calender-weekly-map,
.event-calander-list-map,
.event-calander-moder-map,
.event-calender-classic-map,
.event-calander-classic2,
.event-calander-classic2 .event-by-day-wrap {
display: none;
}
.event-calander-map {
width: 100%;
height: 400px;
}
.event-calender-classic .today-event-date-container p {
font-size: 15px !important;
color: #333 !important;
display: inline-block;
border: 1px solid #dedede;
border-radius: 5px;
padding: 0 15px;
line-height: 33px;
margin-top: 3px;
}
.lp-close-active-box-inner {
line-height: 36px;
}
.close-active-box .fa {
background: #ff5a5f;
border-radius: 100%;
width: 18px;
height: 18px;
line-height: 18px;
font-size: 11px;
text-align: center;
color: #fff;
display: inline-block;
vertical-align: middle;
margin-top: -1px;
}
.close-active-box:hover {
cursor: pointer;
}
.event-calender-modern .close-active-box {
display: none;
}   .dashboard-form-submit-section {
background-color: #fff;
border: solid 1px #ebebeb;
border-radius: 2px;
padding: 15px;
margin-bottom: 15px;
-webkit-box-shadow: -1px 4px 9px -4px #767676;
box-shadow: -1px 4px 9px -4px #767676;
}
.lp-add-announcement-form .lp-coupon-box-row label {
margin-top: 0;
}
.lp-add-announcement-form .lp-coupon-box-row .form-group {
margin-top: 0 !important;
} .event-featured-image-wrap-dash {
height: 200px;
}
.events-map-wrap {
position: relative;
}
.events-map-wrap .lp-coordinates {
position: absolute;
right: 0;
top: 6px;
border: 1px solid #dedede;
padding: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom: 0;
}
.events-map-wrap .lp-coordinates a {
background: none;
color: #000;
margin: 0;
border-right: 1px solid #dedede;
border-radius: 0;
padding: 0 10px;
float: left;
font-size: 12px;
display: inline-block;
line-height: 26px;
}
.events-map-wrap .lp-coordinates a:last-child {
border-right: 0;
}
.events-map-wrap .lp-coordinates a.active,
.events-map-wrap .lp-coordinates a:hover {
background: #0095ff;
color: #fff;
}
.events-map-wrap .lp-coordinates a:after {
display: none;
} .manange-typs-groups-tabs {
border-bottom: solid 1px #dce0e2;
margin-bottom: 30px;
padding: 10px 20px;
}
.manange-typs-groups-tabs li {
display: inline-block;
font-weight: bold;
font-size: 12px;
width: 48%;
text-align: center;
position: relative;
cursor: pointer;
color: #3f576e;
}
.manange-typs-groups-tabs li.active {
color: #007fd4;
}
.manange-typs-groups-tabs li.active:after {
content: ' ';
width: 100%;
height: 1px;
background-color: #007fd4;
display: block;
position: absolute;
bottom: -12px;
}
.manange-typs-groups-tabs-content {}
.manange-typs-groups-tabs-content .types-group-content,
.ordering-service-wrap ul {
padding: 0 20px 20px 20px;
display: none;
}
.manange-typs-groups-tabs-content .types-group-content.active-content {
display: block;
}
.manange-typs-groups-tabs-content .types-group-content {}
.manange-typs-groups-tabs-content .types-group-content ul {}
.manange-typs-groups-tabs-content .types-group-content ul li,
.ordering-service-wrap ul li {
margin-bottom: 10px;
margin-bottom: 10px;
color: #3a3a3a;
text-transform: uppercase;
font-size: 14px;
}
.manange-typs-groups-tabs-content .types-group-content ul li span,
.ordering-service-wrap ul li span {
float: right;
margin-left: 8px;
color: #aab5bf;
}
.lp-listing-selecter-drop.lp-coupon-box-row {
margin-bottom: 0;
}
.manange-typs-groups-tabs-content .add-new-type input[type="text"],
.manange-typs-groups-tabs-content .add-new-group input[type="text"],
.add-new-service select {
border: 1px solid #e3e3e3;
height: 36px;
border-radius: 4px;
width: 186px;
margin-right: 10px;
padding: 0 10px;
}
.manange-typs-groups-tabs-content .add-new-type i,
.manange-typs-groups-tabs-content .add-new-group i,
.add-new-service i {
font-size: 21px;
color: #007fd4;
cursor: pointer;
}
.ordering-service-wrap {
padding-top: 20px;
margin-bottom: 20px;
}
.ordering-service-wrap ul {
display: block;
}
.add-new-service select {
margin-left: 20px;
}
#add-new-service-spinner,
#add-new-type-spinner,
#add-new-group-spinner {
display: none;
font-size: 14px;
}
#lp-menus .lp-right-panel-height .lp-ad-click-outer {
background-color: #fff;
}
.lp-listing-selecter-outer,
.lp-listing-selecter-drop.lp-coupon-box-row {
border: 1px solid #dedede;
box-shadow: none;
}
#lp-menus .lp-menu-step-two.margin-top-10 .lp-menu-open {
border: 1px solid #dedede;
box-shadow: none;
}
#lp-menus .lp-menu-step-two.margin-top-10 .lp-menu-open .lp-menu-form-inner {
box-shadow: none;
border: 0;
padding: 0;
}
.lp-right-panel-height.lp-right-panel-height-outer {
height: auto;
}
#lp-menus .lp-dashboard-tabs.lp-left-panel-height-outer {
padding-left: 15px;
}
.lp-listing-selecter-drop.lp-coupon-box-row .select2-container--default .select2-selection--multiple {
height: 42px;
}
.lp-listing-selecter-drop.lp-coupon-box-row .select2-container--default .select2-selection--multiple .select2-selection__rendered {
height: 40px;
}
.lp-listing-selecter-drop.lp-coupon-box-row .select2-container--default .select2-selection--multiple .select2-selection__choice {
padding: 0 5px !important;
}
.lp-invoices-all-stats-on-off-switcher {
position: relative !important;
display: block !important;
}
.lp-menu-step-two .lp-menu-close-outer.lp-menu-open .lp-invoices-all-stats-on-off.lp-invoices-all-stats-on-off-switcher h5 {
font-size: 14px;
}
.lp-menu-step-two .lp-menu-close-outer.lp-menu-open .lp-invoices-all-stats-on-off.lp-invoices-all-stats-on-off-switcher h5 label {
margin-right: 10px;
}
.jFiler-input-dragDrop-title {
font-weight: 600;
color: #44566c;
font-size: 14px;
}
.lp-menu-step-two .lp-menu-form-feilds label span {
color: red;
}
.lp-panel-body-outer {
box-shadow: none !important;
padding: 0 !important;
background-color: transparent !important;
}
.lp-tab-content-outer {
padding: 0 !important;
}
.lp-tab-content-outer .lp-menu-closed {
box-shadow: none !important;
border: 1px solid #dedede;
}
.lp-right-side-title {
color: #333;
font-size: 12px;
margin: 0;
}
.lp-tab-content-outer .lp-menu-closed span {
color: #8a8a8a;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
}
.lp-tab-content-outer .lp-menu-closed .col-md-2 {
color: #333;
font-size: 12px;
}
.lp-tab-content-outer .lp-menu-closed .col-md-2 {
text-transform: uppercase;
}
.lp-panel-body-outer .lp-dot-extra-buttons .fa {
font-size: 20px;
line-height: 48px;
}
.fa-check-circle2 {
line-height: 48px;
margin-right: 15px;
display: inline-block;
vertical-align: top;
font-size: 20px;
} .lp-list-view-compact-outer .lp_list_main {
padding: 10px;
}
.lp-list-view-compact-outer .lp_list_main_left {
width: 20%;
float: left;
}
.lp-list-view-compact-outer .lp_list_main_right {
width: 80%;
float: left;
}
.lp-list-view-compact-outer .list_own_col_lt {
width: 92px;
height: 92px;
float: left;
overflow: hidden;
}
.lp-list-view-compact-outer {
margin-bottom: 18px !important;
padding-bottom: 18px;
border-bottom: 1px solid #dedede;
padding-left: 0;
margin-left: 15px;
width: calc(100% - 30px);
}
.lp-list-view-compact-outer .list_own_col_gt {
min-width: 83%;
max-width: 83%;
float: left;
padding-left: 20px;
}
.lp-list-view-compact-outer .lp_list_title a {
font-size: 18px;
font-weight: 400;
color: #151515;
text-transform: capitalize;
}
.lp-list-view-compact-outer .lp_list_address {
font-weight: normal;
color: #797979;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 0;
}
.lp-list-view-compact-outer .lp_list_call a,
.lp_list_map a {
color: #ff595f;
font-size: 14px;
float: left;
}
.lp-list-view-compact-outer .lp_list_call .fa,
.lp-list-view-compact-outer .lp_list_map .fa {
margin-right: 5px;
}
.lp-list-view-compact-outer .lp_list_call,
.lp_list_map {
margin-top: 5px;
float: left;
margin-bottom: 0;
}
.lp-list-view-compact-outer .lp_list_call {
margin-right: 30px;
}
.lp-list-view-compact-outer .lp_list_rating {
position: absolute;
top: 0;
right: 0;
}
.lp-list-view-compact-outer .lp_list_no_review {
position: absolute;
top: 0;
right: 0;
color: #afafaf !important;
border: solid 1px #dedede;
line-height: 20px;
display: inline-block;
transition: all 0.20s ease-in-out;
font-size: 13px;
border-radius: 3px;
min-width: 137px;
text-align: center;
}
.lp-list-view-compact-outer .lp-list-rateing-good {
background-color: #73cf42;
border-radius: 5px;
color: #fff;
display: inline-block;
font-weight: 700;
line-height: 19px;
margin-right: 5px;
padding: 3px 6px;
}
.lp-list-view-compact-outer .lp_compact_list_ad {
background-color: transparent;
border: 1px solid #ebac2c;
border-radius: 5px;
color: #ebac2c;
font-weight: 600;
font-size: 12px !important;
line-height: 18px;
margin-right: 5px;
padding: 1px 4px;
display: none;
}
.promoted-listings .lp-list-view-compact-outer .lp_compact_list_ad {
display: inline-block;
}
.lp-list-view-compact-outer .lp_list_compact_claim {
background-color: #ff595f;
position: relative;
border-radius: 50%;
width: 15px;
height: 15px;
text-align: center;
margin-top: -1321321550px !important;
padding: 0 !important;
top: 7px;
left: 5px;
line-height: 11px;
}
.lp-list-view-compact-outer .lp_list_compact_claim i {
font-size: 10px;
color: #fff;
}
.lp-list-view-compact-outer [data-tooltip].simptip-position-top:after {
background-color: #ff595f !important;
}
.lp-list-view-compact-outer [data-tooltip].simptip-position-top:before {
border-top-color: #ff595f !important;
}
.map-post .map-post-thumb img {
min-width: 100%;
}
.map-post .map-post-thumb {
border-top-left-radius: 5px !important;
border-top-right-radius: 5px !important;
} #app-view-login-popup .login-form-pop-tabs ul li {
float: left;
display: inline-flex;
}
#app-view-login-popup .login-form-pop-tabs a {
color: #fff;
font-size: 15px;
padding: 15px;
}
.login-form-pop-tabs .active {
background: #fff;
color: #333 !important;
}
@media screen and (max-width: 580px) and (min-width: 320px) {
.col-md-12.lp-additional-appview-filter-new .lp_all_page_overflow .lp-more-filters-outer {
width: 100%;
}
}
.widget-box .open-hours {
margin-bottom: 30px;
} .lp-container-center {
width: 675px;
margin: 0 auto;
margin-top: 20px;
padding-bottom: 70px !important;
}
.lp-dashboard-left-label {
margin: 0 !important;
line-height: 46px !important;
text-transform: capitalize !important;
color: #000000 !important;
font-size: 14px !important;
font-weight: 700 !important;
}
.lp-dashboard-text-field {
height: 46px !important;
width: 100%;
line-height: 46px !important;
border: 1px solid #dedede !important;
padding: 6px 12px;
border-radius: 5px;
color: #818181 !important;
}
.lp-dashboard-des-field {
border: 1px solid #dedede !important;
color: #818181 !important;
height: 57px !important;
}
.lp-dashboard-text-field::placeholder {
color: #818181 !important;
opacity: 1; }
.lp-dashboard-text-field:-ms-input-placeholder { color: #818181 !important;
}
.lp-dashboard-text-field::-ms-input-placeholder { color: #818181 !important;
}
.lp-dashboard-des-field::-webkit-input-placeholder {
color: #818181 !important;
}
.lp-dashboard-des-field:-moz-placeholder { color: #818181 !important;
}
.lp-dashboard-des-field::-moz-placeholder { color: #818181 !important;
}
.lp-dashboard-des-field:-ms-input-placeholder {
color: #fff;
}
.lp-dashboard-select-box {
border: 1px solid #dedede !important;
color: #818181 !important;
line-height: 46px !important;
height: 46px !important;
}
.lp-dashboard-top-label {
text-transform: capitalize !important;
color: #000000 !important;
font-size: 14px !important;
font-weight: 700 !important;
margin-bottom: 10px !important;
}
.lp-view-larg-btn {
float: right;
margin-bottom: 0 !important;
}
.lp-view-all-btn,
.lp-view-larg-btn {
font-size: 14px;
color: #9b9b9b;
margin-bottom: 20px;
display: inline-block;
font-weight: 400 !important;
}
.lp-view-all-btn:hover,
.lp-view-all-btn:focus,
.lp-view-larg-btn:hover,
.lp-view-larg-btn:focus {
color: #9b9b9b;
}
.lp-view-all-btn .fa {
color: #818181;
margin-right: 4px;
}
.lp-save-btn-container {
position: fixed;
bottom: 0;
z-index: 9999;
left: 0;
padding: 10px 15px;
border-radius: 0;
border: 0;
border-top: 1px solid #dedede;
transition: all .4s ease 0s;
margin-bottom: 0 !important;
}
#wrapper .lp-save-btn-container {
width: calc(100% - 70px);
margin-left: 70px;
}
#wrapper.active .lp-save-btn-container {
width: calc(100% - 240px);
margin-left: 240px;
}
.lp-dashboard-new #page-content-wrapper {}
.lp-margin-right-10 {
margin-right: 10px !important;
}
.lp-unsaved-btn {
font-size: 14px;
color: #9b9b9b;
display: inline-block;
font-weight: 400 !important;
line-height: 35px;
font-weight: 400 !important;
display: none;
}
.lp-unsaved-btn:hover,
.lp-unsaved-btn:focus {
color: #9b9b9b;
}
.lp-review-sorting {
overflow: visible;
}
.margin-top-30 {
margin-top: 50px !Important;
}
.lp-all-post-center-container {
width: 830px !important;
margin: 0 auto !important;
float: none !important;
}
.lp-dashboard-right-sidebar {
width: 312px !important;
}
.lp-dashboard-container-left {
width: 61%;
margin: 0 60px;
float: left;
}
#lp-menus .lp-dashboard-tabs.lp-left-panel-height-outer {
padding: 0;
}
.lp-dashboard-container-left .panel-body {
padding: 0;
}
.lp-listing-selecter-drop .select2-container .select2-selection--single {
color: #b1b7be !important;
line-height: 46px !important;
height: 46px !important;
font-size: 13px
}
.lp-listing-selecter-drop .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 46px !important;
height: 46px !important;
}
.margin-top-0 {
margin-top: 0 !important;
}
.lp-menu-panel-body-outer .lp-menu-close-outer {
border: 0 !important;
margin-bottom: 14px;
}
.lp-menu-panel-body-outer .lp-menu-close-outer:last-child {
margin-bottom: 4px;
}
.lp-menu-panel-body-outer {
border: 0 !important;
}
.lp-menu-panel-body-outer .lp-menu-closed .row div {
line-height: 24px;
color: #333;
}
.lp-menu-panel-body-outer .lp-menu-closed .row div span {
color: #8a8a8a;
}
.lp-label-menu-group {
color: #9b9b9b;
font-size: 12px;
margin-bottom: 10px;
}
.active-update-formm .lp-menu-form-inner {
box-shadow: none;
border: 1px solid #dedede;
}
.lp-menu-panel-body-outer .active-update-formm {
border: 1px solid #dedede;
border-top: 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.lp-save-btn-container #ad-announcement-btn {
background-color: #73d500 !important;
color: #fff !important;
}
.lp-save-btn-container .form-group,
.lp-coupon-box-row .form-group {
margin-bottom: 0 !important;
}
.lp-dashboard-top-label span {
color: red;
}
.lp-dashboard-switcher h5 {
font-size: 12px;
font-weight: 400;
color: #000;
width: 250px;
}
.lp-dashboard-switcher .switch {
float: left;
margin-right: 10px;
}
.lp-dashboard-switcher {
display: inline-block;
overflow: hidden;
width: 250px;
padding: 15px;
padding-bottom: 0;
padding-top: 10px;
}
.lp-dashboard-top-label .fa {
margin-left: 5px;
color: #818181;
}
.lp-dashboard-event-tick-btn .fa {
font-size: 30px;
color: blue;
line-height: 46px;
}
.event-tickets-list-dash li strong {
color: #000;
margin-right: 10px;
}
.event-tickets-list-dash li .fa {
float: right;
width: 20px;
height: 20px;
line-height: 20px;
background-color: #df9a93;
text-align: center;
border-radius: 100%;
color: #fff;
font-size: 12px;
margin-top: -1px;
}
.event-tickets-list-dash li {
border-bottom: 3px solid #fafafa;
padding-bottom: 25px;
margin-bottom: 25px;
color: #000;
}
.event-tickets-list-dash li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
#lp-all-menus .lp-listing-outer-container {
padding-left: 20px;
padding-right: 15px;
}
#lp-all-menus .lp-announcement-title a {
margin-top: 8px;
color: #035ea1;
margin-bottom: 0;
font-size: 15px;
font-weight: 700;
line-height: 39px;
}
#lp-all-menus .lp-announcement-title a:hover {
color: #035ea1;
text-decoration: underline;
}
.lp-all-menu-btns a {
font-size: 12px;
text-transform: uppercase;
color: #4a5b6d;
margin-right: 10px;
line-height: 32px;
display: inline;
}
.lp-all-menu-btns a:first-child {
border-right: 1px solid #4a5b6d;
padding-right: 10px;
}
.lp-all-menu-btns h5 {
margin-bottom: 0;
line-height: 32px;
}
.lp-ads-form-container {
width: 1005px;
margin: 0 auto;
float: none;
margin-top: 30px;
}
.lp-compaignForm-leftside {
width: 674px;
}
.lp-compaignForm-righside {
width: 300px;
}
.lp-ads-form-container .lp-review-sorting {
padding-right: 0;
}
.lp-ads-form-container .lp-review-sorting h5 {
font-weight: 600 !important;
}
.lp_payment_methods_ads .lp-dashboard-top-label.margin-bottom-0 {
margin-bottom: 0 !important;
}
.lp-ad-location-image-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(65, 88, 105, .9);
}
.lp-ad-location-image-overlay .fa {
color: #fff;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
}
#lp-menus .lp-right-panel-height.lp-right-panel-height-outer {
position: relative;
padding-bottom: 40px;
}
.lp-dashboard-menu-container {
width: 1005px !important;
margin: 0 auto;
float: none !important;
} .lp-add-announcement-form #announcements-listing {
height: 46px;
}
.events-map-wrap .lp-coordinates {
top: 2px !important
}
#login-style2-page-wrap #app-view-login-popup {
position: static !important;
}
#login-style2-page-wrap #app-view-login-popup a.md-close {
display: none;
}
.loop-grid-style3,
.margin-bottom-class {
margin-bottom: 20px;
}
.col-md-5.lp-list-form-outer-postion:after {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 100%;
height: 65px;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%);
}
.lp_hori_view_plan_left_section .lp-listprc li:last-child {
margin-bottom: 60px;
}
.lp-claim-cuccess-return {
padding: 10px 20px;
background: #35ad46;
color: #fff;
border-radius: 5px;
position: relative;
float: left;
width: 80%;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 20px;
font-size: 16px;
margin-top: 20px;
}
.lp-claim-cuccess-return:hover {
color: #fff;
}
.text-center.lp-claim-cuccess p {
font-size: 14px;
color: #9ea0a5;
font-weight: 300;
margin-left: 20px;
margin-right: 20px;
line-height: 23px;
}
.text-center.lp-claim-cuccess h3 {
font-size: 22px;
} .lp-form-planclaim-st .statuss {
display: none;
}
.lp-message-title.clearfix.text-right {
padding: 5px 30px;
}
#lp_inbox_search {
width: 100%;
line-height: 36px;
padding: 10px;
height: 36px;
border-radius: 5px;
text-transform: capitalize;
}
.lp-message-search-title {
padding: 8px 30px;
padding-right: 10px;
padding-left: 10px !important;
}
.lp-delte-conv:hover,
.lp-delte-conv:focus {
background-color: transparent;
border-color: transparent;
box-shadow: none;
outline: none;
}
.lp-read-message-inner.unread {
background-color: #fff !important;
}
.lp-read-messages {
border-right: 1px solid #e9ebf2;
}
.lp-field-icon {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
}
.lp-pos-relative-input {
padding-left: 30px;
}
.lp-camp-bottom-summary .graycheck,
.lp-listing-selecter .graycheck,
.lp-camp-bottom-summary .greencheck,
.lp-listing-selecter .greencheck {
MARGIN-RIGHT: 2px;
FONT-SIZE: 10PX;
}
.lp-invoices-all-stats li a.listingDtlurl {
font-size: 10px;
}
.lp-sender-info button {
background: none;
border: 0;
box-shadow: none;
font-size: 13px;
width: 100%;
margin-top: 6px;
}
.lp-read-message-inner .lp-sender-image {
width: 33px;
height: 33px;
border-radius: 100%;
display: inline-block;
line-height: 33px;
vertical-align: middle;
}
.lp-read-message-inner p span {
display: inline-block;
vertical-align: middle;
line-height: 33px;
}
.lp-read-message-inner h5 {
margin-bottom: 14px;
text-transform: capitalize;
}
.lp-ad-location-image-overlay {
opacity: 0;
visibility: hidden;
}
.lp-select-ad-place:hover .lp-ad-location-image-overlay {
opacity: 1;
visibility: visible;
}
.lp-camp-border {
margin-bottom: 0 !important;
}
.lp-dashboard-top-label .help-text,
.lp-dashboard-top-label .help-text .camp-required {
margin: 0 !important;
float: none;
}
#lp-new-ad-compaignForm .camp-required {
color: red;
}
#lp-new-ad-compaignForm .help-text {
margin: 0 !important;
float: none;
}
#lp-new-ad-compaignForm .lp-select-ad-place input[type="checkbox"]+label:before {
width: 23px;
height: 23px;
line-height: 23px;
font-size: 13px;
}
h5.lp-general-section-title {
margin: 0;
color: #8697a8;
font-size: 12px;
background: #eef2f4;
color: #8697a8;
padding: 4px 20px;
text-transform: uppercase;
line-height: 24px !important;
}
.lp-ads-placement-container {
padding-left: 5px;
padding-right: 5px;
}
.lp-ads-placement-container p {
color: #3f576e;
font-size: 11px;
margin-bottom: 0;
}
.lp-ad-all-attached-packages li span {
font-size: 12px;
color: #000;
}
.lp-ad-all-attached-packages li span .fa {
margin-left: 6px;
}
.lp-ad-all-other-info li {
font-size: 12px;
color: #3f576e;
}
.lp-ads-placement-container.padding-top-15 li {
line-height: 25px;
}
.lp-ad-all-stats.lp-ad-packages-stats h4 {
font-size: 15px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.lp-menu-panel-body-outer .lp-menu-close-outer:last-child {
margin-bottom: 14px;
}
.ordering-service-wrap ul li .fa {
font-size: 12px;
color: #aeb6be;
line-height: 20px;
}
.manange-typs-groups-tabs-content .add-new-type input[type="text"],
.manange-typs-groups-tabs-content .add-new-group input[type="text"],
.add-new-service select {
width: 196px;
}
.lp-sender-image img {
border-radius: 100%;
}
.lp-read-message-inner .lp-sender-image {
margin-right: 5px;
}
.lp-field-icon-right {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.lp-field-icon-right:hover {
cursor: pointer;
}
.lp-coupons-tab {
padding: 0 15px !important;
}
.lp-coupons-tab-nav li a {
color: #000;
FONT-SIZE: 12px;
}
.lp-coupons-tab-nav li.active a {
color: #0093ff;
}
.lp-coupons-tab-nav li:first-child {
border-right: 1px solid #000;
padding-right: 5px;
}
.lp-coupons-tab-nav li {
display: inline-block;
line-height: 10px !important;
}
.lp-read-message-inner:last-child {
border-bottom: 1px solid #e9ebf2;
}
.lp-read-messages {
border-right: 0 solid #e9ebf2;
}
.lpQest-img-outer {
display: inline-table;
vertical-align: top;
text-align: left;
max-width: 100px;
min-width: 100px;
float: left;
margin-right: 0;
}
.lpQest-outer.lpreplyQest-outer .lpQest-img-outer {
text-align: right;
float: right;
}
.lpQest-outer.lpreplyQest-outer .lpQest {
width: -webkit-calc(100% - 100px) !important;
width: -moz-calc(100% - 100px) !important;
width: calc(100% - 100px) !important;
border-radius: 35px;
border: 0;
border-top-left-radius: 35px !important;
margin-right: 0 !important;
border-top-right-radius: 0 !important;
}
.lpQest-outer .lpQest {
width: -webkit-calc(100% - 100px) !important;
width: -moz-calc(100% - 100px) !important;
width: calc(100% - 100px) !important;
border-radius: 35px;
border: 0;
}
.lp-dashboard-tabs .panel-heading .nav-tabs li a:hover,
.lp-dashboard-tabs .panel-heading .nav-tabs li a:focus {
color: #3f576e !important;
}
.lp-message-title.clearfix.text-right {
padding: 5px 5px;
}
.lp-coupon-box-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.lp-coupon-box-row .select2-container--default .select2-selection--single .select2-selection__arrow {
padding-left: 12px;
}
.lp-dashboard-select-box {
padding-left: 9px;
}
.lp-dot-extra-buttons .list-style-none.main {
right: -10% !important;
}
.lp-dot-extra-buttons .lp-user-menu:after {
right: 10px;
}
.lp-user-menu:before {
content: "";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(0, 0, 0, 0.4);
position: absolute;
top: -10px;
right: 10px;
overflow: hidden;
opacity: 0;
visibility: hidden;
}
.list-style-none.main:before {
opacity: 1;
overflow: visible;
visibility: visible;
}
.sidebar-filters-wrap .lp-tooltip-div.active {
top: 120% !important;
}
.sidebar-filters .filters-section-wrap.sort-by-section-wrap ul li {
position: relative;
}
.sidebar-filters .content-grids-wraps {
border-left: 1px solid #eee;
-webkit-box-shadow: inset 9px 0 9px -11px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 9px 0 9px -11px rgba(0, 0, 0, 0.3);
box-shadow: inset 9px 0 9px -11px rgba(0, 0, 0, 0.3);
}
.lp-sidebar-filters-style .lp-list-page-grid,
.lp-title-new-style {
border-left: 0 solid #eee;
} .sidebar-filters .content-grids-wraps::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.sidebar-filters .content-grids-wraps::-webkit-scrollbar-track {
background-color: #F5F5F5;
}
.sidebar-filters .content-grids-wraps::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.sidebar-filters .content-grids-wraps::-webkit-scrollbar-thumb {
background-color: #41a6df;
}
.sidebar-filters .content-grids-wraps {
scrollbar-color: #F5F5F5 #41a6df;
scrollbar-width: thin;
scrollbar-corner: #F5F5F5;
}
.sidebar-filters .sidebar-filters-wrap { scrollbar-width: none; -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sidebar-filters .sidebar-filters-wrap::-webkit-scrollbar { display: none;
}
.lp-grid-width3 .post-with-map-container,
.lp-grid-width3 .content-grids-wraps,
.lp-grid-width3 .sidebar-filters-wrap {
height: 100vh;
} .termloc-name,
.lp-filter-top-text h4.colorWhite strong {
color: #fff !important;
}
.lp-multi-start-wrap-edit-review {
display: block !important;
position: static;
width: auto;
padding: 0;
box-shadow: none !important;
}
.event-tickets-platforms.lp-dashboard-select-box.custom-form-control {
padding: 0 10px;
}
.lp-list-view-compact-outer .lp_list_compact_claim {
top: 2px;
}
.lp-list-view-compact-outer .lp_list_title {
margin-bottom: 8px;
}
.lp-list-view-compact-outer .lp_list_title a {
display: inline-table;
vertical-align: middle;
}
.claim_formbgimage .slick-dots {
border: 0 !important;
}
.claim_formbgimage .slick-dots li {
background-color: transparent !Important;
border: 0 !important;
}
.lp-form-planclaim-st .claim-detailstext .slick-slide h5,
.lp-form-planclaim-st .claim-detailstext .slick-slide p {
color: #fff !important;
}
.lp-form-planclaim-st .statuss.text-center {
min-height: 450px;
}
.lp-plan-paid-claim .lp-active-badge-on-plan {
display: none !important;
}
.lp-claim-plans .horizontal_view_list {
border: 1px solid #3b88dd !important;
}
.lp-claim-plans .lp-plan-paid-claim .lp_hori_view_plan_left_section .lp-listprc {
border: 0;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right {
background-color: #16a085 !important;
border: dashed 2px #fff !important;
color: #fff !important;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right .discount-bar {
cursor: pointer;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right {
width: 45%;
padding: 5px;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right i.pull-left {
margin-top: 5px;
margin-right: 0;
margin-left: 5px;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right i.pull-right {
margin-top: 2px;
margin-right: 5px;
margin-left: 0;
}
.coupons-bottom-content-wrap {
padding-top: 20px;
display: none;
}
select {
outline: none;
}
.custom-form-control {
display: block;
width: 100%;
height: 46px;
line-height: 46px;
padding: 0 12px !important;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #dce0e2;
border-radius: 4px;
box-shadow: none;
}
.listing-app-view .open-hours .today-hrs a.show-all-timings {
line-height: initial;
top: 10px;
position: absolute !important;
}
.listing-app-view2 .widget-box.clearfix {
position: relative;
}
.listing-app-view2 .toggle-all-days {
position: absolute;
right: 0;
top: 55px;
}
.listing-app-view .open-hours {
margin-bottom: 0 !important;
}
.app-view-new-gallery-title {
z-index: 99999;
}
.app-view-new-ann-dis .app-view-dis-wrap .app-view-new-dis,
.listing-app-view .listing-app-view2 .lp-listing-announcement .announcement-wrap.last p,
.app-view-news-reviews-inner p {
font-size: 14px;
}
.listing-app-view-new .app-view-new-sec .claim-area a.phone-number {
font-size: 15PX !important;
}
.listing-app-view .claimform.claimform-open .form-group {
margin-right: -15px;
margin-left: -15px;
margin-bottom: 15px;
}
.listing-app-view .lp-events-btns-outer {
border-bottom: 0 !important;
}
.listing-app-view .smenu li:last-child {
border-bottom: 1px solid #cdcdcd;
padding-bottom: 0;
}
.listing-app-view-new .lp-title2 span,
.listing-app-view-new .lp-title2 {
margin-top: 20px;
}
.lp-archive-page-border {
height: 10px;
background-color: #ececec;
width: calc(100% - -30px);
margin: 0 -15px;
margin-bottom: 20px;
}
.app-view-new-ads-slider {
margin-bottom: 20px;
}
.listing-app-view-new .lp_section_inner .lp-section-content .lp-section-title-container {
padding-bottom: 10px;
}
.listing-app-view-new .single-tabber2 {
border-top: 0;
margin-top: 20px;
margin-left: 0;
}
.lp-list-view-compact-outer .lp-grid-box-thumb img {
border-radius: 0;
min-height: 92px;
object-fit: cover;
}
.allowedListing {
font-size: inherit !important;
color: inherit !important;
display: inline-block !important;
width: 100% !important;
}
.allowedListingv8 {
color: #222 !important;
}
[data-style^="vertical_view_2"] .lp-plane-top-wrape p span,
[data-style^="vertical_view_2"] .allowedListing {
color: #fff !important;
}
[data-style^="vertical_view_2"] .lp-plane-top-wrape p span,
[data-style^="vertical_view_2"] .allowedListing {
color: #b5b5b5 !important;
}
.pricing_plans_v2 .lp-price-main .lp-title .lp-des-v2 {
font-weight: 400;
font-size: 14px;
color: #b5b5b5;
padding: 0 10px;
margin-top: 0;
line-height: 20px;
}
.per_user_per_listing_price-hv2 p:last-child {
margin-left: 5px;
}
[data-content^="Associated Plan"] {
color: #44566c;
margin: 0;
line-height: 50px;
font-size: 15px;
text-align: center;
}
.style2-popup-login .form-horizontal.margin-top-30 {
margin-top: 0 !important;
}
.style2-popup-login .login-form-popup-outer .social-login {
margin-top: 20px;
}
.margin-right-10 {
margin-right: 10px;
}
.lp-text-right {
padding-right: 70px;
}
#inbox .background-white.lpinboxrightpart {
width: 312px;
}
.lp-inbox-left-sec {
width: 294px;
}
.lpinboxmiddlepart {
width: -moz-calc(100% - 606px);
width: -webkit-calc(100% - 606px);
width: -o-calc(100% - 606px);
width: calc(100% - 606px);
}
.footer-menu ul li a {
color: #fff !important;
}
.lp-form-builder-field {
display: none;
}
.lp-form-builder-field.lp-form-builder-field-yes {
display: block !important;
}
.dashboard-upload-field .jFiler-input-choose-btn.blue {
margin-top: 106px;
position: absolute;
z-index: 3;
left: 50%;
margin-left: -45px;
}
header {
z-index: 9999;
} form #cities {
border: 0 solid;
}
.popup-inner-left-padding .lp-insert-data .lp-grid-box-description {
padding: 10px 0 0;
}
.siginupcontainer form#register .form-group p {
margin-bottom: 0;
}
.testimonial-description:after {
left: 20px;
}
.lp-blog-grid-box .lp-blog-grid-box-description .lp-blog-user-thumb {
border: 2px solid #fff;
display: inline-block;
}
.search-filters>ul>li>.lp-tooltip-div.active ul li a:hover {
box-shadow: none;
}
.lp-lead-form-st .user_text .author-social .social-icons.post-socials {
padding: 0 0 0 10px;
}
.lp-lead-form-st .user_text .author-social div.status {
float: none;
}
.lp-lead-form-st .user_text .author-social {
margin-top: 0;
}
.lp-price-main .lp-price-list .lp-listprc li span img {
margin-top: -4px;
}
.lp-no-title-subtitle {
padding-top: 0 !important;
}
.submit-img {
padding-top: 0;
}
.lp-header-middle .lp-header-user-nav .header-login-btn,
.lp-header-middle .lp-header-user-nav .lp-join-now {
display: inline-table;
vertical-align: middle;
}
.home .lp-header-search .lp-search-form-submit {
margin-left: 0;
}
.lp-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
line-height: 46px;
padding-left: 25px;
text-align: left;
}
.lp-listing .lp-listing-top .post-price-row li {
line-height: 24px;
}
.lp-activity .lp-listing-stars {
float: none !important;
}
.col-md-4 .lp-activity .lp-listing-stars {
float: right !important;
}
.lp-header-search-filters .more-filters {
line-height: 37px !important;
}
.margin-bottom-80 {
margin-bottom: 80px;
}
.lp-listing .lp-listing-top-thumb img {
object-fit: cover;
}
.lp-listing-announcement .announcement-wrap a {
line-height: 30px;
}
#input-dropdown .lp-wrap-cats>img {
margin-top: 4px;
}
.form-group.lp-location-search {
margin-left: -5px;
}
.submit_new_style .form-group label.switch {
margin-left: 5px;
}
.submit_new_style .form-group label.switch {
font-size: 15px !important;
}
.video-bottom-search-content h3 {
text-transform: capitalize;
}
.lp-menu .sub-menu .menu-item-has-children a:after {
top: 0 !important;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-radius: 0 !important;
}
.search-row #searchform .chosen-container.chosen-container-single.chosen-container-single-nosearch {
border-radius: 0 !important;
}
.lp-blog-grid-container:not(.lp-blog-grid-container-style2) .lp-blog-grid-box.col-md-12 {
min-height: 406px !important;
max-height: 406px !important;
}
footer .widget-title {
margin-bottom: 10px;
}
.lp-grid-box-description .lp-grid-desc .this {
font-size: 14px;
}
.lp-blog-grid-container-style2 .lp-blog-grid-box-thumb {
border: 1px solid #e3e3e3;
border-bottom: none;
}
.lp-blog-grid-container-style2 .lp-blog-grid-box-thumb img {
width: 100%;
height: 100%;
}
.lp-invoice-leftinfo span,
.lp-invoice-rightinfo span,
.lp-invoice-rightinfo p {
color: #8996a6;
font-size: 13px;
font-weight: 400;
}
.lp-invoice-description-title-inner h3 span {
color: #8697a8;
font-size: 13px;
font-weight: 400;
}
.lp-invoice-description-title-inner h3 {
margin-bottom: 0;
}
.lp-in-trns-id span {
color: #44566c !important;
font-size: 12px !important;
font-weight: 400 !important;
float: none !important;
}
.lp-in-trns-id p,
.lp-in-trns-id p .lp-plan-name {
color: #8996a6 !important;
font-size: 12px;
text-transform: capitalize;
margin-bottom: 0;
padding: 0;
border: 0;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right {
background-color: #16a085 !important;
border: dashed 1px #fff !important;
color: #fff !important;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right .discount-bar {
text-align: left;
padding: 5px;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right .discount-bar {
cursor: pointer;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right {
width: 31%;
padding: 0;
position: absolute;
top: 15px;
right: 20px;
z-index: 0;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right.active {
box-shadow: -3px 3px 10px -4px #00000061;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right i.pull-left {
margin-top: 5px;
margin-right: 5px;
margin-left: 5px;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-bottom-right i.pull-right {
margin-top: 2px;
margin-right: 5px;
margin-left: 0;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right .discount-bar {
font-weight: 600;
font-size: 14px;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right a.deal-button {
background: #FF8C00;
width: calc(100% - 10px);
margin: 0 5px 5px 5px;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right .flip-clock-wrapper ul {
width: 22px !important;
height: 20px !important;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right .flip-clock-wrapper .flip {
border: 1px solid #ddd;
}
.lp-listing-archive-coupon {
line-height: 18px;
text-align: justify;
margin-top: -10px !important;
font-size: 12px;
margin-bottom: 25px;
padding-left: 7px;
padding-right: 7px;
}
.coupons-bottom-content-wrap {
padding-top: 20px;
display: none;
background: #fff;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right .flip-clock-wrapper {
margin-left: -2px;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right .morelink {
display: block;
}
.lp-listing-bottom-left-full .lp-listing-bottom-right .morecontent span {
display: none;
}
.lp-invoice-rightinfo .spanblock.graycolor {
margin-top: 10px;
}
.lp-simple-ad-archive .lp-title.col-md-10.col-sm-10 {
margin-top: 30px;
margin-bottom: 30px;
}
.lp-simple-ad-archive .filter-top-section .lp-title h3,
.lp-simple-ad-archive .filter-top-section .lp-title h3 span {
color: #333 !important;
}
.listing-second-view .lp-deals-wrap .lp-deal .deal-details span.lp-deal-off,
.listing-second-view .lp-deals-wrap .lp-deal .deal-details .deal-content {
font-size: 14px;
}
.lp-cl-image-label {
display: inline-block;
width: auto !important;
}
.lp-form-planclaim-st .form-control.textarea1 {
height: 50px !important;
margin-bottom: 10px;
}
#lp-listings .lp-coupon-listing-pay-outer.pull-right {
float: right !important;
}
.lp-modal-content-image {
width: 90%;
}
.lp-modal-content-image-outer {
z-index: 9999999999;
background-color: rgba(0, 0, 0, .7);
}
.lp-modal-content-image-outer [data-dismiss^="modal"] {
color: #fff;
font-size: 16px;
position: absolute;
right: 30px;
top: 30px;
}
.lp-modal-content-image-outer [data-dismiss^="modal"]:hover {
cursor: pointer;
}
.planclaim-page-popup.single-page-popup {
min-height: auto;
}
.md-modal.planclaim-page-popup.single-page-popup.planclaim-page-popup-st,
.md-modal.planclaim-page-popup.single-page-popup.planclaim-page-popup-st .lp-plan-face {
top: 50%;
transform: translateX(-50%) translateY(-50%);
left: 50%;
height: auto;
}
.lp-claim-plan-container.active .lp-plan-front.lp-plan-face .md-close i {
display: none;
}
.lp-form-planclaim-st .form-group label span {
color: red;
}
.planclaim-page-popup .md-close i {
border-radius: 50%;
cursor: pointer;
font-size: 11px;
height: 15px;
line-height: 15px;
position: absolute;
right: -6px;
text-align: center;
top: -4px;
width: 15px;
background-color: #eff7ff !important;
color: #333 !important;
top: -4px;
}
.lp-no-title-subtitleeeeeeeee {
text-align: center;
background-image: url(//vetrinevenete.it/wp-content/themes/listingpro/assets/images/paidclaim.jpg);
background-size: cover;
line-height: 95px;
color: #fff;
font-size: 22px;
font-weight: 400;
margin-bottom: 20px;
margin-left: -40px;
width: calc(100% - -80px);
}
.lp-plan-front .padding-bottom-40 {
padding-top: 0 !important;
}
#lp-signin-on-claim {
content: "";
display: block;
width: 20px;
height: 20px;
top: 0;
margin-right: 0;
position: absolute;
left: 20px;
bottom: 1px;
-webkit-transition: all .1s ease;
-moz-transition: all .1s ease;
-o-transition: all .1s ease;
transition: all .1s ease;
border-radius: 2px;
background-color: #333;
box-shadow: none;
border: 0;
}
.checkbox .lp-signin-on-claim:before {
background-color: #fff;
border: 1px solid #e2e5ed;
}
#lp-signin-on-claim input[type=checkbox]:checked+label:after {
content: "\f00c";
font-size: 11px;
text-align: center;
line-height: 20px;
font-family: FontAwesome;
color: #7f7f7f;
background-color: transparent;
border: 1px solid #7f7f7f;
}
.lp-claim-form-check-circle-new input[type="checkbox"] {
position: absolute;
opacity: 0;
z-index: -1;
}
.lp-claim-form-check-circle-new input[type="checkbox"]+.lp-new-checkbox-style {
font-size: 12px;
color: #0095ff !important;
line-height: 20px;
display: inline-table;
}
.lp-claim-form-check-circle-new input[type="checkbox"]+.lp-new-checkbox-style:before {
font: 14pt FontAwesome;
content: '\00f096';
display: inline-block;
width: 16pt;
margin-right: 0.2em;
color: #797979;
}
.lp-claim-form-check-circle-new input[type="checkbox"]:checked+.lp-new-checkbox-style:before {
content: '\00f046';
}
.lp-claim-form-check-circle-new input[type="checkbox"]:focus+.lp-new-checkbox-style:before {
outline: 1px dotted #aaa;
}
.lp-claim-form-check-circle-new input[type="checkbox"]:disabled+.lp-new-checkbox-style {
color: #999;
}
.lp-claim-form-check-circle-new label::before {
display: none;
}
.lp-new-checkbox-style2 {
display: inline-table;
vertical-align: top;
width: calc(100% - 40px);
}
.more-filter-left-col .form-group,
.more-filter-right-col .form-group {
margin-bottom: 0 !important;
}
.more-filter-left-col #lp-find-near-me {
margin-right: 4px;
}
.lp_all_page_overflow .col-md-12>h2 {
margin: 0;
-ms-flex-negative: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
border-bottom: 1px solid #EBEBEB;
padding-top: 24px;
padding-bottom: 16px;
padding-right: 24px;
color: #222222;
font-size: 21px;
line-height: 24px;
font-weight: 600;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.lp_more_filter_data_section h3 {
font-size: 16px;
text-transform: capitalize;
font-weight: 600;
}
.lp_all_page_overflow .lp_more_filter_data_section {
padding-bottom: 0;
border-bottom: 0;
}
.lp_all_page_overflow .filter_checkbox_container {
text-transform: capitalize;
padding: 0;
line-height: 26px;
letter-spacing: 0px;
color: #424857;
opacity: 1;
font-size: 15px;
text-align: left;
}
.lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container {
padding-left: 40px;
line-height: 30px;
}
.filter_data_switch_on_off li .slider {
position: absolute;
}
.filter_data_switch_on_off li .switch {
float: right;
}
.lp_all_page_overflow .filter_checkbox_container .filter_checkbox_checkmark:after {
content: "\f00c";
font-family: FontAwesome;
font-size: 12px;
color: #fff;
margin-top: -13px;
position: relative !important;
top: -3px !important;
left: 2px;
}
.lp-filter_data_checkbox .filter_checkbox_checkmark {
left: -15px;
}
.lp-filter_data_checkbox .lp_filter_checkbox {
float: right;
}
.lp-filter_data_checkbox {
width: 100%;
}
.lp-filter_data_checkbox .filter_checkbox_container input {
position: relative;
}
.lp-filter_data_switch_on_off {
padding-bottom: 15px;
border-bottom: 1px solid #dedede;
}
.lp_extrafields_select-border {
padding-bottom: 20px !important;
border-bottom: 1px solid #dedede !important;
padding-top: 10px !important;
}
.lp_extrafields_select-border .lp_filter_checkbox li {
margin-top: 0;
}
.overlay_on_map_for_filter {
display: none !important;
}
.lp-read-message-inner.unread p,
.lp-read-message-inner.unread h5,
.lp-read-message-inner.unread p span,
.lp-read-message-inner.read p .lp-inbox-date {
color: #8697a8;
}
.lp-read-message-inner.read p,
.lp-read-message-inner.read p span {
color: #3f576e;
}
.order_food_online_container {
min-height: 40px;
overflow: hidden;
}
.order_food_online_main-header {
margin-bottom: 20px;
}
.order_food_online_main-header .lp-detail-section-title {
margin: 0 !important;
line-height: 41px;
}
span.pull-left.order_food_online_text {
font-size: 15px;
line-height: 41px;
color: #d10000;
text-transform: capitalize;
margin-right: 10px;
}
.order_food_online_img {
border-radius: 7px;
border: 1px solid #b7b7b7;
overflow: hidden;
max-height: 41px;
padding: 10px 10px;
}
.order_food_online_img a img {
margin-top: -5px;
max-width: 40px;
max-height: 25px;
margin-left: 5px;
margin-right: 5px;
}
button#lp-save-menu {
margin-bottom: 35px;
}
select.online-order-type {
margin-left: 20px !important;
margin-right: 20px !important;
width: calc(100% - 40px);
position: relative;
}
.menu_online_order_url input {
width: calc(100% - 74px);
margin-left: 20px;
margin-right: 10px;
display: inline-block;
margin-top: 15px;
}
.form-group.menu_online_order_url.with_error {
position: relative;
}
.form-group.menu_online_order_url.with_error:after {
position: absolute;
content: "Please Enter Valid URL...";
top: 1px;
left: 20px;
color: #f00;
font-size: 10px;
}
.lp-lp-more-filters-outer h3 {
line-height: 36px !important;
}
.lp_extrafields_select-border2 {
border-bottom: 1px solid #dedede !important;
padding-bottom: 10px !important;
}
.lp-plan-back .lp-new-checkbox-style2,
.claimform-box .lp-new-checkbox-style2 {
color: #6b6b6b !important;
text-transform: capitalize !important;
}
.lp-form-planclaim-st .topwrap {
position: absolute;
top: 40px;
right: 0px;
}
.lp-plan-back .lp-signin-on-claim,
.claimform-box .lp-signin-on-claim {
padding-left: 0 !important;
line-height: 20px;
}
.lp-plan-back .singincheckboxx,
.claimform-box .singincheckboxx {
min-height: auto;
line-height: 20px;
}
.dashboard-upload-field .lp-uploaded-img {
display: block;
}
.lp-menu-item-detail img {
width: 12px;
text-align: left;
margin: unset;
margin-top: 10px;
}
.lp-menu-new-price {
border: 1px solid;
border-radius: 25px;
padding: 0 17px;
line-height: 23px !important;
text-align: center;
}
.lp-listing-menuu-slider .slick-arrow:hover {
color: #fff !important;
}
.lp-pop-men-inner {
max-height: 96px;
overflow: hidden;
position: relative;
}
.lp-menu-item-detail .help-text {
display: inline-block;
float: none;
}
.lp-popular-menu-outer h6 {
margin-bottom: 16px;
margin-top: 25px;
line-height: 13px;
font-weight: 700;
text-transform: uppercase;
padding-left: 7px;
}
.lp-pop-menu-detail {
position: absolute;
left: 0;
bottom: 0;
}
.lp-pop-menu-detail span {
display: inline-block;
background-color: rgba(0, 0, 0, .5);
font-size: 14px;
color: #fff;
font-weight: 400;
width: 100%;
padding: 7px;
padding-top: 5px;
}
.lp-pop-menu-detail .lp-pop-menu-detail-pr {
display: inline-block;
float: left;
width: auto;
padding: 2px 11px;
padding-bottom: 0;
padding-left: 7px;
}
.lp-popular-menu-outer {
padding: 0 10px;
}
.lp-popular-menu-outer .col-md-4 {
padding: 0 5px;
}
.lp-coupon-outer-container .lp-listing-pay-button {
position: relative;
}
.lp-coupon-outer-container .lp-listing-pay-button:before {
content: '';
position: absolute;
left: 0;
width: 13px;
height: 13px;
border-radius: 50px;
background-color: #73d500;
top: 50%;
transform: translateY(-50%);
}
.lp-coupon-outer-container .lp-listing-pay-button.button-upcoming:before {
background-color: #ff8a00;
}
.lp-coupon-outer-container .lp-listing-pay-button.inactive:before {
background-color: #d70404;
}
.lp-display-inline {
display: inline-block;
vertical-align: middle;
}
.delete-subsc-btn {
color: #44566c;
text-transform: uppercase;
display: inline-block;
font-size: 12px;
padding: 0 25px;
border-radius: 5px;
font-weight: 500;
line-height: 36px;
background: #eef2f4;
}
.delete-subsc-btn:hover {
color: #fff;
background-color: #333;
}
.lp-plane-btn-front a {
float: none;
position: relative;
width: 100%;
}
.lp-plane-btn-front a .fa {
color: #73d500;
margin-right: 5px;
font-size: 16px;
}
.lp-plane-btn-front-inactive a .fa {
color: #d70404;
}
#lp-user-g-analytics input,
#lp-user-g-analytics button {
width: auto;
display: inline-block;
}
#lp-user-g-analytics .form-group {
margin-bottom: 0 !Important;
margin-top: -10px;
}
#lp-user-g-analytics .form-control {
height: 34px;
}
.lp-ad-all-attached-packages .fa-check-circle {
float: right;
line-height: 26px;
}
.lp-v-code {
width: auto !important;
}
.lp-listing-announcement .announcement-wrap p {
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.lp-home-banner-contianer .video-bottom-search-container .lp-search-bar .form-group.lp-location-search {
width: 33%;
float: left;
margin-right: 20px;
}
.lp-home-banner-contianer .video-bottom-search-container .lp-search-bar .form-group.pull-right {
float: left !important;
}
#listing-preview-popup .popup-inner-left-padding .lp-insert-data .lp-grid-desc-container.lp-border.clearfix {
margin-top: 10px;
}
#listing-preview-popup .popup-inner-left-padding .lp-insert-data .lp-grid-box-thumb {
border-top-left-radius: 5px;
}
#listing-preview-popup .quickmap {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.page .lp-no-title-subtitleeeeeeeee {
display: none;
}
.style2-popup-login p.status {
margin-left: 0;
}
.page .col-md-4 .lp-activity .lp-listing-stars {
float: none !important;
}
.lp-header-search .form-group .lp-search-bar-right {
height: 46px;
}
.text-center.margin-top-80.margin-bottom-80 {
display: inline-block;
width: 100%;
}
.lp-top-bar-menu ul li ul {
display: inline-block;
float: left;
margin-top: 0;
}
.view-event-attendees {
font-size: 13px;
}
.lp_popup_preview_invoice .modal-footer {
padding: 15px;
}
.lp_preview_this_invoice {
background: #eef2f4;
}
.lp_preview_this_invoice:hover {
color: #fff;
background: #333;
}
.lp-sidebar-filters-style .lp_all_page_overflow .col-md-12>h2 {
color: #aaa9a9 !important;
font-size: 15px;
-webkit-box-pack: left;
-ms-flex-pack: left;
-webkit-justify-content: left;
justify-content: left;
}
.lp-sidebar-filters-style .sidebar-filters-wrap .lp-tooltip-outer:hover .lp-tooltip-div {
z-index: 9999 !important;
}
.modal-open #app-view-login-popup {
-webkit-box-sizing: border-box !important;
-webkit-appearance: none !important;
z-index: 999999999;
}
body .container {
min-height: inherit;
}
.listing-app-view .list_view a.add-to-fav.lp-add-to-fav {
display: none;
}
.review-form .lp-review-btn {
display: inline-block;
}
.loadinerSearchblock {
display: inline-block !important;
}
@media (min-width: 1024px) {
.pricing_plans_v2:nth-child(3n+1),
.pricing_plans_v3:nth-child(3n+1),
.view_version8:nth-child(3n+1) {
clear: left
}
}
.pricing_plans_v3 .lp-hide-show-price-features {
position: static;
}
.view_version8 {
margin-bottom: 30px;
}
.pricing_plans_v3.col-md-4:first-child .lp-view-all-price-feature,
.pricing_plans_v3.col-md-4:first-child .lp-view-all-price-feature {
display: none;
}
.pricing_plans_v3.col-md-4:nth-of-type(2) .lp-view-all-price-feature,
.pricing_plans_v3.col-md-4:nth-of-type(2) .lp-view-all-price-feature {
display: inline-block;
margin-bottom: 30px;
}
.lp-topbar-menu li ul,
.lp-topbar-menu ul li ul {
display: inline-block;
float: left;
}
.lp-popular-menu-outer .col-md-4 {
padding: 5px !important;
}
#menuSpice-control {
width: 30% !important;
margin-left: 15px;
display: inline-block; }
.lp-menu-item-detail img.spice {
display: inline-block;
}
.lp-menu-item-detail .help-text {
display: block;
float: none;
width: 100% !important;
}
.lp-listing-menu-items h6 {
margin-bottom: 10px !important;
margin-top: 10px !important;
}
.lp-listing-menu-items h6:after {
height: 0 !important;
content: '';
}
.lp-dashboard-menu-container {
width: 100% !important;
}
.lp-dashboard-menu-container .lp-compaignForm-leftside {
width: calc(100% - 315px) !important;
}
@media only screen and (max-width: 1000px) {
.lp-dashboard-menu-container .lp-compaignForm-leftside {
width: 100% !important;
margin-top: 10px;
margin-bottom: 10px;
}
.lp-dashboard-menu-container .lp-compaignForm-righside {
width: 100% !important;
margin-top: 10px;
margin-bottom: 10px;
}
}
.lp-requires-filed {
color: #d10000 !important;
font-size: 14px;
margin-left: 3px;
display: inline-block;
line-height: unset;
vertical-align: middle;
}
.search-page-header .text-right .view-on-map {
display: inline-block !important;
background: transparent !important;
position: static !important;
top: 0 !important;
right: 0 !important;
overflow: auto !important;
border-radius: 0 !important;
padding: 0 !important;
bottom: 0 !important;
z-index: auto !important;
}
button.lp-view-all-btn {
margin: 0 !important;
color: #44566c !important;
background-color: #e7edf3 !important;
}
.lp-listing-menu-top {
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
}
.lp-listing-menu-top .backg_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00000055;
z-index: 9;
}
.lp-listing-menu-top .lp-listing-menu-top-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99;
}
.lp-listing-menu-top .fa {
color: #fff;
z-index: 99;
}
.order_food_online_img {
max-height: 100px !important;
padding: 5px !important;
margin-top: 3px;
}
.order_food_online_img a img {
margin-top: -3px !important;
}
.listing-second-view .widget-box.viewed-listing ul li a {
font-size: 14px;
}
.lp-plan-front .singincheckbox label {
padding-left: 0;
}
.lp-plan-front .lp-listprc li span {
width: auto;
}
.lp-plan-front .featured-plan:first-of-type {
margin-top: 8px;
}
.lp-secondary-choose.lp-claim-plan-btn.LPdisabled {
background: #bbc2d2 !important;
color: #fff !important;
cursor: not-allowed !important;
border-color: #bbc2d2 !important;
}
.lp-claim-form-check-circle-new .help-text {
margin-top: -2px;
}
.lp-claim-form-check-circle-new .help {
line-height: 20px;
display: inline-block;
vertical-align: top;
}
.lp-plan-front .awesome_plan_icon_check {
width: 0;
border-radius: 100%;
}
.lp-plan-front .awesome_plan_icon_check:before {
border-radius: 100%;
}
.lp-plan-front .lp-no-pay-per-plan {
display: none;
}
.lp-plan-front .lp-no-pay-per-plan:last-child {
display: block !Important;
}
.manange-typs-groups-tabs-content .add-new-type input[type="text"],
.manange-typs-groups-tabs-content .add-new-group input[type="text"] {
width: calc(100% - 33px);
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-item-tags {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-left: -5px;
}
.lp-listing-menu-items .lp-listing-menu-item .lp-menu-item-detail .lp-menu-item-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.lp-pop-menu-detail .lp-pop-menu-detail-pr {
float: none !important;
}
.lp-pop-menu-detail div {
background-color: rgba(0, 0, 0, .5);
font-size: 14px;
color: #fff;
font-weight: 400;
width: 100%;
padding: 7px;
padding-top: 5px;
}
.lp-pop-menu-detail {
width: 100%;
}
.order_food_online_img {
border: 0;
}
.order_food_online_img a img {
max-width: inherit;
min-width: auto;
max-height: inherit;
min-height: auto;
margin-left: 2.5px;
margin-right: 2.5px;
}
.lp-listing-menuu-wrap .lp-listing-menuu-slider .slick-arrow {
top: 45px !important;
transform: translate(0, -50%) !important;
margin-top: 0 !important;
}
.claim_file-btn-wrapper .custom-file-upload {
cursor: pointer;
color: #3e3f42;
font-size: 10px;
margin-bottom: 0;
}
.active-subscirptions-area .lp-listing-outer-container {
line-height: 35px;
}
.select_listing_for_img_menu {
padding-left: 20px !important;
padding-right: 20px !important;
width: calc(100% - 40px);
position: relative;
}
.select_listing_for_img_menu .select2.select2-container.select2-container--default.select2-container--below {
min-width: calc(100% + 40px);
max-width: calc(100% + 40px);
}
.select_listing_for_img_menu .select2.select2-container.select2-container--default {
min-width: calc(100% + 40px);
max-width: calc(100% + 40px);
}
.add-new-service_img_menu input {
width: calc(100% - 74px);
margin-left: 20px;
margin-right: 10px;
display: inline-block;
margin-top: 15px;
line-height: 30px;
cursor: pointer;
}
.add-menu_image i {
font-size: 22px;
color: #007fd4;
cursor: pointer;
margin-top: 10px;
}
.lp-blank-section.menu-lp-blank-section {
position: absolute;
top: 0;
left: 0;
}
.add-menu_image .upload-field.img-menu-upload-field {
width: calc(100% - 71px);
margin-left: 20px;
margin-right: 10px;
display: inline-block;
margin-top: 5px;
line-height: 30px;
cursor: pointer;
}
.add-menu_image .frontend-button {
z-index: -1 !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
margin: 0 !important;
}
.add-menu_image .img-menu-upload-field.upload-field[data-multiple="true"] img {
height: 40px;
margin: 0;
width: 40px;
float: none;
position: relative;
left: 0;
top: 0;
margin-left: 10px;
display: none;
margin-top: 2px;
box-shadow: none;
border: 0;
cursor: auto;
}
.add-menu_image a.jFiler-input-choose-btn {
border: 0 !important;
padding: 0;
font-family: FontAwesome;
font-size: 14px;
color: #3a3a3a;
font-weight: 500;
}
.add-menu_image a.jFiler-input-choose-btn:hover {
background: #fff;
color: #008BFF;
}
.add-menu_image .upload-field.img-menu-upload-field .clearfix {
display: none;
}
.add-menu_image a.jFiler-input-choose-btn.blue:before {
content: "\f03e";
margin-right: 5px;
}
.add-menu_image .menu-edit-img-wrap {
position: relative !important;
float: left;
display: none;
}
#add-menu-img-spinner {
display: none;
font-size: 14px;
}
.add-menu_image .menu-edit-imgs-wrap.image-menu-multiple-wrap .menu-edit-img-wrap .remove-menu-img {
top: 0;
right: 0;
line-height: 0;
width: 15px;
height: 15px;
padding: 0;
}
.add-menu_image .menu-edit-imgs-wrap.image-menu-multiple-wrap .menu-edit-img-wrap .remove-menu-img i.fa-close {
font-size: 14px;
}
.del_img_menu {
cursor: pointer;
}
p.add_img_menu_error {
display: block;
float: none;
clear: both;
padding: 0 0 0 20px;
color: #f00;
position: relative;
top: -10px;
}
.menu-add-new {
cursor: pointer;
}
.del-order-service {
cursor: pointer;
}
#lp_leadReply .pos-relative {
display: inline-block;
float: right;
margin: 20px 0;
}
#lp_leadReply .pos-relative .lpthisloading {
font-size: 12px;
position: absolute;
bottom: 0;
right: 10px;
display: none;
float: none;
line-height: 37px;
margin-left: 0;
color: #fff;
}
#lp_leadReply .pos-relative .lppRocesesp {
margin: 0;
}
.submit_new_style .form-group label small {
color: red;
}
.lp-invoices-all-stats-on-off .slider:before {
width: 13px;
height: 13px;
}
.lp-menu-form-feilds .switch {
margin-top: -3px;
}
.sidebar-filters .filters-section-wrap .currency-signs>ul>li>a {
border-radius: 5px !important;
}
.sidebar-filters .filters-section-wrap .lp-search-cats-filter-dropdown {
border: 1px solid #eaeaea;
width: calc(100% - 1px);
}
.breadcrumb-style2 .container {
z-index: 2 !important;
}
.Popular_item_container {
display: inline-block !important;
position: relative !important;
margin-left: 15px !important;
line-height: 46px;
}
.menuSpice-control_containter {
display: inline-block !important;
float: right;
width: 200px;
margin-right: 15px;
}
.lp-listing .lp-listing-top-thumb {
overflow: hidden;
}
p.lp-general-section-title {
border-radius: 0
}
.ordering-service-wrap {
background: #fff;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}
.add-menu_image a.jFiler-input-choose-btn {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: #035ea1;
}
.lp-dashboard-tabs p#reply-title {
margin: 0;
color: #8697a8;
font-size: 12px;
padding-left: 35px;
cursor: auto;
font-weight: 700;
}
.lp-listing-menu-top .lp-listing-menu-top-content {
color: #fff !important;
}
.online_ordring_list_title {
margin-top: 10px;
color: #035ea1;
margin-bottom: 0;
font-size: 15px;
text-transform: capitalize;
font-weight: 600;
}
.online_ordring_list_title:hover {
text-decoration: underline;
}
.online_order_food,
.image_menu_trigger,
.view_all_menu_trigger {
cursor: pointer;
}
button.lp-view-all-btn {
font-weight: 500 !important;
}
.ordering-service-wrap ul li a {
margin-top: 10px;
color: #035ea1;
margin-bottom: 0;
font-size: 15px;
text-transform: capitalize;
font-weight: 600;
}
.ordering-service-wrap ul li a:hover {
text-decoration: underline;
}
#lp-menus .lp-right-panel-height.lp-right-panel-height-outer {
min-height: 100vh;
}
.lp-all-menu-btns .lp-dashboard-tabs .panel-heading .nav-tabs li a {
padding-bottom: 0;
border-right: 0;
}
.lp-all-menu-btns a:first-child {
border-right: 0;
}
.form-group.add-menu_image {
width: 20%;
display: inline-block;
float: right;
}
.select_listing_for_img_menu {
padding-left: 20px !important;
padding-right: 20px !important;
width: calc(100% - 20%);
position: relative;
display: inline-block;
}
.menu_online_order_url input {
margin-top: 0;
margin-left: 0;
height: 46px;
}
.form-group.menu_online_order_url {
width: 55%;
display: inline-block;
float: right;
}
select.online-order-type {
margin-left: 20px !important;
margin-right: 20px !important;
width: 40%;
position: relative;
display: inline-block;
height: 46px;
}
p.add_img_menu_error {
font-size: 12px;
}
.app-view-filters2 .modal-title {
font-size: 18px;
font-weight: 400;
color: #222222;
}
.app-view-filters.app-view-filters2 .modal-header {
border-bottom: 0 solid #e5e5e5;
z-index: 9999;
background-color: #ececec;
border-radius: 0;
width: 100%;
}
.listing-app-view .app-view-filters.app-view-filters2 .modal-body {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
.listing-app-view .app-view-filters.app-view-filters2 .currency-signs>ul>li>a {
background-color: #fff;
color: #222;
}
.listing-app-view .app-view-filters.app-view-filters2 .currency-signs>ul>li>a.active,
.listing-app-view .app-view-filters.app-view-filters2 .search-filters>ul>li>a.active {
background-color: #fff;
border-color: #8a6aeb !important;
color: #8a6aeb !important;
border-right: 1px solid #8a6aeb;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp-border-bottom.padding-top-5.padding-bottom-10 {
padding-bottom: 20px;
border-bottom: 12px solid #e3e3e3;
padding-left: 20px;
padding-right: 20px !important;
}
.listing-app-view .app-view-filters.app-view-filters2 .slider:before {
background-color: #8a6aeb;
}
.listing-app-view .app-view-filters.app-view-filters2 .slider {
background-color: #e2e2e2;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp-filter-wrap-app span {
color: #222;
line-height: 30px;
}
.listing-app-view .app-view-filters.app-view-filters2 .app-view-filters p {
font-size: 14px;
color: #222;
}
.listing-app-view .app-view-filters.app-view-filters2 .input-group-addon i {
color: #8a6aeb !important;
}
.listing-app-view .app-view-filters.app-view-filters2 .close {
border-color: #8a6aeb !important;
color: #8a6aeb;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp-filter-wrap-app {
padding: 20px 20px;
padding-bottom: 15px;
}
.listing-app-view .app-view-filters.app-view-filters2 .form-group.padding-bottom-10.padding-top-10.pull-right.margin-right-0.clearfix,
.listing-app-view .app-view-filters.app-view-filters2 .form-inline.lp-features-filter tags-area {
padding-left: 20px;
padding-right: 20px !important;
}
.listing-app-view .app-view-filters.app-view-filters2 .form-group.padding-bottom-10.padding-top-10.pull-right.margin-right-0.clearfix {
border-top: 11px solid #dedede;
border-bottom: 12px solid #dedede;
padding-bottom: 20px;
margin-bottom: 8px;
padding-top: 15px !important;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp-additional-appview-filter-new h3 {
padding-left: 20px;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp-additional-appview-filter-new>h3 {
margin-bottom: 20px;
font-size: 16px;
color: #222;
font-weight: 400;
}
.listing-app-view .app-view-filters.app-view-filters2 p {
margin-bottom: 10px;
font-size: 15px;
}
.listing-app-view .app-view-filters.app-view-filters2 .modal-dialog {
position: absolute;
top: 0 !important;
transform: translate(0, 0) !important;
-ms-transform: translate(0, 0) !important;
-webkit-transform: translate(0, 0) !important;
margin: auto 0%;
width: 100%;
height: 100vh;
border-radius: 0;
}
.listing-app-view .app-view-filters.app-view-filters2 {
z-index: 9999999;
}
.listing-app-view .app-view-filters.app-view-filters2 .search-row .form-inline.tags-area {
padding: 0 20px !important;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .col-md-12>h2,
.listing-app-view .app-view-filters .lp_all_page_overflow .col-md-12>h2 {
padding-top: 10px;
font-size: 16px;
color: #222;
font-weight: 400;
text-transform: uppercase;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow {
padding-left: 20px !important;
padding-right: 20px !important;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .col-md-12 {
padding: 0;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .filter_checkbox_container {
padding-left: 0 !important;
font-size: 14px;
font-weight: 400;
color: #222;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container {
padding-left: 40px !important;
font-size: 14px;
font-weight: 400;
color: #7f7f7f;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow,
.listing-app-view .app-view-filters .lp_all_page_overflow {
width: 100%;
border: 0;
}
.listing-app-view .app-view-filters .lp_all_page_overflow,
.listing-app-view .app-view-filters .lp_all_page_overflow .col-md-12 {
padding: 0;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_more_filter_data_section h3 {
padding-left: 0 !important;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .lp_extrafields_select-border2 h3,
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .lp_extrafields_select-border2 .lp-more-filters-outer {
margin-bottom: 10px;
font-size: 16px;
color: #222;
font-weight: 400;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp_all_page_overflow .lp_extrafields_select-border2 {
padding-bottom: 12px !important;
padding-top: 10px;
}
.listing-app-view .app-view-filters.app-view-filters2 .filter_data_switch_on_off.lp-filter_data_switch_on_off h3 {
margin-top: 0;
}
.listing-app-view .app-view-filters.app-view-filters2 .modal-content {
border-radius: 0;
box-shadow: none;
border: 0;
}
.listing-app-view .app-view-filters #searchform .tags-area.form-inline ul li .checkbox label {
font-weight: 400;
color: #7f7f7f;
padding-left: 40px;
}
.listing-app-view .app-view-filters #searchform .tags-area.form-inline ul li .checkbox label::before {
background-color: #fff;
border: 1px solid #dedede;
width: 25px;
height: 25px;
line-height: 25px;
}
.listing-app-view .app-view-filters.app-view-filters2 .modal-footer {
width: 100%;
}
.listing-app-view .app-view-filters.app-view-filters2 .lp-features-filter ul>li {
width: 50% !important;
margin: 0 !important;
padding: 5px 0 !important;
border-top: 0 solid #e3e3e3 !important;
}
.listing-app-view .app-view-filters .filter_checkbox_container {
text-transform: capitalize;
color: #333;
line-height: 26px;
font-weight: 400;
font-size: 14px;
}
.lp-header-search-filters .header-more-filters .outer_all_page_overflow .lp-features-filter {
padding: 0 !important;
;
}
.listing-app-view .app-view-filters .lp-features-filter strong {
display: none;
}
.listing-app-view .app-view-filters .modal-body>h3 {
display: none;
}
.listing-app-view .app-view-filters .lp_extrafields_select-border2 .lp-more-filters-outer h3 {
text-transform: capitalize;
color: #333;
font-weight: 400;
font-size: 14px;
}
.lp-right-static {
width: 315px;
padding: 0;
}
.lp-left-static {
width: calc(100% - 315px);
}
.login-form-popup.lp-border-radius-8 .status {
width: calc(100% + 30px);
}
.page-style2-content-wrap .featuresDataContainer .col-md-3.col-sm-3.col-xs-6.form-group label {
width: auto;
}
.submit_new_style #features-by-cat {
margin-bottom: 10px;
padding-bottom: 25px;
margin-top: 15px;
}
.submit_new_style #features-by-cat .form-group .checkbox label,
.submit_new_style #features-by-cat .col-md-3.col-sm-3.col-xs-6.form-group label {
font-size: 13px !important;
}
.submit_new_style #features-by-cat .form-group label {
margin-right: 10px;
font-size: 15px !important;
}
.lp-archive-banner .lp-header-search.archive-search .lp-search-bar .select2-container .select2-selection--single {
padding-left: 90px;
text-align: left;
}
.header-more-filters .outer_all_page_overflow {
display: block !important;
padding-top: 0;
-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.16);
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.16);
}
.header-more-filters .lp_all_page_overflow {
width: 100%;
text-align: left;
border: 0;
height: 100%;
overflow-y: auto;
border-radius: 0;
margin-top: 0;
}
.header-more-filters .lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container {
padding-left: 40px;
}
.header-more-filters .outer_all_page_overflow {
width: 100%;
}
.code-overlay {
z-index: 99999 !important;
}
.lp-bottom-left-full-outer .lp-listing-announcements {
z-index: 999999 !important;
top: 10% !important;
}
.sidebar-filters .outer_all_page_overflow {
background: #fff;
}
.near-me-btn-style-3 {
border-color: #eaeaea !important;
}
.near-me-btn-style-3:hover {
color: #333 !important;
}
.lp-compact-view-outer {
border: 1px solid #dedede;
padding: 15px 0;
margin: 0 15px;
}
.page-container.listing-simple .lp-compact-view-outer {
margin: 0 0;
}
.listing-with-header-filters-wrap .list_view.lp-grid-box-contianer .lp-grid-box .lp-grid-box-bottom {
bottom: -5px;
right: 8px;
width: calc(100% - 260px) !important;
}
.listing-style4 .listing-with-header-filters-wrap .list_view .lp-grid-box-thumb-container {
width: 34% !important;
}
.lp-list-view-compact-outer .li-listing-clock-outer {
position: absolute;
right: 5px;
}
.listing-app-view .planclaim-page-popup .lp-secondary-btn {
width: 300px !important
}
.listing-app-view .lp-claim-plans .lp-list-form-outer-postion {
padding-bottom: 0;
padding-top: 0;
margin-bottom: 0;
}
.listing-app-view .lp-claim-plans .lp_hori_view_plan_left_section .lp-listprc {
height: 200px;
}
.listing-app-view .lp-claim-form-check-circle {
margin-top: 0;
padding-top: 0;
}
.lp-listing-menu-item-outer .lp-listing-menu-item :last-child {
border-bottom: solid 0;
margin-bottom: 0;
padding-bottom: 0;
}
.listing-page-sidebar .lp-widget-inner-wrap {
margin-top: 0 !important;
}
.listing-page-sidebar .lp-widget .lp-listing-price-range {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.single-listing .lp-event-grid-new .lp-event-venue li {
line-height: 20px;
padding: 0 !important;
}
.lp-event-grid-new .lp-event-venue li {
line-height: 25px;
padding: 0 !important;
}
.lp-event-detail-end-time-outer {
background-color: #fff !important;
padding-top: 0 !important;
}
.listing-app-view-new.app-view-home .lp-menu-bar {
background: transparent !important;
margin-bottom: 0;
padding-bottom: 0;
}
.listing-app-view2 .lp-listing-bottom-right {
position: relative;
overflow: hidden;
}
.listing-app-view2 .discount-bar {
color: #fff;
padding: 5px 13px;
cursor: pointer;
font-size: 14px;
}
.listing-app-view2 .discount-bar .fa {
line-height: 23px;
}
.listing-app-view2 .coupons-bottom-content-wrap {
text-align: center;
}
.listing-app-view2 .lp-listing-bottom-right.active {
box-shadow: -3px 3px 10px -4px #00000061;
}
.listing-app-view2 .lp-listing-bottom-right {
background-color: #16a085 !important;
border: dashed 1px #fff !important;
color: #fff !important;
margin-bottom: 10px;
}
.listing-app-view2 .coupons-bottom-content-wrap {
padding-top: 30px;
}
.listing-app-view2 .lp-listing-bottom-right .flip-clock-wrapper ul li a div div.inn {
line-height: 30px;
font-size: 18px;
}
.listing-app-view2 .lp-listing-bottom-right .flip-clock-wrapper ul {
width: 30px;
height: 30px;
}
.listing-app-view2 .lp-listing-bottom-right .flip-clock-wrapper ul li,
.listing-app-view2 .lp-listing-bottom-right .flip-clock-wrapper ul li a,
.listing-app-view2 .lp-listing-bottom-right .flip-clock-divider {
line-height: 17px;
height: 30px;
}
.listing-app-view2 .archive-countdown-wrap {
margin-bottom: 10px;
}
#lp-new-ad-compaignForm .lp-select-ad-place input[type="checkbox"] {
z-index: 0 !important;
}
div#ad_preview:before {
content: '';
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: #00000055;
z-index: 0;
}
.lp-fields-sroter-lead-sorter li {
margin-bottom: 15px;
}
#lp-leadform .lp-dashboard-tabs.lp-left-static {
padding-left: 15px;
}
.lp-join-now-v2 .lp-user-menu.list-style-none {
top: 33px;
padding-top: 10px;
}
.lp-join-now-v2 .lp-user-menu:after {
top: 0;
}
.lp-header-middle .lp-header-user-nav .lp-join-now-v2.after-login .juname {
line-height: 18px;
}
.rightside-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .4);
}
.lp-listings .listing-slider .lp-new-grid-bottom-button {
display: none;
}
.lp-listings .listing-slider .clearfix.slick-slide.slick-cloned,
.lp-listings .listing-slider .clearfix.slick-slide.slick-active,
.lp-listings .listing-slider .clearfix.slick-slide {
display: none !important;
}
.elementor-icon-box-title span {
font-family: Poppins;
font-size: 30px;
font-weight: 400;
color: #333;
line-height: 30px;
display: inline-block;
margin-top: 14px;
}
.elementor-inner:first-child .elementor-icon-box-wrapper {
margin-bottom: 50px;
margin-top: 50px;
}
.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
color: #797979;
font-family: "Roboto", Sans-serif;
font-weight: 400;
font-size: 16px;
}
.lp-grid-width3 .lp-grid-box-contianer .lp-grid-box-thumb .lp-grid-box-thumb-container img,
.lp-grid-width3 .grid_view6 .lp-grid-box-thumb img,
.lp-grid-width3 .grid_view2 .lp-grid-box-thumb img {
width: 100% !important;
max-width: 100% !important;
}
.lp-grid-width3 .grid_view_s3 .lp-grid-box-description {
min-height: 122px;
}
.lp-grid-width3 .lp-listing .lp-listing-bottom {
min-height: 152px !important;
}
.listing-app-view .lp-booking-section,
.lp-booking-form-container {
width: calc(100% - 30px);
margin-left: 15px;
margin-top: 30px;
}
.lp-booking-bar,
.lp-booking-bar-login {
width: calc(100% - 30px);
margin-left: 15px;
margin-top: 30px;
}
.dashboard-content .lp-notifaction-area {
z-index: 9999999;
}
.app-view-new-gallery-title .slick-list,
.app-view-new-gallery-title .slick-list .slick-slide {
min-height: 150px;
}
.form-group.datetimepicker2,
.form-group.datetimepicker1 {
position: static !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
z-index: 99999 !important;
display: block !important;
}
.widget-social-icons .social-icon {
float: left;
}
.widget-social-icons #lp-respo-direc {
float: left;
width: calc(100% - 40px);
}
.lp-right-15 {
right: 15px;
}
.get-directions {
z-index: 99;
} .grid_view6 .lp-grid-box-thumb .lp-nearest-distance {
position: absolute;
top: 17px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
background: #42a7df;
width: 71px;
color: #fff;
line-height: 26px;
border-radius: 3px;
}
.grid-style-container .lp-listing-top .lp-nearest-distance,
.list-style-cotainer .lp-listing-top .lp-nearest-distance {
position: absolute;
top: 12px;
right: 15px;
text-align: center;
background: #42a7df;
width: 71px;
color: #fff;
line-height: 26px;
border-radius: 3px;
}
.lp_show_hide_plans.active::before {
background-color: #cfcfcf !important;
}
.lp_button_switcher a.lp_show_hide_plans.active::after {
border: 2px solid #cfcfcf !important;
color: #cfcfcf !important;
}
.lp-grid-box {
border-radius: 7px;
}
.select2-container--default .select2-selection--multiple {
border-color: #dce0e2;
}
.app-view-filters#app-view-archive-login-popup {
z-index: 99999;
}
.tab-pane.lpreviews .review-img-slider.slick-initialized .galImgFull {
min-width: 184px;
}
.lp-deal .deal-thumb {
min-height: 260px;
}
.map-banner-search-container .lp-search-bar {
padding-bottom: 0 !important;
}
.lp-grid-box-contianer.grid_view6.grid_view_s5.card1.lp-grid-box-contianer1.listing-grid-view2-outer {
min-height: 444px;
}
.lp-header {
display: block !important;
float: none !important;
clear: both !important;
}
.lp-header:before,
.lp-header:after {
content: '';
display: block !important;
float: none !important;
clear: both !important;
}
.home #searchlocation {
width: 100% !important;
padding-left: 80px;
border-radius: 0 4px 4px 0;
box-shadow: 0 2px 7px rgba(0, 0, 0, .12);
padding-top: 0px;
border: none;
} .pin:hover {
background: #688bf7;
}
.lpmap-icon-shape.cardHighlight {
background-color: #ff0000 !important;
} .lp-tooltip-div {
border: unset;
border-radius: 6px;
margin-top: 5px;
}
.lp-tooltip-div ul {
display: flex;
flex-direction: column;
min-width: 130px;
}
.lp-tooltip-div ul li a {
text-align: left;
border: unset;
padding: 6px 10px;
border-radius: 7px !important;
background: transparent;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer {
width: auto;
}
.lp-tool-tip-content p {
padding: 8px;
border-radius: 5px;
}
.lp-tooltip-outer .lp-tool-tip-content .sortbyrated-outer ul li a {
text-align: left;
border: unset;
border-radius: 7px !important;
background: transparent;
display: block;
float: inherit;
min-width: 150px;
padding: 14px 10px;
margin: 0;
}
.post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop {
width: 122%;
border: unset !important;
text-align: left;
border: unset !important;
-moz-box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
-webkit-box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
box-shadow: rgba(0, 0, 0, .15) 0 0 10px 0;
border-radius: 6px;
margin-top: 5px !important;
}
.post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop .chosen-results::-webkit-scrollbar {
width: 5px;
border-radius: 5px;
} .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop .chosen-results::-webkit-scrollbar-track {
background: transparent;
} .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop .chosen-results::-webkit-scrollbar-thumb {
background: #808080c7;
border-radius: 5px;
} .post-with-map-container-right #searchform .chosen-container.chosen-with-drop .chosen-drop .chosen-results::-webkit-scrollbar-thumb:hover {
opacity: 0.8;
}
.chosen-container .chosen-results {
padding: 5px 0 !important;
}
.lp-header-search-filters .header-more-filters,
.page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow {
width: 100% !important;
padding-top: 4px;
overflow-y: auto;
overflow-x: hidden;
min-height: 100%;
background: #ffffff00 !important;
border: unset !important;
opacity: 1;
top: 0;
z-index: 99999;
top: 0;
display: block !important;
transition: 0.5s;
position: fixed !important;
transform: translatex(-300px);
visibility: hidden;
height: 0;
}
.lp-header-search-filters .header-more-filters {
box-shadow: unset !important;
}
.header-more-filters .lp_all_page_overflow h2 {
font-size: 20px;
text-align: left;
letter-spacing: 0px;
color: #484F5F;
opacity: 1;
margin: 0;
}
.header-more-filters .outer_all_page_overflow {
background-color: transparent !important;
overflow: hidden;
}
.lp-header-search-filters .header-more-filters.hide-filters,
.page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow.hide-filters {
transform: translatex(0);
visibility: visible;
height: 100%;
}
.header-more-filters .lp_all_page_overflow,
.page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow .lp_all_page_overflow {
width: 300px !important;
border: unset;
height: 100%;
margin: 0;
padding: 30px 40px;
box-shadow: 0px 12px 26px #4F568580;
}
.lp-filter_data_switch_on_off,
.lp_all_page_overflow .lp_more_filter_data_section,
.lp-filter_data_switch_on_off,
.lp_all_page_overflow .col-md-12>h2 {
border: unset !important;
padding: 15px 0 0 0 !important;
}
.lp-header-search-filters .lp_all_page_overflow_after,
.page-container:not(.lp-sidebar-filters-style) .lp_all_page_overflow_after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 300px;
right: 0;
bottom: 0;
}
.page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow .lp_all_page_overflow h2 {
font-size: 20px;
text-align: left;
letter-spacing: 0px;
color: #484F5F;
opacity: 1;
margin: 0;
}
.lp_extrafields_select-border2 .lp-more-filters-outer ul {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.lp_all_page_overflow .lp_extrafields_select-border2 .filter_checkbox_container {
padding-left: 40px;
line-height: 30px;
text-align: left;
font-size: 14px;
letter-spacing: 0px;
color: #424857;
opacity: 0.8;
}
@media(max-width:980px) {
header {
z-index: 5;
}
.lp-header-search-filters .header-more-filters,
.page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow {
padding-top: 0 !important;
}
.page-container:not(.lp-sidebar-filters-style) .lp_all_page_overflow_after {
z-index: -1;
}
.header-more-filters .lp_all_page_overflow,
.page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow .lp_all_page_overflow {
height: 100%;
padding: 24px;
border-radius: 0 !important;
margin: 0;
}
.lp-header-search-filters .header-more-filters.hide-filters,
.page-container:not(.lp-sidebar-filters-style) .outer_all_page_overflow.hide-filters {
margin: 0 !important;
z-index: 999999999;
}
.header-more-filters .lp_all_page_overflow {
padding-top: 16px !important;
}
.lp-header-search-filters .header-more-filters {
width: calc(100% - 0px) !important;
}
} .classic-search #input-dropdown {
display: none;
}
.classic-search #input-dropdown.active {
display: block !important;
overflow-y: hidden;
outline: none;
cursor: -webkit-grab;
}
.classic-search .what-placeholder .down-search-q.active {
transform: rotate(180deg) translatey(4px);
}
.banner-view-top-classic .nicescroll-rails {
border-radius: 0 30px 27px 0;
overflow: hidden;
}
.lp-header-style-classic .nicescroll-rails {
border-radius: 0 30px 27px 0;
overflow: hidden;
} .classic-view-grid-container {
margin-bottom: 20px;
padding: 5px;
border-radius: 5px;
background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 12px 26px #4F56850A;
opacity: 1;
transition: 0.3s ease-in-out;
min-height: 370px;
}
.classic-view-grid-container:hover {
background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 12px 26px #4F56852F;
}
.classic-view-grid-thumbnail {
overflow: hidden;
border-radius: 5px;
position: relative;
}
.classic-view-grid-container .classic-view-grid-thumbnail img {
width: 100%;
height: 217px;
object-fit: cover;
transition: 0.3s ease-in-out;
border-radius: 5px;
transform: scale(1);
}
.classic-view-grid-container:hover .classic-view-grid-thumbnail img {
transform: scale(1.1);
}
.classic-view-grid-saved-options {
position: absolute;
background: #faebd700;
top: 14px;
right: 14px;
}
.classic-view-grid-saved-options a i {
width: 35px;
height: 35px;
display: flex;
font-size: 12px !important;
align-items: center;
transition: 0.3s ease-in-out;
justify-content: center;
background: #00000080 0% 0% no-repeat padding-box;
box-shadow: 0px 12px 26px #4F568514;
border-radius: 18px;
opacity: 1;
}
.classic-view-grid-container .classic-view-grid-saved-options a i:hover {
background: #ffffffb8 0% 0% no-repeat padding-box;
}
.classic-view-grid-content-area {
padding: 10px 14px 0 14px;
}
.classic-view-grid-content-area h4 {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.classic-view-grid-content-area h4.ad {
padding-left: 35px;
}
.classic-view-grid-content-area h4 a {
font-size: 19px;
text-align: left;
letter-spacing: 0px;
color: #4F5685;
opacity: 1;
display: inline-block;
position: relative;
}
.promoted-listings .promoted .listing-pro {
display: inline-block !important;
}
.classic-view-grid-content-area .listing-pro {
background: #FF4A68 0% 0% no-repeat padding-box;
border-radius: 4px;
text-align: left;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
font-weight: 500;
display: block !important;
font-size: 13px;
padding: 2px 6px;
position: absolute;
margin-top: 1px;
}
.promoted-listings .promoted .listing-pro {
display: inline-block !important;
padding: 0px 6px;
}
.classic-view-grid-content-area .lp-listing-content-grid img {
width: 12px;
height: auto;
}
.classic-view-grid-container .lp-new-grid-bottom-button li {
border: unset !important;
}
.classic-view-grid-container .lp-new-grid-bottom-button ul {
border: unset;
}
.classic-view-grid-container .lp-new-grid-bottom-button ul li p span,
.classic-view-grid-container .lp-new-grid-bottom-button ul li p,
.classic-view-grid-container .lp-new-grid-bottom-button ul li:not(.show-number-wrap) a {
margin: 0;
text-transform: capitalize;
text-align: left;
letter-spacing: 0px;
color: #4F5685;
opacity: 1;
font-weight: 500;
font-size: 13px;
font-family: 'Open Sans';
display: flex;
align-items: center;
}
.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover {
background: #f5f5f500;
}
.lp-grid-box-bottom.content .show i {
font-size: 13px;
margin-right: 4px;
margin-left: 7px;
color: #4f5685;
}
.lp-grid-box-bottom.content .show {
display: flex !important;
align-items: center;
}
.lp-grid-box-bottom.content {
float: unset;
display: flex;
border: unset !important;
justify-content: space-between;
padding-top: 0px;
margin-bottom: 4px;
min-height: 22px !important;
line-height: 0 !important;
padding-bottom: 0;
}
.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover span,
.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover i,
.classic-view-grid-container .lp-new-grid-bottom-button ul li:hover a {
color: #2440FF !important;
}
.lp-grid-box-bottom.content a {
margin: 0;
text-transform: capitalize;
text-align: left;
letter-spacing: 0px;
color: #4F5685;
opacity: 1;
font-weight: 500;
font-size: 13px;
font-family: 'Open Sans';
display: flex;
align-items: center;
}
.lp-classic-reviews {
display: flex;
align-items: center;
}
.classic-view-grid-container .lp-new-grid-bottom-button::after {
content: '';
border-top: 1px solid #4F568526;
left: -6px;
right: -6px;
position: absolute;
top: 0;
}
.lp-classic-reviews span {
margin: 0;
text-transform: capitalize;
text-align: left;
letter-spacing: 0px;
color: #4F5685;
opacity: 1;
font-weight: 500;
font-size: 13px;
font-family: 'Open Sans';
}
.lp-classic-reviews .lp-rating-stars-outers span i {
color: #4f56856e;
}
.post-meta-info-classic .post-meta-right-box {
margin-top: 5px;
}
.classic-view-grid-container a.status-btn>span.grid-closed {
color: #C84031 !important;
}
.classic-detail-reviews .lp-classic-reviews span {
font-size: 16px;
}
.classic-view-grid-container a.status-btn span {
margin: 0;
padding: 0;
opacity: 1;
font-weight: 600;
font-size: 13px;
font-family: 'Open Sans';
display: flex;
align-items: center;
}
.lp-classic-reviews .lp-rating-stars-outers {
margin: 0 5px;
}
.classic-view-grid-container .lp-new-grid-bottom-button {
padding: 6px 16px 4px 16px;
position: relative;
}
.classic-view-grid-container .lp-new-grid-bottom-button ul li:first-child:nth-last-child(2)~li a {
text-align: right;
display: flex;
justify-content: end;
}
.classic-view-grid-container .lp-new-grid-bottom-button i {
font-size: 16px;
color: #606791;
margin-right: 4px;
}
.classic-view-grid-container .lp-new-grid-bottom-button ul li:first-child:nth-last-child(2) {
text-align: left;
}
.classic-view-grid-content-area .lp-listing-content-grid a {
text-align: left;
letter-spacing: 0px;
color: #4F5685;
opacity: 1;
font-weight: 500;
font-size: 13px;
font-family: 'Open Sans';
padding: 3px 6px;
}
.classic-view-grid-content-area .lp-listing-content-grid a:hover,
.lp-grid-box-bottom.content .show:hover a,
.lp-grid-box-bottom.content .show:hover i {
color: #2458ff;
}
.classic-view-grid-content-area .lp-listing-content-grid {
margin: 8px 0;
}
.lp-rating-stars-outers.lp-listing-stars span.lp-star-box {
border: unset;
}
.classic-view-grid-content-area .classic-category-loop-main {
display: flex;
align-items: center;
margin-top: 2px;
}
.classic-view-grid-content-area .classic-category-loop-main .cat-icon i,.classic-category-loop-price .element-price-range span {
color: #5d638f;
}
.classic-category-loop:hover span.cat-icon i {
color: #2458ff;
} .classic-view-grid-content-area .verified i {
background: #2458ff;
color: #fff;
border-radius: 50%;
font-size: 10px;
width: 16px;
transform: translate(0px, -3px);
height: 16px;
display: flex;
align-items: center;
justify-content: center;
}
.single-inner-classic-container .listing-price .post-row.price-range span {
text-transform: capitalize;
text-align: left;
letter-spacing: 0px;
color: #4F5685 !IMPORTANT;
opacity: 1;
font-weight: 600;
font-size: 14px !important;
}
.single-inner-classic-container .listing-price .post-row.price-range {
border: medium none;
line-height: 36px;
transform: translate(0px, -3px);
border-bottom: 1px solid #F7F7F7;
padding-bottom: 36px;
margin-bottom: 15px;
}
.contact-right .cwp-frontend-section-content-container {
padding: 0px !important;
border: none !important;
}
.contact-right .cwp-frontend-section-container .cwp-field-container {
padding: 0px !important;
}
.contact-right  .cwp-frontend-form-container .cwp-frontend-section-container .cwp-field-container label {
display: none !important;
}			
.contact-right .cwp-frontend-form-container .cwp-custom-form input[type=submit] {
margin: -20px 0px 0px 0px !important;
}
.slick-initialized{
max-width: 100%;
}.lp-top-bar{
background-color: rgba(0, 0, 0, 0.24);;
}
.lp-header-search .lp-header-search-tagline,
.lp-header-search .lp-header-search-cats ul li a,
.lp-header-search .lp-search-form-submit button,
.lp-listing .lp-listing-top .lp-listing-price-range,
.lp-listing .lp-listing-top .lp-listing-favrt,
.lp-listing .lp-listing-top .li-listing-clock,
.lp-listing .lp-listing-top .lp-listing-cat,
.lp-locations .lp-location-box .lp-location-bottom a,
.lp-read-news,
.lp-read-news a,
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat i,
.lp-listings-widget .lp-listing .lp-listing-detail h6 span,
.lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-avg,
.lp-header-title .lp-header-title-left h3,
.lp-header-title .lp-header-title-left .lp-header-breadcrumbs a,
.lp-header-title .lp-header-title-left .lp-header-breadcrumbs a:hover:before,
.lp-header-title .lp-header-title-left .lp-header-breadcrumbs a:before,
.lp-header-title .lp-header-title-left .lp-header-breadcrumbs,
.lp-header-toggles,
.lp-header-search .price-filter ul li:hover,
.lp-listing-title .lp-listing-title-rating .lp-rating-avg,
.lp-listing-announcement .announcement-wrap a,
.lp-review-form-top .lp-review-images button,
.lp-listing-review-form .review-submit-btn,
.lp-listing-additional-details .toggle-additional-details,
.lp-discount-btn,
.single-page-bg .lp-listing-title .lp-listing-name h2,
.single-page-bg .lp-listing-title .lp-listing-name h1,
.single-page-bg .lp-listing-title .lp-listing-name .lp-listing-name-tagline,
.single-page-bg .lp-listing-title .lp-listing-title-rating .lp-rating-count,
.lp-see-all a,
a.browse-imgs,
.lp-header-search .price-filter ul li.active,
.lp-locations .lp-location-box .lp-location-bottom a span
{
color: #fff !important;
}
.lp-listing .lp-listing-top .lp-listing-price-range{
background-color: #1414148a !important;
}
.lp-header-search .lp-search-form-submit button{
background-color: transparent !important;
}
.lp-header-middle .lp-header-nav-btn button span,
.header-style2 .lp-top-bar,
.lp-listing-action-btns ul li a,
.lp-review-form-top,
.lp-listing-offer .flip-clock-wrapper ul li a div div.inn{
background-color: #fff;
}
.header-style3 .lp-top-bar{
background-color: #333333 !important;
}
.lp-header-middle .lp-header-nav-btn button,
.lp-activities .lp-activity .lp-activity-author-thumb img{
border-color: #fff !important;
}
.lp-header-search .lp-search-form-what,
.lp-header-search .lp-search-form-where{
}
.lp-header-search .lp-search-form-what label,
.lp-header-search .lp-search-form-where label,
.lp-section-heading h2,
.lp-listing .lp-listing-bottom h3 a,
.lp-activity h3 a,
.footer-menu ul li a,
.lp-listings-widget .lp-listing .lp-listing-detail h3 a,
.lp-listing-faq .faq-title a,
.lp-listing-reviews .lp-total-reviews,
.lp-listing-review .lp-review-left .lp-review-name,
.lp-listing-review .lp-review-right strong,
.lp-discount-widget .lp-discount-top strong,
.lp-discount-widget .lp-discount-bottom strong,
.lp-discount-widget .lp-discount-bottom p,
.lp-listing-action-btns .smenu div a,
.announcement-wrap span{ }
.footer-menu ul li a{
color: #333333 !important;
}
.lp-header-search .lp-search-form-what input,
.lp-header-search .lp-search-form-where input,
.lp-section-heading p,
.lp-listing .lp-listing-bottom .lp-listing-cats a,
.lp-rating-num,
.lp-listing-location a,
.lp-activity .lp-activity-description,
.lp-activity .lp-activity-bottom .lp-activity-review-writer,
footer .copyrights,
.header-style2 .lp-top-bar a,
.header-style2 .lp-top-bar li:before,
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat,
.lp-listings-widget .lp-listing .lp-listing-detail .lp-rating-count,
.lp-header-search .price-filter ul li,
.lp-header-search-filters .header-filter-wrap,
.lp-header-search-filters .header-filter-wrap.select-filter select,
.lp-listing-title .lp-listing-name .lp-listing-name-tagline,
.lp-listing-title .lp-listing-title-rating .lp-rating-count,
.lp-listing-action-btns ul li a,
.lp-listing-desription,
.lp-listing-specs ul li,
.lp-listing-faq .faq-answer,
.lp-listing-review .lp-review-left .lp-review-count,
.lp-listing-review .lp-review-left .lp-review-count i,
.lp-listing-review .lp-review-right .lp-review-right-top time,
.lp-listing-review .lp-review-right .lp-review-right-content,
.lp-review-form-top .lp-review-stars span.stars-label,
.lp-review-form-top .lp-review-images label,
.listing-page-sidebar .lp-widget ul li,
.lp-widget-social-links a,
.lp-listing-timings .toggle-all-days,
.listing-page-sidebar .lp-widget ul li.lp-widget-social-links a,
.online-owner-widget .lp-online-social a,
.online-owner-widget .lp-online-detail p{
color: #797979 !important;
}
.lp-header-search .lp-search-form-what{
background-color: #eeeeee !important;
}
.lp-header-search.archive-search .lp-search-form-what{
background-color: #fff !important;
}
.lp-header-search .lp-search-form-where,
.lp-listing-timings .toggle-all-days{
background-color: #fff !important;
}
.red-tooltip + .tooltip.left .tooltip-arrow{
border-left-color: #ff5a5f !important;
}
.lp-listings .lp-listing,
.lp-listing .lp-listing-top-thumb,
.lp-listings.list-style .lp-listings-inner-wrap,
.lp-listings-widget .lp-listing,
.lp-listing-action-btns ul li a,
.lp-listing-announcement .announcement-wrap,
.lp-listing-specs ul li,
.lp-listing-faqs .lp-listing-faq,
.lp-listing-reviews .lp-listing-review,
.lp-listing-review-form,
.lp-listing-review-form .lp-review-form-top,
.lp-listing-review-form textarea,
.listing-page-sidebar .lp-widget,
.lp-listing-timings div.lp-today-timing,
.lp-listing-timings .toggle-all-days,
.lp-category-boxed2 .lp-category-boxed2-inner,
.lp-category-boxed2 .lp-category-boxed2-inner-bottom,
.lp-listing .lp-listing-bottom,
.lp-discount-widget .lp-discount-top .lp-discount-thumb,
footer.style3,
.lp-listing-menu-items .lp-listing-menu-item,
.lp-listing-menu-top,
.lp-listing-menuu-wrap{
border-color: #dedede !important;
}
.lp-listing-stars .lp-star-box,
.lp-listing-stars .lp-star-box i{
border-color: #73cf42 !important;
} .lp-listing-review .lp-review-right .lp-rating-num,
.online-owner-widget .lp-online-detail h4 span:before{
color: #fff !important;
background-color: #73cf42 !important;
}
.lp-timing-status.status-open,
.lp-widget .lp-listing-price-range p span.currency-sign.green{
color: #73cf42 !important;
}
.lp-listing .lp-listing-bottom h4 span,
.lp-activity h4 span,
.lp-listings-widget .lp-listing .lp-listing-detail h6 span{
color: #ebac2c !important;
}
.lp-listings-widget .lp-listing .lp-listing-detail h6 span{ }
.lp-listings .listing-slider .lp-listing .lp-listing-bottom,
.lp-listing-review-form,
.lp-listing-price-range,
.lp-discount-widget .lp-discount-bottom,
.lp-listings .listing-slider .lp-listing .lp-listing-bottom .lp-listing-bottom-inner{
background-color: #fafafa !important;
}
.lp-header-search-filters .header-filter-wrap.select-filter select{
background-color: #f4f4f4;
border-color: #dedede !important;
}
.lp-listing-title .lp-listing-logo img{
border-color: #dfdfdf !important;
}
.lp-listing-action-btns ul li a:hover{
background-color: #f8f8f8 !important;
}
.lp-listing-review .lp-review-right-bottom .review-interesting,
.lp-listing-review .lp-review-right-bottom .review-interesting .react-count,
.lp-activity-description .review-interesting,
.lp-activity-description .review-interesting .react-count{
color: #3498db !important;
}
.lp-listing-review .lp-review-right-bottom .review-interesting:hover,
.lp-activity-description .review-interesting:hover{
color: #fff !important;
background-color: #3498db !important;
}
.lp-listing-review .lp-review-right-bottom .review-interesting:hover .react-count,
.lp-activity-description .review-interesting:hover .react-count{
color: #fff !important;
}
.lp-listing-review .lp-review-right-bottom .review-love,
.lp-listing-review .lp-review-right-bottom .review-love .react-count,
.lp-activity-description .review-love,
.lp-activity-description .review-love .react-count{
color: #e67e22 !important;
}
.lp-listing-review .lp-review-right-bottom .review-love:hover,
.lp-activity-description .review-love:hover{
color: #fff !important;
background-color: #e67e22 !important;
}
.lp-listing-review .lp-review-right-bottom .review-love:hover .react-count,
.lp-activity-description .review-love:hover .react-count{
color: #fff !important;
}
.lp-listing-review .lp-review-right-bottom .review-lol,
.lp-listing-review .lp-review-right-bottom .review-lol .react-count,
.lp-activity-description .review-lol,
.lp-activity-description .review-lol .react-count{
color: #e74c3c !important;
}
.lp-listing-review .lp-review-right-bottom .review-lol:hover,
.lp-activity-description .review-lol:hover{
color: #fff !important;
background-color: #e74c3c !important;
}
.lp-listing-review .lp-review-right-bottom .review-lol:hover .react-count,
.lp-activity-description .review-lol:hover .react-count{
color: #fff !important;
}
.lp-review-form-top .lp-review-images button,
a.browse-imgs,
.lp-listing-action-btns .smenu div,
.lp-listing-action-btns .smenu div a{
background-color: #acacac;
}
.listing-page-sidebar .lp-widget ul li,
.lp-widget .lp-listing-price-range,
.lp-listing-additional-details h4,
.listing-page-sidebar .lp-widget #singlepostmap{
border-color: #e3e3e3 !important;
}
.lp-widget .lp-listing-price-range p,
.online-owner-widget .lp-online-detail h4 span{
color: #7f7f7f !important;
}
#claimform .claim-details ul li{
background-color: #fff !important;
}
.lp-listing-action-btns ul li#lp-book-now > a{
background-color: transparent; !important;
}     .lp-coupns-btns:hover,
.lp-menu-step-two-btn button:hover,
.lp-menu-save-btns button:hover,
.lp-form-feild-btn:hover {
background-color: #42a7df
}
.lp-menu-step-two-btn button span,
.lp-menu-step-two-btn button,
.lp-step-icon i,
.lp-choose-menu .lp-listing-selecter-drop a,
.lp-menu-container-outer .ui-tabs .ui-tabs-nav .ui-tabs-active a,.lp-header-togglesa .listing-view-layout-v2 ul li .active .fa{
color: #42a7df
}
.lp-menu-step-two-btn button,.lp-header-togglesa .listing-view-layout-v2 ul li .active .fa{
border: 1px solid #42a7df
}
.lp-form-feild-btn,
.lp-location-picker-outer .active {
border-color: #42a7df
}
.lp-left-content-container a:hover,
.lp-form-feild-btn{
color: #42a7df
}
.lp-review-reply-btn {
background-color: #42a7df
}
.lp-add-new-btn,
.lp-let-start-btn,
.lp-location-picker-outer .active,.arrow-left,.arrow-right{
background: #42a7df;
}
.lp-listings.list-style .lp-listing .lp-listing-bottom .lp-listing-cat,
.lp-listings.grid-style .lp-listing-location a:hover,.lp-listings.grid-style .lp-listing-location:hover .fa{
color: #42a7df !important;
}
.lp-sorting-filter-outer .active,.lp-sorting-filter-outer .active:hover{
border-bottom:1px solid #42a7df!important;
color: #42a7df !important;
}
.lp-sorting-filter-outer .active .fa,.lp-header-search-filters .more-filters{
color: #42a7df !important;
}
.lp-listing-price-range .claim-area a.phone-number:hover,
.lp-listing-price-range #lp-report-listing a:hover{
border-color: #41a6df;
background-color: #41a6df;
}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none}.elementor-post__thumbnail__link{transition:none}.elementor-posts-container.elementor-posts-masonry{align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){align-items:stretch}.elementor-posts-container .elementor-post{margin:0;padding:0}.elementor-posts-container .elementor-post__excerpt{flex-grow:var(--read-more-alignment,0)}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;max-height:none;max-width:none;transition:filter .3s;width:100%}.elementor-posts-container .elementor-post__thumbnail__link{display:block;position:relative;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{bottom:0;left:0;right:0;top:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;left:calc(50% + 1px);position:absolute;top:calc(50% + 1px);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{flex-direction:column;transition-duration:.25s;transition-property:background,border,box-shadow}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{color:#777;font-size:14px;line-height:1.5em;margin:0}.elementor-posts .elementor-post__text{display:var(--item-display,block);flex-direction:column;flex-grow:1}.elementor-posts .elementor-post__meta-data{color:#adadad;font-size:12px;line-height:1.3em;margin-bottom:13px}.elementor-posts .elementor-post__read-more{align-self:flex-start;font-size:12px;font-weight:700}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-left:auto;margin-right:auto}.elementor-posts--thumbnail-left .elementor-post,.elementor-posts--thumbnail-right .elementor-post{flex-direction:row}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;order:0}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;order:5}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post{display:flex}.elementor-posts .elementor-post__card{background-color:#fff;border:0 solid #69727d;border-radius:3px;display:flex;flex-direction:column;min-height:100%;overflow:hidden;position:relative;transition:all .25s;width:100%}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{margin-bottom:0;margin-top:20px;padding:0 30px}.elementor-posts .elementor-post__card .elementor-post__read-more{display:inline-block;margin-bottom:20px}.elementor-posts .elementor-post__card .elementor-post__meta-data{border-top:1px solid #eaeaea;margin-bottom:0;padding:15px 30px}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{background:#69727d;border-radius:999px;color:#fff;font-size:12px;font-weight:400;line-height:1;margin:20px;padding:.6em 1.2em;position:absolute;top:0}.elementor-posts .elementor-post__avatar{height:0;padding:0 30px;pointer-events:none;position:relative;top:-25px;width:100%}.elementor-posts .elementor-post__avatar img{border-radius:50%;pointer-events:all;transform:translateY(-50%);width:60px}.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{height:auto;padding-top:0;position:static}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;bottom:0;content:"";display:block;height:100%;opacity:1;position:absolute;transition:all .3s ease-out;width:100%}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1)}.elementor-card-shadow-yes .elementor-post__card{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post,body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio__filters{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0}.elementor-portfolio__filter{cursor:pointer;margin:0;padding:8px}.elementor-portfolio__filter:focus-visible{outline:1px auto -webkit-focus-ring-color}.elementor-portfolio-item{align-self:flex-start;margin:0;overflow:hidden;transform-style:preserve-3d;transition-property:transform,opacity;transition-timing-function:ease-in-out}.elementor-portfolio-item__title{color:#fff;font-size:18px;line-height:1;margin:0;padding:0}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{background-color:hsla(213,9%,45%,.8);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;overflow:hidden;padding:15px;position:absolute;right:0;text-align:center;top:0;transition:opacity 1s}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio-item:focus-within .elementor-portfolio-item__overlay,.elementor-portfolio-item:hover .elementor-portfolio-item__overlay{opacity:1;transition:opacity .5s}.elementor-portfolio.elementor-has-item-ratio{transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{background-color:rgba(0,0,0,.1);position:absolute}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.e-con-inner>.elementor-widget-portfolio,.e-con>.elementor-widget-portfolio{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper,.elementor-widget-posts.load-more-align-center .elementor-button-wrapper{text-align:center}.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper,.elementor-widget-posts.load-more-align-start .elementor-button-wrapper{text-align:start}.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper,.elementor-widget-posts.load-more-align-end .elementor-button-wrapper{text-align:end}.elementor-widget-archive-posts.load-more-align-justify .elementor-button,.elementor-widget-posts.load-more-align-justify .elementor-button{width:100%}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-archive-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-archive-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.e-load-more-message,.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end:not(:has(>.elementor-widget-container))>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-archive-posts.e-load-more-no-spinner:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-archive-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{display:none;margin:0 auto}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container)) .e-load-more-message,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-message,.elementor-widget-posts:not(:has(>.elementor-widget-container)) .e-load-more-message,.elementor-widget-posts>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);display:none;margin-top:var(--load-more—spacing,30px);text-align:var(--load-more-message-alignment,center)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{left:50%;margin:inherit;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-widget-archive-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button,.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,.elementor-widget-posts:not(:has(>.elementor-widget-container))>.elementor-button-wrapper .elementor-button,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{border-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{background-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon{color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg{fill:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-official .elementor-share-btn:hover{filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_threads{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_x-twitter{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg{fill:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg{fill:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg{fill:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg{fill:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg{fill:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg{fill:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg{fill:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg{fill:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg{fill:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg{fill:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg{fill:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg{fill:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix{color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg{fill:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg{fill:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg{fill:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg{fill:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg{fill:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg{fill:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg{fill:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg{fill:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg{fill:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg{fill:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_threads .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_x-twitter .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg{fill:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-inline-start:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:linear-gradient(90deg,rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-inline-start:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-inline-start:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{flex-grow:1;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-btn{align-items:center;cursor:pointer;display:flex;font-size:10px;height:4.5em;justify-content:flex-start;overflow:hidden;transition-duration:.2s;transition-property:filter,background-color,border-color}.elementor-share-btn__icon,.elementor-share-btn__text{transition-duration:.2s;transition-property:color,background-color}.elementor-share-btn__icon{align-items:center;align-self:stretch;display:flex;justify-content:center;position:relative;width:4.5em}.elementor-share-btn__icon i{font-size:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__icon svg{height:var(--e-share-buttons-icon-size,1.7em);width:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__text{align-items:center;align-self:stretch;display:flex;flex-grow:1;font-size:1.5em;font-weight:100;padding-inline-end:1em}.elementor-share-btn__title{flex-shrink:0;font-weight:700}.elementor-widget-share-buttons{text-align:var(--alignment,inherit);-moz-text-align-last:var(--alignment,inherit);text-align-last:var(--alignment,inherit)}.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container,.elementor-widget-share-buttons.elementor-grid-0:not(:has(.elementor-widget-container)){font-size:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}@font-face{font-family:eicons;src:url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0);src:url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0#iefix) format("embedded-opentype"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.41.0) format("woff2"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.41.0) format("woff"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.41.0) format("truetype"),url(//vetrinevenete.it/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.41.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}