@-webkit-keyframes wrench {
0% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg)
}
8% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg)
}
10% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg)
}
18%, 20% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg)
}
28%, 30% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg)
}
38%, 40% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg)
}
48%, 50% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg)
}
58%, 60% {
-webkit-transform: rotate(-24deg);
transform: rotate(-24deg)
}
68% {
-webkit-transform: rotate(24deg);
transform: rotate(24deg)
}
75% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@keyframes wrench {
0% {
-webkit-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
transform: rotate(-12deg)
}
8% {
-webkit-transform: rotate(12deg);
-ms-transform: rotate(12deg);
transform: rotate(12deg)
}
10% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg)
}
18%, 20% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg)
}
28%, 30% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg)
}
38%, 40% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg)
}
48%, 50% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg)
}
58%, 60% {
-webkit-transform: rotate(-24deg);
-ms-transform: rotate(-24deg);
transform: rotate(-24deg)
}
68% {
-webkit-transform: rotate(24deg);
-ms-transform: rotate(24deg);
transform: rotate(24deg)
}
75% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
}
.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite;
transform-origin-x: 90%;
transform-origin-y: 35%;
transform-origin-z: initial
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
-webkit-animation: wrench 1.2s ease infinite;
animation: wrench 1.2s ease infinite
}
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
-webkit-animation: wrench 3.7s ease infinite;
animation: wrench 3.7s ease infinite
}
@-webkit-keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg)
}
2% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg)
}
4% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg)
}
6% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg)
}
8% {
-webkit-transform: rotate(-22deg);
transform: rotate(-22deg)
}
10% {
-webkit-transform: rotate(22deg);
transform: rotate(22deg)
}
12% {
-webkit-transform: rotate(-18deg);
transform: rotate(-18deg)
}
14% {
-webkit-transform: rotate(18deg);
transform: rotate(18deg)
}
16% {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg)
}
18% {
-webkit-transform: rotate(12deg);
transform: rotate(12deg)
}
20% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
}
@keyframes ring {
0% {
-webkit-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg)
}
2% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg)
}
4% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg)
}
6% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg)
}
8% {
-webkit-transform: rotate(-22deg);
-ms-transform: rotate(-22deg);
transform: rotate(-22deg)
}
10% {
-webkit-transform: rotate(22deg);
-ms-transform: rotate(22deg);
transform: rotate(22deg)
}
12% {
-webkit-transform: rotate(-18deg);
-ms-transform: rotate(-18deg);
transform: rotate(-18deg)
}
14% {
-webkit-transform: rotate(18deg);
-ms-transform: rotate(18deg);
transform: rotate(18deg)
}
16% {
-webkit-transform: rotate(-12deg);
-ms-transform: rotate(-12deg);
transform: rotate(-12deg)
}
18% {
-webkit-transform: rotate(12deg);
-ms-transform: rotate(12deg);
transform: rotate(12deg)
}
20% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
}
.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
-webkit-animation: ring 2s ease infinite;
animation: ring 2s ease infinite;
transform-origin-x: 50%;
transform-origin-y: 0;
transform-origin-z: initial
}
.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
-webkit-animation: ring 1s ease infinite;
animation: ring 1s ease infinite
}
.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
-webkit-animation: ring 3s ease infinite;
animation: ring 3s ease infinite
}
@-webkit-keyframes vertical {
0% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px)
}
4% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px)
}
8% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px)
}
12% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px)
}
16% {
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px)
}
20% {
-webkit-transform: translate(0, 3px);
transform: translate(0, 3px)
}
22% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes vertical {
0% {
-webkit-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
transform: translate(0, -3px)
}
4% {
-webkit-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
transform: translate(0, 3px)
}
8% {
-webkit-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
transform: translate(0, -3px)
}
12% {
-webkit-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
transform: translate(0, 3px)
}
16% {
-webkit-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
transform: translate(0, -3px)
}
20% {
-webkit-transform: translate(0, 3px);
-ms-transform: translate(0, 3px);
transform: translate(0, 3px)
}
22% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
-webkit-animation: vertical 2s ease infinite;
animation: vertical 2s ease infinite
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
-webkit-animation: vertical 1s ease infinite;
animation: vertical 1s ease infinite
}
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
-webkit-animation: vertical 4s ease infinite;
animation: vertical 4s ease infinite
}
@-webkit-keyframes horizontal {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
6% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0)
}
12% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
18% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0)
}
24% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
30% {
-webkit-transform: translate(5px, 0);
transform: translate(5px, 0)
}
36% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
}
@keyframes horizontal {
0% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
6% {
-webkit-transform: translate(5px, 0);
-ms-transform: translate(5px, 0);
transform: translate(5px, 0)
}
12% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
18% {
-webkit-transform: translate(5px, 0);
-ms-transform: translate(5px, 0);
transform: translate(5px, 0)
}
24% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
30% {
-webkit-transform: translate(5px, 0);
-ms-transform: translate(5px, 0);
transform: translate(5px, 0)
}
36% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0)
}
}
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
-webkit-animation: horizontal 2s ease infinite;
animation: horizontal 2s ease infinite
}
.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
-webkit-animation: horizontal 1s ease infinite;
animation: horizontal 1s ease infinite
}
.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
-webkit-animation: horizontal 3s ease infinite;
animation: horizontal 3s ease infinite
}
@-webkit-keyframes flash {
0%, 100%, 50% {
opacity: 1
}
25%, 75% {
opacity: 0
}
}
@keyframes flash {
0%, 100%, 50% {
opacity: 1
}
25%, 75% {
opacity: 0
}
}
.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
-webkit-animation: flash 2s ease infinite;
animation: flash 2s ease infinite
}
.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
-webkit-animation: flash 1s ease infinite;
animation: flash 1s ease infinite
}
.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
-webkit-animation: flash 3s ease infinite;
animation: flash 3s ease infinite
}
@-webkit-keyframes bounce {
0%, 10%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
40%, 60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px)
}
}
@keyframes bounce {
0%, 10%, 20%, 50%, 80% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
40%, 60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px)
}
}
.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
-webkit-animation: bounce 2s ease infinite;
animation: bounce 2s ease infinite
}
.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
-webkit-animation: bounce 1s ease infinite;
animation: bounce 1s ease infinite
}
.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
-webkit-animation: bounce 3s ease infinite;
animation: bounce 3s ease infinite
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
-ms-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite
}
.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
-webkit-animation: spin .7s linear infinite;
animation: spin .7s linear infinite
}
.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
-webkit-animation: spin 2.2s linear infinite;
animation: spin 2.2s linear infinite
}
@-webkit-keyframes float {
0% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
50% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes float {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
50% {
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px)
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
}
.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
-webkit-animation: float 2s linear infinite;
animation: float 2s linear infinite
}
.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
-webkit-animation: float 1s linear infinite;
animation: float 1s linear infinite
}
.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
-webkit-animation: float 3s linear infinite;
animation: float 3s linear infinite
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8)
}
100% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}
50% {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8)
}
100% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}
}
.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
-webkit-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
-webkit-animation: pulse 1s linear infinite;
animation: pulse 1s linear infinite
}
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
-webkit-animation: pulse 3s linear infinite;
animation: pulse 3s linear infinite
}
.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
-webkit-animation: wrench 2.5s ease infinite;
animation: wrench 2.5s ease infinite
}
.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
-webkit-animation: wrench 1.2s ease infinite;
animation: wrench 1.2s ease infinite
}
.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
-webkit-animation: wrench 3.7s ease infinite;
animation: wrench 3.7s ease infinite
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
10%, 20% {
-webkit-transform: scale(.9) rotate(-8deg);
transform: scale(.9) rotate(-8deg)
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg)
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg)
}
80% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0)
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
10%, 20% {
-webkit-transform: scale(.9) rotate(-8deg);
-ms-transform: scale(.9) rotate(-8deg);
transform: scale(.9) rotate(-8deg)
}
30%, 50%, 70% {
-webkit-transform: scale(1.3) rotate(8deg);
-ms-transform: scale(1.3) rotate(8deg);
transform: scale(1.3) rotate(8deg)
}
40%, 60% {
-webkit-transform: scale(1.3) rotate(-8deg);
-ms-transform: scale(1.3) rotate(-8deg);
transform: scale(1.3) rotate(-8deg)
}
80% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0)
}
}
.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
-webkit-animation: tada 2s linear infinite;
animation: tada 2s linear infinite
}
.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
-webkit-animation: tada 1s linear infinite;
animation: tada 1s linear infinite
}
.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
-webkit-animation: tada 3s linear infinite;
animation: tada 3s linear infinite
}
@-webkit-keyframes passing {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0
}
50% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1
}
100% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
opacity: 0
}
}
@keyframes passing {
0% {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0
}
50% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
opacity: 1
}
100% {
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
opacity: 0
}
}
.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
-webkit-animation: passing 2s linear infinite;
animation: passing 2s linear infinite
}
.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
-webkit-animation: passing 1s linear infinite;
animation: passing 1s linear infinite
}
.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
-webkit-animation: passing 3s linear infinite;
animation: passing 3s linear infinite
}
@-webkit-keyframes burst {
0% {
opacity: .6
}
50% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
opacity: 0
}
100% {
opacity: 0
}
}
@keyframes burst {
0% {
opacity: .6
}
50% {
-webkit-transform: scale(1.8);
-ms-transform: scale(1.8);
transform: scale(1.8);
opacity: 0
}
100% {
opacity: 0
}
}
.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
-webkit-animation: burst 2s infinite linear;
animation: burst 2s infinite linear
}
.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
-webkit-animation: burst 1s infinite linear;
animation: burst 1s infinite linear
}
.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
-webkit-animation: burst 3s infinite linear;
animation: burst 3s infinite linear
}@font-face {
font-family: 'icomoon';
src:  url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/icomoon/fonts/icomoon.eot?gv32os);
src:  url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/icomoon/fonts/icomoon.eot?gv32os#iefix) format('embedded-opentype'),
url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/icomoon/fonts/icomoon.ttf?gv32os) format('truetype'),
url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/icomoon/fonts/icomoon.woff?gv32os) format('woff'),
url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/icomoon/fonts/icomoon.svg?gv32os#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-car-garage:before {
content: "\e902";
}
.icon-car-in-garage:before {
content: "\e905";
}
.icon-bed-1:before {
content: "\e907";
}
.icon-bathtub-1:before {
content: "\e908";
}
.icon-design-grid-simple-structure-with-three-areas:before {
content: "\e909";
}
.icon-assembly-area:before {
content: "\e90a";
}
.icon-building2:before {
content: "\e90b";
}
.icon-bed2:before {
content: "\e90c";
}
.icon-bathtub:before {
content: "\e90d";
}
.icon-house-roof:before {
content: "\e90e";
}
.icon-house-roof2:before {
content: "\e903";
}
.icon-bathtube:before {
content: "\f113";
}
.icon-bed:before {
content: "\f112";
}
.icon-bath:before {
content: "\ef21";
}
.icon-blueprint:before {
content: "\ef22";
}
.icon-garage:before {
content: "\ef23";
}
.icon-room-bed:before {
content: "\ef24";
}
.icon-square:before {
content: "\ef25";
}
.icon-bedroom:before {
content: "\f111";
}
.icon-envelope-in-black-paper-with-a-white-letter-sheet-inside:before {
content: "\ef11";
}
.icon-next3:before {
content: "\eb33";
}
.icon-back:before {
content: "\eb34";
}
.icon-clown:before {
content: "\eb3c";
}
.icon-exam:before {
content: "\eb3a";
}
.icon-placeholder:before {
content: "\eb3b";
}
.icon-next32:before {
content: "\eb37";
}
.icon-back2:before {
content: "\eb36";
}
.icon-house:before {
content: "\e901";
}
.icon-fast-food:before {
content: "\eb38";
}
.icon-wrench2:before {
content: "\74";
}
.icon-sunbed:before {
content: "\e904";
}
.icon-building:before {
content: "\eb39";
}
.icon-grooming:before {
content: "\e906";
}
.icon-gps-fixed-indicator:before {
content: "\e900";
}
.icon-home4:before {
content: "\ed21";
}
.icon-home22:before {
content: "\ed22";
}
.icon-home32:before {
content: "\ed23";
}
.icon-office2:before {
content: "\ed24";
}
.icon-newspaper2:before {
content: "\ed25";
}
.icon-pencil3:before {
content: "\ed26";
}
.icon-pencil22:before {
content: "\ed27";
}
.icon-quill2:before {
content: "\ed28";
}
.icon-pen2:before {
content: "\ed29";
}
.icon-blog2:before {
content: "\ed2a";
}
.icon-eyedropper2:before {
content: "\ed2b";
}
.icon-droplet2:before {
content: "\ed2c";
}
.icon-paint-format2:before {
content: "\ed2d";
}
.icon-image2:before {
content: "\ed2e";
}
.icon-images2:before {
content: "\ed2f";
}
.icon-camera2:before {
content: "\ed30";
}
.icon-headphones2:before {
content: "\ed31";
}
.icon-music2:before {
content: "\ed32";
}
.icon-play4:before {
content: "\ed33";
}
.icon-film2:before {
content: "\ed34";
}
.icon-video-camera2:before {
content: "\ed35";
}
.icon-dice2:before {
content: "\ed36";
}
.icon-pacman2:before {
content: "\ed37";
}
.icon-spades2:before {
content: "\ed38";
}
.icon-clubs2:before {
content: "\ed39";
}
.icon-diamonds2:before {
content: "\ed3a";
}
.icon-bullhorn2:before {
content: "\ed3b";
}
.icon-connection2:before {
content: "\ed3c";
}
.icon-podcast2:before {
content: "\ed3d";
}
.icon-feed2:before {
content: "\ed3e";
}
.icon-mic2:before {
content: "\ed3f";
}
.icon-book2:before {
content: "\ed40";
}
.icon-books2:before {
content: "\ed41";
}
.icon-library2:before {
content: "\ed42";
}
.icon-file-text3:before {
content: "\ed43";
}
.icon-profile2:before {
content: "\ed44";
}
.icon-file-empty2:before {
content: "\ed45";
}
.icon-files-empty2:before {
content: "\ed46";
}
.icon-file-text22:before {
content: "\ed47";
}
.icon-file-picture2:before {
content: "\ed48";
}
.icon-file-music2:before {
content: "\ed49";
}
.icon-file-play2:before {
content: "\ed4a";
}
.icon-file-video2:before {
content: "\ed4b";
}
.icon-file-zip2:before {
content: "\ed4c";
}
.icon-copy2:before {
content: "\ed4d";
}
.icon-paste2:before {
content: "\ed4e";
}
.icon-stack2:before {
content: "\ed4f";
}
.icon-folder2:before {
content: "\ed50";
}
.icon-folder-open2:before {
content: "\ed51";
}
.icon-folder-plus2:before {
content: "\ed52";
}
.icon-folder-minus2:before {
content: "\ed53";
}
.icon-folder-download2:before {
content: "\ed54";
}
.icon-folder-upload2:before {
content: "\ed55";
}
.icon-price-tag2:before {
content: "\ed56";
}
.icon-price-tags2:before {
content: "\ed57";
}
.icon-barcode2:before {
content: "\ed58";
}
.icon-qrcode2:before {
content: "\ed59";
}
.icon-ticket2:before {
content: "\ed5a";
}
.icon-cart2:before {
content: "\ed5b";
}
.icon-coin-dollar2:before {
content: "\ed5c";
}
.icon-coin-euro2:before {
content: "\ed5d";
}
.icon-coin-pound2:before {
content: "\ed5e";
}
.icon-coin-yen2:before {
content: "\ed5f";
}
.icon-credit-card2:before {
content: "\ed60";
}
.icon-calculator2:before {
content: "\ed61";
}
.icon-lifebuoy2:before {
content: "\ed62";
}
.icon-phone2:before {
content: "\ed63";
}
.icon-phone-hang-up2:before {
content: "\ed64";
}
.icon-address-book2:before {
content: "\ed65";
}
.icon-envelop2:before {
content: "\ed66";
}
.icon-pushpin2:before {
content: "\ed67";
}
.icon-location3:before {
content: "\ed68";
}
.icon-location22:before {
content: "\ed69";
}
.icon-compass32:before {
content: "\ed6a";
}
.icon-compass22:before {
content: "\ed6b";
}
.icon-map3:before {
content: "\ed6c";
}
.icon-map22:before {
content: "\ed6d";
}
.icon-history2:before {
content: "\ed6e";
}
.icon-clock3:before {
content: "\ed6f";
}
.icon-clock22:before {
content: "\ed70";
}
.icon-alarm2:before {
content: "\ed71";
}
.icon-bell2:before {
content: "\ed72";
}
.icon-stopwatch2:before {
content: "\ed73";
}
.icon-calendar22:before {
content: "\ed74";
}
.icon-printer2:before {
content: "\ed75";
}
.icon-keyboard2:before {
content: "\ed76";
}
.icon-display2:before {
content: "\ed77";
}
.icon-laptop2:before {
content: "\ed78";
}
.icon-mobile3:before {
content: "\ed79";
}
.icon-mobile22:before {
content: "\ed7a";
}
.icon-tablet2:before {
content: "\ed7b";
}
.icon-tv2:before {
content: "\ed7c";
}
.icon-drawer3:before {
content: "\ed7d";
}
.icon-drawer22:before {
content: "\ed7e";
}
.icon-box-add2:before {
content: "\ed7f";
}
.icon-box-remove2:before {
content: "\ed80";
}
.icon-download4:before {
content: "\ed81";
}
.icon-upload4:before {
content: "\ed82";
}
.icon-floppy-disk2:before {
content: "\ed83";
}
.icon-drive2:before {
content: "\ed84";
}
.icon-database2:before {
content: "\ed85";
}
.icon-undo3:before {
content: "\ed86";
}
.icon-redo3:before {
content: "\ed87";
}
.icon-undo22:before {
content: "\ed88";
}
.icon-redo22:before {
content: "\ed89";
}
.icon-forward4:before {
content: "\ed8a";
}
.icon-reply2:before {
content: "\ed8b";
}
.icon-bubble3:before {
content: "\ed8c";
}
.icon-bubbles5:before {
content: "\ed8d";
}
.icon-bubbles22:before {
content: "\ed8e";
}
.icon-bubble22:before {
content: "\ed8f";
}
.icon-bubbles32:before {
content: "\ed90";
}
.icon-bubbles42:before {
content: "\ed91";
}
.icon-user22:before {
content: "\ed92";
}
.icon-users22:before {
content: "\ed93";
}
.icon-user-plus2:before {
content: "\ed94";
}
.icon-user-minus2:before {
content: "\ed95";
}
.icon-user-check2:before {
content: "\ed96";
}
.icon-user-tie2:before {
content: "\ed97";
}
.icon-quotes-left2:before {
content: "\ed98";
}
.icon-quotes-right2:before {
content: "\ed99";
}
.icon-hour-glass2:before {
content: "\ed9a";
}
.icon-spinner12:before {
content: "\ed9b";
}
.icon-spinner22:before {
content: "\ed9c";
}
.icon-spinner32:before {
content: "\ed9d";
}
.icon-spinner42:before {
content: "\ed9e";
}
.icon-spinner52:before {
content: "\ed9f";
}
.icon-spinner62:before {
content: "\eda0";
}
.icon-spinner72:before {
content: "\eda1";
}
.icon-spinner82:before {
content: "\eda2";
}
.icon-spinner92:before {
content: "\eda3";
}
.icon-spinner102:before {
content: "\eda4";
}
.icon-spinner112:before {
content: "\eda5";
}
.icon-binoculars2:before {
content: "\eda6";
}
.icon-search2:before {
content: "\eda7";
}
.icon-zoom-in2:before {
content: "\eda8";
}
.icon-zoom-out2:before {
content: "\eda9";
}
.icon-enlarge3:before {
content: "\edaa";
}
.icon-shrink3:before {
content: "\edab";
}
.icon-enlarge22:before {
content: "\edac";
}
.icon-shrink22:before {
content: "\edad";
}
.icon-key32:before {
content: "\edae";
}
.icon-key22:before {
content: "\edaf";
}
.icon-lock22:before {
content: "\edb0";
}
.icon-unlocked2:before {
content: "\edb1";
}
.icon-wrench22:before {
content: "\edb2";
}
.icon-equalizer3:before {
content: "\edb3";
}
.icon-equalizer22:before {
content: "\edb4";
}
.icon-cog2:before {
content: "\edb5";
}
.icon-cogs2:before {
content: "\edb6";
}
.icon-hammer3:before {
content: "\edb7";
}
.icon-magic-wand2:before {
content: "\edb8";
}
.icon-aid-kit2:before {
content: "\edb9";
}
.icon-bug2:before {
content: "\edba";
}
.icon-pie-chart2:before {
content: "\edbb";
}
.icon-stats-dots2:before {
content: "\edbc";
}
.icon-stats-bars3:before {
content: "\edbd";
}
.icon-stats-bars22:before {
content: "\edbe";
}
.icon-trophy2:before {
content: "\edbf";
}
.icon-gift2:before {
content: "\edc0";
}
.icon-glass3:before {
content: "\edc1";
}
.icon-glass22:before {
content: "\edc2";
}
.icon-mug2:before {
content: "\edc3";
}
.icon-spoon-knife2:before {
content: "\edc4";
}
.icon-leaf2:before {
content: "\edc5";
}
.icon-rocket2:before {
content: "\edc6";
}
.icon-meter3:before {
content: "\edc7";
}
.icon-meter22:before {
content: "\edc8";
}
.icon-hammer22:before {
content: "\edc9";
}
.icon-fire2:before {
content: "\edca";
}
.icon-lab2:before {
content: "\edcb";
}
.icon-magnet2:before {
content: "\edcc";
}
.icon-bin3:before {
content: "\edcd";
}
.icon-bin22:before {
content: "\edce";
}
.icon-briefcase2:before {
content: "\edcf";
}
.icon-airplane2:before {
content: "\edd0";
}
.icon-truck2:before {
content: "\edd1";
}
.icon-road2:before {
content: "\edd2";
}
.icon-accessibility2:before {
content: "\edd3";
}
.icon-target2:before {
content: "\edd4";
}
.icon-shield2:before {
content: "\edd5";
}
.icon-power2:before {
content: "\edd6";
}
.icon-switch2:before {
content: "\edd7";
}
.icon-power-cord2:before {
content: "\edd8";
}
.icon-clipboard2:before {
content: "\edd9";
}
.icon-list-numbered2:before {
content: "\edda";
}
.icon-list3:before {
content: "\eddb";
}
.icon-list22:before {
content: "\eddc";
}
.icon-tree2:before {
content: "\eddd";
}
.icon-menu5:before {
content: "\edde";
}
.icon-menu22:before {
content: "\eddf";
}
.icon-menu32:before {
content: "\ede0";
}
.icon-menu42:before {
content: "\ede1";
}
.icon-cloud2:before {
content: "\ede2";
}
.icon-cloud-download2:before {
content: "\ede3";
}
.icon-cloud-upload2:before {
content: "\ede4";
}
.icon-cloud-check2:before {
content: "\ede5";
}
.icon-download22:before {
content: "\ede6";
}
.icon-upload22:before {
content: "\ede7";
}
.icon-download32:before {
content: "\ede8";
}
.icon-upload32:before {
content: "\ede9";
}
.icon-sphere2:before {
content: "\edea";
}
.icon-earth2:before {
content: "\edeb";
}
.icon-link2:before {
content: "\edec";
}
.icon-flag2:before {
content: "\eded";
}
.icon-attachment2:before {
content: "\edee";
}
.icon-eye2:before {
content: "\edef";
}
.icon-eye-plus2:before {
content: "\edf0";
}
.icon-eye-minus2:before {
content: "\edf1";
}
.icon-eye-blocked2:before {
content: "\edf2";
}
.icon-bookmark2:before {
content: "\edf3";
}
.icon-bookmarks2:before {
content: "\edf4";
}
.icon-sun2:before {
content: "\edf5";
}
.icon-contrast2:before {
content: "\edf6";
}
.icon-brightness-contrast2:before {
content: "\edf7";
}
.icon-star-empty2:before {
content: "\edf8";
}
.icon-star-half2:before {
content: "\edf9";
}
.icon-star-full2:before {
content: "\edfa";
}
.icon-heart2:before {
content: "\edfb";
}
.icon-heart-broken2:before {
content: "\edfc";
}
.icon-man2:before {
content: "\edfd";
}
.icon-woman2:before {
content: "\edfe";
}
.icon-man-woman2:before {
content: "\edff";
}
.icon-happy3:before {
content: "\ee00";
}
.icon-happy22:before {
content: "\ee01";
}
.icon-smile3:before {
content: "\ee02";
}
.icon-smile22:before {
content: "\ee03";
}
.icon-tongue3:before {
content: "\ee04";
}
.icon-tongue22:before {
content: "\ee05";
}
.icon-sad3:before {
content: "\ee06";
}
.icon-sad22:before {
content: "\ee07";
}
.icon-wink3:before {
content: "\ee08";
}
.icon-wink22:before {
content: "\ee09";
}
.icon-grin3:before {
content: "\ee0a";
}
.icon-grin22:before {
content: "\ee0b";
}
.icon-cool3:before {
content: "\ee0c";
}
.icon-cool22:before {
content: "\ee0d";
}
.icon-angry3:before {
content: "\ee0e";
}
.icon-angry22:before {
content: "\ee0f";
}
.icon-evil3:before {
content: "\ee10";
}
.icon-evil22:before {
content: "\ee11";
}
.icon-shocked3:before {
content: "\ee12";
}
.icon-shocked22:before {
content: "\ee13";
}
.icon-baffled3:before {
content: "\ee14";
}
.icon-baffled22:before {
content: "\ee15";
}
.icon-confused3:before {
content: "\ee16";
}
.icon-confused22:before {
content: "\ee17";
}
.icon-neutral3:before {
content: "\ee18";
}
.icon-neutral22:before {
content: "\ee19";
}
.icon-hipster3:before {
content: "\ee1a";
}
.icon-hipster22:before {
content: "\ee1b";
}
.icon-wondering3:before {
content: "\ee1c";
}
.icon-wondering22:before {
content: "\ee1d";
}
.icon-sleepy3:before {
content: "\ee1e";
}
.icon-sleepy22:before {
content: "\ee1f";
}
.icon-frustrated3:before {
content: "\ee20";
}
.icon-frustrated22:before {
content: "\ee21";
}
.icon-crying3:before {
content: "\ee22";
}
.icon-crying22:before {
content: "\ee23";
}
.icon-point-up2:before {
content: "\ee24";
}
.icon-point-right2:before {
content: "\ee25";
}
.icon-point-down2:before {
content: "\ee26";
}
.icon-point-left2:before {
content: "\ee27";
}
.icon-warning2:before {
content: "\ee28";
}
.icon-notification2:before {
content: "\ee29";
}
.icon-question2:before {
content: "\ee2a";
}
.icon-plus2:before {
content: "\ee2b";
}
.icon-minus2:before {
content: "\ee2c";
}
.icon-info2:before {
content: "\ee2d";
}
.icon-cancel-circle2:before {
content: "\ee2e";
}
.icon-blocked2:before {
content: "\ee2f";
}
.icon-cross2:before {
content: "\ee30";
}
.icon-checkmark3:before {
content: "\ee31";
}
.icon-checkmark22:before {
content: "\ee32";
}
.icon-spell-check2:before {
content: "\ee33";
}
.icon-enter2:before {
content: "\ee34";
}
.icon-exit2:before {
content: "\ee35";
}
.icon-play22:before {
content: "\ee36";
}
.icon-pause3:before {
content: "\ee37";
}
.icon-stop3:before {
content: "\ee38";
}
.icon-previous3:before {
content: "\ee39";
}
.icon-next33:before {
content: "\ee3a";
}
.icon-backward3:before {
content: "\ee3b";
}
.icon-forward22:before {
content: "\ee3c";
}
.icon-play32:before {
content: "\ee3d";
}
.icon-pause22:before {
content: "\ee3e";
}
.icon-stop22:before {
content: "\ee3f";
}
.icon-backward22:before {
content: "\ee40";
}
.icon-forward32:before {
content: "\ee41";
}
.icon-first2:before {
content: "\ee42";
}
.icon-last2:before {
content: "\ee43";
}
.icon-previous22:before {
content: "\ee44";
}
.icon-next22:before {
content: "\ee45";
}
.icon-eject2:before {
content: "\ee46";
}
.icon-volume-high2:before {
content: "\ee47";
}
.icon-volume-medium2:before {
content: "\ee48";
}
.icon-volume-low2:before {
content: "\ee49";
}
.icon-volume-mute3:before {
content: "\ee4a";
}
.icon-volume-mute22:before {
content: "\ee4b";
}
.icon-volume-increase2:before {
content: "\ee4c";
}
.icon-volume-decrease2:before {
content: "\ee4d";
}
.icon-loop3:before {
content: "\ee4e";
}
.icon-loop22:before {
content: "\ee4f";
}
.icon-infinite2:before {
content: "\ee50";
}
.icon-shuffle2:before {
content: "\ee51";
}
.icon-arrow-up-left3:before {
content: "\ee52";
}
.icon-arrow-up3:before {
content: "\ee53";
}
.icon-arrow-up-right3:before {
content: "\ee54";
}
.icon-arrow-right3:before {
content: "\ee55";
}
.icon-arrow-down-right3:before {
content: "\ee56";
}
.icon-arrow-down3:before {
content: "\ee57";
}
.icon-arrow-down-left3:before {
content: "\ee58";
}
.icon-arrow-left3:before {
content: "\ee59";
}
.icon-arrow-up-left22:before {
content: "\ee5a";
}
.icon-arrow-up22:before {
content: "\ee5b";
}
.icon-arrow-up-right22:before {
content: "\ee5c";
}
.icon-arrow-right22:before {
content: "\ee5d";
}
.icon-arrow-down-right22:before {
content: "\ee5e";
}
.icon-arrow-down22:before {
content: "\ee5f";
}
.icon-arrow-down-left22:before {
content: "\ee60";
}
.icon-arrow-left22:before {
content: "\ee61";
}
.icon-circle-up2:before {
content: "\ee62";
}
.icon-circle-right2:before {
content: "\ee63";
}
.icon-circle-down2:before {
content: "\ee64";
}
.icon-circle-left2:before {
content: "\ee65";
}
.icon-tab2:before {
content: "\ee66";
}
.icon-move-up2:before {
content: "\ee67";
}
.icon-move-down2:before {
content: "\ee68";
}
.icon-sort-alpha-asc2:before {
content: "\ee69";
}
.icon-sort-alpha-desc2:before {
content: "\ee6a";
}
.icon-sort-numeric-asc2:before {
content: "\ee6b";
}
.icon-sort-numberic-desc2:before {
content: "\ee6c";
}
.icon-sort-amount-asc2:before {
content: "\ee6d";
}
.icon-sort-amount-desc2:before {
content: "\ee6e";
}
.icon-command2:before {
content: "\ee6f";
}
.icon-shift2:before {
content: "\ee70";
}
.icon-ctrl2:before {
content: "\ee71";
}
.icon-opt2:before {
content: "\ee72";
}
.icon-checkbox-checked2:before {
content: "\ee73";
}
.icon-checkbox-unchecked2:before {
content: "\ee74";
}
.icon-radio-checked3:before {
content: "\ee75";
}
.icon-radio-checked22:before {
content: "\ee76";
}
.icon-radio-unchecked2:before {
content: "\ee77";
}
.icon-crop2:before {
content: "\ee78";
}
.icon-make-group2:before {
content: "\ee79";
}
.icon-ungroup2:before {
content: "\ee7a";
}
.icon-scissors2:before {
content: "\ee7b";
}
.icon-filter2:before {
content: "\ee7c";
}
.icon-font2:before {
content: "\ee7d";
}
.icon-ligature3:before {
content: "\ee7e";
}
.icon-ligature22:before {
content: "\ee7f";
}
.icon-text-height2:before {
content: "\ee80";
}
.icon-text-width2:before {
content: "\ee81";
}
.icon-font-size2:before {
content: "\ee82";
}
.icon-bold2:before {
content: "\ee83";
}
.icon-underline2:before {
content: "\ee84";
}
.icon-italic2:before {
content: "\ee85";
}
.icon-strikethrough2:before {
content: "\ee86";
}
.icon-omega2:before {
content: "\ee87";
}
.icon-sigma2:before {
content: "\ee88";
}
.icon-page-break2:before {
content: "\ee89";
}
.icon-superscript3:before {
content: "\ee8a";
}
.icon-subscript3:before {
content: "\ee8b";
}
.icon-superscript22:before {
content: "\ee8c";
}
.icon-subscript22:before {
content: "\ee8d";
}
.icon-text-color2:before {
content: "\ee8e";
}
.icon-pagebreak2:before {
content: "\ee8f";
}
.icon-clear-formatting2:before {
content: "\ee90";
}
.icon-table3:before {
content: "\ee91";
}
.icon-table22:before {
content: "\ee92";
}
.icon-insert-template2:before {
content: "\ee93";
}
.icon-pilcrow2:before {
content: "\ee94";
}
.icon-ltr2:before {
content: "\ee95";
}
.icon-rtl2:before {
content: "\ee96";
}
.icon-section2:before {
content: "\ee97";
}
.icon-paragraph-left2:before {
content: "\ee98";
}
.icon-paragraph-center2:before {
content: "\ee99";
}
.icon-paragraph-right2:before {
content: "\ee9a";
}
.icon-paragraph-justify2:before {
content: "\ee9b";
}
.icon-indent-increase2:before {
content: "\ee9c";
}
.icon-indent-decrease2:before {
content: "\ee9d";
}
.icon-share3:before {
content: "\ee9e";
}
.icon-new-tab2:before {
content: "\ee9f";
}
.icon-embed3:before {
content: "\eea0";
}
.icon-embed22:before {
content: "\eea1";
}
.icon-terminal2:before {
content: "\eea2";
}
.icon-share22:before {
content: "\eea3";
}
.icon-mail5:before {
content: "\eea4";
}
.icon-mail22:before {
content: "\eea5";
}
.icon-mail32:before {
content: "\eea6";
}
.icon-mail42:before {
content: "\eea7";
}
.icon-amazon2:before {
content: "\eea8";
}
.icon-google4:before {
content: "\eea9";
}
.icon-google22:before {
content: "\eeaa";
}
.icon-google32:before {
content: "\eeab";
}
.icon-google-plus4:before {
content: "\eeac";
}
.icon-google-plus22:before {
content: "\eead";
}
.icon-google-plus32:before {
content: "\eeae";
}
.icon-hangouts2:before {
content: "\eeaf";
}
.icon-google-drive2:before {
content: "\eeb0";
}
.icon-facebook3:before {
content: "\eeb1";
}
.icon-facebook22:before {
content: "\eeb2";
}
.icon-instagram2:before {
content: "\eeb3";
}
.icon-whatsapp2:before {
content: "\eeb4";
}
.icon-spotify2:before {
content: "\eeb5";
}
.icon-telegram2:before {
content: "\eeb6";
}
.icon-twitter2:before {
content: "\eeb7";
}
.icon-vine2:before {
content: "\eeb8";
}
.icon-vk2:before {
content: "\eeb9";
}
.icon-renren2:before {
content: "\eeba";
}
.icon-sina-weibo2:before {
content: "\eebb";
}
.icon-rss3:before {
content: "\eebc";
}
.icon-rss22:before {
content: "\eebd";
}
.icon-youtube3:before {
content: "\eebe";
}
.icon-youtube22:before {
content: "\eebf";
}
.icon-twitch2:before {
content: "\eec0";
}
.icon-vimeo3:before {
content: "\eec1";
}
.icon-vimeo22:before {
content: "\eec2";
}
.icon-lanyrd2:before {
content: "\eec3";
}
.icon-flickr5:before {
content: "\eec4";
}
.icon-flickr22:before {
content: "\eec5";
}
.icon-flickr32:before {
content: "\eec6";
}
.icon-flickr42:before {
content: "\eec7";
}
.icon-dribbble2:before {
content: "\eec8";
}
.icon-behance3:before {
content: "\eec9";
}
.icon-behance22:before {
content: "\eeca";
}
.icon-deviantart2:before {
content: "\eecb";
}
.icon-500px2:before {
content: "\eecc";
}
.icon-steam3:before {
content: "\eecd";
}
.icon-steam22:before {
content: "\eece";
}
.icon-dropbox2:before {
content: "\eecf";
}
.icon-onedrive2:before {
content: "\eed0";
}
.icon-github2:before {
content: "\eed1";
}
.icon-npm2:before {
content: "\eed2";
}
.icon-basecamp2:before {
content: "\eed3";
}
.icon-trello2:before {
content: "\eed4";
}
.icon-wordpress2:before {
content: "\eed5";
}
.icon-joomla2:before {
content: "\eed6";
}
.icon-ello2:before {
content: "\eed7";
}
.icon-blogger3:before {
content: "\eed8";
}
.icon-blogger22:before {
content: "\eed9";
}
.icon-tumblr3:before {
content: "\eeda";
}
.icon-tumblr22:before {
content: "\eedb";
}
.icon-yahoo3:before {
content: "\eedc";
}
.icon-yahoo22:before {
content: "\eedd";
}
.icon-tux2:before {
content: "\eede";
}
.icon-appleinc2:before {
content: "\eedf";
}
.icon-finder2:before {
content: "\eee0";
}
.icon-android2:before {
content: "\eee1";
}
.icon-windows2:before {
content: "\eee2";
}
.icon-windows82:before {
content: "\eee3";
}
.icon-soundcloud3:before {
content: "\eee4";
}
.icon-soundcloud22:before {
content: "\eee5";
}
.icon-skype2:before {
content: "\eee6";
}
.icon-reddit2:before {
content: "\eee7";
}
.icon-hackernews2:before {
content: "\eee8";
}
.icon-wikipedia2:before {
content: "\eee9";
}
.icon-linkedin3:before {
content: "\eeea";
}
.icon-linkedin22:before {
content: "\eeeb";
}
.icon-lastfm3:before {
content: "\eeec";
}
.icon-lastfm22:before {
content: "\eeed";
}
.icon-delicious2:before {
content: "\eeee";
}
.icon-stumbleupon3:before {
content: "\eeef";
}
.icon-stumbleupon22:before {
content: "\eef0";
}
.icon-stackoverflow2:before {
content: "\eef1";
}
.icon-pinterest3:before {
content: "\eef2";
}
.icon-pinterest22:before {
content: "\eef3";
}
.icon-xing3:before {
content: "\eef4";
}
.icon-xing22:before {
content: "\eef5";
}
.icon-flattr2:before {
content: "\eef6";
}
.icon-foursquare2:before {
content: "\eef7";
}
.icon-yelp2:before {
content: "\eef8";
}
.icon-paypal2:before {
content: "\eef9";
}
.icon-chrome2:before {
content: "\eefa";
}
.icon-firefox2:before {
content: "\eefb";
}
.icon-IE2:before {
content: "\eefc";
}
.icon-edge2:before {
content: "\eefd";
}
.icon-safari2:before {
content: "\eefe";
}
.icon-opera2:before {
content: "\eeff";
}
.icon-file-pdf2:before {
content: "\ef00";
}
.icon-file-openoffice2:before {
content: "\ef01";
}
.icon-file-word2:before {
content: "\ef02";
}
.icon-file-excel2:before {
content: "\ef03";
}
.icon-libreoffice2:before {
content: "\ef04";
}
.icon-html-five3:before {
content: "\ef05";
}
.icon-html-five22:before {
content: "\ef06";
}
.icon-css32:before {
content: "\ef07";
}
.icon-git2:before {
content: "\ef08";
}
.icon-codepen2:before {
content: "\ef09";
}
.icon-svg2:before {
content: "\ef0a";
}
.icon-IcoMoon2:before {
content: "\ef0b";
}
.icon-home:before {
content: "\ef26";
}
.icon-home2:before {
content: "\ef27";
}
.icon-home3:before {
content: "\ef28";
}
.icon-office:before {
content: "\ef29";
}
.icon-newspaper:before {
content: "\ef2a";
}
.icon-pencil:before {
content: "\ef2b";
}
.icon-pencil2:before {
content: "\ef2c";
}
.icon-quill:before {
content: "\ef2d";
}
.icon-pen:before {
content: "\ef2e";
}
.icon-blog:before {
content: "\ef2f";
}
.icon-eyedropper:before {
content: "\ef30";
}
.icon-droplet:before {
content: "\ef31";
}
.icon-paint-format:before {
content: "\ef32";
}
.icon-image:before {
content: "\ef33";
}
.icon-images:before {
content: "\ef34";
}
.icon-camera:before {
content: "\ef35";
}
.icon-headphones:before {
content: "\ef36";
}
.icon-music:before {
content: "\ef37";
}
.icon-play:before {
content: "\ef38";
}
.icon-film:before {
content: "\ef39";
}
.icon-video-camera:before {
content: "\ef3a";
}
.icon-dice:before {
content: "\ef3b";
}
.icon-pacman:before {
content: "\ef3c";
}
.icon-spades:before {
content: "\ef3d";
}
.icon-clubs:before {
content: "\ef3e";
}
.icon-diamonds:before {
content: "\ef3f";
}
.icon-bullhorn:before {
content: "\ef40";
}
.icon-connection:before {
content: "\ef41";
}
.icon-podcast:before {
content: "\ef42";
}
.icon-feed:before {
content: "\ef43";
}
.icon-mic:before {
content: "\ef44";
}
.icon-book:before {
content: "\ef45";
}
.icon-books:before {
content: "\ef46";
}
.icon-library:before {
content: "\ef47";
}
.icon-file-text:before {
content: "\ef48";
}
.icon-profile:before {
content: "\ef49";
}
.icon-file-empty:before {
content: "\ef4a";
}
.icon-files-empty:before {
content: "\ef4b";
}
.icon-file-text2:before {
content: "\ef4c";
}
.icon-file-picture:before {
content: "\ef4d";
}
.icon-file-music:before {
content: "\ef4e";
}
.icon-file-play:before {
content: "\ef4f";
}
.icon-file-video:before {
content: "\ef50";
}
.icon-file-zip:before {
content: "\ef51";
}
.icon-copy:before {
content: "\ef52";
}
.icon-paste:before {
content: "\ef53";
}
.icon-stack:before {
content: "\ef54";
}
.icon-folder:before {
content: "\ef55";
}
.icon-folder-open:before {
content: "\ef56";
}
.icon-folder-plus:before {
content: "\ef57";
}
.icon-folder-minus:before {
content: "\ef58";
}
.icon-folder-download:before {
content: "\ef59";
}
.icon-folder-upload:before {
content: "\ef5a";
}
.icon-price-tag:before {
content: "\ef5b";
}
.icon-price-tags:before {
content: "\ef5c";
}
.icon-barcode:before {
content: "\ef5d";
}
.icon-qrcode:before {
content: "\ef5e";
}
.icon-ticket:before {
content: "\ef5f";
}
.icon-cart:before {
content: "\ef60";
}
.icon-coin-dollar:before {
content: "\ef61";
}
.icon-coin-euro:before {
content: "\ef62";
}
.icon-coin-pound:before {
content: "\ef63";
}
.icon-coin-yen:before {
content: "\ef64";
}
.icon-credit-card:before {
content: "\ef65";
}
.icon-calculator:before {
content: "\ef66";
}
.icon-lifebuoy:before {
content: "\ef67";
}
.icon-phone:before {
content: "\ef68";
}
.icon-phone-hang-up:before {
content: "\ef69";
}
.icon-address-book:before {
content: "\ef6a";
}
.icon-envelop:before {
content: "\ef6b";
}
.icon-pushpin:before {
content: "\ef6c";
}
.icon-location:before {
content: "\ef6d";
}
.icon-location2:before {
content: "\ef6e";
}
.icon-compass:before {
content: "\ef6f";
}
.icon-compass2:before {
content: "\ef70";
}
.icon-map:before {
content: "\ef71";
}
.icon-map2:before {
content: "\ef72";
}
.icon-history:before {
content: "\ef73";
}
.icon-clock:before {
content: "\ef74";
}
.icon-clock2:before {
content: "\ef75";
}
.icon-alarm:before {
content: "\ef76";
}
.icon-bell:before {
content: "\ef77";
}
.icon-stopwatch:before {
content: "\ef78";
}
.icon-calendar:before {
content: "\ef79";
}
.icon-printer:before {
content: "\ef7a";
}
.icon-keyboard:before {
content: "\ef7b";
}
.icon-display:before {
content: "\ef7c";
}
.icon-laptop:before {
content: "\ef7d";
}
.icon-mobile:before {
content: "\ef7e";
}
.icon-mobile2:before {
content: "\ef7f";
}
.icon-tablet:before {
content: "\ef80";
}
.icon-tv:before {
content: "\ef81";
}
.icon-drawer:before {
content: "\ef82";
}
.icon-drawer2:before {
content: "\ef83";
}
.icon-box-add:before {
content: "\ef84";
}
.icon-box-remove:before {
content: "\ef85";
}
.icon-download:before {
content: "\ef86";
}
.icon-upload:before {
content: "\ef87";
}
.icon-floppy-disk:before {
content: "\ef88";
}
.icon-drive:before {
content: "\ef89";
}
.icon-database:before {
content: "\ef8a";
}
.icon-undo:before {
content: "\ef8b";
}
.icon-redo:before {
content: "\ef8c";
}
.icon-undo2:before {
content: "\ef8d";
}
.icon-redo2:before {
content: "\ef8e";
}
.icon-forward:before {
content: "\ef8f";
}
.icon-reply:before {
content: "\ef90";
}
.icon-bubble:before {
content: "\ef91";
}
.icon-bubbles:before {
content: "\ef92";
}
.icon-bubbles2:before {
content: "\ef93";
}
.icon-bubble2:before {
content: "\ef94";
}
.icon-bubbles3:before {
content: "\ef95";
}
.icon-bubbles4:before {
content: "\ef96";
}
.icon-user:before {
content: "\ef97";
}
.icon-users:before {
content: "\ef98";
}
.icon-user-plus:before {
content: "\ef99";
}
.icon-user-minus:before {
content: "\ef9a";
}
.icon-user-check:before {
content: "\ef9b";
}
.icon-user-tie:before {
content: "\ef9c";
}
.icon-quotes-left:before {
content: "\ef9d";
}
.icon-quotes-right:before {
content: "\ef9e";
}
.icon-hour-glass:before {
content: "\ef9f";
}
.icon-spinner:before {
content: "\efa0";
}
.icon-spinner2:before {
content: "\efa1";
}
.icon-spinner3:before {
content: "\efa2";
}
.icon-spinner4:before {
content: "\efa3";
}
.icon-spinner5:before {
content: "\efa4";
}
.icon-spinner6:before {
content: "\efa5";
}
.icon-spinner7:before {
content: "\efa6";
}
.icon-spinner8:before {
content: "\efa7";
}
.icon-spinner9:before {
content: "\efa8";
}
.icon-spinner10:before {
content: "\efa9";
}
.icon-spinner11:before {
content: "\efaa";
}
.icon-binoculars:before {
content: "\efab";
}
.icon-search:before {
content: "\efac";
}
.icon-zoom-in:before {
content: "\efad";
}
.icon-zoom-out:before {
content: "\efae";
}
.icon-enlarge:before {
content: "\efaf";
}
.icon-shrink:before {
content: "\efb0";
}
.icon-enlarge2:before {
content: "\efb1";
}
.icon-shrink2:before {
content: "\efb2";
}
.icon-key:before {
content: "\efb3";
}
.icon-key2:before {
content: "\efb4";
}
.icon-lock:before {
content: "\efb5";
}
.icon-unlocked:before {
content: "\efb6";
}
.icon-wrench:before {
content: "\efb7";
}
.icon-equalizer:before {
content: "\efb8";
}
.icon-equalizer2:before {
content: "\efb9";
}
.icon-cog:before {
content: "\efba";
}
.icon-cogs:before {
content: "\efbb";
}
.icon-hammer:before {
content: "\efbc";
}
.icon-magic-wand:before {
content: "\efbd";
}
.icon-aid-kit:before {
content: "\efbe";
}
.icon-bug:before {
content: "\efbf";
}
.icon-pie-chart:before {
content: "\efc0";
}
.icon-stats-dots:before {
content: "\efc1";
}
.icon-stats-bars:before {
content: "\efc2";
}
.icon-stats-bars2:before {
content: "\efc3";
}
.icon-trophy:before {
content: "\efc4";
}
.icon-gift:before {
content: "\efc5";
}
.icon-glass:before {
content: "\efc6";
}
.icon-glass2:before {
content: "\efc7";
}
.icon-mug:before {
content: "\efc8";
}
.icon-spoon-knife:before {
content: "\efc9";
}
.icon-leaf:before {
content: "\efca";
}
.icon-rocket:before {
content: "\efcb";
}
.icon-meter:before {
content: "\efcc";
}
.icon-meter2:before {
content: "\efcd";
}
.icon-hammer2:before {
content: "\efce";
}
.icon-fire:before {
content: "\efcf";
}
.icon-lab:before {
content: "\efd0";
}
.icon-magnet:before {
content: "\efd1";
}
.icon-bin:before {
content: "\efd2";
}
.icon-bin2:before {
content: "\efd3";
}
.icon-briefcase:before {
content: "\efd4";
}
.icon-airplane:before {
content: "\efd5";
}
.icon-truck:before {
content: "\efd6";
}
.icon-road:before {
content: "\efd7";
}
.icon-accessibility:before {
content: "\efd8";
}
.icon-target:before {
content: "\efd9";
}
.icon-shield:before {
content: "\efda";
}
.icon-power:before {
content: "\efdb";
}
.icon-switch:before {
content: "\efdc";
}
.icon-power-cord:before {
content: "\efdd";
}
.icon-clipboard:before {
content: "\efde";
}
.icon-list-numbered:before {
content: "\efdf";
}
.icon-list:before {
content: "\efe0";
}
.icon-list2:before {
content: "\efe1";
}
.icon-tree:before {
content: "\efe2";
}
.icon-menu:before {
content: "\efe3";
}
.icon-menu2:before {
content: "\efe4";
}
.icon-menu3:before {
content: "\efe5";
}
.icon-menu4:before {
content: "\efe6";
}
.icon-cloud:before {
content: "\efe7";
}
.icon-cloud-download:before {
content: "\efe8";
}
.icon-cloud-upload:before {
content: "\efe9";
}
.icon-cloud-check:before {
content: "\efea";
}
.icon-download2:before {
content: "\efeb";
}
.icon-upload2:before {
content: "\efec";
}
.icon-download3:before {
content: "\efed";
}
.icon-upload3:before {
content: "\efee";
}
.icon-sphere:before {
content: "\efef";
}
.icon-earth:before {
content: "\eff0";
}
.icon-link:before {
content: "\eff1";
}
.icon-flag:before {
content: "\eff2";
}
.icon-attachment:before {
content: "\eff3";
}
.icon-eye:before {
content: "\eff4";
}
.icon-eye-plus:before {
content: "\eff5";
}
.icon-eye-minus:before {
content: "\eff6";
}
.icon-eye-blocked:before {
content: "\eff7";
}
.icon-bookmark:before {
content: "\eff8";
}
.icon-bookmarks:before {
content: "\eff9";
}
.icon-sun:before {
content: "\effa";
}
.icon-contrast:before {
content: "\effb";
}
.icon-brightness-contrast:before {
content: "\effc";
}
.icon-star-empty:before {
content: "\effd";
}
.icon-star-half:before {
content: "\effe";
}
.icon-star-full:before {
content: "\efff";
}
.icon-heart:before {
content: "\f000";
}
.icon-heart-broken:before {
content: "\f001";
}
.icon-man:before {
content: "\f002";
}
.icon-woman:before {
content: "\f003";
}
.icon-man-woman:before {
content: "\f004";
}
.icon-happy:before {
content: "\f005";
}
.icon-happy2:before {
content: "\f006";
}
.icon-smile:before {
content: "\f007";
}
.icon-smile2:before {
content: "\f008";
}
.icon-tongue:before {
content: "\f009";
}
.icon-tongue2:before {
content: "\f00a";
}
.icon-sad:before {
content: "\f00b";
}
.icon-sad2:before {
content: "\f00c";
}
.icon-wink:before {
content: "\f00d";
}
.icon-wink2:before {
content: "\f00e";
}
.icon-grin:before {
content: "\f00f";
}
.icon-grin2:before {
content: "\f010";
}
.icon-cool:before {
content: "\f011";
}
.icon-cool2:before {
content: "\f012";
}
.icon-angry:before {
content: "\f013";
}
.icon-angry2:before {
content: "\f014";
}
.icon-evil:before {
content: "\f015";
}
.icon-evil2:before {
content: "\f016";
}
.icon-shocked:before {
content: "\f017";
}
.icon-shocked2:before {
content: "\f018";
}
.icon-baffled:before {
content: "\f019";
}
.icon-baffled2:before {
content: "\f01a";
}
.icon-confused:before {
content: "\f01b";
}
.icon-confused2:before {
content: "\f01c";
}
.icon-neutral:before {
content: "\f01d";
}
.icon-neutral2:before {
content: "\f01e";
}
.icon-hipster:before {
content: "\f01f";
}
.icon-hipster2:before {
content: "\f020";
}
.icon-wondering:before {
content: "\f021";
}
.icon-wondering2:before {
content: "\f022";
}
.icon-sleepy:before {
content: "\f023";
}
.icon-sleepy2:before {
content: "\f024";
}
.icon-frustrated:before {
content: "\f025";
}
.icon-frustrated2:before {
content: "\f026";
}
.icon-crying:before {
content: "\f027";
}
.icon-crying2:before {
content: "\f028";
}
.icon-point-up:before {
content: "\f029";
}
.icon-point-right:before {
content: "\f02a";
}
.icon-point-down:before {
content: "\f02b";
}
.icon-point-left:before {
content: "\f02c";
}
.icon-warning:before {
content: "\f02d";
}
.icon-notification:before {
content: "\f02e";
}
.icon-question:before {
content: "\f02f";
}
.icon-plus:before {
content: "\f030";
}
.icon-minus:before {
content: "\f031";
}
.icon-info:before {
content: "\f032";
}
.icon-cancel-circle:before {
content: "\f033";
}
.icon-blocked:before {
content: "\f034";
}
.icon-cross:before {
content: "\f035";
}
.icon-checkmark:before {
content: "\f036";
}
.icon-checkmark2:before {
content: "\f037";
}
.icon-spell-check:before {
content: "\f038";
}
.icon-enter:before {
content: "\f039";
}
.icon-exit:before {
content: "\f03a";
}
.icon-play2:before {
content: "\f03b";
}
.icon-pause:before {
content: "\f03c";
}
.icon-stop:before {
content: "\f03d";
}
.icon-previous:before {
content: "\f03e";
}
.icon-next:before {
content: "\f03f";
}
.icon-backward:before {
content: "\f040";
}
.icon-forward2:before {
content: "\f041";
}
.icon-play3:before {
content: "\f042";
}
.icon-pause2:before {
content: "\f043";
}
.icon-stop2:before {
content: "\f044";
}
.icon-backward2:before {
content: "\f045";
}
.icon-forward3:before {
content: "\f046";
}
.icon-first:before {
content: "\f047";
}
.icon-last:before {
content: "\f048";
}
.icon-previous2:before {
content: "\f049";
}
.icon-next2:before {
content: "\f04a";
}
.icon-eject:before {
content: "\f04b";
}
.icon-volume-high:before {
content: "\f04c";
}
.icon-volume-medium:before {
content: "\f04d";
}
.icon-volume-low:before {
content: "\f04e";
}
.icon-volume-mute:before {
content: "\f04f";
}
.icon-volume-mute2:before {
content: "\f050";
}
.icon-volume-increase:before {
content: "\f051";
}
.icon-volume-decrease:before {
content: "\f052";
}
.icon-loop:before {
content: "\f053";
}
.icon-loop2:before {
content: "\f054";
}
.icon-infinite:before {
content: "\f055";
}
.icon-shuffle:before {
content: "\f056";
}
.icon-arrow-up-left:before {
content: "\f057";
}
.icon-arrow-up:before {
content: "\f058";
}
.icon-arrow-up-right:before {
content: "\f059";
}
.icon-arrow-right:before {
content: "\f05a";
}
.icon-arrow-down-right:before {
content: "\f05b";
}
.icon-arrow-down:before {
content: "\f05c";
}
.icon-arrow-down-left:before {
content: "\f05d";
}
.icon-arrow-left:before {
content: "\f05e";
}
.icon-arrow-up-left2:before {
content: "\f05f";
}
.icon-arrow-up2:before {
content: "\f060";
}
.icon-arrow-up-right2:before {
content: "\f061";
}
.icon-arrow-right2:before {
content: "\f062";
}
.icon-arrow-down-right2:before {
content: "\f063";
}
.icon-arrow-down2:before {
content: "\f064";
}
.icon-arrow-down-left2:before {
content: "\f065";
}
.icon-arrow-left2:before {
content: "\f066";
}
.icon-circle-up:before {
content: "\f067";
}
.icon-circle-right:before {
content: "\f068";
}
.icon-circle-down:before {
content: "\f069";
}
.icon-circle-left:before {
content: "\f06a";
}
.icon-tab:before {
content: "\f06b";
}
.icon-move-up:before {
content: "\f06c";
}
.icon-move-down:before {
content: "\f06d";
}
.icon-sort-alpha-asc:before {
content: "\f06e";
}
.icon-sort-alpha-desc:before {
content: "\f06f";
}
.icon-sort-numeric-asc:before {
content: "\f070";
}
.icon-sort-numberic-desc:before {
content: "\f071";
}
.icon-sort-amount-asc:before {
content: "\f072";
}
.icon-sort-amount-desc:before {
content: "\f073";
}
.icon-command:before {
content: "\f074";
}
.icon-shift:before {
content: "\f075";
}
.icon-ctrl:before {
content: "\f076";
}
.icon-opt:before {
content: "\f077";
}
.icon-checkbox-checked:before {
content: "\f078";
}
.icon-checkbox-unchecked:before {
content: "\f079";
}
.icon-radio-checked:before {
content: "\f07a";
}
.icon-radio-checked2:before {
content: "\f07b";
}
.icon-radio-unchecked:before {
content: "\f07c";
}
.icon-crop:before {
content: "\f07d";
}
.icon-make-group:before {
content: "\f07e";
}
.icon-ungroup:before {
content: "\f07f";
}
.icon-scissors:before {
content: "\f080";
}
.icon-filter:before {
content: "\f081";
}
.icon-font:before {
content: "\f082";
}
.icon-ligature:before {
content: "\f083";
}
.icon-ligature2:before {
content: "\f084";
}
.icon-text-height:before {
content: "\f085";
}
.icon-text-width:before {
content: "\f086";
}
.icon-font-size:before {
content: "\f087";
}
.icon-bold:before {
content: "\f088";
}
.icon-underline:before {
content: "\f089";
}
.icon-italic:before {
content: "\f08a";
}
.icon-strikethrough:before {
content: "\f08b";
}
.icon-omega:before {
content: "\f08c";
}
.icon-sigma:before {
content: "\f08d";
}
.icon-page-break:before {
content: "\f08e";
}
.icon-superscript:before {
content: "\f08f";
}
.icon-subscript:before {
content: "\f090";
}
.icon-superscript2:before {
content: "\f091";
}
.icon-subscript2:before {
content: "\f092";
}
.icon-text-color:before {
content: "\f093";
}
.icon-pagebreak:before {
content: "\f094";
}
.icon-clear-formatting:before {
content: "\f095";
}
.icon-table:before {
content: "\f096";
}
.icon-table2:before {
content: "\f097";
}
.icon-insert-template:before {
content: "\f098";
}
.icon-pilcrow:before {
content: "\f099";
}
.icon-ltr:before {
content: "\f09a";
}
.icon-rtl:before {
content: "\f09b";
}
.icon-section:before {
content: "\f09c";
}
.icon-paragraph-left:before {
content: "\f09d";
}
.icon-paragraph-center:before {
content: "\f09e";
}
.icon-paragraph-right:before {
content: "\f09f";
}
.icon-paragraph-justify:before {
content: "\f0a0";
}
.icon-indent-increase:before {
content: "\f0a1";
}
.icon-indent-decrease:before {
content: "\f0a2";
}
.icon-share:before {
content: "\f0a3";
}
.icon-new-tab:before {
content: "\f0a4";
}
.icon-embed:before {
content: "\f0a5";
}
.icon-embed2:before {
content: "\f0a6";
}
.icon-terminal:before {
content: "\f0a7";
}
.icon-share2:before {
content: "\f0a8";
}
.icon-mail:before {
content: "\f0a9";
}
.icon-mail2:before {
content: "\f0aa";
}
.icon-mail3:before {
content: "\f0ab";
}
.icon-mail4:before {
content: "\f0ac";
}
.icon-amazon:before {
content: "\f0ad";
}
.icon-google:before {
content: "\f0ae";
}
.icon-google2:before {
content: "\f0af";
}
.icon-google3:before {
content: "\f0b0";
}
.icon-google-plus:before {
content: "\f0b1";
}
.icon-google-plus2:before {
content: "\f0b2";
}
.icon-google-plus3:before {
content: "\f0b3";
}
.icon-hangouts:before {
content: "\f0b4";
}
.icon-google-drive:before {
content: "\f0b5";
}
.icon-facebook:before {
content: "\f0b6";
}
.icon-facebook2:before {
content: "\f0b7";
}
.icon-instagram:before {
content: "\f0b8";
}
.icon-whatsapp:before {
content: "\f0b9";
}
.icon-spotify:before {
content: "\f0ba";
}
.icon-telegram:before {
content: "\f0bb";
}
.icon-twitter:before {
content: "\f0bc";
}
.icon-vine:before {
content: "\f0bd";
}
.icon-vk:before {
content: "\f0be";
}
.icon-renren:before {
content: "\f0bf";
}
.icon-sina-weibo:before {
content: "\f0c0";
}
.icon-rss:before {
content: "\f0c1";
}
.icon-rss2:before {
content: "\f0c2";
}
.icon-youtube:before {
content: "\f0c3";
}
.icon-youtube2:before {
content: "\f0c4";
}
.icon-twitch:before {
content: "\f0c5";
}
.icon-vimeo:before {
content: "\f0c6";
}
.icon-vimeo2:before {
content: "\f0c7";
}
.icon-lanyrd:before {
content: "\f0c8";
}
.icon-flickr:before {
content: "\f0c9";
}
.icon-flickr2:before {
content: "\f0ca";
}
.icon-flickr3:before {
content: "\f0cb";
}
.icon-flickr4:before {
content: "\f0cc";
}
.icon-dribbble:before {
content: "\f0cd";
}
.icon-behance:before {
content: "\f0ce";
}
.icon-behance2:before {
content: "\f0cf";
}
.icon-deviantart:before {
content: "\f0d0";
}
.icon-500px:before {
content: "\f0d1";
}
.icon-steam:before {
content: "\f0d2";
}
.icon-steam2:before {
content: "\f0d3";
}
.icon-dropbox:before {
content: "\f0d4";
}
.icon-onedrive:before {
content: "\f0d5";
}
.icon-github:before {
content: "\f0d6";
}
.icon-npm:before {
content: "\f0d7";
}
.icon-basecamp:before {
content: "\f0d8";
}
.icon-trello:before {
content: "\f0d9";
}
.icon-wordpress:before {
content: "\f0da";
}
.icon-joomla:before {
content: "\f0db";
}
.icon-ello:before {
content: "\f0dc";
}
.icon-blogger:before {
content: "\f0dd";
}
.icon-blogger2:before {
content: "\f0de";
}
.icon-tumblr:before {
content: "\f0df";
}
.icon-tumblr2:before {
content: "\f0e0";
}
.icon-yahoo:before {
content: "\f0e1";
}
.icon-yahoo2:before {
content: "\f0e2";
}
.icon-tux:before {
content: "\f0e3";
}
.icon-appleinc:before {
content: "\f0e4";
}
.icon-finder:before {
content: "\f0e5";
}
.icon-android:before {
content: "\f0e6";
}
.icon-windows:before {
content: "\f0e7";
}
.icon-windows8:before {
content: "\f0e8";
}
.icon-soundcloud:before {
content: "\f0e9";
}
.icon-soundcloud2:before {
content: "\f0ea";
}
.icon-skype:before {
content: "\f0eb";
}
.icon-reddit:before {
content: "\f0ec";
}
.icon-hackernews:before {
content: "\f0ed";
}
.icon-wikipedia:before {
content: "\f0ee";
}
.icon-linkedin:before {
content: "\f0ef";
}
.icon-linkedin2:before {
content: "\f0f0";
}
.icon-lastfm:before {
content: "\f0f1";
}
.icon-lastfm2:before {
content: "\f0f2";
}
.icon-delicious:before {
content: "\f0f3";
}
.icon-stumbleupon:before {
content: "\f0f4";
}
.icon-stumbleupon2:before {
content: "\f0f5";
}
.icon-stackoverflow:before {
content: "\f0f6";
}
.icon-pinterest:before {
content: "\f0f7";
}
.icon-pinterest2:before {
content: "\f0f8";
}
.icon-xing:before {
content: "\f0f9";
}
.icon-xing2:before {
content: "\f0fa";
}
.icon-flattr:before {
content: "\f0fb";
}
.icon-foursquare:before {
content: "\f0fc";
}
.icon-yelp:before {
content: "\f0fd";
}
.icon-paypal:before {
content: "\f0fe";
}
.icon-chrome:before {
content: "\f0ff";
}
.icon-firefox:before {
content: "\f100";
}
.icon-IE:before {
content: "\f101";
}
.icon-edge:before {
content: "\f102";
}
.icon-safari:before {
content: "\f103";
}
.icon-opera:before {
content: "\f104";
}
.icon-file-pdf:before {
content: "\f105";
}
.icon-file-openoffice:before {
content: "\f106";
}
.icon-file-word:before {
content: "\f107";
}
.icon-file-excel:before {
content: "\f108";
}
.icon-libreoffice:before {
content: "\f109";
}
.icon-html-five:before {
content: "\f10a";
}
.icon-html-five2:before {
content: "\f10b";
}
.icon-css3:before {
content: "\f10c";
}
.icon-git:before {
content: "\f10d";
}
.icon-codepen:before {
content: "\f10e";
}
.icon-svg:before {
content: "\f10f";
}
.icon-IcoMoon:before {
content: "\f110";
}
.icon-compass3:before {
content: "\e949";
}
.icon-user2:before {
content: "\e971";
}
.icon-users2:before {
content: "\e972";
}
.icon-star:before {
content: "\eaed";
}
.icon-key3:before {
content: "\eaf3";
}
.icon-settings:before {
content: "\eaf5";
}
.icon-lock2:before {
content: "\eaf8";
}
.icon-calendar2:before {
content: "\eb16";
}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px);-moz-transform:translate3d(0px,0px,0px);-ms-transform:translate3d(0px,0px,0px);-o-transform:translate3d(0px,0px,0px);transform:translate3d(0px,0px,0px);-webkit-backface-visibility:visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
background-color: rgba(0, 0, 0, .45);
z-index: 1080
}
#lg-counter, .lg-outer .lg-video-cont {
vertical-align: middle;
display: inline-block
}
@font-face {
font-family: lg;
src: url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/fonts/lg.eot?n1z373);
src: url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/fonts/lg.woff?n1z373) format("woff"), url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/fonts/lg.ttf?n1z373) format("truetype"), url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: 400;
font-style: normal
}
.lg-icon {
font-family: lg;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF
}
.lg-actions .lg-next {
right: 20px
}
.lg-actions .lg-next:before {
content: "\e095"
}
.lg-actions .lg-prev {
left: 20px
}
.lg-actions .lg-prev:after {
content: "\e094"
}
@-webkit-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-moz-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-ms-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-webkit-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@-moz-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@-ms-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end .3s;
-o-animation: lg-right-end .3s;
animation: lg-right-end .3s;
position: relative
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end .3s;
-o-animation: lg-left-end .3s;
animation: lg-left-end .3s;
position: relative
}
.lg-toolbar {
left: 0;
position: absolute;
top: 0;
width: 100%
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: 0
}
.lg-toolbar .lg-icon:hover {
color: #FFF
}
.lg-toolbar .lg-close:after {
content: "\e070"
}
.lg-toolbar .lg-download:after {
content: "\e0f2"
}
.lg-sub-html {
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: 700
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0
}
#lg-counter {
color: #999;
font-size: 16px;
padding-left: 20px;
padding-top: 12px
}
.lg-next, .lg-prev, .lg-toolbar {
opacity: 1;
-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(.5, .5, .5);
transform: scale3d(.5, .5, .5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
transition: transform 250ms ease 0s, opacity 250ms !important;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px
}
.lg-outer .lg-thumb-item {
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color .25s ease;
-o-transition: border-color .25s ease;
transition: border-color .25s ease
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom .25s ease;
-o-transition: bottom .25s ease;
transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff"
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF
}
.lg-outer .lg-video-cont {
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
background: url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/img/video-play.png) no-repeat;
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/img/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1080;
opacity: 0;
-webkit-transition: opacity 80ms ease 0s;
-moz-transition: opacity 80ms ease 0s;
-o-transition: opacity 80ms ease 0s;
transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1
}
.lg-autoplay-button:after {
content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition-duration: 0s;
transition-duration: 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: -webkit-transform .3s ease 0s;
-moz-transition: -moz-transform .3s ease 0s;
-o-transition: -o-transform .3s ease 0s;
transition: transform .3s ease 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform .3s ease 0s, opacity .15s !important;
-moz-transition: -moz-transform .3s ease 0s, opacity .15s !important;
-o-transition: -o-transform .3s ease 0s, opacity .15s !important;
transition: transform .3s ease 0s, opacity .15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
#lg-zoom-in:after {
content: "\e311"
}
#lg-actual-size {
font-size: 20px
}
#lg-actual-size:after {
content: "\e033"
}
#lg-zoom-out {
opacity: .5;
pointer-events: none
}
#lg-zoom-out:after {
content: "\e312"
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
transition: opacity .15s ease 0s, transform .15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, .5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow .3s ease 0s;
-o-transition: box-shadow .3s ease 0s;
transition: box-shadow .3s ease 0s;
width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
width: 100%;
height: 100%
}
.lg-fullscreen:after {
content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d"
}
.group:after, .group:before {
display: table;
content: "";
line-height: 0
}
.group:after {
clear: both
}
.lg-outer {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.lg-outer.lg-visible {
opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing
}
.lg-outer .lg {
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%
}
.lg-outer .lg-inner {
position: absolute;
left: 0;
top: 0;
white-space: nowrap
}
.lg-outer .lg-item {
background: url(//ehmarbella.com/wp-content/themes/benaa/assets/plugins/light-gallery/img/loading.gif) center center no-repeat;
display: none !important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
display: inline-block !important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px
}
.lg-outer .lg-img-wrap {
position: static;
padding: 0 5px
}
.lg-outer .lg-item.lg-complete {
background-image: none
}
.lg-outer .lg-item.lg-current {
z-index: 1060
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
display: none
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1050;
background-color: #000;
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-backdrop.in {
opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
-webkit-transition: opacity .1s ease 0s;
-moz-transition: opacity .1s ease 0s;
-o-transition: opacity .1s ease 0s;
transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}.ps-container{-ms-touch-action:none;touch-action:none;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}@-moz-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%; text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
margin: 5px 0 0 0;
font-size: 12px;
line-height: 1.8;
}
.sticky {
opacity: 1;
}
.bypostauthor {
opacity: 1;
} .gallery {
margin: 0 -5px 10px -5px;
}
.gallery-item {
margin: 0 0 10px 0;
padding: 0 5px;
display: inline-block;
text-align: center;
vertical-align: top;
max-width: 33.33%;
width: 100%;
}
.gallery-caption {
font-size: 12px;
line-height: 1.8;
margin-top: 5px;
}
.gallery-icon img {
margin: 0 auto;
border-radius: 2px;
border: 1px solid #eee;
padding: 7px;
}
.gallery-icon img:hover {
border: 1px solid #ccc;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content hr,
.entry-content dl,
.entry-content blockquote,
.entry-content table,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content pre {
margin-bottom: 20px;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content p:last-child,
.entry-content hr:last-child,
.entry-content dl:last-child,
.entry-content blockquote:last-child,
.entry-content table:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content address:last-child,
.entry-content pre:last-child {
margin-bottom: 0;
}
.entry-content hr {
margin-top: 20px;
border-top: 1px solid #ededed;
clear: both;
}
.entry-content table {
width: 100%;
border: 1px solid #dcdcdc;
}
.entry-content td,
.entry-content th {
padding: 8px;
border-top: 1px solid #dcdcdc;
vertical-align: top;
}
.entry-content thead th {
font-weight: bold;
background: #f8f8f8;
vertical-align: bottom;
}
.entry-content thead:first-child > tr:first-child > td,
.entry-content thead:first-child > tr:first-child > th {
border-top: none;
}
.entry-content dt,
.entry-content dd {
line-height: 2;
}
.entry-content dd {
margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
padding-left: 25px;
}
.entry-content li > ul,
.entry-content li > ol {
margin-bottom: 0;
}
.entry-content address {
line-height: 1.8;
font-style: italic;
} body {
line-height: 1.714;
overflow-x: hidden;
color: #727272;
position: relative;
-webkit-font-smoothing: antialiased;
}
#primary-content {
background-color: #f6f6f6;
}
#wrapper-content {
overflow-x: hidden;
}
img {
max-width: 100%;
height: auto;
}
iframe {
max-width: 100%;
}
a,
a:focus,
a:hover {
outline: none;
text-decoration: none;
color: #727272;
}
a:hover,
a:focus {
color: #00a0e4;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div,
iframe,
img {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
line-height: 1.2;
color: #222222;
margin-top: 0;
margin-bottom: 20px;
}
p {
margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
outline: none;
}
::selection {
color: #ffffff;
background-color: #00a0e4;
}
::-moz-selection {
color: #ffffff;
background-color: #00a0e4;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select.form-control,
select {
padding: 0 18px;
height: 44px;
line-height: 1;
background-color: #fff;
color: #727272;
border: 1px solid #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder {
color: #727272 !important;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
select.form-control:-moz-placeholder,
select:-moz-placeholder {
color: #727272 !important;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select.form-control::-moz-placeholder,
select::-moz-placeholder {
color: #727272 !important;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select:-ms-input-placeholder {
color: #727272 !important;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select.form-control:focus,
select:focus {
border-color: #00a0e4;
}
textarea {
padding-top: 10px;
height: auto;
}
select {
max-width: 100%;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
background-repeat: no-repeat !important;
background-position: 98%;
background-position: calc(100% - 15px);
}
#wrapper {
background-color: #fff;
}
body.boxed #wrapper {
max-width: 1200px;
margin: auto;
position: relative;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.container .container {
max-width: 1200px;
width: auto;
padding-left: 0;
padding-right: 0;
} .block-center:before {
content: "";
height: 100%;
vertical-align: middle;
display: inline-block;
}
.block-center {
height: 100%;
width: 100%;
text-align: center;
font-size: 0;
}
.block-center-inner {
display: inline-block;
margin: 0 auto;
position: relative;
vertical-align: middle;
max-width: 100%;
font-size: initial;
}
.block-center-inner > * {
margin: auto;
} .back-to-top {
position: fixed;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
bottom: 10px;
right: 10px;
width: 44px;
height: 44px;
text-align: center;
z-index: 2;
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-o-transform: translateX(100px);
-ms-transform: translateX(100px);
transform: translateX(100px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #fff;
background-color: #222222;
}
.back-to-top i {
font-size: 22px;
line-height: 44px;
font-family: FontAwesome;
font-weight: 400;
}
.back-to-top:focus,
.back-to-top:hover {
text-decoration: none;
color: #ffffff;
background-color: #00a0e4;
}
.back-to-top.in {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
} .site-loading {
position: fixed;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
display: none;
-webkit-transition: opacity 600ms ease 200ms;
-moz-transition: opacity 600ms ease 200ms;
-o-transition: opacity 600ms ease 200ms;
transition: opacity 600ms ease 200ms;
}
body.page-loading .site-loading {
opacity: 1;
display: block;
}
.logo-loading {
margin-bottom: 30px;
}
.scheme-dark {
color: #fff;
} .owl-nav .owl-prev,
.owl-nav .owl-next {
position: absolute;
width: 50px;
height: 60px;
top: 50%;
margin-top: -30px;
background-color: #f6f6f6;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
color: #222222;
font-size: 31px;
line-height: 60px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
background-color: #00a0e4;
}
.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
color: #FFFFFF;
}
.owl-nav .owl-prev {
left: -80px;
}
.owl-nav .owl-prev:after {
border-bottom: solid 0 transparent;
border-top: solid 60px #f6f6f6;
border-right: solid 10px transparent;
left: 100%;
}
.owl-nav .owl-prev:hover:after {
border-top-color: #00a0e4;
}
.owl-nav .owl-next {
right: -80px;
}
.owl-nav .owl-next:after {
border-bottom: solid 60px #f6f6f6;
border-top: solid 0 transparent;
border-left: solid 10px transparent;
right: 100%;
}
.owl-nav .owl-next:hover:after {
border-bottom-color: #00a0e4;
}
.owl-nav .disabled {
cursor: not-allowed !important;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
font-weight: 400;
font-family: FontAwesome;
}
.owl-nav-top-right .owl-next,
.owl-nav-bottom-center .owl-next {
background-color: #00a0e4 !important;
}
.owl-nav-top-right .owl-next i,
.owl-nav-bottom-center .owl-next i {
color: #fff !important;
}
.owl-nav-top-right .owl-next:after,
.owl-nav-bottom-center .owl-next:after {
border-bottom-color: #00a0e4 !important;
}
.owl-nav-top-right .owl-nav div {
top: -55px;
}
.owl-nav-top-right .owl-nav .owl-prev {
right: 65px;
left: auto !important;
}
.owl-nav-top-right .owl-nav .owl-next {
right: 0;
}
.owl-dots {
text-align: center;
padding-top: 10px;
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot span {
width: 10px;
height: 10px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
margin: 3px;
display: block;
background-color: #EBEBEB;
}
.owl-dots .owl-dot.active span {
background-color: #00a0e4;
}
.color-light .owl-dots .owl-dot span {
background-color: #FFFFFF;
}
.color-light .owl-dots .owl-dot.active span {
background-color: #00a0e4;
}
@media (max-width: 1380px) {
.owl-carousel:hover .owl-nav .owl-prev {
left: 0;
}
.owl-carousel:hover .owl-nav .owl-next {
right: 0;
}
.owl-nav .owl-prev {
left: 0;
}
.owl-nav .owl-next {
right: 0;
}
}
@media (max-width: 1200px) {
.owl-nav .owl-prev,
.owl-nav .owl-next {
width: 40px;
height: 50px;
margin-top: -30px;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
font-size: 24px;
line-height: 50px;
}
.owl-nav .owl-prev:after {
border-top: solid 50px #f6f6f6;
}
.owl-nav .owl-next:after {
border-bottom: solid 50px #f6f6f6;
}
.owl-nav-top-right .owl-nav .owl-prev {
right: 55px;
}
}
#search_popup_wrapper form {
margin: 2em 1em;
position: relative;
}
#search_popup_wrapper input {
width: 100%;
padding-right: 95px;
}
#search_popup_wrapper input:focus {
border-color: #00a0e4;
}
#search_popup_wrapper button {
position: absolute;
right: 0;
top: 0;
height: 44px;
line-height: 14px;
}
.popup-overlay-wrapper {
position: absolute;
z-index: 9999;
background-color: rgba(20, 22, 24, 0.95);
width: 100%;
top: 0;
bottom: 0;
left: 0;
padding-bottom: 80px;
overflow: auto;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.popup-overlay-wrapper.in {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.popup-overlay-wrapper.in .popup-overlay-content {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.5s 0.2s;
transition: transform .5s .8s, opacity .5s .8s;
}
.popup-overlay-content {
margin: 80px auto 0;
width: 80%;
position: relative;
font-size: 20px;
opacity: 0;
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
-moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
-o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.popup-overlay-content input {
border: solid 2px #FFF;
padding: 1em;
height: auto;
color: #fff;
}
.popup-overlay-content input::-webkit-input-placeholder {
color: #eeeeee !important;
}
.popup-overlay-content input:-moz-placeholder {
color: #eeeeee !important;
}
.popup-overlay-content input::-moz-placeholder {
color: #eeeeee !important;
}
.popup-overlay-content input:-ms-input-placeholder {
color: #eeeeee !important;
}
.popup-overlay-content .search-button {
position: absolute;
top: 22px;
right: 30px;
color: #fff;
}
.popup-overlay-content .search-button:hover {
cursor: pointer;
color: #00a0e4;
}
.popup-overlay-result {
color: #fff;
background-color: #343537;
padding: 0;
font-size: 16px;
line-height: 2em;
}
.popup-overlay-result ul {
padding: 15px 0;
margin: 0;
list-style: none;
}
.popup-overlay-result li {
padding: 5px 30px;
}
.popup-overlay-result li.selected,
.popup-overlay-result li:hover {
color: #00a0e4;
}
.popup-overlay-result li + li {
border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.popup-overlay-result a {
color: inherit;
}
.popup-overlay-result .date {
display: inline-block;
float: right;
}
.popup-overlay-result .view-more {
position: absolute;
background: #343537;
left: 0;
right: 0;
text-align: center;
padding: 5px;
-webkit-border-radius: 0 0 100% 100%;
-moz-border-radius: 0 0 100% 100%;
border-radius: 0 0 100% 100%;
margin: auto;
border-top: solid 1px rgba(255, 255, 255, 0.1);
text-transform: uppercase;
}
.ps-container > .ps-scrollbar-y-rail {
width: 3px;
right: 5px;
background-color: #222 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
width: 5px;
right: -1px;
background-color: #00a0e4 !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ps-container:hover > .ps-scrollbar-y-rail {
opacity: 0.6 !important;
}
.gf-preset-content-wrapper {
background: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/preset-bg.jpg) repeat;
padding: 150px 0;
text-align: center;
font-size: 60px;
color: #222;
border: dashed 8px #222;
}
.toggle-icon-wrapper {
cursor: pointer;
display: inline-block;
vertical-align: middle;
}
.toggle-icon-wrapper:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
display: inline-block;
height: 30px;
position: relative;
vertical-align: middle;
width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
background: none repeat scroll 0 0 #000;
bottom: 0;
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
background-color: #000;
content: "";
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
top: 20%;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-ms-transform-origin: top left;
-o-transform-origin: top left;
transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
bottom: 20%;
-webkit-transform-origin: bottom left;
-moz-transform-origin: bottom left;
-ms-transform-origin: bottom left;
-o-transform-origin: bottom left;
transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
vertical-align: middle;
text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.x-nav-menu > .x-menu-item > .x-menu-a-text,
.sticky-region,
.logo-header,
.x-nav-menu > .x-menu-item,
.header-customize-nav,
.header-6 .header-above-wrapper,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.search-product-wrapper .search-ajax-result li,
.search-product-wrapper .search-ajax-result li + li:before,
.toggle-icon-wrapper .toggle-icon > span,
.toggle-icon-wrapper .toggle-icon:before,
.toggle-icon-wrapper .toggle-icon:after,
.sticky-region .header-mobile-container-inner > div,
b.x-caret,
.menu-drop-fly,
.top-drawer-toggle,
.header-above-inner,
.logo-header img,
.x-sub-menu-tab > .x-menu-item,
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
} .logged-in.admin-bar .lg-toolbar {
margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
border-color: #00a0e4;
} .page404 {
text-align: center;
position: relative;
}
.page404.bg404-img:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
}
.page404 .page404-content {
position: relative;
padding-top: 150px;
padding-bottom: 205px;
}
.page404 .title {
font-size: 222px;
color: #00a0e4;
letter-spacing: -.14em;
margin-bottom: -42px;
}
.page404 .title span {
display: inline-block;
color: #fff;
}
.page404 .subtitle {
font-size: 24px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5);
margin-bottom: 55px;
}
.page404 .description {
max-width: 570px;
margin: auto;
margin-bottom: 3px;
font-size: 18px;
line-height: 24px;
font-weight: 500;
letter-spacing: .02em;
color: #fff;
}
.page404 a {
color: #00a0e4;
}
.page404 .search-form-wrapper {
background-color: transparent;
margin-bottom: 10px;
}
.page404 .search-form-wrapper .wp-block-search {
width: 770px;
margin-left: auto;
margin-right: auto;
}
.page404 .search-form-wrapper .wp-block-search input {
height: 50px;
-webkit-border-radius: 25px;
-webkit-background-clip: padding-box;
-moz-border-radius: 25px;
-moz-background-clip: padding;
border-radius: 25px;
background-clip: padding-box;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.page404 .search-form-wrapper .wp-block-search button {
height: 50px;
width: 50px;
background: transparent;
color: #00a0e4;
}
.page404 .search-form-wrapper .wp-block-search button i {
line-height: 50px;
}
@media screen and (max-width: 640px) {
.page404 .page404-content {
position: relative;
padding-top: 150px;
padding-bottom: 205px;
}
.page404 .title {
font-size: 160px;
}
.page404 .subtitle {
font-size: 20px;
}
.page404 .description {
font-size: 12px;
}
.page404 .search-form-wrapper .wp-block-search {
width: 90% !important;
}
} .archive-search-wrap .archive-search-result h3 {
margin: 0;
text-transform: uppercase;
letter-spacing: 0.05em;
padding-bottom: 20px;
margin-bottom: 40px;
}
.archive-search-wrap .archive-search-box {
padding-bottom: 50px;
border-bottom: 1px solid #eaeaea;
}
.archive-search-wrap .archive-search-box .search-form-lg input {
font-family: inherit;
line-height: 50px;
}
.archive-search-wrap .archive-search-wrap-inner article {
margin-top: 50px;
padding-bottom: 50px;
border-bottom: 1px solid #eaeaea;
position: relative;
}
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:before {
background-color: #00a0e4;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon {
width: 50px;
height: 50px;
-webkit-border-radius: 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 4px;
-moz-background-clip: padding;
border-radius: 4px;
background-clip: padding-box;
background-color: #eaeaea;
text-align: center;
float: left;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span {
width: 20px;
height: 1px;
vertical-align: middle;
background-color: #222222;
display: block;
position: relative;
margin-left: 15px;
line-height: 50px;
margin-top: 24.5px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
content: '';
display: block;
width: 20px;
height: 1px;
background-color: #222222;
position: absolute;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after {
bottom: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
top: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 {
margin-top: 0;
margin-bottom: 15px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #222222;
display: inline-block;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover {
color: #00a0e4;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type {
margin-bottom: 0;
color: #00a0e4;
font-style: italic;
letter-spacing: 0.1em;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt {
margin-top: 25px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt p {
margin-bottom: 0;
} @media screen and (max-width: 460px) {
.search-popup-inner > input {
display: block;
width: 100%;
margin-top: 10px;
}
.search-popup-inner > button {
margin-top: 10px;
width: 100%;
display: block;
}
}
.block-title {
font-size: 18px;
color: #222222;
line-height: 1.2;
position: relative;
}
.block-title.lg {
font-size: 28px;
}
@media (max-width: 991px) {
.block-title {
margin-bottom: 40px !important;
}
.page404 .search-form-wrapper .wp-block-search {
width: 600px;
}
}
.bg-gray-full {
position: relative;
}
.bg-gray-full:before {
position: absolute;
content: '';
background-color: #f6f6f6;
display: block;
height: 100%;
width: 2000%;
left: -1000%;
top: 0;
}
.close-button {
position: absolute;
top: 1em;
right: 1em;
color: #fff;
font-size: 20px;
}
.close-button:hover {
color: #fff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.top-separate {
position: relative;
padding-top: 35px;
}
.top-separate:before {
content: "";
height: 2px;
width: 110px;
background: #00a0e4;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
}
.popup-close {
position: absolute;
top: 5px;
right: 5px;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
-webkit-border-radius: 5px;
-webkit-background-clip: padding-box;
-moz-border-radius: 5px;
-moz-background-clip: padding;
border-radius: 5px;
background-clip: padding-box;
background-color: #ededed;
font-size: 16px;
z-index: 1;
} .gf-item-wrap {
width: 100%;
float: left;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px) {
.columns-2 > .gf-item-wrap {
width: 50%;
}
.columns-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-4 > .gf-item-wrap {
width: 25%;
}
.columns-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-5 > .gf-item-wrap {
width: 20%;
}
.columns-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.columns-md-2 > .gf-item-wrap {
width: 50%;
}
.columns-md-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-md-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-md-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-md-4 > .gf-item-wrap {
width: 25%;
}
.columns-md-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-md-5 > .gf-item-wrap {
width: 20%;
}
.columns-md-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-md-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-md-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.columns-sm-2 > .gf-item-wrap {
width: 50%;
}
.columns-sm-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-sm-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-sm-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-sm-4 > .gf-item-wrap {
width: 25%;
}
.columns-sm-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-sm-5 > .gf-item-wrap {
width: 20%;
}
.columns-sm-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-sm-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-sm-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.columns-xs-2 > .gf-item-wrap {
width: 50%;
}
.columns-xs-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-xs-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-xs-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-xs-4 > .gf-item-wrap {
width: 25%;
}
.columns-xs-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-xs-5 > .gf-item-wrap {
width: 20%;
}
.columns-xs-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-xs-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-xs-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
}
@media (max-width: 480px) {
.columns-mb-2 > .gf-item-wrap {
width: 50%;
}
.columns-mb-2 > .gf-item-wrap:nth-child(2n+1) {
clear: both;
}
.columns-mb-3 > .gf-item-wrap {
width: 33.33333333%;
}
.columns-mb-3 > .gf-item-wrap:nth-child(3n+1) {
clear: both;
}
.columns-mb-4 > .gf-item-wrap {
width: 25%;
}
.columns-mb-4 > .gf-item-wrap:nth-child(4n+1) {
clear: both;
}
.columns-mb-5 > .gf-item-wrap {
width: 20%;
}
.columns-mb-5 > .gf-item-wrap:nth-child(5n+1) {
clear: both;
}
.columns-mb-6 > .gf-item-wrap {
width: 16.66666666666667%;
}
.columns-mb-6 > .gf-item-wrap:nth-child(6n+1) {
clear: both;
}
} .paging-navigation,
.comment-navigation {
position: relative;
text-align: center;
}
.paging-navigation ul,
.comment-navigation ul {
margin: 0;
padding: 0;
width: 100%;
position: relative;
}
.paging-navigation li > a,
.comment-navigation li > a,
.paging-navigation li > span,
.comment-navigation li > span {
border: none;
-webkit-border-radius: 0 !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 !important;
-moz-background-clip: padding;
border-radius: 0 !important;
background-clip: padding-box;
}
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
margin-right: 10px;
width: 42px;
padding: 0;
line-height: 42px;
text-align: center;
color: #b0b0b0;
font-size: 14px;
font-weight: 500;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
background: transparent;
}
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
background-color: #00a0e4;
color: #fff;
border-color: transparent;
}
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev,
.paging-navigation .page-numbers.next,
.comment-navigation .page-numbers.next {
position: initial;
width: initial;
}
.paging-navigation .page-numbers.prev:hover,
.comment-navigation .page-numbers.prev:hover,
.paging-navigation .page-numbers.next:hover,
.comment-navigation .page-numbers.next:hover,
.paging-navigation .page-numbers.prev:focus,
.comment-navigation .page-numbers.prev:focus,
.paging-navigation .page-numbers.next:focus,
.comment-navigation .page-numbers.next:focus {
background-color: transparent;
color: #00a0e4;
text-decoration: underline;
}
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev {
margin-right: 35px;
}
.wp-social-login-widget {
padding: 0 15px;
}
.heading-white {
color: #fff;
font-size: 48px;
font-weight: 400;
line-height: 1;
text-align: center;
}
.heading-white-idx {
color: #fff;
font-size: 90px;
font-weight: 600;
line-height: 1.05;
}
.color-white label {
color: #fff !important;
}
.hidden-content p {
display: none;
} @media (max-width: 768px) {
.heading-white {
font-size: 30px;
}
} @media (max-width: 480px) {
.heading-white {
font-size: 20px;
}
}
.vc_row.background-position-right {
background-position: right !important;
}
#ere-map-loading i {
color: #00a0e4 !important;
}
.ere-search-map-properties .item-body .address-marker i {
color: #00a0e4 !important;
}
.breadcrumbs {
margin: 0;
padding: 0;
list-style: none;
font-size: 0;
}
.breadcrumbs li {
display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
font-size: 12px;
color: #fff;
line-height: 1.8;
font-weight: 500;
text-transform: uppercase;
}
.breadcrumbs li span {
color: #00a0e4;
}
.breadcrumbs li:after {
font-family: 'FontAwesome';
display: inline-block;
content: '\f105';
font-size: 14px;
letter-spacing: -0.02em;
padding: 0 10px;
color: #c5c5c5;
}
.breadcrumbs li:last-child:after {
display: none;
}
.breadcrumbs:before {
content: "\f015";
font-family: fontawesome;
color: #00a0e4;
font-size: 12px;
display: inline-block;
padding-right: 8px;
}
.page-title-inner {
position: relative;
}
.parallax-disabled {
background-attachment: scroll !important;
background-position: 50% 50% !important;
}
.page-title {
overflow: hidden;
position: relative;
}
.page-title .page-title-background {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
background-color: transparent;
z-index: 0;
}
.page-title .page-title-background:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: rgba(0, 0, 0, 0.6);
z-index: 1;
}
.page-title:not(.page-title-background) {
background-color: rgba(0, 0, 0, 0.6);
}
.page-title .container {
position: relative;
z-index: 1;
}
.page-title .page-title-inner {
display: table;
width: 100%;
}
.page-title .page-title-inner .page-title-main-info,
.page-title .page-title-inner .breadcrumbs {
display: table-cell;
vertical-align: middle;
}
.page-title .page-title-inner .breadcrumbs {
text-align: right;
padding-left: 30px;
}
.page-title h4 {
font-size: 60px;
font-weight: 600;
color: #fff;
line-height: 1.4;
letter-spacing: -0.05em;
-ms-word-wrap: break-word;
word-wrap: break-word;
margin-bottom: 5px;
}
.page-title p {
font-size: 22px;
font-family: 'Poppins';
margin-bottom: 14px;
color: #00a0e4;
font-style: italic;
line-height: 1.3;
letter-spacing: 0.03em;
}
.page-title .page-title-background {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.page-title .page-title-background.page-title-parallax {
height: 150%;
top: -25%;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-main-info .property-heading h4 {
color: #fff;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-main-info .property-location span {
color: #bababa;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-info > div > span {
background-color: transparent;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-info > div .property-info-value {
color: #fff;
font-style: initial;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-info > div .property-info-title {
color: #bababa;
font-style: initial;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-price-action .property-price {
color: #fff;
}
.page-title .page-title-inner .property-info-header.property-info-action .property-price-action .property-price-postfix,
.page-title .page-title-inner .property-info-header.property-info-action .property-price-action .property-price-prefix {
color: #bababa;
}
.page-title.page-title-small {
background-color: #f6f6f6;
}
.page-title.page-title-small .page-title-inner {
display: block;
}
.page-title.page-title-small .page-title-inner .page-title-main-info,
.page-title.page-title-small .page-title-inner .breadcrumbs {
display: block;
}
.page-title.page-title-small .page-title-inner .breadcrumbs {
text-align: left;
padding-left: 0;
padding-right: 0;
}
.page-title.page-title-small .page-title-inner .breadcrumbs li a {
color: #727272;
}
.page-title.page-title-small h4 {
font-size: 30px;
line-height: 32px;
color: #222222;
}
@media (max-width: 991px) {
.page-title .page-title-inner {
display: block;
}
.page-title .page-title-inner .page-title-main-info,
.page-title .page-title-inner .breadcrumbs {
display: block;
vertical-align: middle;
}
.page-title .page-title-inner .breadcrumbs {
text-align: left;
padding-left: 0;
}
.page-title h1 {
font-size: 48px;
}
.page-title p {
font-size: 32px;
margin-bottom: -5px;
}
}
@media (max-width: 768px) {
.page-title h1 {
font-size: 36px;
}
.page-title p {
font-size: 24px;
margin-bottom: -5px;
}
}
@media (max-width: 480px) {
.page-title h1 {
font-size: 24px;
}
.page-title p {
font-size: 20px;
}
}
.benaa-class .property-single-page-title + div .property-info-header {
display: none !important;
}
.dialog,
.dialog__overlay {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.dialog {
position: fixed;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
pointer-events: none;
z-index: 9999;
}
.dialog__overlay {
position: absolute;
z-index: 1;
background: rgba(55, 58, 71, 0.9);
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
opacity: 1;
pointer-events: auto;
}
.dialog__content {
width: 80%;
max-width: 520px;
min-width: 290px;
background: #fff;
padding: 20px;
text-align: center;
position: relative;
z-index: 5;
opacity: 0;
}
.dialog--open .dialog__content {
pointer-events: auto;
} .dialog h2 {
margin: 0;
font-weight: 400;
font-size: 24px;
padding: 0 0 15px;
text-transform: uppercase;
}
.dialog--open .dialog__overlay {
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.dialog__content {
padding: 0;
background: transparent;
}
.dialog.dialog--open .dialog__content {
opacity: 1;
}
.morph-shape {
position: absolute;
width: calc(100% + 2px);
height: calc(100% + 2px);
top: -2px;
left: -2px;
z-index: -1;
}
.morph-shape svg rect {
stroke: #fff;
stroke-width: 2px;
stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
-webkit-animation: anim-dash 0.6s forwards;
animation: anim-dash 0.6s forwards;
}
.dialog-inner {
opacity: 0;
background: #fff;
}
.dialog--open .dialog-inner {
padding: 30px;
opacity: 1;
-webkit-transition: opacity 0.85s 0.35s;
transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
-webkit-animation: anim-elem-1 0.7s ease-out both;
-o-animation: anim-elem-1 0.7s ease-out both;
animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open a[data-dialog-close] {
position: absolute;
border: none;
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px !important;
background-color: #eee;
}
.dialog.dialog--open a[data-dialog-close] i {
font-size: 16px;
line-height: 35px !important;
}
.dialog.dialog--open a[data-dialog-close]:hover {
color: #00a0e4;
}
.dialog.dialog--open p {
line-height: 1.5;
font-size: 18px;
}
@keyframes anim-dash {
0% {
stroke-dashoffset: 1680;
}
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes anim-dash {
0% {
stroke-dashoffset: 1680;
}
100% {
stroke-dashoffset: 0;
}
} @-webkit-keyframes anim-elem-1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes anim-elem-1 {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body.safari .dialog__content {
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
body.safari .dialog__content .morph-shape {
display: none;
}
.main-menu:not(.x-nav-menu) {
list-style: none;
padding: 0;
margin: 0;
}
.main-menu:not(.x-nav-menu) li {
position: relative;
}
.main-menu:not(.x-nav-menu) li li a {
display: block;
padding: 5px 0;
color: inherit;
}
.main-menu:not(.x-nav-menu) li li a:hover {
color: #00a0e4;
}
.main-menu:not(.x-nav-menu) li:hover > ul {
display: block;
border-top: solid 1px #eee;
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.main-menu:not(.x-nav-menu) > li {
display: inline-block;
line-height: 24px;
padding-top: 18px;
padding-bottom: 18px;
}
.main-menu:not(.x-nav-menu) > li + li {
margin-left: 30px;
}
.main-menu:not(.x-nav-menu) > li > a {
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
color: #212121;
}
.main-menu:not(.x-nav-menu) > li li + li > a {
border-top: solid 1px #ededed;
}
.main-menu:not(.x-nav-menu) > li ul {
display: none;
list-style: none;
padding: 10px 0;
margin: 0;
background-color: #fff;
position: absolute;
top: 0;
left: 100%;
color: #111;
z-index: 999;
border-bottom: solid 2px #00a0e4;
}
.main-menu:not(.x-nav-menu) > li ul li {
position: relative;
min-width: 210px;
padding-left: 20px;
padding-right: 20px;
line-height: 35px;
}
.main-menu:not(.x-nav-menu) > li:hover > ul {
top: 100%;
left: auto;
}
.main-menu:not(.x-nav-menu) > li:last-child > ul {
left: auto;
right: 0;
}
.main-menu:not(.x-nav-menu) > li:last-child li:hover ul {
left: auto;
right: 100%;
}
.nav-menu-mobile:not(.x-nav-menu) {
list-style: none;
padding: 0;
margin: 0;
}
.nav-menu-mobile:not(.x-nav-menu) li {
border-top: solid 1px #313131;
position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) a {
padding: 10px 20px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
}
.nav-menu-mobile:not(.x-nav-menu) ul {
display: none;
padding: 0;
margin: 0;
list-style: none;
background-color: #313131;
position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) ul li {
border-color: #414141;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret {
position: absolute;
right: 20px;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before {
content: "\f067";
font-family: fontawesome;
font-size: 10px;
font-weight: 400;
vertical-align: top;
}
b.x-caret:before {
content: "\f107";
font-family: fontawesome;
}
.x-sub-menu-open > a b.x-caret {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.x-custom-content-wrapper {
white-space: normal;
line-height: 1.8;
padding-top: 5px;
padding-bottom: 5px;
}
.x-nav-menu img {
max-width: 100%;
height: auto;
}
.x-image-layout > a {
display: block;
}
.x-image-layout {
text-align: center;
}
.x-image-layout .x-menu-a-text {
color: #222222;
}
.x-image-layout .x-menu-a-text:hover {
color: #00a0e4;
}
@media screen and (min-width: 1200px) {
.x-col-1-12 {
width: 8.33333333333333%;
}
.x-col-2-12 {
width: 16.6666666666667%;
}
.x-col-3-12 {
width: 25%;
}
.x-col-4-12 {
width: 33.3333333333333%;
}
.x-col-5-12 {
width: 41.6666666666667%;
}
.x-col-6-12 {
width: 50%;
}
.x-col-7-12 {
width: 58.3333333333333%;
}
.x-col-8-12 {
width: 66.6666666666667%;
}
.x-col-9-12 {
width: 75%;
}
.x-col-10-12 {
width: 83.3333333333333%;
}
.x-col-11-12 {
width: 91.6666666666667%;
}
.x-col-12-12 {
width: 100%;
}
.x-col-1-11 {
width: 9.09090909090909%;
}
.x-col-2-11 {
width: 18.1818181818182%;
}
.x-col-3-11 {
width: 27.2727272727273%;
}
.x-col-4-11 {
width: 36.3636363636364%;
}
.x-col-5-11 {
width: 45.4545454545455%;
}
.x-col-6-11 {
width: 54.5454545454545%;
}
.x-col-7-11 {
width: 63.6363636363636%;
}
.x-col-8-11 {
width: 72.7272727272727%;
}
.x-col-9-11 {
width: 81.8181818181818%;
}
.x-col-10-11 {
width: 90.9090909090909%;
}
.x-col-1-10 {
width: 10%;
}
.x-col-2-10 {
width: 20%;
}
.x-col-3-10 {
width: 30%;
}
.x-col-4-10 {
width: 40%;
}
.x-col-5-10 {
width: 50%;
}
.x-col-6-10 {
width: 60%;
}
.x-col-7-10 {
width: 70%;
}
.x-col-8-10 {
width: 80%;
}
.x-col-9-10 {
width: 90%;
}
.x-col-1-8 {
width: 12.5%;
}
.x-col-3-8 {
width: 37.5%;
}
.x-col-5-8 {
width: 62.5%;
}
.x-col-7-8 {
width: 87.5%;
}
.x-col-1-9 {
width: 11.1111111111111%;
}
.x-col-2-9 {
width: 22.2222222222222%;
}
.x-col-4-9 {
width: 44.4444444444444%;
}
.x-col-5-9 {
width: 55.5555555555556%;
}
.x-col-7-9 {
width: 77.7777777777778%;
}
.x-col-8-9 {
width: 88.8888888888889%;
}
.x-col-1-7 {
width: 14.2857142857143%;
}
.x-col-2-7 {
width: 28.5714285714286%;
}
.x-col-3-7 {
width: 42.8571428571429%;
}
.x-col-4-7 {
width: 57.1428571428571%;
}
.x-col-5-7 {
width: 71.4285714285714%;
}
.x-col-6-7 {
width: 85.7142857142857%;
}
.x-col {
display: block;
float: left;
}
.x-clear {
clear: both;
}
.x-new-row {
clear: both;
}
li.x-pos-static {
position: static;
}
li.x-text-align-right {
text-align: right;
}
li.x-text-align-left {
text-align: left;
}
li.x-text-align-center {
text-align: center;
}
span.x-disable-text {
display: none;
}
i.x-menu-icon {
color: #00a0e4;
}
i.x-menu-icon.x-icon-left {
padding-right: 10px;
}
i.x-menu-icon.x-icon-right {
padding-left: 10px;
}
i.x-menu-icon.x-icon-left.x-disable-text {
padding-right: 0;
}
i.x-menu-icon.x-icon-right.x-disable-text {
padding-left: 0;
}
li > a.x-disable-menu-item {
display: none !important;
}
li.x-new-row:after {
content: "";
display: block;
clear: both;
}
.x-list-style-none {
list-style: none;
list-style-position: inside;
}
.x-list-style-disc {
list-style: disc !important;
list-style-position: inside !important;
}
.x-list-style-square {
list-style: square !important;
list-style-position: inside !important;
}
.x-list-style-circle {
list-style: circle !important;
list-style-position: inside !important;
}
li.x-image-layout-image-only a.x-menu-a-text {
display: none;
}
li.x-image-layout-image-only p.x-description {
display: none;
}
li.x-image-layout-above > a.x-image + a.x-menu-a-text {
margin-top: 10px;
}
.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
.x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
right: 100%;
left: auto;
}
.x-sub-menu.x-pos-full {
left: 0;
right: 0;
}
.x-nav-menu {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.x-nav-menu * {
color: inherit;
box-sizing: border-box;
}
.x-nav-menu > .x-menu-item {
display: inline-block;
line-height: 1;
}
.x-nav-menu > .x-menu-item > a b.x-caret:before {
margin-left: 5px;
}
.x-nav-menu > .x-menu-item + .x-menu-item {
margin-left: 45px;
}
.x-nav-menu > .x-menu-item > .x-menu-a-text {
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
color: #ffffff;
line-height: 1;
}
.x-nav-menu > .x-menu-item:not(.x-has-description) {
line-height: 60px;
vertical-align: middle;
}
.x-sub-menu {
height: 0;
visibility: hidden;
overflow: hidden;
position: absolute;
opacity: 0;
top: 100%;
padding: 0;
margin: 0;
color: #111;
z-index: -1;
list-style: none;
background-color: #fff;
border-bottom: solid 2px #00a0e4;
-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.x-sub-menu .x-menu-item {
position: relative;
z-index: 1;
min-width: 245px !important;
white-space: nowrap;
padding-left: 20px;
padding-right: 20px;
}
.x-sub-menu .x-menu-item + .x-menu-item > .x-menu-a-text {
border-top: solid 1px #ededed;
}
.x-sub-menu .x-menu-a-text {
line-height: 30px;
}
.x-sub-menu b.x-caret:before {
content: "\f178";
font-size: 11px;
}
.header-3 .x-sub-menu {
top: auto !important;
}
.header-6 .x-sub-menu {
top: auto !important;
}
.x-menu-item {
line-height: 50px;
}
.x-active > .x-sub-menu {
overflow: visible;
visibility: visible;
opacity: 1;
height: auto;
z-index: 999;
border-top: solid 1px #eee;
}
.x-menu-a-text {
font-size: 13px;
font-weight: 500;
}
p.x-description {
font-size: 12px;
font-weight: bold;
line-height: 1;
margin-bottom: 8px;
color: #222222;
}
span.x-menu-text {
position: relative;
}
.x-sub-menu-standard {
padding: 10px 0;
}
.x-sub-menu-standard > .x-menu-item b.x-caret {
position: absolute;
right: 0;
transition: all 0.5s;
top: 50%;
margin-top: -15px;
}
.x-sub-menu-standard a.x-menu-a-text {
padding: 5px 15px 5px 0;
color: inherit;
-webkit-transition: background 0.3s ease-out;
-moz-transition: background 0.3s ease-out;
-ms-transition: background 0.3s ease-out;
-o-transition: background 0.3s ease-out;
transition: background 0.3s ease-out;
display: block;
}
.x-sub-menu-standard a.x-menu-a-text > span.x-menu-text,
.x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 23px;
}
.x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
.x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
padding-left: 20px;
width: 43px;
}
.x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
padding-left: 0;
}
.x-sub-menu-standard a.x-menu-a-text:hover {
color: #00a0e4;
}
.x-sub-menu-standard .x-sub-menu {
top: 0;
left: 100%;
right: auto;
}
.x-sub-menu-multi-column {
padding-bottom: 20px;
display: block;
color: #999;
}
.x-sub-menu-multi-column.no-padding {
padding: 0;
}
.x-sub-menu-multi-column:after {
content: "";
display: block;
clear: both;
}
.x-sub-menu-multi-column > .x-menu-item {
margin-top: 20px;
}
.x-sub-menu-multi-column .x-menu-item {
min-width: 0;
}
.x-sub-menu-multi-column .x-menu-item + .x-menu-item > .x-menu-a-text {
border-top: none;
}
.x-sub-menu-multi-column > .x-item-menu-standard .x-menu-item {
padding-left: 0;
padding-right: 0;
}
.x-sub-menu-multi-column .x-custom-content .x-menu-a-text {
display: none;
}
.x-sub-menu-multi-column .x-menu-a-text {
line-height: 32px;
}
.x-sub-menu-multi-column .x-sub-menu {
padding-top: 0;
padding-bottom: 0;
height: auto;
visibility: visible;
opacity: 1;
position: static;
background-color: transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: none;
z-index: 999;
overflow: visible;
}
.x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
visibility: visible !important;
opacity: 1 !important;
overflow: visible !important;
}
.x-sub-menu-multi-column .x-header-column > a {
color: #191919;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
position: relative;
line-height: 1;
display: block;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 30px;
border-bottom: solid 2px #ededed;
}
.x-sub-menu-multi-column b.x-caret {
display: none;
}
.x-tabs.x-item-menu-tab {
position: static;
padding: 0;
margin: 0;
}
.x-tabs.x-item-menu-tab > .x-menu-a-text {
display: none;
}
.x-sub-menu-tab > .x-menu-item {
position: static;
padding-left: 0;
padding-right: 0;
}
.x-sub-menu-tab > li > ul.x-sub-menu {
position: absolute;
left: 0;
right: 0;
top: 0;
border-bottom: 0;
visibility: hidden;
overflow: hidden;
opacity: 0;
height: 0;
padding-bottom: 30px;
}
.x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
display: block;
position: relative;
padding-left: 20px;
padding-right: 20px;
line-height: 50px;
}
.x-sub-menu-tab > li.x-menu-active {
background-color: #00a0e4;
color: #ffffff;
}
.x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
content: '';
position: absolute;
right: 0;
border-top: solid 8px transparent;
border-bottom: solid 8px transparent;
border-right: solid 8px #fff;
height: 16px;
top: 0;
bottom: 0;
margin: auto;
}
.x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:hover {
color: inherit;
}
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
visibility: visible;
overflow: visible;
opacity: 1;
height: auto;
}
.x-sub-menu-tab .x-menu-item {
min-width: 0;
}
.x-tabs > .x-sub-menu-tab {
background-color: #fafafa;
}
.x-nav-menu a:focus {
color: inherit;
}
.x-nav-menu .x-sub-menu-standard > li.current-menu-ancestor > a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard > li.current-menu-parent > a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard > li.current-menu-item > a.x-menu-a-text,
.x-nav-menu .x-sub-menu-standard > li.menu-current > a.x-menu-a-text {
color: #00a0e4;
}
.x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.x-nav-menu > li.menu-current > a.x-menu-a-text,
.x-nav-menu > li > a.x-menu-a-text:hover,
.x-nav-menu > li.x-menu-item:hover > a {
color: #00a0e4 !important;
}
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-parent > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-item > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.menu-current > a.x-menu-a-text > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li > a.x-menu-a-text:hover > span.x-menu-text:before,
.header-wrapper.nav-accent-color .x-nav-menu > li.x-menu-item:hover > a > span.x-menu-text:before {
width: 100%;
}
}
@media screen and (max-width: 1199px) {
i.x-icon-left {
margin-right: 10px;
}
i.x-icon-right {
margin-left: 10px;
}
.x-sub-menu {
display: none;
margin: 0;
padding: 0;
}
p.x-description,
.x-custom-content-wrapper,
.x-image {
padding-left: 20px;
padding-right: 20px;
}
a.x-image {
padding-top: 20px;
display: inline-block;
}
.x-nav-menu,
.x-nav-menu ul {
list-style: none;
}
.x-menu-item {
position: relative;
}
.x-nav-menu {
padding: 0;
margin: 0;
}
.x-nav-menu a.x-menu-a-text {
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
}
b.x-caret:before {
font-weight: 700;
vertical-align: middle;
}
.x-caret {
position: absolute;
right: 0;
}
.x-sub-menu,
.x-nav-menu,
.x-nav-menu li.x-menu-item + li {
border-top: solid 1px #ededed;
}
.menu-drop-fly {
position: fixed;
top: 0;
bottom: 0;
left: -280px;
width: 280px;
background-color: #212121;
color: #fff;
z-index: 9999;
overflow: auto;
}
.menu-drop-fly .nav-menu-mobile {
color: #fff;
}
.menu-drop-fly .nav-menu-mobile a {
color: #fff;
}
.menu-drop-fly .nav-menu-mobile a:hover {
color: #00a0e4;
}
.menu-drop-fly .nav-menu-mobile {
display: block;
}
.menu-drop-fly .x-sub-menu,
.menu-drop-fly .x-nav-menu,
.menu-drop-fly li.x-menu-item + li {
border-color: #313131;
}
.menu-drop-fly .x-caret {
right: 20px;
}
.menu-drop-fly .x-menu-a-text {
padding-left: 20px !important;
padding-right: 20px;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
text-transform: none;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
font-weight: 400;
}
.menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
font-size: 14px;
}
.menu-drop-fly .x-sub-menu {
background-color: #313131;
position: relative;
border-top: none !important;
}
.menu-drop-fly .x-sub-menu .x-sub-menu {
background-color: #414141;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu {
background-color: #515151;
}
.menu-drop-fly li li.x-menu-item + li {
border-color: #414141;
}
.menu-drop-fly li li li.x-menu-item + li {
border-color: #515151;
}
.menu-drop-fly li li li li.x-menu-item + li {
border-color: #616161;
}
.menu-drop-fly .x-sub-menu:before {
content: '';
position: absolute;
left: 20px;
border-left: solid 6px transparent;
border-right: solid 6px transparent;
border-top: solid 6px #212121;
}
.menu-drop-fly .x-sub-menu .x-sub-menu:before {
border-top-color: #313131;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before {
border-top-color: #414141;
}
.menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before {
border-top-color: #515151;
}
#wrapper {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: relative;
left: 0;
}
.mobile-nav-overlay {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background-color: rgba(0, 0, 0, 0.7);
visibility: hidden;
overflow: hidden;
opacity: 0;
max-width: 0;
-webkit-transition: opacity 0.5s, visibility 1s;
transition: opacity 0.5s, visibility 1s;
cursor: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/close.png) 15 15, default;
}
body.mobile-nav-in #wrapper {
overflow: hidden;
left: 280px;
}
body.mobile-nav-in .menu-drop-fly {
left: 0;
}
body.mobile-nav-in .mobile-nav-overlay {
max-width: 100%;
opacity: 1;
visibility: visible;
}
body.mobile-nav-in .is-sticky .sticky-region {
left: 280px;
right: -280px;
}
}
.header-mobile-nav.menu-drop-fly .x-description {
display: none;
}
ul.blocks-gallery-grid.blocks-gallery-grid,
ul.wp-block-gallery.wp-block-gallery {
padding: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border: none;
padding: 30px 50px 32px 50px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding: 30px 50px 32px 50px;
}
.wp-block-pullquote {
margin-bottom: 20px;
}
.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) {
padding: 0;
background-color: transparent;
margin-bottom: 0;
}
.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) p {
color: inherit;
font-size: 32px;
}
.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) a {
color: inherit;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
color: #ffffff;
font-size: 13px !important;
}
.wp-block-table td,
.wp-block-table th {
border: none;
padding: 8px;
border-top: 1px solid #dcdcdc;
}
.wp-block-button__link {
display: inline-block;
font-size: 14px;
line-height: 18px;
padding: 11px 19px;
border: solid 2px transparent;
font-weight: 400;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.wp-block-button__link:not(.has-background):not(.has-text-color) {
color: #ffffff;
background-color: #00a0e4;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).active,
.wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button__link:not(.has-background):not(.has-text-color):hover {
color: #fff;
background-color: #222222;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
color: #fff;
background-color: #222222;
border-color: #222222;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color {
border-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
background: transparent !important;
border: 2px solid currentcolor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
color: #00a0e4;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #00a0e4;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
color: #222222;
border-color: #222222;
}
.wp-block-calendar,
.wp-block-columns,
.wp-block-group,
.wp-block-group.has-background,
.wp-block-search,
ul.wp-block-categories,
ul.wp-block-archives,
.wp-block-archives.wp-block-archives-dropdown,
ol.wp-block-latest-comments,
.wp-block-media-text,
.wp-block-rss,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-archives,
.wp-block-categories,
.wp-block-gallery,
.wp-block-embed,
.wp-block-cover-image,
.wp-block-cover,
.wp-block-button {
margin-bottom: 16px;
}
.wp-block-cover-image,
.wp-block-cover {
color: #f8f9f9;
}
.wp-block-cover-image p,
.wp-block-cover p {
margin-bottom: 0;
line-height: 1.25;
}
.wp-block-cover-image a,
.wp-block-cover a {
color: inherit;
}
ul.blocks-gallery-grid {
margin-bottom: -16px !important;
padding-left: 0 !important;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
color: #fff !important;
margin: 0;
}
.blocks-gallery-caption {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.wp-block-column > *:last-child {
margin-bottom: 0;
}
ul.wp-block-rss,
ul.wp-block-archives-list {
list-style: none;
padding: 0;
}
ul.wp-block-rss li,
ul.wp-block-archives-list li {
margin-bottom: 5px;
}
ol.wp-block-latest-comments {
padding: 0;
}
.wp-block-latest-posts__list li {
margin-bottom: 5px;
}
ul.wp-block-categories-list {
list-style: none;
padding: 0;
}
ul.wp-block-categories-list li {
margin-bottom: 5px;
}
ul.wp-block-categories-list ul {
margin-top: 5px;
list-style: none;
}
.wp-block-tag-cloud a {
display: inline-block;
vertical-align: top;
font-size: 14px !important;
color: #222222;
line-height: 1;
padding: 10px 20px 8px 20px;
margin: 0 5px 5px 0;
border: solid 1px #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.wp-block-tag-cloud a:hover {
background-color: #00a0e4;
border-color: #00a0e4;
color: #ffffff !important;
}  .sidebar .widget {
margin-bottom: 65px;
}
.primary-sidebar .widget {
margin-bottom: 30px;
}
.primary-sidebar .widget .widget-title {
background-color: #222222;
}
.primary-sidebar .widget > div {
background-color: #fff;
padding: 20px;
}
.primary-sidebar .widget .ihf-container {
display: block !important;
}
.primary-sidebar .widget_block > div {
background: transparent;
padding: 0;
}
.primary-sidebar .widget_block .wp-block-group__inner-container > .wp-block-heading {
background-color: #222222;
}
.primary-sidebar .widget_block .wp-block-group__inner-container > ol,
.primary-sidebar .widget_block .wp-block-group__inner-container > ul {
background-color: #fff;
padding: 20px;
}
.site-content .widget .widgettitle {
background-color: #222222;
}
.site-content .widget > div {
background-color: #fff;
padding: 20px;
border: 1px solid #eee;
}
.sidebar-mobile-canvas-icon-close {
display: none;
}
.sidebar-mobile-canvas-icon {
padding: 10px 12px;
display: none;
line-height: 1;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 4px;
-moz-background-clip: padding;
border-bottom-right-radius: 4px;
background-clip: padding-box;
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
cursor: pointer;
position: fixed;
top: 245px;
left: 0;
z-index: 1001;
background-color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
} .widget:after {
content: '';
clear: both;
display: block;
}
.widget cite {
font-family: 'Poppins';
color: #00a0e4;
}
.widget_block .wp-block-group__inner-container > .wp-block-heading,
.widgettitle,
.widget-title {
font-size: 16px;
font-weight: 600;
position: relative;
color: #fff;
padding: 11px 0 11px 20px;
margin-bottom: 0;
text-transform: uppercase;
}  .wp-block-search {
position: relative;
width: 100%;
}
.wp-block-search > label {
display: none;
}
.wp-block-search input {
height: 44px;
border: solid 1px #ededed;
width: 100%;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
padding-right: 44px;
padding-left: 15px;
}
.wp-block-search input:focus {
border-color: #00a0e4;
}
.wp-block-search button {
position: absolute;
padding: 0;
width: 44px;
height: 44px;
right: 0;
top: 0;
color: #ffffff;
background-color: #00a0e4;
border: none;
background-clip: padding-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.wp-block-search button:hover {
color: #fff;
background-color: #222222;
}
.wp-block-search button i {
line-height: 44px;
text-align: center;
font-size: 18px;
}
.wp-block-search .wp-block-search__button {
font-size: 0;
}
.wp-block-search .wp-block-search__button:before {
font-family: 'FontAwesome';
font-size: 18px;
content: "\f002";
display: inline-block;
line-height: 44px;
} .widget_calendar .calendar_wrap caption {
color: #222222;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
padding-top: 0;
}
.widget_calendar #wp-calendar {
width: 100%;
}
.widget_calendar #wp-calendar th {
background-color: #ededed;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
border: solid 1px #ededed;
text-align: center;
padding: 8px 0 2px;
}
.widget_calendar #wp-calendar tbody td#today,
.widget_calendar #wp-calendar th#today {
background-color: #00a0e4;
color: #fff;
}
.widget_calendar #wp-calendar tbody td#today a,
.widget_calendar #wp-calendar th#today a {
color: #fff;
}
.widget_calendar #wp-calendar tfoot td {
font-size: 12px;
color: #222222;
text-transform: uppercase;
font-weight: bold;
}
.widget_calendar #wp-calendar tfoot tr {
background-color: #222222;
line-height: 35px;
}
.widget_calendar #wp-calendar tfoot tr td#prev {
padding-left: 10px;
}
.widget_calendar #wp-calendar tfoot tr td#prev a {
color: #fff;
}
.widget_calendar #wp-calendar tfoot tr td#next {
padding-right: 10px;
}
.widget_calendar #wp-calendar tfoot tr td#next a {
color: #fff;
}
.widget_calendar #wp-calendar td#next {
text-align: right;
} .widget_archive select,
.widget_categories select {
width: 100%;
margin: 0;
background-color: #fff;
color: #222222;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
padding: 0 20px;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
display: none !important;
} .widget_meta ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_entries ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_recent_entries > ul {
background-color: #fff;
padding: 20px;
}
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_entries li {
margin-bottom: 14px;
font-size: 14px;
position: relative;
color: #222222;
font-weight: 400;
}
.widget_meta li span.count,
.widget_archive li span.count,
.widget_categories li span.count,
.widget_nav_menu li span.count,
.widget_pages li span.count,
.widget_product_categories li span.count,
.widget_recent_entries li span.count {
float: right;
color: #00a0e4;
letter-spacing: 0.05em;
}
.widget_meta li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_product_categories li:last-child,
.widget_recent_entries li:last-child {
margin-bottom: 0;
}
.widget_meta li > a,
.widget_archive li > a,
.widget_categories li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_product_categories li > a,
.widget_recent_entries li > a {
display: block;
font-size: 14px;
font-weight: 400;
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.widget_meta li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover,
.widget_recent_entries li > a:hover {
color: #00a0e4;
}
.widget_meta li li > a,
.widget_archive li li > a,
.widget_categories li li > a,
.widget_nav_menu li li > a,
.widget_pages li li > a,
.widget_product_categories li li > a,
.widget_recent_entries li li > a {
padding-left: 40px;
}
.widget_meta li li li > a,
.widget_archive li li li > a,
.widget_categories li li li > a,
.widget_nav_menu li li li > a,
.widget_pages li li li > a,
.widget_product_categories li li li > a,
.widget_recent_entries li li li > a {
padding-left: 60px;
}
.widget_meta li li li li > a,
.widget_archive li li li li > a,
.widget_categories li li li li > a,
.widget_nav_menu li li li li > a,
.widget_pages li li li li > a,
.widget_product_categories li li li li > a,
.widget_recent_entries li li li li > a {
padding-left: 80px;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul,
.widget_recent_entries ul ul {
display: none;
margin-top: 14px;
}
.widget_meta .li-caret,
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret,
.widget_recent_entries .li-caret {
position: absolute;
top: 0;
cursor: pointer;
font-size: 10px;
width: 23px;
height: 23px;
text-align: center;
line-height: 23px;
right: 0;
}
.widget_meta .li-caret.in:before,
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_pages .li-caret.in:before,
.widget_product_categories .li-caret.in:before,
.widget_recent_entries .li-caret.in:before {
content: '\f068';
}
.widget_meta .current_page_item > a,
.widget_archive .current_page_item > a,
.widget_categories .current_page_item > a,
.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a,
.widget_product_categories .current_page_item > a,
.widget_recent_entries .current_page_item > a,
.widget_meta .current-cat > a,
.widget_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .current-cat > a,
.widget_product_categories .current-cat > a,
.widget_recent_entries .current-cat > a,
.widget_meta .current-menu-item > a,
.widget_archive .current-menu-item > a,
.widget_categories .current-menu-item > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current-menu-item > a,
.widget_product_categories .current-menu-item > a,
.widget_recent_entries .current-menu-item > a,
.widget_meta li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover,
.widget_recent_entries li > a:hover {
color: #00a0e4;
}
.widget_meta .current_page_item > a + ul + span,
.widget_archive .current_page_item > a + ul + span,
.widget_categories .current_page_item > a + ul + span,
.widget_nav_menu .current_page_item > a + ul + span,
.widget_pages .current_page_item > a + ul + span,
.widget_product_categories .current_page_item > a + ul + span,
.widget_recent_entries .current_page_item > a + ul + span,
.widget_meta .current-cat > a + ul + span,
.widget_archive .current-cat > a + ul + span,
.widget_categories .current-cat > a + ul + span,
.widget_nav_menu .current-cat > a + ul + span,
.widget_pages .current-cat > a + ul + span,
.widget_product_categories .current-cat > a + ul + span,
.widget_recent_entries .current-cat > a + ul + span,
.widget_meta .current-menu-item > a + ul + span,
.widget_archive .current-menu-item > a + ul + span,
.widget_categories .current-menu-item > a + ul + span,
.widget_nav_menu .current-menu-item > a + ul + span,
.widget_pages .current-menu-item > a + ul + span,
.widget_product_categories .current-menu-item > a + ul + span,
.widget_recent_entries .current-menu-item > a + ul + span,
.widget_meta li > a:hover + ul + span,
.widget_archive li > a:hover + ul + span,
.widget_categories li > a:hover + ul + span,
.widget_nav_menu li > a:hover + ul + span,
.widget_pages li > a:hover + ul + span,
.widget_product_categories li > a:hover + ul + span,
.widget_recent_entries li > a:hover + ul + span {
color: #00a0e4;
}
.widget_meta .current_page_ancestor > ul,
.widget_archive .current_page_ancestor > ul,
.widget_categories .current_page_ancestor > ul,
.widget_nav_menu .current_page_ancestor > ul,
.widget_pages .current_page_ancestor > ul,
.widget_product_categories .current_page_ancestor > ul,
.widget_recent_entries .current_page_ancestor > ul,
.widget_meta .current_page_parent > ul,
.widget_archive .current_page_parent > ul,
.widget_categories .current_page_parent > ul,
.widget_nav_menu .current_page_parent > ul,
.widget_pages .current_page_parent > ul,
.widget_product_categories .current_page_parent > ul,
.widget_recent_entries .current_page_parent > ul,
.widget_meta .current-cat-parent > ul,
.widget_archive .current-cat-parent > ul,
.widget_categories .current-cat-parent > ul,
.widget_nav_menu .current-cat-parent > ul,
.widget_pages .current-cat-parent > ul,
.widget_product_categories .current-cat-parent > ul,
.widget_recent_entries .current-cat-parent > ul,
.widget_meta .current-cat-ancestor > ul,
.widget_archive .current-cat-ancestor > ul,
.widget_categories .current-cat-ancestor > ul,
.widget_nav_menu .current-cat-ancestor > ul,
.widget_pages .current-cat-ancestor > ul,
.widget_product_categories .current-cat-ancestor > ul,
.widget_recent_entries .current-cat-ancestor > ul {
display: block;
} .widget_recent_comments .rss-widget-icon,
.widget_rss .rss-widget-icon {
margin-bottom: 4px;
}
.widget_recent_comments .widget-title,
.widget_rss .widget-title {
margin-bottom: 0;
}
.widget_recent_comments ul,
.widget_rss ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget_recent_comments > ul,
.widget_rss > ul {
padding: 20px;
background: #fff;
}
.widget_recent_comments li,
.widget_rss li {
color: #222222;
padding-bottom: 20px;
}
.widget_recent_comments li:last-child,
.widget_rss li:last-child {
padding-bottom: 0;
}
.widget_recent_comments li ul,
.widget_rss li ul {
padding-left: 20px;
}
.widget_recent_comments a,
.widget_rss a {
color: #00a0e4;
} .tagcloud {
font-size: 0;
margin-bottom: -5px;
}
.tagcloud a {
display: inline-block;
vertical-align: top;
font-size: 14px !important;
color: #222222;
line-height: 1;
padding: 10px 20px 8px 20px;
margin: 0 5px 5px 0;
border: solid 1px #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.tagcloud a:hover {
background-color: #00a0e4;
border-color: #00a0e4;
color: #ffffff !important;
}
.widget_text {
color: #222222;
}  .social-profiles a {
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.social-profiles a i {
color: #fff;
}
.social-profiles a:hover i {
color: #00a0e4;
}
.social-profiles.default a + a {
margin-left: 13px;
}
.social-profiles.icon-small i {
font-size: 12px !important;
}
.social-profiles.icon-large i {
font-size: 16px !important;
}
.social-profiles.circle a + a {
margin-left: 3px;
}
.social-profiles.circle i {
background-color: #f6f6f6;
text-align: center;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #727272;
}
.social-profiles.circle i:hover {
background-color: #00a0e4;
color: #fff;
}
.social-profiles.circle.icon-small i {
width: 36px;
height: 36px;
line-height: 36px;
}
.social-profiles.circle.icon-large i {
width: 44px;
height: 44px;
line-height: 44px;
}
.social-profiles.dark a i {
color: #727272;
}
.social-profiles.dark a:hover i {
color: #00a0e4;
}
.social-profiles.dark.circle i {
background-color: #282c30;
color: #fff;
}
.social-profiles.dark.circle i:hover {
background-color: #00a0e4;
color: #fff;
}
.social-profiles.gray a i {
color: #bababa;
}
.social-profiles.gray a:hover i {
color: #00a0e4;
}
.social-profiles.gray.circle i {
background-color: #bababa;
color: #fff;
}
.social-profiles.gray.circle i:hover {
background-color: #00a0e4;
color: #fff;
} .widget-posts ul {
list-style: none;
padding: 20px;
margin: 0;
background-color: #fff;
}
.widget-posts li {
margin-bottom: 30px;
}
.widget-posts li:last-child {
margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
width: 70px;
margin-bottom: 0;
float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
padding-left: 80px;
}
.widget-posts .entry-post-title {
font-size: 13px;
font-weight: 400;
margin: 0 !important;
line-height: 25px;
}
.widget-posts .entry-meta-date {
font-size: 12px;
color: #00a0e4;
font-weight: 400;
line-height: 25px;
}
.widget-posts .entry-thumbnail .zoomGallery {
font-size: 12px;
line-height: 25px;
}
.widget-posts .post-video .zoomGallery {
font-size: 18px;
line-height: 18px;
}
.widget-posts .owl-carousel > .owl-nav {
display: none !important;
} .widget-feeds i {
float: left;
width: 30px;
margin-top: 10px;
font-size: 20px;
color: #00a0e4;
}
.widget-feeds span.twitter-time {
font-size: 15px;
display: block;
color: #bfbfbf;
}
.widget-feeds .twitter-content {
overflow: hidden;
}
.widget-feeds .widget-twitter-item + .widget-twitter-item {
margin-top: 30px;
} .g5-recent-properties .property-item {
margin-bottom: 23px;
position: relative;
}
.g5-recent-properties .property-item:last-child {
margin-bottom: 0;
}
.g5-recent-properties .entry-thumb-wrap a.entry-thumbnail-overlay img {
width: 110px;
}
.g5-recent-properties .entry-thumb-wrap {
float: left;
margin-top: 0;
margin-bottom: 0;
}
.g5-recent-properties .entry-content-wrap {
position: relative;
overflow: hidden;
padding-left: 20px;
}
.g5-recent-properties .property-status {
font-size: 11px;
color: #fff;
background: #00a0e4;
padding-left: 10px;
padding-right: 10px;
border-radius: 8px;
position: absolute;
left: 10px;
top: 10px;
}
.g5-recent-properties .property-state {
font-weight: 600;
font-size: 11px;
color: #00a0e4;
text-transform: uppercase;
display: block;
margin-top: -5px;
}
.g5-recent-properties .entry-post-title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: 11px;
margin-top: 1px;
}
.g5-recent-properties .entry-post-title a {
font-weight: 600;
font-size: 16px;
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.g5-recent-properties .entry-post-title a:hover {
color: #00a0e4;
}
.g5-recent-properties .property-price {
font-weight: 600;
font-size: 14px;
} .g5-video {
position: relative;
display: flex;
}
.g5-video .g5-video-inner {
background-color: rgba(0, 160, 228, 0.75);
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
}
.g5-video .video-title {
font-size: 24px;
font-weight: 600;
color: #fff;
margin-top: 16px;
} .primary-sidebar .widget:last-child {
margin-bottom: 0;
}
@media (max-width: 991px) {
.primary-sidebar {
margin-top: 30px;
}
.sidebar-mobile-hidden {
display: none;
}
.sidebar-mobile-canvas-icon {
display: block;
}
.sidebar-mobile-canvas-icon.changed {
display: none;
}
.sidebar-mobile-canvas {
margin-top: 0;
opacity: 0;
position: fixed;
left: -300px;
top: 0;
padding: 30px;
width: 300px;
box-sizing: border-box;
background-color: #fff;
z-index: 999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.sidebar-mobile-canvas.changed {
opacity: 1;
left: 0;
}
.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close {
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
padding: 0 5px;
display: block;
}
.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i {
color: red;
}
.overlay-canvas-sidebar {
position: absolute;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.overlay-canvas-sidebar.changed {
display: block;
z-index: 1000;
background-color: rgba(0, 0, 0, 0.6);
cursor: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/close.png) 15 15, default;
}
} .background-position-top.important {
background-position: top !important;
} .ere_widget_mortgage_calculator .ere-mortgage-wrap .title-mc-item,
.ere_widget_mortgage_calculator .ere-mortgage-wrap .mc-output p {
color: #222222 !important;
} .ere_widget_top_agents .ere-list-top-agents-wrap .agent-info h4 a {
color: #222222 !important;
}
.ere_widget_top_agents .ere-list-top-agents-wrap .agent-info h4 a:hover {
color: #00a0e4 !important;
}
.ere_widget_top_agents .ere-list-top-agents-wrap .agent-info .total_property {
color: #00a0e4 !important;
} .footer-get-in-touch {
list-style-type: none;
margin: 0;
padding: 0 !important;
}
.footer-get-in-touch li {
display: block;
line-height: 2.2;
}
.footer-get-in-touch li span {
display: table-cell;
vertical-align: top;
}
.footer-get-in-touch li span:first-child {
padding-right: 10px;
padding-top: 7px;
} .horizontal-menu li {
display: inline-block;
margin-right: 35px;
}
.horizontal-menu li a {
font-weight: 500 !important;
font-size: 12px !important;
}
.horizontal-menu li:last-of-type {
margin-right: 0;
} .custom-widget-footer {
margin: 60px auto 0;
padding-bottom: 20px;
max-width: 550px;
}
.custom-widget-footer .widget {
margin-bottom: 40px;
} .custom-html-footer {
list-style-type: none;
margin: 0;
padding: 0 !important;
}
.custom-html-footer li {
display: flex;
line-height: 25px;
font-size: 13px;
}
.custom-html-footer li i {
font-size: 14px;
position: relative;
top: 5px;
width: 26px;
-webkit-flex-shrink: 0;
flex-shrink: 0;
} .widget-info .info-item {
max-width: 250px;
}
.widget-info .info-item.col-md-4 {
width: auto;
}
.widget-info span {
display: table-cell;
vertical-align: middle;
text-align: left;
}
.widget-info span:first-child {
font-size: 30px;
padding-right: 18px;
}
.widget-info span:last-child {
line-height: 18px;
font-size: 14px;
color: #66646d;
}
.widget-info span:last-child b {
color: #222222;
}
.sidebar .dsidx-resp-area-submit input[type="submit"] {
width: 100% !important;
}
.sidebar .dsidx-resp-area.dsidx-resp-area-half.dsidx-resp-area-right {
padding-left: 0 !important;
}
.widget .ihf-small-results-photo {
margin-top: 20px;
margin-bottom: 20px;
}
.widget .gallery-prop-info .address a {
color: #222222 !important;
font-size: 18px;
font-weight: 600;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.widget .gallery-prop-info .address a:hover {
text-decoration: none !important;
color: #00a0e4 !important;
}
.widget .gallery-prop-info strong {
font-weight: 600;
color: #222222;
}
@media (min-width: 992px) and (max-width: 1199px) {
.widget-info .info-item {
max-width: 200px;
}
} .coming-soon .fixed-top img {
max-width: 132px;
}
@media screen and (max-width: 991px) {
.coming-soon .fs-24 {
font-size: 20px !important;
}
}
@media screen and (max-width: 479px) {
.coming-soon .fs-24 {
font-size: 16px !important;
}
} .top-drawer-wrapper {
background-color: #222222;
color: #ffffff;
line-height: 2em;
position: relative;
}
.top-drawer-wrapper .widget {
margin-bottom: 0;
}
.top-drawer-wrapper .top-drawer-toggle {
position: absolute;
right: 0;
top: 0;
background-color: #00a0e4;
border-top: solid 2px rgba(0, 0, 0, 0.2);
padding: 7px;
color: #fff;
font-size: 10px;
line-height: 1;
cursor: pointer;
opacity: 0.7;
}
.top-drawer-wrapper.in .top-drawer-toggle,
.top-drawer-wrapper:hover .top-drawer-toggle {
opacity: 1;
}
.top-drawer-wrapper.in .top-drawer-toggle > i:before {
content: "\f068";
}
.top-drawer-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.top-drawer-type-toggle .top-drawer-inner {
display: none;
}
@media screen and (max-width: 1199px) {
.top-drawer-mobile-invisible {
display: none;
}
}
.top-bar-wrapper.top-bar-4 .bar-left {
text-align: center;
}
.bar-left {
text-align: left;
}
.bar-right {
text-align: right;
}
.bar-wrapper {
font-size: 12px;
}
.bar-wrapper .widget {
margin-bottom: 0 !important;
}
.topbar-link {
padding-right: 15px;
cursor: pointer;
}
.topbar-link i {
color: #00a0e4;
padding-right: 9px;
}
.top-bar-wrapper a:hover {
color: #00a0e4;
}
.top-bar-wrapper {
background-color: #222222;
color: #ffffff;
}
.top-bar-wrapper a {
color: inherit;
}
.top-bar-wrapper.full-border {
border-bottom: solid 1px #ededed;
}
.top-bar-wrapper.container-border .top-bar-inner {
border-bottom: solid 1px #ededed;
}
.top-bar-wrapper select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-2.png) !important;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
border-left: solid 1px;
border-left-color: #ffffff;
border-right-color: #ffffff;
}
.top-bar-wrapper .search-form-small .search-form .search-field {
border-color: #ededed;
background-color: #fff;
}
.top-bar-wrapper .search-form-small .search-form .search-submit {
background-color: #222222 !important;
}
.top-bar-wrapper .search-form-square .search-form .search-field {
background-color: #fff;
}
.top-bar-wrapper .widget_meta > ul,
.top-bar-wrapper .widget_archive > ul,
.top-bar-wrapper .widget_categories > ul,
.top-bar-wrapper .widget_nav_menu > ul,
.top-bar-wrapper .widget_pages > ul,
.top-bar-wrapper .widget_product_categories > ul,
.top-bar-wrapper .widget_recent_entries > ul,
.top-bar-wrapper .widget_recent_comments > ul,
.top-bar-wrapper .widget_rss > ul {
padding: 0;
background-color: transparent;
}
.top-bar-wrapper .widget_meta li > a,
.top-bar-wrapper .widget_archive li > a,
.top-bar-wrapper .widget_categories li > a,
.top-bar-wrapper .widget_nav_menu li > a,
.top-bar-wrapper .widget_pages li > a,
.top-bar-wrapper .widget_product_categories li > a,
.top-bar-wrapper .widget_recent_entries li > a,
.top-bar-wrapper .widget_recent_comments li,
.top-bar-wrapper .widget_rss li {
color: #ffffff;
font-size: 12px;
}
.top-bar-wrapper .tagcloud a,
.top-bar-wrapper .widget_text,
.top-bar-wrapper .widget_calendar .calendar_wrap caption,
.top-bar-wrapper .widget_meta .li-caret,
.top-bar-wrapper .widget_archive .li-caret,
.top-bar-wrapper .widget_categories .li-caret,
.top-bar-wrapper .widget_nav_menu .li-caret,
.top-bar-wrapper .widget_pages .li-caret,
.top-bar-wrapper .widget_product_categories .li-caret,
.top-bar-wrapper .widget_recent_entries .li-caret {
color: #ffffff;
}
.top-bar-wrapper .widget-title {
padding-left: 0;
}
.top-bar-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.top-bar-inner .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 1200px) {
header.header-mobile {
display: none;
height: 0;
}
.header-wrapper {
background-color: #ffffff;
color: #222222;
}
.header-wrapper .container-inner {
position: relative;
}
.header-above-inner {
padding-top: 0px;
padding-bottom: 0px;
}
.logo-header {
float: left;
height: 150px;
font-size: 0;
}
.logo-header:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.logo-header img {
max-height: 150px;
padding-top: 25px;
padding-bottom: 25px;
}
.logo-sticky {
display: none;
}
.header-wrapper > .container {
position: relative;
}
.header-wrapper.float-header {
position: absolute;
z-index: 999;
left: 0;
right: 0;
}
.header-nav-wrapper {
background-color: #222222;
color: #ffffff;
}
.header-customize-wrapper .header-customize-item:first-child {
margin-left: 45px;
}
.header-customize-wrapper .search-standard {
width: 40px;
height: 40px;
border: solid 1px #ddd;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
display: block;
text-align: center;
color: #8f8f8f;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.header-customize-wrapper .search-standard i {
font-size: 16px;
line-height: 40px;
}
.header-customize-wrapper .search-standard:hover {
color: #00a0e4;
border-color: #00a0e4;
}
.header-customize-nav {
float: right;
line-height: 60px;
color: #ffffff;
}
.header-customize-nav .header-customize-item {
margin-left: 13px;
}
.header-customize-nav .header-customize-item i {
font-size: 18px;
}
.header-customize-nav a {
color: #ffffff;
}
.header-customize-nav a:hover {
color: #00a0e4;
}
.header-customize-nav input[type="text"],
.header-customize-nav input[type="search"],
.header-customize-nav input[type="email"],
.header-customize-nav input[type="url"],
.header-customize-nav input[type="password"],
.header-customize-nav input[type="tel"],
.header-customize-nav textarea,
.header-customize-nav select {
color: #ffffff;
}
.header-customize-nav input[type="text"]::-webkit-input-placeholder,
.header-customize-nav input[type="search"]::-webkit-input-placeholder,
.header-customize-nav input[type="email"]::-webkit-input-placeholder,
.header-customize-nav input[type="url"]::-webkit-input-placeholder,
.header-customize-nav input[type="password"]::-webkit-input-placeholder,
.header-customize-nav input[type="tel"]::-webkit-input-placeholder,
.header-customize-nav textarea::-webkit-input-placeholder,
.header-customize-nav select::-webkit-input-placeholder {
color: #b4b4b4 !important;
}
.header-customize-nav input[type="text"]:-moz-placeholder,
.header-customize-nav input[type="search"]:-moz-placeholder,
.header-customize-nav input[type="email"]:-moz-placeholder,
.header-customize-nav input[type="url"]:-moz-placeholder,
.header-customize-nav input[type="password"]:-moz-placeholder,
.header-customize-nav input[type="tel"]:-moz-placeholder,
.header-customize-nav textarea:-moz-placeholder,
.header-customize-nav select:-moz-placeholder {
color: #b4b4b4 !important;
}
.header-customize-nav input[type="text"]::-moz-placeholder,
.header-customize-nav input[type="search"]::-moz-placeholder,
.header-customize-nav input[type="email"]::-moz-placeholder,
.header-customize-nav input[type="url"]::-moz-placeholder,
.header-customize-nav input[type="password"]::-moz-placeholder,
.header-customize-nav input[type="tel"]::-moz-placeholder,
.header-customize-nav textarea::-moz-placeholder,
.header-customize-nav select::-moz-placeholder {
color: #b4b4b4 !important;
}
.header-customize-nav input[type="text"]:-ms-input-placeholder,
.header-customize-nav input[type="search"]:-ms-input-placeholder,
.header-customize-nav input[type="email"]:-ms-input-placeholder,
.header-customize-nav input[type="url"]:-ms-input-placeholder,
.header-customize-nav input[type="password"]:-ms-input-placeholder,
.header-customize-nav input[type="tel"]:-ms-input-placeholder,
.header-customize-nav textarea:-ms-input-placeholder,
.header-customize-nav select:-ms-input-placeholder {
color: #b4b4b4 !important;
}
.header-customize-left,
.header-customize-right {
line-height: 150px;
}
.header-customize-left .header-customize-item:first-child,
.header-customize-right .header-customize-item:first-child {
margin-left: 0;
}
.header-customize-left {
float: left;
text-align: left;
}
.header-customize-left .header-customize-item {
margin-left: 13px;
}
.header-customize-right {
float: right;
text-align: right;
}
.header-customize-right .header-customize-item {
margin-left: 40px;
}
.header-customize-item {
display: inline-block;
vertical-align: middle;
line-height: 1;
max-width: 100%;
}
.header-customize-item .widget {
margin-bottom: 0;
}
.header-customize-item a {
color: inherit;
}
.header-wrapper.full-border,
.header-wrapper.container-border .container-inner {
border-bottom: solid 1px #ededed;
}
.header-wrapper input[type="text"],
.header-wrapper input[type="search"],
.header-wrapper input[type="email"],
.header-wrapper input[type="url"],
.header-wrapper input[type="password"],
.header-wrapper input[type="tel"],
.header-wrapper textarea,
.header-wrapper select {
color: #222222;
}
.header-wrapper input[type="text"]::-webkit-input-placeholder,
.header-wrapper input[type="search"]::-webkit-input-placeholder,
.header-wrapper input[type="email"]::-webkit-input-placeholder,
.header-wrapper input[type="url"]::-webkit-input-placeholder,
.header-wrapper input[type="password"]::-webkit-input-placeholder,
.header-wrapper input[type="tel"]::-webkit-input-placeholder,
.header-wrapper textarea::-webkit-input-placeholder,
.header-wrapper select::-webkit-input-placeholder {
color: #222222 !important;
}
.header-wrapper input[type="text"]:-moz-placeholder,
.header-wrapper input[type="search"]:-moz-placeholder,
.header-wrapper input[type="email"]:-moz-placeholder,
.header-wrapper input[type="url"]:-moz-placeholder,
.header-wrapper input[type="password"]:-moz-placeholder,
.header-wrapper input[type="tel"]:-moz-placeholder,
.header-wrapper textarea:-moz-placeholder,
.header-wrapper select:-moz-placeholder {
color: #222222 !important;
}
.header-wrapper input[type="text"]::-moz-placeholder,
.header-wrapper input[type="search"]::-moz-placeholder,
.header-wrapper input[type="email"]::-moz-placeholder,
.header-wrapper input[type="url"]::-moz-placeholder,
.header-wrapper input[type="password"]::-moz-placeholder,
.header-wrapper input[type="tel"]::-moz-placeholder,
.header-wrapper textarea::-moz-placeholder,
.header-wrapper select::-moz-placeholder {
color: #222222 !important;
}
.header-wrapper input[type="text"]:-ms-input-placeholder,
.header-wrapper input[type="search"]:-ms-input-placeholder,
.header-wrapper input[type="email"]:-ms-input-placeholder,
.header-wrapper input[type="url"]:-ms-input-placeholder,
.header-wrapper input[type="password"]:-ms-input-placeholder,
.header-wrapper input[type="tel"]:-ms-input-placeholder,
.header-wrapper textarea:-ms-input-placeholder,
.header-wrapper select:-ms-input-placeholder {
color: #222222 !important;
}
.header-float {
position: absolute;
z-index: 999;
left: 0;
right: 0;
}
.is-sticky .logo-sticky {
display: initial;
}
.is-sticky .has-logo-sticky .no-sticky {
display: none;
}
.x-menu-a-text {
position: relative;
}
.x-caret {
position: absolute;
right: -15px;
}
.no-menu {
line-height: 150px;
float: right;
}
.header-6 .x-nav-menu > li > .x-menu-a-text,
.header-5 .x-nav-menu > li > .x-menu-a-text,
.header-4 .x-nav-menu > li > .x-menu-a-text,
.header-3 .x-nav-menu > li > .x-menu-a-text,
.header-2 .x-nav-menu > li > .x-menu-a-text {
position: relative;
display: block;
line-height: inherit;
}
.header-6 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-5 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-4 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-3 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-2 .x-nav-menu > li.current-menu-parent > .x-menu-a-text:after,
.header-6 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-5 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-4 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-3 .x-nav-menu > li:hover > .x-menu-a-text:after,
.header-2 .x-nav-menu > li:hover > .x-menu-a-text:after {
content: '';
display: block;
background-color: #00a0e4;
height: 4px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.header-1 .x-caret {
top: 50%;
margin-top: -8px;
}
.header-1 .header-customize-nav {
display: inline-block;
vertical-align: middle;
margin-left: 30px;
position: relative;
}
.header-1 .header-customize-nav .header-customize-item:first-child {
margin-left: 26px;
}
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-1 .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover,
.header-1 .x-nav-menu > li.x-menu-item:hover > a {
color: #ffffff !important;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text {
position: relative;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text {
position: relative;
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text:before,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text:before,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text:before,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text:before {
content: '';
position: absolute;
top: -18px;
left: 50%;
height: 4px;
width: 10px;
margin-left: -10px;
background-color: #00a0e4;
-webkit-transform: skew(0deg, 150deg);
-moz-transform: skew(0deg, 150deg);
-ms-transform: skew(0deg, 150deg);
-o-transform: skew(0deg, 150deg);
transform: skew(0deg, 150deg);
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text .x-menu-text:after,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover .x-menu-text:after,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text .x-menu-text:after,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text .x-menu-text:after {
content: '';
position: absolute;
top: -18px;
left: 50%;
height: 4px;
width: 10px;
background-color: #00a0e4;
-webkit-transform: skew(0deg, -150deg);
-moz-transform: skew(0deg, -150deg);
-ms-transform: skew(0deg, -150deg);
-o-transform: skew(0deg, -150deg);
transform: skew(0deg, -150deg);
}
.header-1 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text:after,
.header-1 .x-nav-menu > li > a.x-menu-a-text:hover:after,
.header-1 .x-nav-menu > li.x-active > a.x-menu-a-text:after,
.header-1 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text:after {
content: '';
display: block;
width: 70%;
height: 4px;
background-color: #00a0e4;
position: absolute;
top: 28px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.header-1 .primary-menu {
float: right;
}
.header-2 .header-wrapper .container-inner {
display: flex;
padding: 0 15px;
}
.header-2 .header-logo,
.header-2 .header-customize {
flex-shrink: 0;
text-align: center;
}
.header-2 .header-menu {
flex-grow: 1;
}
.header-2 .primary-menu {
text-align: center;
}
.header-2 .header-customize-wrapper .header-customize-item:first-child {
margin-left: 40px;
}
.header-3 .logo-header {
width: 170px;
text-align: center;
height: 100%;
position: absolute;
left: 0;
bottom: 24px;
padding-top: 48px;
background-color: #00a0e4;
z-index: 3;
}
.header-3 .header-nav-wrapper {
margin-left: 170px;
background-color: #ffffff;
}
.header-3 .header-nav-wrapper .primary-menu,
.header-3 .header-nav-wrapper .header-customize-left {
padding-left: 30px;
}
.header-3 .header-nav-wrapper:before {
content: '';
display: block;
background-color: #ffffff;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
right: 100%;
}
.header-3 .header-nav-wrapper:after {
content: '';
display: block;
background-color: #ffffff;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
left: 100%;
}
.header-3 .primary-menu {
float: right;
width: 100%;
background-color: #222222;
position: relative;
text-align: right;
}
.header-3 .primary-menu:before {
content: '';
display: block;
background-color: #222222;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
right: 100%;
z-index: 2;
}
.header-3 .primary-menu:after {
content: '';
display: block;
background-color: #222222;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
left: 100%;
z-index: 2;
}
.header-3 .header-customize-left,
.header-3 .header-customize-right {
line-height: 16px;
color: #222222;
padding-top: 17.5px;
padding-bottom: 17.5px;
}
.header-3 .is-sticky .logo-header {
bottom: 0;
padding-top: 0;
}
.header-5 .logo-header {
width: 169px;
text-align: center;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #00a0e4;
}
.header-5 .logo-header:before {
content: '';
display: block;
background-color: #00a0e4;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
right: 100%;
}
.header-5 .logo-header img {
top: 50%;
position: relative;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-5 .header-nav-wrapper {
margin-left: 169px;
background-color: #ffffff;
}
.header-5 .header-nav-wrapper .primary-menu {
padding-left: 40px;
}
.header-5 .header-nav-wrapper .header-customize-left {
padding-left: 30px;
}
.header-5 .header-nav-wrapper:after {
content: '';
display: block;
background-color: #ffffff;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
left: 100%;
}
.header-5 .primary-menu {
float: left;
width: 100%;
background-color: #222222;
position: relative;
}
.header-5 .primary-menu:after {
content: '';
display: block;
background-color: #222222;
position: absolute;
height: 100%;
width: 1000%;
top: 0;
left: 100%;
z-index: 2;
}
.header-5 .header-customize-left,
.header-5 .header-customize-right {
line-height: 85px;
color: #222222;
}
.header-5 .is-sticky .logo-header {
padding: 10px;
}
.header-6 .sticky-wrapper .header-nav-wrapper .logo-header {
display: none;
}
.header-6 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header {
display: inline-block;
margin-right: 45px;
height: 60px;
}
.header-6 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header img {
max-height: 60px;
padding: 10px;
}
.header-6 .full-border,
.header-6 .container-border .container-inner {
border-bottom: solid 1px #ededed;
}
.header-6 .header-wrapper {
background-color: #ffffff;
color: #222222;
}
.header-6 .header-wrapper .container-inner {
position: relative;
}
.header-is-float .header-2 .is-sticky .sticky-region {
box-shadow: none;
}
.header-4 .header-customize-nav {
font-size: 12px;
}
.header-4 .sticky-wrapper .header-nav-wrapper .logo-header {
display: none;
}
.header-4 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header {
display: inline-block;
margin-right: 45px;
height: 60px;
}
.header-4 .sticky-wrapper.is-sticky .header-nav-wrapper .logo-header img {
max-height: 60px;
padding: 10px;
} }
.benaa-class .main-header .ere-search-properties.style-mini-line,
.benaa-class .header-mobile .ere-search-properties.style-mini-line {
background-color: #00a0e4;
padding: 10px 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .other-features-wrap,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .other-features-wrap {
margin-left: -5px;
margin-right: -5px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-group:nth-child(7),
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-group:nth-child(7) {
border-left: solid 1px #ddd;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search-wrap input,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search-wrap input,
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search-wrap select,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search-wrap select {
height: 50px !important;
background: #fff;
-webkit-border-radius: 25px !important;
-moz-border-radius: 25px !important;
border-radius: 25px !important;
line-height: 50px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .other-features-list .checkbox input[type="checkbox"],
.benaa-class .header-mobile .ere-search-properties.style-mini-line .other-features-list .checkbox input[type="checkbox"] {
height: initial !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .advanced-wrap,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .advanced-wrap {
display: block;
background: #fff;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search {
-webkit-border-radius: 25px;
-webkit-background-clip: padding-box;
-moz-border-radius: 25px;
-moz-background-clip: padding;
border-radius: 25px;
background-clip: padding-box;
overflow: hidden;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row {
border: none;
margin-left: -5px;
margin-right: -5px;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
margin-bottom: -1px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group {
height: 50px;
padding: 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group select,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group select,
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group input,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group input {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
border: none;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group.submit-search-form,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group.submit-search-form {
padding-right: 5px;
border-left: none !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group + .form-group,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .header-search .row > .form-group + .form-group {
border-left: solid 1px #ddd;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .form-group,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .form-group {
overflow: hidden;
padding: 0 5px;
background: transparent;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search {
display: none;
padding-top: 15px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .form-group,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .form-group {
border: none;
height: 50px;
margin-bottom: 15px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .row,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .row {
border: none;
margin-left: -20px;
margin-right: -20px;
background: transparent;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background: #fff;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .title-slider-filter,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .title-slider-filter {
color: #fff !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background: #fff !important;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
line-height: 50px;
height: 50px;
display: block;
text-align: left;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced i,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced i {
margin-left: 30px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list .row,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list .row {
margin-left: -15px;
margin-right: -15px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list label,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list label {
color: #fff;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn {
width: initial;
padding: 11px 33px;
background-color: #000;
border-color: #000;
position: absolute;
top: 0;
right: 5px;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn:hover,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn:hover {
background-color: transparent;
color: #000;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-features,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-features {
color: #fff;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-features i,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-features i {
background-color: #fff;
color: #00a0e4;
}
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
text-align: center;
}
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn {
padding: 0;
font-size: 0;
background: transparent;
border: transparent;
color: #00a0e4;
top: 50%;
right: 25px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
line-height: 1;
}
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .ere-advanced-search-btn i {
display: block;
font-size: 14px;
}
@media (max-width: 1199px) {
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced i,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced i {
margin-left: 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6 {
width: 25%;
}
}
@media (max-width: 767px) {
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .other-features-list > .row > .col-md-2.col-sm-6 {
width: 50%;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search > .row,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search > .row {
margin-left: 0;
margin-right: 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search > .row > .form-group:first-child,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search > .row > .form-group:first-child {
padding-left: 0;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .btn-other-advanced,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .btn-other-advanced {
text-align: left;
}
.benaa-class .main-header .ere-search-properties.style-mini-line .form-search .submit-search-form,
.benaa-class .header-mobile .ere-search-properties.style-mini-line .form-search .submit-search-form {
clear: initial;
}
}
.sticky-region {
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.is-sticky .header-above-inner {
padding-top: 0;
padding-bottom: 0;
}
.is-sticky .sticky-region {
position: fixed;
left: 0;
right: 0;
z-index: 999;
-webkit-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
margin: auto;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
}
.is-sticky .logo-text {
line-height: 60px;
}
.header-is-float .is-sticky .sticky-region .header-customize-nav a:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li > a.x-menu-a-text:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.x-menu-item:hover > a {
color: #00a0e4 !important;
}
body.boxed .is-sticky .sticky-region {
max-width: 1210px;
width: 100%;
}
#lang_sel {
display: inline-block;
}
#lang_sel > ul {
position: relative;
display: inline-block;
padding: 0;
margin: 0;
}
#lang_sel > ul > li {
padding: 0;
display: block;
list-style: none;
}
#lang_sel > ul > li img {
margin-bottom: 2px;
}
#lang_sel > ul > li a.color-gray {
color: #bababa;
}
#lang_sel > ul > li a.color-white {
color: #fff;
}
#lang_sel > ul > li > a:after {
content: "\f107";
font-family: 'fontawesome';
display: inline-block;
padding-left: 14px;
}
#lang_sel > ul ul {
position: absolute;
top: 100%;
left: 0;
min-width: 150px;
list-style: none;
padding: 10px 0;
margin: 0;
display: none;
background-color: #fff;
text-align: left;
z-index: 99999;
-webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
#lang_sel > ul ul > li {
list-style: none;
padding: 0 15px;
display: block;
line-height: 32px;
}
#lang_sel > ul ul > li a {
color: #222222;
}
#lang_sel > ul ul > li a:hover {
color: #00a0e4;
}
#lang_sel > ul ul > li img {
padding-right: 5px;
}
#lang_sel > ul:hover ul {
display: block;
}
.navbar-link {
position: relative;
padding-right: 15px;
display: inline-block;
max-width: 180px;
padding-left: 30px;
line-height: 16px;
cursor: pointer;
}
.navbar-link i {
font-size: 24px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #00a0e4;
}
.contact-phone {
text-align: center;
color: #FFF;
font-size: 24px;
font-weight: bold;
}
.contact-phone i {
display: block;
font-size: 32px !important;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.header-customize-item .submit-property {
padding: 11.5px 28px;
}
.header-customize-item .submit-property a,
.header-customize-item .submit-property i {
color: #fff !important;
}
.header-customize-item .submit-property:hover a,
.header-customize-item .submit-property:hover i {
color: #00a0e4 !important;
}
.logo-text {
margin: 0;
font-size: 24px;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: bold;
display: inline-block;
line-height: 150px;
}
@media screen and (max-width: 1199px) {
header.main-header {
display: none;
}
header.header-mobile {
display: block;
height: auto;
}
.top-bar-wrapper {
background-color: #222222 !important;
color: #ffffff !important;
}
.top-bar-wrapper.full-border {
border-bottom: solid 1px #ededed !important;
}
.top-bar-wrapper.container-border .top-bar-inner {
border-bottom: solid 1px #ededed !important;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
border-left: solid 1px;
border-left-color: #ededed;
border-right-color: #ededed;
}
.top-bar-inner {
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.header-mobile-inner {
background-color: #ffffff !important;
color: #222222 !important;
}
.header-mobile-inner a {
color: #222222;
}
.header-mobile-inner a:hover {
color: #00a0e4;
}
.header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,
.header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
.header-mobile-inner .toggle-icon-wrapper .toggle-icon > span {
background-color: #222222 !important;
}
.header-mobile-inner .widget {
margin-bottom: 0 !important;
}
.header-mobile-container-inner {
position: relative;
z-index: 2;
}
.header-mobile-container-inner > div,
.header-mobile-container-inner .logo-text {
line-height: 90px !important;
}
.toggle-mobile-menu {
float: left;
}
.logo-mobile-wrapper,
.mobile-search-button,
.mobile-login {
float: right;
}
.mobile-login {
position: relative;
z-index: 1;
}
.mobile-search-button {
font-size: 20px;
position: relative;
z-index: 1;
}
.logo-mobile-wrapper {
position: absolute;
padding-left: 100px;
padding-right: 100px;
left: 0;
right: 0;
text-align: center;
}
.logo-mobile-wrapper img {
max-height: 50px;
padding-top: 20px;
padding-bottom: 20px;
}
.nav-menu-mobile {
display: none;
}
.menu-drop-fly .wp-block-search {
padding: 20px;
background-color: #111;
}
.menu-drop-fly .wp-block-search button {
right: 20px;
top: 20px;
}
.menu-drop-fly .x-sub-menu-open > a b.x-caret {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-mobile-1 .mobile-search-button {
margin-right: 10px;
}
.header-mobile-1 .mobile-login + .mobile-search-button {
margin-right: 20px;
}
.header-mobile-2 .toggle-icon-wrapper {
float: right;
margin-left: 10px;
}
.header-mobile-2 .logo-mobile-wrapper {
text-align: left;
padding-left: 0;
padding-right: 90px;
}
.header-mobile-2 .both-mobile-icon .logo-mobile-wrapper {
padding-right: 130px;
}
.header-mobile-2 .mobile-search-button {
margin-right: 10px;
}
.header-mobile-2 .mobile-login + .mobile-search-button {
margin-right: 20px;
}
.header-mobile-3 .toggle-icon-wrapper {
margin-right: 20px;
}
.header-mobile-3 .mobile-login,
.header-mobile-3 .mobile-search-button {
float: left;
}
.header-mobile-3 .logo-mobile-wrapper {
text-align: right;
padding-left: 90px;
padding-right: 0;
}
.header-mobile-3 .both-mobile-icon .logo-mobile-wrapper {
padding-left: 130px;
}
.header-mobile-3 .mobile-login + .mobile-search-button {
margin-left: 10px;
}
.header-mobile-4 .both-mobile-icon .logo-mobile-wrapper {
padding-right: 50px;
}
.is-sticky {
height: 60px;
}
.is-sticky .header-mobile-container-inner > div,
.is-sticky .header-mobile-container-inner .logo-text {
line-height: 60px !important;
}
.bar-right .user-dropdown .user-dropdown-menu {
left: auto;
right: 0;
}
.header-mobile-wrapper .user-dropdown .user-display-name i {
font-size: 20px !important;
}
} .main-footer-wrapper {
background-color: #222222;
color: #bababa;   }
.main-footer-wrapper .widget-posts .entry-post-title {
color: #bababa;
}
.main-footer-wrapper .tagcloud a {
border: solid 1px #393939;
color: #bababa;
}
.main-footer-wrapper .tagcloud a:hover {
background-color: #00a0e4;
border-color: #00a0e4;
color: #ffffff !important;
}
.main-footer-wrapper .widget-posts .entry-meta-date {
color: #ffffff;
}
.main-footer-wrapper .bar-wrapper .menu > li {
color: inherit !important;
}
.main-footer-wrapper .bar-wrapper .menu > li:hover ul {
visibility: hidden;
opacity: 0;
}
.main-footer-wrapper .bar-wrapper .menu > li > a {
color: inherit;
font-size: 12px;
font-weight: bold;
}
.main-footer-wrapper .bar-wrapper .menu > li > a:hover {
color: #00a0e4;
}
.main-footer-wrapper .li-caret {
display: none;
}
.main-footer-wrapper .current-menu-item a,
.main-footer-wrapper .current_page_item a {
color: #00a0e4 !important;
}
.main-footer-wrapper .widget-title {
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
padding-left: 0;
text-transform: uppercase;
}
.main-footer-wrapper .widget_archive select,
.main-footer-wrapper .widget_categories select {
margin-bottom: 5px;
background-color: transparent;
color: #bababa;
}
.main-footer-wrapper .widget_meta > ul,
.main-footer-wrapper .widget_archive > ul,
.main-footer-wrapper .widget_categories > ul,
.main-footer-wrapper .widget_nav_menu > ul,
.main-footer-wrapper .widget_pages > ul,
.main-footer-wrapper .widget_product_categories > ul,
.main-footer-wrapper .widget_recent_entries > ul {
background-color: transparent;
padding: 0;
}
.main-footer-wrapper .widget_meta li,
.main-footer-wrapper .widget_archive li,
.main-footer-wrapper .widget_categories li,
.main-footer-wrapper .widget_nav_menu li,
.main-footer-wrapper .widget_pages li,
.main-footer-wrapper .widget_product_categories li,
.main-footer-wrapper .widget_recent_entries li {
font-weight: 300;
font-size: 14px;
color: #bababa;
margin-bottom: 5px;
}
.main-footer-wrapper .widget_meta li > a,
.main-footer-wrapper .widget_archive li > a,
.main-footer-wrapper .widget_categories li > a,
.main-footer-wrapper .widget_nav_menu li > a,
.main-footer-wrapper .widget_pages li > a,
.main-footer-wrapper .widget_product_categories li > a,
.main-footer-wrapper .widget_recent_entries li > a {
font-weight: 300;
font-size: 14px;
color: #bababa;
}
.main-footer-wrapper .widget_meta li > a:before,
.main-footer-wrapper .widget_archive li > a:before,
.main-footer-wrapper .widget_categories li > a:before,
.main-footer-wrapper .widget_nav_menu li > a:before,
.main-footer-wrapper .widget_pages li > a:before,
.main-footer-wrapper .widget_product_categories li > a:before,
.main-footer-wrapper .widget_recent_entries li > a:before {
display: inline-block;
content: "\f0da";
font-family: FontAwesome;
color: #00a0e4;
margin-right: 6px;
}
.main-footer-wrapper .widget_meta li > a:hover,
.main-footer-wrapper .widget_archive li > a:hover,
.main-footer-wrapper .widget_categories li > a:hover,
.main-footer-wrapper .widget_nav_menu li > a:hover,
.main-footer-wrapper .widget_pages li > a:hover,
.main-footer-wrapper .widget_product_categories li > a:hover,
.main-footer-wrapper .widget_recent_entries li > a:hover {
color: #00a0e4;
}
.main-footer-wrapper .widget_meta ul ul,
.main-footer-wrapper .widget_archive ul ul,
.main-footer-wrapper .widget_categories ul ul,
.main-footer-wrapper .widget_nav_menu ul ul,
.main-footer-wrapper .widget_pages ul ul,
.main-footer-wrapper .widget_product_categories ul ul,
.main-footer-wrapper .widget_recent_entries ul ul {
margin-bottom: 5px;
}
.main-footer-wrapper .widget_nav_menu li {
display: block;
padding: 0;
margin-bottom: 5px;
}
.main-footer-wrapper .widget_nav_menu li a {
font-size: 14px;
font-weight: 300;
color: #bababa;
padding-left: 11px;
}
.main-footer-wrapper .widget_nav_menu li a:hover {
color: #00a0e4;
}
.main-footer-wrapper .widget_nav_menu li a:before {
content: "\f0da";
display: inline-block;
color: #00a0e4;
font-family: FontAwesome;
position: absolute;
left: 0;
}
.main-footer-wrapper .widget_recent_comments > ul,
.main-footer-wrapper .widget_rss > ul {
padding: 0;
background: transparent;
}
.main-footer-wrapper .widget_recent_comments li,
.main-footer-wrapper .widget_rss li {
color: #bababa;
}
.main-footer-wrapper .tagcloud a,
.main-footer-wrapper .widget_text,
.main-footer-wrapper .widget_calendar .calendar_wrap caption {
color: #bababa;
}
.main-footer.full-border {
border-top: solid 1px #393939;
}
.main-footer.container-border .footer-inner {
border-top: solid 1px #393939;
}
.main-footer a {
color: inherit;
}
.main-footer a:hover {
color: #00a0e4;
}
.main-footer .widget {
margin-bottom: 28px;
}
.main-footer .menu {
margin-top: -10px;
}
.main-footer select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-2.png) !important;
}
.footer-inner {
padding-top: 60px;
padding-bottom: 25px;
}
.bottom-bar-wrapper {
background-color: #141414;
color: #bababa;
}
.bottom-bar-wrapper.full-border {
border-top: solid 1px #393939;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
border-top: solid 1px #393939;
}
.bottom-bar-wrapper .widget + .widget {
margin-left: 10px;
}
.bottom-bar-wrapper select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-2.png) !important;
}
.bottom-bar-wrapper .textwidget {
font-size: 12px;
}
.bottom-bar-wrapper .widget_nav_menu li {
display: inline-block;
margin-right: 35px;
padding: 0;
}
.bottom-bar-wrapper .widget_nav_menu li a {
font-size: 12px;
padding: 0;
color: #bababa;
}
.bottom-bar-wrapper .widget_nav_menu li a:hover {
color: #00a0e4;
}
.bottom-bar-wrapper .widget_nav_menu li.current-menu-item a {
color: #bababa !important;
}
.bottom-bar-wrapper .widget_nav_menu li.current-menu-item a:hover {
color: #00a0e4 !important;
}
.bottom-bar-wrapper .widget_nav_menu li a:before {
display: none;
}
.bottom-bar-wrapper .widget_nav_menu li:last-child {
margin-right: 0;
}
.bottom-bar-wrapper .tagcloud a,
.bottom-bar-wrapper .widget_text,
.bottom-bar-wrapper .widget_calendar .calendar_wrap caption {
color: #bababa;
}
.bottom-bar-wrapper.text-center * {
text-align: center;
}
.bottom-bar-inner {
padding-top: 22px;
padding-bottom: 16px;
font-size: 14px;
}
@media only screen and (min-width: 992px) {
footer.enable-parallax {
position: fixed !important;
bottom: 0;
left: 0;
z-index: -1;
right: 0;
margin: auto;
width: 100%;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
}
footer.enable-parallax.static {
position: static !important;
}
body.boxed footer.enable-parallax {
max-width: 1210px;
}
}
@media only screen and (max-width: 991px) {
.bottom-bar-left,
.bottom-bar-right {
text-align: center;
}
.bottom-bar-left {
margin-bottom: 10px;
}
}
@media (max-width: 767px) {
footer.footer-collapse-able .widget-title {
margin-bottom: 0;
cursor: pointer;
}
footer.footer-collapse-able .widget-title:after {
content: '+';
float: right;
}
footer.footer-collapse-able .widget-title.title-expanded:after {
content: '-';
}
footer.footer-collapse-able .widget-title + div,
footer.footer-collapse-able .widget-title + ul {
padding-top: 20px;
margin: 0;
}
footer.footer-collapse-able .main-footer .sidebar {
margin-bottom: 0;
}
footer.footer-collapse-able .main-footer .sidebar + .sidebar {
margin-top: 20px;
}
footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
clear: both;
}
.sidebar .two-col ul > li {
width: auto;
float: none;
}
} .singleAdds {
line-height: 32px;
}
.singleAdds i,
.singleAdds a,
.singleAdds p {
line-height: inherit;
}
.singleAdds p {
margin-bottom: 0;
}
.singleAdds i {
float: left;
padding-right: 10px;
color: #00a0e4;
}
.singleAdds:after {
content: '';
clear: both;
}
.mail-title,
.mail-submit {
display: block;
}
.mail-title {
position: absolute;
bottom: 0;
z-index: 2;
margin: 0;
width: 410px;
text-transform: uppercase;
vertical-align: middle;
background-color: #00a0e4;
color: #fff;
padding: 45px 60px 45px 160px;
}
.mail-title label {
line-height: 1;
letter-spacing: .05em;
margin: 0;
display: block;
}
.mail-title .icon-mail-fly:before,
.mail-title .icon-mail-fly:after,
.mail-title .icon-mail-fly .fly:before,
.mail-title .icon-mail-fly .fly:after {
content: "";
display: block;
position: absolute;
left: -10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #222222;
}
.mail-title .icon-mail-fly {
position: absolute;
left: 25px;
top: 25px;
}
.mail-title .icon-mail-fly:before {
height: 9px;
width: 45px;
top: 0;
}
.mail-title .icon-mail-fly:after {
height: 9px;
width: 30px;
top: 15px;
}
.mail-title .icon-mail-fly .fly:before {
height: 9px;
width: 20px;
top: 30px;
}
.mail-title .icon-mail-fly .fly:after {
height: 9px;
width: 25px;
bottom: -5px;
}
.mail-title .icon-mail-fly i {
color: #222222;
font-size: 105px;
transform: rotate(-45deg);
}
.mail-title:before {
content: "";
display: block;
position: absolute;
background-color: #00a0e4;
height: 100%;
top: 0;
bottom: 0;
left: -999px;
right: 100%;
}
.mail-title:after {
content: "";
display: block;
width: 80px;
position: absolute;
background-color: #00a0e4;
height: 100%;
top: 0;
bottom: 0;
right: -40px;
transform: skewX(25deg);
}
.mail-submit {
font-size: 0;
background-color: #222222;
z-index: 1;
position: relative;
bottom: 0;
padding: 33px 15px 33px 550px;
}
.mail-submit .mail-form {
position: relative;
}
.mail-submit .mail-form .mail-footer {
display: none;
}
.mail-submit .mail-form:before {
content: "";
display: block;
position: absolute;
height: 55px;
background-color: #fff;
width: 32px;
transform: skewX(25deg);
left: -16px;
}
.mail-submit input[type="email"],
.mail-submit button {
vertical-align: middle;
}
.mail-submit input[type="email"] {
background-color: #fff !important;
border: none !important;
color: #8F8F8F;
text-transform: uppercase;
width: 100%;
height: 55px;
line-height: 55px;
}
.mail-submit button {
position: absolute;
top: 0;
right: 0;
background-color: #00a0e4;
height: 55px;
width: 60px;
text-align: center;
border: none;
}
.mail-submit button i {
font-size: 26px;
color: #fff;
line-height: 55px;
}
.mail-submit:after {
content: "";
display: block;
position: absolute;
left: 100%;
width: 999px;
background-color: #222222;
height: 100%;
top: 0;
bottom: 0;
}  h4.entry-post-title {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
font-size: 32px;
font-weight: 600;
color: #222222;
margin-top: 5px;
margin-bottom: 10px;
word-break: break-all;
}
h4.entry-post-title a {
color: inherit;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
h4.entry-post-title a:hover {
color: #00a0e4;
}
.archive-wrap article {
position: relative;
}
.archive-wrap article.post-large-image {
margin-bottom: 60px;
}
.archive-wrap article.post-large-image.format-quote blockquote:before {
top: 0;
}
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
height: 190px;
}
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image:before,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image:before,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image:before {
padding: 0;
}
article.format-audio iframe {
height: 190px;
position: static;
}
article.format-audio .embed-responsive-full {
padding: 0;
overflow: inherit;
height: auto;
font-size: 0;
}
article.format-video .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
padding-bottom: 32.478632478%;
}
article.format-video .entry-thumb-wrap a.zoomGallery {
opacity: 1;
background-color: rgba(0, 0, 0, 0.2);
}
article.format-video .entry-thumb-wrap a.zoomGallery i:hover {
background-color: #00a0e4;
border-color: #00a0e4;
}
article.format-video .entry-thumb-wrap a.zoomGallery i {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
line-height: 96px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
height: 100px;
width: 100px;
font-size: 45px;
padding-left: 5px;
}
article.format-link blockquote {
padding: 20px 15px 25px 0;
border: none;
border: 2px solid #ededed;
padding-left: 70px;
}
article.format-link blockquote:before {
content: "\edec";
font-family: icomoon;
font-size: 30px;
color: #00a0e4;
position: absolute;
left: 25px;
top: 20px;
}
article.format-link blockquote a {
font-size: 18px;
letter-spacing: 0;
color: #222222;
font-family: 'Poppins';
line-height: 1.6;
}
article.format-link blockquote a:hover {
color: #00a0e4;
}
article.format-quote blockquote {
padding: 20px;
border: none;
padding-left: 65px;
background: linear-gradient(to right top, #182c4c, #27566b, #568182, #91aa9d, #ced3c4);
align-items: center;
display: flex;
}
article.format-quote blockquote:before {
content: "\ed99";
font-family: icomoon;
font-size: 30px;
color: #00a0e4;
position: absolute;
left: 20px;
top: 35%;
}
article.format-quote blockquote p {
font-size: 15px;
letter-spacing: 0.02em;
color: #fff;
font-family: 'Poppins';
line-height: 1.8666667;
font-style: italic;
}
article.format-quote cite {
display: block;
margin-top: 10px;
font-style: normal;
text-transform: uppercase;
font-weight: 700;
}
article.format-quote cite a {
color: #00a0e4;
}
article.sticky .entry-content-wrap {
background-color: #ededed;
padding: 25px;
}
article.post-password-required input[type="password"] {
margin-top: 1px;
}
.entry-thumb-wrap {
position: relative;
overflow: hidden;
text-align: center;
margin-bottom: 15px;
}
.entry-thumb-wrap .entry-thumbnail {
display: inline-block;
position: relative;
}
.entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay {
display: block;
}
.entry-thumb-wrap .entry-thumbnail .entry-thumbnail-overlay img {
width: 100%;
}
.entry-thumb-wrap a.zoomGallery {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.entry-thumb-wrap a.zoomGallery i {
font-size: 20px;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.entry-thumb-wrap:hover a.zoomGallery {
opacity: 1;
}
.entry-thumb-wrap .owl-dots {
display: none;
}
.entry-thumb-wrap .owl-carousel:hover .owl-nav .owl-next {
right: 0;
}
.entry-thumb-wrap .owl-carousel:hover .owl-nav .owl-prev {
left: 0;
}
.entry-thumb-wrap blockquote {
margin-bottom: 0;
}
.entry-post-meta ul,
.entry-post-meta li {
list-style: none;
}
.entry-excerpt {
line-height: 1.714;
max-height: 5.142em;
overflow: hidden;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-small-image {
padding-bottom: 100%;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
padding-bottom: 70.1754386%;
} .single-blog-wrap .post-related-wrap .entry-post-meta *,
.archive-masonry .entry-post-meta *,
.archive-grid .entry-post-meta *,
.archive-carousel .entry-post-meta *,
.archive-large-image .entry-post-meta * {
font-size: 12px;
font-weight: 500;
display: inline-block;
text-transform: uppercase;
line-height: 1.714;
}
.single-blog-wrap .post-related-wrap .entry-post-meta * i,
.archive-masonry .entry-post-meta * i,
.archive-grid .entry-post-meta * i,
.archive-carousel .entry-post-meta * i,
.archive-large-image .entry-post-meta * i {
font-size: 13px;
color: #00a0e4;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-author,
.archive-masonry .entry-post-meta .entry-meta-author,
.archive-grid .entry-post-meta .entry-meta-author,
.archive-carousel .entry-post-meta .entry-meta-author,
.archive-large-image .entry-post-meta .entry-meta-author {
margin-right: 12px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-author span,
.archive-masonry .entry-post-meta .entry-meta-author span,
.archive-grid .entry-post-meta .entry-meta-author span,
.archive-carousel .entry-post-meta .entry-meta-author span,
.archive-large-image .entry-post-meta .entry-meta-author span {
padding-right: 7px;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-author a,
.archive-masonry .entry-post-meta .entry-meta-author a,
.archive-grid .entry-post-meta .entry-meta-author a,
.archive-carousel .entry-post-meta .entry-meta-author a,
.archive-large-image .entry-post-meta .entry-meta-author a {
color: #00a0e4;
}
.single-blog-wrap .post-related-wrap .entry-post-meta .entry-meta-author + .entry-meta-date:before,
.archive-masonry .entry-post-meta .entry-meta-author + .entry-meta-date:before,
.archive-grid .entry-post-meta .entry-meta-author + .entry-meta-date:before,
.archive-carousel .entry-post-meta .entry-meta-author + .entry-meta-date:before,
.archive-large-image .entry-post-meta .entry-meta-author + .entry-meta-date:before {
content: "|";
margin-right: 7px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav,
.archive-masonry article.format-gallery .owl-nav,
.archive-grid article.format-gallery .owl-nav,
.archive-carousel article.format-gallery .owl-nav,
.archive-large-image article.format-gallery .owl-nav {
position: initial;
top: initial;
right: initial;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div,
.archive-masonry article.format-gallery .owl-nav > div,
.archive-grid article.format-gallery .owl-nav > div,
.archive-carousel article.format-gallery .owl-nav > div,
.archive-large-image article.format-gallery .owl-nav > div {
height: 40px;
width: 30px;
margin-top: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div i,
.archive-masonry article.format-gallery .owl-nav > div i,
.archive-grid article.format-gallery .owl-nav > div i,
.archive-carousel article.format-gallery .owl-nav > div i,
.archive-large-image article.format-gallery .owl-nav > div i {
line-height: 40px;
font-size: 22px;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-masonry article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-grid article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-carousel article.format-gallery .owl-nav > div:hover.owl-prev:after,
.archive-large-image article.format-gallery .owl-nav > div:hover.owl-prev:after {
border-top-color: #00a0e4;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-masonry article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-grid article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-carousel article.format-gallery .owl-nav > div:hover.owl-next:after,
.archive-large-image article.format-gallery .owl-nav > div:hover.owl-next:after {
border-bottom-color: #00a0e4;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav .owl-prev:after,
.archive-masonry article.format-gallery .owl-nav .owl-prev:after,
.archive-grid article.format-gallery .owl-nav .owl-prev:after,
.archive-carousel article.format-gallery .owl-nav .owl-prev:after,
.archive-large-image article.format-gallery .owl-nav .owl-prev:after {
border-top: solid 40px #f6f6f6;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav .owl-next:after,
.archive-masonry article.format-gallery .owl-nav .owl-next:after,
.archive-grid article.format-gallery .owl-nav .owl-next:after,
.archive-carousel article.format-gallery .owl-nav .owl-next:after,
.archive-large-image article.format-gallery .owl-nav .owl-next:after {
border-bottom: solid 40px #f6f6f6;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div.owl-prev,
.archive-masonry article.format-gallery .owl-nav > div.owl-prev,
.archive-grid article.format-gallery .owl-nav > div.owl-prev,
.archive-carousel article.format-gallery .owl-nav > div.owl-prev,
.archive-large-image article.format-gallery .owl-nav > div.owl-prev {
left: 0 !important;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-nav > div.owl-next,
.archive-masonry article.format-gallery .owl-nav > div.owl-next,
.archive-grid article.format-gallery .owl-nav > div.owl-next,
.archive-carousel article.format-gallery .owl-nav > div.owl-next,
.archive-large-image article.format-gallery .owl-nav > div.owl-next {
right: 0;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-masonry article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-grid article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-carousel article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev,
.archive-large-image article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev {
left: 0;
}
.single-blog-wrap .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-masonry article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-grid article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-carousel article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next,
.archive-large-image article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next {
right: 0;
}
.single-blog-wrap .post-related-wrap article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-masonry article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-grid article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-carousel article.format-video .entry-thumb-wrap a.zoomGallery i,
.archive-large-image article.format-video .entry-thumb-wrap a.zoomGallery i {
height: 45px;
width: 45px;
line-height: 41px;
font-size: 20px;
padding-left: 3px;
padding-top: 1px;
}
.archive-grid article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
.archive-masonry article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
.archive-carousel article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
.archive-grid article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
.archive-masonry article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
.archive-carousel article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
.archive-grid article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image,
.archive-masonry article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image,
.archive-carousel article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
height: 370px;
}
.archive-grid article.format-audio iframe,
.archive-masonry article.format-audio iframe,
.archive-carousel article.format-audio iframe {
height: 370px;
}
.archive-grid article.format-quote blockquote,
.archive-masonry article.format-quote blockquote,
.archive-carousel article.format-quote blockquote {
height: 370px;
}
.archive-grid h4.entry-post-title,
.archive-masonry h4.entry-post-title,
.archive-carousel h4.entry-post-title {
font-size: 22px;
}
.archive-masonry article,
.archive-grid article {
margin-bottom: 60px;
}
.archive-carousel .owl-nav-top-right .owl-nav div {
top: -90px;
} .single-blog-inner { }
.single-blog-inner article.format-quote blockquote:before {
top: 0;
}
.single-blog-inner .entry-post-meta {
margin-bottom: 31px;
}
.single-blog-inner .entry-post-meta * {
font-size: 12px;
font-weight: 500;
display: inline-block;
text-transform: uppercase;
line-height: 1.714;
}
.single-blog-inner .entry-post-meta * i {
font-size: 13px;
color: #00a0e4;
}
.single-blog-inner .entry-post-meta .entry-meta-date i,
.single-blog-inner .entry-post-meta .entry-meta-cat i,
.single-blog-inner .entry-post-meta .entry-meta-comment i {
margin-right: 3px;
}
.single-blog-inner .entry-post-meta .entry-meta-cat ul {
padding: 0;
margin: 0;
}
.single-blog-inner .entry-post-meta > div {
margin-right: 12px;
}
.single-blog-inner .entry-post-meta > div + div:before {
content: "|";
margin-right: 12px;
}
.single-blog-inner .entry-post-meta .entry-meta-author span {
padding-right: 7px;
}
.single-blog-inner .entry-post-meta .entry-meta-author a {
color: #00a0e4;
}
.single-blog-inner h4.entry-post-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 10px;
margin-top: 0;
}
.single-blog-inner .entry-content p {
margin-bottom: 16px;
}
.single-blog-inner .entry-content blockquote {
position: relative;
border: none;
padding: 30px 50px 32px 50px;
background-color: #00a0e4;
margin-bottom: 20px;
}
.single-blog-inner .entry-content blockquote p {
color: #fff;
font-size: 18px;
line-height: 1.777777778;
font-weight: 500;
font-family: 'Poppins';
margin-bottom: 0;
}
.single-blog-inner .entry-content blockquote a {
color: #fff;
}
.single-blog-inner .entry-content blockquote a:hover,
.single-blog-inner .entry-content blockquote a:active,
.single-blog-inner .entry-content blockquote a:focus {
color: #fff;
}
.single-blog-inner .entry-meta-tag-wrap {
border-bottom: solid 1px #ededed;
padding-top: 37px;
padding-bottom: 51px;
}
.single-blog-inner .entry-meta-tag-wrap i {
color: #00a0e4;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a {
font-weight: 500;
font-size: 16px;
color: #fff;
width: 175px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
margin-right: 10px;
border: solid 1px transparent;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-bottom: 10px;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a:last-child {
margin-right: 0;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.facebook {
background-color: #3d5b96;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.facebook i {
background-color: #375288;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.facebook:hover {
background-color: transparent;
border-color: #375288;
color: #375288;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.twitter {
background-color: #1dadeb;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.twitter i {
background-color: #199cd4;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.twitter:hover {
background-color: transparent;
border-color: #199cd4;
color: #375288;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.google-plus {
background-color: #e8453c;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.google-plus i {
background-color: #d13e36;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.google-plus:hover {
background-color: transparent;
border-color: #d13e36;
color: #d13e36;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.linkedin {
background-color: #0077B5;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.linkedin i {
background-color: #283E4A;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.linkedin:hover {
background-color: transparent;
border-color: #283E4A;
color: #283E4A;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.tumblr {
background-color: #529ECC;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.tumblr i {
background-color: #36465d;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.tumblr:hover {
background-color: transparent;
border-color: #36465d;
color: #36465d;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.pinterest {
background-color: #E71F28;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.pinterest i {
background-color: #BD081C;
}
.single-blog-inner .entry-meta-tag-wrap .social-share a.pinterest:hover {
background-color: transparent;
border-color: #BD081C;
color: #BD081C;
}
.single-blog-inner .entry-meta-tag-wrap .social-share i {
line-height: 38px;
color: #fff;
width: 50px;
float: left;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
line-height: 35px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag i {
margin-right: 10px;
margin-left: 5px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag a {
font-size: 12px;
text-transform: capitalize;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag a:hover {
color: #00a0e4;
}
.single-blog-inner .post-navigation {
position: relative;
padding-bottom: 15px;
border-bottom: 1px solid #ededed;
}
.single-blog-inner .post-navigation .nav-previous {
width: 50%;
float: left;
text-align: left;
}
.single-blog-inner .post-navigation .nav-next {
width: 50%;
float: right;
text-align: right;
}
.single-blog-inner .post-navigation .post-navigation-content {
display: inline-block;
}
.single-blog-inner .post-navigation .post-navigation-title {
color: #222222;
font-weight: 400;
}
.single-blog-inner .post-navigation a {
display: block;
}
.single-blog-inner .author-info {
padding-bottom: 43px;
border-bottom: solid 1px #ededed;
margin-top: 60px;
}
.single-blog-inner .author-info .author-avatar {
width: 120px;
margin: auto;
}
.single-blog-inner .author-info .author-avatar img {
background-color: #fff;
width: 120px;
height: 120px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 0;
}
.single-blog-inner .author-info .author-description {
overflow: hidden;
}
.single-blog-inner .author-info .author-description .author-description-top {
margin-bottom: 15px;
}
.single-blog-inner .author-info .author-description .author-title-info span {
font-weight: 600;
font-size: 12px;
color: #8f8f8f;
text-transform: uppercase;
}
.single-blog-inner .author-info .author-description .author-title {
font-size: 21px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0.15em;
margin-top: 5px;
line-height: 30px;
margin-bottom: 13px;
}
.single-blog-inner .author-info .author-description .author-title a {
color: #00a0e4;
}
.single-blog-inner .author-info .author-social-profile {
padding: 0;
margin: 0;
list-style: none;
}
.single-blog-inner .author-info .author-social-profile li {
display: inline-block;
margin-right: 7px;
}
.single-blog-inner .author-info .author-social-profile li a {
width: 35px;
height: 35px;
background-color: #f6f6f6;
border-radius: 50%;
text-align: center;
display: block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-blog-inner .author-info .author-social-profile li a i {
color: #222222;
line-height: 35px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-blog-inner .author-info .author-social-profile li a:hover {
background-color: #00a0e4;
}
.single-blog-inner .author-info .author-social-profile li a:hover i {
color: #fff;
}
.single-blog-inner .author-info .author-social-profile li:last-child {
margin-right: 0;
}
.single-blog-inner .author-info .author-bio {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
}
.single-blog-inner .post-related-wrap h4.entry-post-title {
font-size: 21px;
font-weight: 600;
margin-top: 5px;
}
.single-blog-inner .post-related-wrap .owl-dots {
display: none;
}
.single-blog-inner .post-related-wrap .owl-nav {
position: absolute;
top: -34px;
right: 0;
margin-top: 0;
}
.single-blog-inner .post-related-wrap .owl-nav i {
color: rgba(0, 0, 0, 0.5);
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-prev:hover i,
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next:hover i {
color: #fff;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-prev {
right: 65px;
left: auto;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next {
right: 0;
background-color: #00a0e4;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next i {
color: #fff;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next:after {
border-bottom-color: #00a0e4;
}
.single-blog-inner .post-related-wrap article.post-grid {
padding-left: 0;
padding-right: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav {
position: initial;
top: initial;
right: initial;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div {
height: 40px;
width: 30px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div i {
line-height: 40px;
font-size: 22px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-prev:after {
border-top-color: #00a0e4;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div:hover.owl-next:after {
border-bottom-color: #00a0e4;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav .owl-prev:after {
border-top: solid 40px #f6f6f6;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav .owl-next:after {
border-bottom: solid 40px #f6f6f6;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div.owl-prev {
left: -80px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-nav > div.owl-next {
right: -80px;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-prev {
left: 0;
}
.single-blog-inner .post-related-wrap article.format-gallery .owl-carousel:hover .owl-nav > div.owl-next {
right: 0;
}
.single-blog-inner .post-related-wrap article.format-video .entry-thumb-wrap a.zoomGallery i {
height: 45px;
width: 45px;
line-height: 41px;
font-size: 20px;
padding-left: 3px;
padding-top: 1px;
}
.single-blog-inner .post-related-wrap .entry-post-meta {
margin-bottom: 0;
}
@media (min-width: 768px) {
.single-blog-inner .entry-meta-tag-wrap {
display: table;
width: 100%;
}
.single-blog-inner .entry-meta-tag-wrap .social-share {
display: table-cell;
float: left;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
display: table-cell;
float: right;
text-align: right;
line-height: 35px;
}
.single-blog-inner .author-info .author-avatar {
float: left;
margin-right: 30px;
}
.single-blog-inner .author-info .author-description .author-description-top {
display: table;
width: 100%;
margin-bottom: 0;
}
.single-blog-inner .author-info .author-description .author-title-info {
display: table-cell;
vertical-align: top;
}
.single-blog-inner .author-info .author-social-profile {
display: table-cell;
float: right;
}
.comment-form {
margin-left: -15px;
margin-right: -15px;
}
.comment-form > p {
padding-left: 15px;
padding-right: 15px;
}
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author {
float: left;
width: 33.333333%;
}
}
#comments {
margin-top: 55px;
}
#comments > ol {
list-style: none;
}
#comments ol.children {
list-style: none;
margin-top: 15px;
padding-left: 150px;
}
#comments ol ol ol ol.children {
padding-left: 60px;
}
#comments .comment-list {
padding: 0;
list-style: none;
margin-bottom: 0;
padding-bottom: 60px;
border-bottom: solid 1px #ededed;
}
#comments .comment-list > li:first-child {
border-top: none;
}
#comments .comment-list .comment-respond .blog-line-title {
margin-bottom: 20px;
}
#comments img.avatar {
float: left;
margin: 0;
margin-right: 20px;
width: 90px;
height: 90px;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
#comments .comment-text {
overflow: hidden;
position: relative;
}
#comments .comment-author-date {
line-height: 16px;
margin-bottom: 22px;
}
#comments .author-name {
font-size: 16px;
font-weight: 600;
line-height: 20px;
margin-bottom: 12px;
}
#comments .author-name a {
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#comments .author-name a:hover {
color: #00a0e4;
}
#comments .comment-date {
font-size: 12px;
font-weight: 500;
line-height: 13px;
}
#comments .comment-date:before {
content: "\f073";
font-family: fontawesome;
display: inline-block;
color: #00a0e4;
margin-right: 8px;
}
#comments .comment-meta {
font-size: 12px;
text-align: right;
position: absolute;
top: 0;
right: 0;
}
#comments .comment-meta .sl-wrapper,
#comments .comment-meta .comment-reply-link,
#comments .comment-meta .comment-edit-link {
width: 32px;
height: 32px;
background-color: #222222;
color: #FFFFFF;
display: inline-block;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
text-align: center;
}
#comments .comment-meta .sl-wrapper i,
#comments .comment-meta .comment-reply-link i,
#comments .comment-meta .comment-edit-link i {
line-height: 32px;
}
#comments .comment-meta .sl-wrapper:hover,
#comments .comment-meta .comment-reply-link:hover,
#comments .comment-meta .comment-edit-link:hover {
background-color: #00a0e4;
}
#comments li.comment {
padding-top: 20px;
}
#comments .comment-form .form-group {
margin-bottom: 25px;
}
#comments .comment-form .form-group label {
display: block;
font-size: 14px;
font-weight: 900;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #727272;
margin-bottom: 5px;
}
#comments .comment-form .input-name,
#comments .comment-form .input-email {
width: 50%;
float: left;
}
#comments .comment-form .input-name {
padding-right: 15px;
}
#comments .comment-form .input-email {
padding-left: 15px;
}
#comments .comment-form .input-phone {
clear: both;
}
#comments .comment-form input[type='text'],
#comments .comment-form input[type='email'],
#comments .comment-form input[type='url'],
#comments .comment-form textarea {
width: 100%;
max-width: 100%;
vertical-align: middle;
border: 1px solid #ededed;
height: 44px;
line-height: 42px;
padding-left: 24px;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
}
#comments .comment-form textarea {
height: 100px;
padding-top: 10px;
line-height: 1.8;
}
#comments .comment-form p.comment-form-field {
margin-bottom: 30px;
}
#comments .comment-form .form-submit {
text-align: left;
}
#comments .comment-form .form-submit input[type="submit"] {
font-size: 12px;
color: #00a0e4;
font-weight: 500;
-webkit-border-radius: 22px;
-webkit-background-clip: initial;
-moz-border-radius: 22px;
-moz-background-clip: initial;
border-radius: 22px;
background-clip: initial;
background-color: transparent;
border-color: #00a0e4;
text-transform: uppercase;
}
#comments .comment-form .form-submit input[type="submit"]:hover {
color: #fff;
background-color: #00a0e4;
}
#comments .comment-respond {
margin-top: 55px;
}
#comments .comment-respond .blog-line-title {
margin-bottom: 45px;
}
.comment-form {
margin-left: -15px;
margin-right: -15px;
}
.comment-form > p {
padding-left: 15px;
padding-right: 15px;
}
h3#reply-title {
margin-bottom: 27px;
}
h3#reply-title,
#comments .blog-line-title {
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
}
.post-related-wrap {
padding-top: 100px;
}
.post-related-wrap .blog-line-title {
font-size: 24px;
color: #222222;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 25px;
}
@media (max-width: 800px) {
.post-related-wrap .owl-nav > div.owl-prev {
right: 55px !important;
}
#comments ol.children {
padding-left: 20px;
}
#comments ol ol ol ol.children {
padding-left: 0;
}
#comments img.avatar {
margin-right: 10px;
width: 50px;
height: 50px;
}
#comments .comment-meta {
position: static;
}
.owl-nav > div.owl-prev {
left: -80px;
}
}
@media (max-width: 599px) {
.post-navigation .post-navigation-title {
display: none;
}
}
.sl-wrapper {
position: relative;
}
.sl-wrapper #sl-loader {
position: absolute;
bottom: 20px;
right: 0;
}
.form-submit {
text-align: right;
}  .g5plus-heading h2 {
font-size: 32px;
font-weight: 700;
line-height: 40px;
margin-bottom: -3px;
letter-spacing: 0.05em;
}
.g5plus-heading p {
color: #727272;
font-size: 14px;
font-weight: 500;
line-height: 22px;
}
.g5plus-heading i {
font-size: 42px;
color: #00a0e4;
margin-bottom: 7px;
display: block;
}
.g5plus-heading.style2 h2 {
font-size: 60px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.05em;
margin-bottom: 10px;
}
.g5plus-heading.style2 p {
color: #222222;
font-size: 24px;
font-weight: 600;
line-height: 1;
}
.g5plus-heading.style2:after {
content: '';
display: block;
width: 60px;
height: 4px;
background: #00a0e4;
margin-top: 38px;
}
.g5plus-heading.style2.text-center:after {
margin-left: auto;
margin-right: auto;
}
.g5plus-heading.style2.text-right:after {
margin-left: auto;
}
.g5plus-heading.color-light h2 {
color: #fff;
}
.g5plus-heading.color-light:after {
background: #fff;
} @media (max-width: 480px) {
.g5plus-heading h2 {
font-size: 20px;
}
.g5plus-heading span {
font-size: 12px;
}
} .g5plus-btn-container {
display: block;
max-width: 100%;
}
.g5plus-btn-container.btn-inline {
display: inline-block;
vertical-align: top;
}
.g5plus-btn-container.btn-right {
text-align: right;
}
.g5plus-btn-container.btn-center {
text-align: center;
}
.g5plus-btn-container.btn-left {
text-align: left;
}
.btn,
button,
input[type="submit"] {
display: inline-block;
font-size: 14px;
line-height: 18px;
padding: 11px 19px;
color: #ffffff;
background-color: #00a0e4;
border: solid 2px;
border-color: #00a0e4;
font-weight: 400;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus {
color: #fff;
background-color: #222222;
border-color: #222222;
outline: none;
}
.btn:hover.btn-outline,
button:hover.btn-outline,
input[type="submit"]:hover.btn-outline,
.btn:focus.btn-outline,
button:focus.btn-outline,
input[type="submit"]:focus.btn-outline {
color: #fff;
background-color: #00a0e4;
border-color: #00a0e4;
}
.btn.btn-outline,
button.btn-outline,
input[type="submit"].btn-outline {
color: #00a0e4;
background-color: transparent;
}
.btn.disabled,
.btn[disabled],
button[disabled] {
cursor: not-allowed;
filter: alpha(opacity=65);
opacity: .65;
}
.btn.btn-block {
display: block;
width: 100%;
}
.btn.btn-icon i {
font-size: 12px;
margin-right: 5px;
}
.btn.btn-icon-right i {
margin-right: 0;
margin-left: 5px;
}
.btn.btn-xs {
padding-top: 6px;
padding-bottom: 6px;
font-size: 12px;
}
.btn.btn-sm {
padding-top: 9px;
padding-bottom: 9px;
}
.btn.btn-md {
padding-top: 10px;
padding-bottom: 10px;
}
.btn.btn-gray {
background-color: #ededed;
border-color: #ededed;
color: #222222;
}
.btn.btn-gray.btn-outline {
color: #222222;
background-color: transparent;
}
.btn.btn-gray:hover {
border-color: #00a0e4;
background-color: #00a0e4;
color: #fff;
}
.btn.btn-gray:hover.btn-outline {
color: #222222;
background-color: #ededed;
border-color: #ededed;
}
.btn.btn-dark {
border-color: #222222;
background-color: #222222;
}
.btn.btn-dark.btn-outline {
color: #222222;
background-color: transparent;
}
.btn.btn-dark:hover {
background-color: #00a0e4;
border-color: #00a0e4;
color: #fff;
}
.btn.btn-dark:hover.btn-outline {
border-color: #222222;
background-color: #222222;
color: #fff;
}
.btn.btn-white {
background-color: #fff;
border-color: #fff;
color: #222222;
}
.btn.btn-white.btn-outline {
color: #fff;
background-color: transparent;
}
.btn.btn-white:hover {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.btn.btn-white:hover.btn-outline {
color: #222222;
background-color: #fff;
border-color: #fff;
}
.btn.btn-shape-rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn.btn-shape-round {
-webkit-border-radius: 25px !important;
-moz-border-radius: 25px !important;
border-radius: 25px !important;
}
.btn.btn-shape-round.btn-xs {
-webkit-border-radius: 19px !important;
-moz-border-radius: 19px !important;
border-radius: 19px !important;
}
.btn.btn-shape-round.btn-sm {
-webkit-border-radius: 21px !important;
-moz-border-radius: 21px !important;
border-radius: 21px !important;
}
.btn.btn-shape-round.btn-md {
-webkit-border-radius: 23px !important;
-moz-border-radius: 23px !important;
border-radius: 23px !important;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2,
.wpb-js-composer .vc_tta-style-benaa-tour-1 {
background-color: #f6f6f6;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-tab.vc_active,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-tab.vc_active {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-tab > a,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-tab > a {
padding: 8px 20px;
font-size: 18px;
font-weight: 500;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-tab.vc_active > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-tabs-container,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-tabs-container {
margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-panel-heading {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
background-color: #222222;
border: 0;
border-bottom: 1px solid #FFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-panel-title > a {
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-tab,
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-tab {
border-bottom: 1px solid #FFF;
border-right: 1px solid #FFF;
} @media (min-width: 992px) {
.wpb-js-composer .vc_tta-style-benaa-tour-2 .vc_tta-panel-body {
padding: 30px !important;
}
} .wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-tabs-list {
background-color: #222222;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1 .vc_tta-tab.vc_active {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-tab > a {
padding: 8px 20px;
font-size: 18px;
font-weight: 500;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-tab.vc_active > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1 .vc_tta-tabs-container {
margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-panel-heading {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
background-color: #222222;
border: 0;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-panel-title > a {
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1 .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1 .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-panel-title {
border-bottom: 1px solid #FFF;
}
.wpb-js-composer .vc_tta-style-benaa-tab-1.vc_tta.vc_general .vc_tta-panel-body {
border: 0;
padding: 15px 0;
} .wpb-js-composer .vc_tta-style-benaa .vc_tta-tab,
.wpb-js-composer .vc_tta-style-benaa .vc_tta-panel-heading {
background-color: #222222;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-tab.vc_active {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa.vc_tta.vc_general .vc_tta-tab > a {
padding: 4px 13px;
font-size: 14px;
font-weight: 500;
color: #b4b4b4;
}
.wpb-js-composer .vc_tta-style-benaa.vc_tta.vc_general .vc_tta-tab.vc_active > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-tabs-container {
margin: 0 !important;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-panels-container {
background-color: #f6f6f6;
}
.wpb-js-composer .vc_tta-style-benaa.vc_tta.vc_general .vc_tta-panel-heading {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
border: 0;
}
.wpb-js-composer .vc_tta-style-benaa.vc_tta.vc_general .vc_tta-panel-title > a {
font-size: 14px;
font-weight: 500;
color: #b4b4b4;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-panel.vc_active .vc_tta-panel-heading {
background-color: #00a0e4;
}
.wpb-js-composer .vc_tta-style-benaa .vc_tta-panel.vc_active .vc_tta-panel-title > a {
color: #FFFFFF;
}
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-tab,
.wpb-js-composer .vc_tta-style-benaa-tour-1 .vc_tta-panel-heading {
background-color: #222222;
}
.wpb-js-composer .vc_tta-style-benaa-tour-1.vc_tta.vc_general .vc_tta-tab > a {
color: #b4b4b4;
}
.wpb-js-composer .vc_tta-style-benaa-tour-2.vc_tta.vc_general .vc_tta-tab > a {
color: #222222;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa {
margin-bottom: 0;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_title {
background-color: #f6f6f6;
border: 1px solid #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding: 16px 20px 16px 62px;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_title h4 {
font-size: 16px;
font-weight: 500;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon {
border-radius: 50%;
display: inline-block;
height: 20px;
width: 20px;
background-color: #222222;
position: absolute;
left: 22px;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
vertical-align: middle;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon:before {
height: 3px;
width: 10px;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon:after {
height: 10px;
width: 3px;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon:before,
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_icon:after {
display: block;
box-sizing: border-box;
transform: translate(-50%, -50%);
background-color: #FFF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
content: '';
left: 50%;
position: absolute;
top: 50%;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_title {
background-color: #00a0e4;
border-color: #00a0e4;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_title h4 {
color: #FFFFFF;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_icon {
background-color: #FFFFFF;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_icon:before,
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_icon:after {
background-color: #00a0e4;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa.vc_toggle_active .vc_toggle_icon:after {
visibility: hidden;
}
.wpb-js-composer .vc_toggle.vc_toggle_benaa .vc_toggle_content {
border: 1px solid #ededed;
margin-bottom: 1px;
margin-top: -1px;
padding: 10px 20px 20px 20px;
} .g5plus-mailchimp {
position: relative;
}
.g5plus-mailchimp input.form-control {
font-size: 12px;
line-height: 24px;
width: 100%;
padding: 0 20px;
background-color: transparent;
border: solid 1px #ededed;
box-shadow: none;
}
.g5plus-mailchimp .submit {
background-color: transparent;
border: none;
}
.g5plus-mailchimp input:-webkit-autofill,
.g5plus-mailchimp input:-webkit-autofill:hover,
.g5plus-mailchimp input:-webkit-autofill:focus,
.g5plus-mailchimp input:-webkit-autofill:active {
transition: all 5000s ease-in-out 0s;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control {
height: 48px;
webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
background-color: #fff !important;
color: #727272;
border-color: #fff;
padding-right: 74px;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control::-webkit-input-placeholder {
color: #727272 !important;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control:-moz-placeholder {
color: #727272 !important;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control::-moz-placeholder {
color: #727272 !important;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control:-ms-input-placeholder {
color: #727272 !important;
}
.mailchimp-bg-white .g5plus-mailchimp input.form-control:focus {
border-color: #222222;
}
.mailchimp-bg-white .g5plus-mailchimp button.submit {
position: absolute;
right: 13px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.mailchimp-bg-white .g5plus-mailchimp i {
font-size: 24px;
color: #00a0e4;
}
.mailchimp-bg-white .g5plus-mailchimp button.btn {
display: none;
}
.mailchimp-button .g5plus-mailchimp {
text-align: right;
}
.mailchimp-button .g5plus-mailchimp input.form-control {
height: 38px;
-webkit-border-radius: 19px;
-webkit-background-clip: padding-box;
-moz-border-radius: 19px;
-moz-background-clip: padding;
border-radius: 19px;
background-clip: padding-box;
display: inline-block;
width: 270px;
margin-right: 27px;
border: solid 2px rgba(255, 255, 255, 0.3);
}
.mailchimp-button .g5plus-mailchimp input.form-control::-webkit-input-placeholder {
color: #8f8f8f !important;
}
.mailchimp-button .g5plus-mailchimp input.form-control:-moz-placeholder {
color: #8f8f8f !important;
}
.mailchimp-button .g5plus-mailchimp input.form-control::-moz-placeholder {
color: #8f8f8f !important;
}
.mailchimp-button .g5plus-mailchimp input.form-control:-ms-input-placeholder {
color: #8f8f8f !important;
}
.mailchimp-button .g5plus-mailchimp input.form-control:focus {
border-color: #00a0e4;
}
.mailchimp-button .g5plus-mailchimp button.btn {
display: inline-block;
text-transform: uppercase;
}
.mailchimp-button .g5plus-mailchimp button.submit {
display: none;
}
.mailchimp-outline .g5plus-mailchimp input.form-control {
height: 42px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #565656;
}
.mailchimp-outline .g5plus-mailchimp input.form-control::-webkit-input-placeholder {
color: #8f8f8f !important;
}
.mailchimp-outline .g5plus-mailchimp input.form-control:-moz-placeholder {
color: #8f8f8f !important;
}
.mailchimp-outline .g5plus-mailchimp input.form-control::-moz-placeholder {
color: #8f8f8f !important;
}
.mailchimp-outline .g5plus-mailchimp input.form-control:-ms-input-placeholder {
color: #8f8f8f !important;
}
.mailchimp-outline .g5plus-mailchimp input.form-control:focus {
border-color: #00a0e4;
}
.mailchimp-outline .g5plus-mailchimp .submit {
position: absolute;
right: 3px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.mailchimp-outline .g5plus-mailchimp i {
font-size: 16px;
color: #00a0e4;
}
.mailchimp-outline .g5plus-mailchimp button.btn {
display: none;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control {
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #555555;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control:-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control::-moz-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5) !important;
}
.mailchimp-border-bottom .g5plus-mailchimp input.form-control:focus {
border-color: #00a0e4;
}
.mailchimp-border-bottom .g5plus-mailchimp .submit {
position: absolute;
right: 3px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.mailchimp-border-bottom .g5plus-mailchimp i {
font-size: 16px;
color: #00a0e4;
}
.mailchimp-border-bottom .g5plus-mailchimp button.btn {
display: none;
}
@media (max-width: 767px) {
.mailchimp-button .g5plus-mailchimp input.form-control {
margin-bottom: 15px;
margin-right: 0;
}
.mailchimp-button .g5plus-mailchimp {
text-align: center;
}
}
.mc4wp-alert p {
color: #fff;
} .g5plus-contact-form input[type="text"],
.g5plus-contact-form input[type="search"],
.g5plus-contact-form input[type="email"],
.g5plus-contact-form input[type="url"],
.g5plus-contact-form input[type="password"],
.g5plus-contact-form input[type="tel"],
.g5plus-contact-form textarea,
.g5plus-contact-form select {
width: 100%;
max-width: 100%;
padding: 0 18px;
color: #222222;
margin-bottom: 30px;
line-height: 2em;
font-weight: 400;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
}
.g5plus-contact-form input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="search"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="url"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="password"]::-webkit-input-placeholder,
.g5plus-contact-form input[type="tel"]::-webkit-input-placeholder,
.g5plus-contact-form textarea::-webkit-input-placeholder,
.g5plus-contact-form select::-webkit-input-placeholder {
color: #727272 !important;
}
.g5plus-contact-form input[type="text"]:-moz-placeholder,
.g5plus-contact-form input[type="search"]:-moz-placeholder,
.g5plus-contact-form input[type="email"]:-moz-placeholder,
.g5plus-contact-form input[type="url"]:-moz-placeholder,
.g5plus-contact-form input[type="password"]:-moz-placeholder,
.g5plus-contact-form input[type="tel"]:-moz-placeholder,
.g5plus-contact-form textarea:-moz-placeholder,
.g5plus-contact-form select:-moz-placeholder {
color: #727272 !important;
}
.g5plus-contact-form input[type="text"]::-moz-placeholder,
.g5plus-contact-form input[type="search"]::-moz-placeholder,
.g5plus-contact-form input[type="email"]::-moz-placeholder,
.g5plus-contact-form input[type="url"]::-moz-placeholder,
.g5plus-contact-form input[type="password"]::-moz-placeholder,
.g5plus-contact-form input[type="tel"]::-moz-placeholder,
.g5plus-contact-form textarea::-moz-placeholder,
.g5plus-contact-form select::-moz-placeholder {
color: #727272 !important;
}
.g5plus-contact-form input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form input[type="search"]:-ms-input-placeholder,
.g5plus-contact-form input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form input[type="url"]:-ms-input-placeholder,
.g5plus-contact-form input[type="password"]:-ms-input-placeholder,
.g5plus-contact-form input[type="tel"]:-ms-input-placeholder,
.g5plus-contact-form textarea:-ms-input-placeholder,
.g5plus-contact-form select:-ms-input-placeholder {
color: #727272 !important;
}
.g5plus-contact-form textarea {
height: 100px;
min-width: 100%;
padding-top: 10px;
}
.g5plus-contact-form.contact-2-column input[type="text"],
.g5plus-contact-form.contact-2-column input[type="search"],
.g5plus-contact-form.contact-2-column input[type="email"],
.g5plus-contact-form.contact-2-column input[type="url"],
.g5plus-contact-form.contact-2-column input[type="password"],
.g5plus-contact-form.contact-2-column input[type="tel"],
.g5plus-contact-form.contact-2-column textarea,
.g5plus-contact-form.contact-2-column select {
background-color: #fff;
}
.g5plus-contact-form.contact-2-column-v2 input[type="text"],
.g5plus-contact-form.contact-2-column-v2 input[type="search"],
.g5plus-contact-form.contact-2-column-v2 input[type="email"],
.g5plus-contact-form.contact-2-column-v2 input[type="url"],
.g5plus-contact-form.contact-2-column-v2 input[type="password"],
.g5plus-contact-form.contact-2-column-v2 input[type="tel"],
.g5plus-contact-form.contact-2-column-v2 textarea,
.g5plus-contact-form.contact-2-column-v2 select {
border-color: #5e615e;
}
.g5plus-contact-form.contact-2-column-v2 input[type="text"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="search"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="email"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="url"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="password"]:focus,
.g5plus-contact-form.contact-2-column-v2 input[type="tel"]:focus,
.g5plus-contact-form.contact-2-column-v2 textarea:focus,
.g5plus-contact-form.contact-2-column-v2 select:focus {
border-color: #00a0e4;
}
.contact-form-dark .g5plus-contact-form input[type="text"],
.contact-form-dark .g5plus-contact-form input[type="search"],
.contact-form-dark .g5plus-contact-form input[type="email"],
.contact-form-dark .g5plus-contact-form input[type="url"],
.contact-form-dark .g5plus-contact-form input[type="password"],
.contact-form-dark .g5plus-contact-form input[type="tel"],
.contact-form-dark .g5plus-contact-form textarea,
.contact-form-dark .g5plus-contact-form select {
color: #fff;
background-color: transparent;
border: solid 2px rgba(255, 255, 255, 0.3);
font-size: 13px;
} .g5plus-clients .clients-item:hover .bordered {
border-color: #00a0e4 !important;
}
.checkbox,
.radio {
margin-top: 15px;
margin-bottom: 15px;
} .g5plus-pricing {
border: 1px solid #ededed;
}
.g5plus-pricing .pricing-features ul:before,
.g5plus-pricing .pricing-features ul:after {
background-color: #ededed;
}
.g5plus-pricing .pricing-features ul li span {
color: #00a0e4;
}
.g5plus-pricing.featured {
border-color: #00a0e4;
}
.g5plus-pricing.featured .price-value {
background: #00a0e4;
}
.g5plus-pricing.pr_bgr.featured .price-box {
background: #00a0e4 !important;
} .g5plus-process span {
background-color: #00a0e4;
}
.g5plus-process h2 {
color: #222222;
}
.g5plus-process h2 a:hover {
color: #00a0e4;
}
.g5plus-process p {
color: #898989;
}
.g5plus-process:hover span {
background-color: #222222;
}
.g5plus-counter i {
color: #00a0e4;
}
.g5plus-counter .counter-inner p,
.g5plus-counter .counter-inner span {
color: #222222;
}
.g5plus-icon-box .icon-wrap {
border: solid 2px #00a0e4;
}
.g5plus-icon-box .icon-wrap i {
color: #00a0e4;
}
.g5plus-icon-box h6 {
color: #222222;
}
.g5plus-icon-box h6 a {
color: #222222;
}
.g5plus-icon-box.shape-circle .icon-wrap {
background: #00a0e4;
}
.g5plus-icon-box.shape-circle:hover .icon-wrap i {
color: #00a0e4;
}
.g5plus-icon-box.shape-bg-white-outline-circle:hover .icon-wrap {
background: #00a0e4;
}
.g5plus-icon-box.shape-outline-circle:hover .icon-wrap i {
color: #00a0e4;
}
.g5plus-icon-box.shape-outline-circle.color-dark:hover .icon-wrap {
background: #00a0e4;
}
.g5plus-testimonials .testimonial-item p {
color: #222222;
}
.g5plus-testimonials .testimonial-item h6 {
color: #00a0e4;
}
.g5plus-video {
text-align: center;
}
.g5plus-video a:hover {
color: #00a0e4;
}
.g5plus-property-info .property-info-after-price {
background-color: #00a0e4;
}
.g5plus-property-info .property-info-after-price .property-arrow {
border-left-color: #00a0e4 !important;
border-right-color: #00a0e4 !important;
}
.g5plus-property-info .property-info-item > span {
color: #00a0e4;
}
.g5plus-countdown input {
color: #00a0e4 !important;
}
.g5plus-countdown.color-dark .countdown-period {
color: #222222 !important;
}
.overlay-light.suprema-effect .effect-content:before,
.overlay-light.suprema-effect .effect-content:after {
background-color: #00a0e4;
}
.overlay-light.layla-effect .effect-content:after,
.overlay-light.bubba-effect .effect-content:after {
border-top-color: #00a0e4;
border-bottom-color: #00a0e4;
}
.overlay-light.layla-effect .effect-content:before,
.overlay-light.bubba-effect .effect-content:before {
border-left-color: #00a0e4;
border-right-color: #00a0e4;
}
.overlay-light.jazz-effect .effect-content:before {
border-top-color: #00a0e4;
border-bottom-color: #00a0e4;
}
.g5plus-text-info span.key-name {
color: #222222;
}
.bg-img-top-no-repeat {
background-position: top;
background-repeat: no-repeat;
}
p.hd-subtitle-spec {
font-size: 21px;
color: #fff;
margin-bottom: 0 !important;
}
.hd-title-spec span {
display: block;
color: #fff;
font-size: 48px;
font-weight: 600;
margin-top: -5px;
}
.hd-title-spec span:first-letter {
color: #FE6A00;
}
.bg-dark-left {
position: relative;
}
.bg-dark-left:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 100%;
right: -999px;
background-color: #2C2C2C;
}
@media (max-width: 991px) {
p.hd-subtitle-spec {
font-size: 16px;
color: #fff;
margin-bottom: 0 !important;
}
.hd-title-spec span {
font-size: 36px;
}
}
@media (max-width: 767px) {
p.hd-subtitle-spec,
.hd-title-spec {
text-align: center;
}
}
.g5plus-view-demo .demo-thumb {
border: solid 1px #ededed;
}
.g5plus-view-demo .demo-thumb > a:hover,
.g5plus-view-demo .demo-thumb .comming-soon a:hover {
color: #00a0e4;
}
.g5plus-view-demo .demo-title h4 a {
color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.g5plus-view-demo .demo-title h4 a:hover {
color: #00a0e4;
}  .b-font {
font-family: 'Poppins' !important;
}
.s-font {
font-family: 'Poppins' !important;
} .text-color-accent,
.text-color-accent-hover:hover {
color: #00a0e4 !important;
}
.accent-color {
color: #00a0e4 !important;
}
.bg-accent {
background-color: #00a0e4 !important;
}
.bg-bold {
background-color: #222222;
}
.heading-color {
color: #222222 !important;
}
.text-color {
color: #727272 !important;
}
.bordered {
border: 1px solid #ededed !important;
}
.border-dark {
border: 1px solid #dcdcdc !important;
}
.badge {
background-color: #00a0e4;
} .pd-top-0 {
padding-top: 0px !important;
}
.pd-top-5 {
padding-top: 5px !important;
}
.pd-top-10 {
padding-top: 10px !important;
}
.pd-top-15 {
padding-top: 15px !important;
}
.pd-top-20 {
padding-top: 20px !important;
}
.pd-top-25 {
padding-top: 25px !important;
}
.pd-top-30 {
padding-top: 30px !important;
}
.pd-top-35 {
padding-top: 35px !important;
}
.pd-top-40 {
padding-top: 40px !important;
}
.pd-top-45 {
padding-top: 45px !important;
}
.pd-top-50 {
padding-top: 50px !important;
}
.pd-top-55 {
padding-top: 55px !important;
}
.pd-top-60 {
padding-top: 60px !important;
}
.pd-top-65 {
padding-top: 65px !important;
}
.pd-top-70 {
padding-top: 70px !important;
}
.pd-top-75 {
padding-top: 75px !important;
}
.pd-top-80 {
padding-top: 80px !important;
}
.pd-top-85 {
padding-top: 85px !important;
}
.pd-top-90 {
padding-top: 90px !important;
}
.pd-top-95 {
padding-top: 95px !important;
}
.pd-top-100 {
padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
.sm-pd-top-0 {
padding-top: 0px !important;
}
.sm-pd-top-5 {
padding-top: 5px !important;
}
.sm-pd-top-10 {
padding-top: 10px !important;
}
.sm-pd-top-15 {
padding-top: 15px !important;
}
.sm-pd-top-20 {
padding-top: 20px !important;
}
.sm-pd-top-25 {
padding-top: 25px !important;
}
.sm-pd-top-30 {
padding-top: 30px !important;
}
.sm-pd-top-35 {
padding-top: 35px !important;
}
.sm-pd-top-40 {
padding-top: 40px !important;
}
.sm-pd-top-45 {
padding-top: 45px !important;
}
.sm-pd-top-50 {
padding-top: 50px !important;
}
.sm-pd-top-55 {
padding-top: 55px !important;
}
.sm-pd-top-60 {
padding-top: 60px !important;
}
.sm-pd-top-65 {
padding-top: 65px !important;
}
.sm-pd-top-70 {
padding-top: 70px !important;
}
.sm-pd-top-75 {
padding-top: 75px !important;
}
.sm-pd-top-80 {
padding-top: 80px !important;
}
.sm-pd-top-85 {
padding-top: 85px !important;
}
.sm-pd-top-90 {
padding-top: 90px !important;
}
.sm-pd-top-95 {
padding-top: 95px !important;
}
.sm-pd-top-100 {
padding-top: 100px !important;
}
}
@media screen and (max-width: 767px) {
.xs-pd-top-0 {
padding-top: 0px !important;
}
.xs-pd-top-5 {
padding-top: 5px !important;
}
.xs-pd-top-10 {
padding-top: 10px !important;
}
.xs-pd-top-15 {
padding-top: 15px !important;
}
.xs-pd-top-20 {
padding-top: 20px !important;
}
.xs-pd-top-25 {
padding-top: 25px !important;
}
.xs-pd-top-30 {
padding-top: 30px !important;
}
.xs-pd-top-35 {
padding-top: 35px !important;
}
.xs-pd-top-40 {
padding-top: 40px !important;
}
.xs-pd-top-45 {
padding-top: 45px !important;
}
.xs-pd-top-50 {
padding-top: 50px !important;
}
.xs-pd-top-55 {
padding-top: 55px !important;
}
.xs-pd-top-60 {
padding-top: 60px !important;
}
.xs-pd-top-65 {
padding-top: 65px !important;
}
.xs-pd-top-70 {
padding-top: 70px !important;
}
.xs-pd-top-75 {
padding-top: 75px !important;
}
.xs-pd-top-80 {
padding-top: 80px !important;
}
.xs-pd-top-85 {
padding-top: 85px !important;
}
.xs-pd-top-90 {
padding-top: 90px !important;
}
.xs-pd-top-95 {
padding-top: 95px !important;
}
.xs-pd-top-100 {
padding-top: 100px !important;
}
} .pd-bottom-0 {
padding-bottom: 0px !important;
}
.pd-bottom-5 {
padding-bottom: 5px !important;
}
.pd-bottom-10 {
padding-bottom: 10px !important;
}
.pd-bottom-15 {
padding-bottom: 15px !important;
}
.pd-bottom-20 {
padding-bottom: 20px !important;
}
.pd-bottom-25 {
padding-bottom: 25px !important;
}
.pd-bottom-30 {
padding-bottom: 30px !important;
}
.pd-bottom-35 {
padding-bottom: 35px !important;
}
.pd-bottom-40 {
padding-bottom: 40px !important;
}
.pd-bottom-45 {
padding-bottom: 45px !important;
}
.pd-bottom-50 {
padding-bottom: 50px !important;
}
.pd-bottom-55 {
padding-bottom: 55px !important;
}
.pd-bottom-60 {
padding-bottom: 60px !important;
}
.pd-bottom-65 {
padding-bottom: 65px !important;
}
.pd-bottom-70 {
padding-bottom: 70px !important;
}
.pd-bottom-75 {
padding-bottom: 75px !important;
}
.pd-bottom-80 {
padding-bottom: 80px !important;
}
.pd-bottom-85 {
padding-bottom: 85px !important;
}
.pd-bottom-90 {
padding-bottom: 90px !important;
}
.pd-bottom-95 {
padding-bottom: 95px !important;
}
.pd-bottom-100 {
padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
.sm-pd-bottom-0 {
padding-bottom: 0px !important;
}
.sm-pd-bottom-5 {
padding-bottom: 5px !important;
}
.sm-pd-bottom-10 {
padding-bottom: 10px !important;
}
.sm-pd-bottom-15 {
padding-bottom: 15px !important;
}
.sm-pd-bottom-20 {
padding-bottom: 20px !important;
}
.sm-pd-bottom-25 {
padding-bottom: 25px !important;
}
.sm-pd-bottom-30 {
padding-bottom: 30px !important;
}
.sm-pd-bottom-35 {
padding-bottom: 35px !important;
}
.sm-pd-bottom-40 {
padding-bottom: 40px !important;
}
.sm-pd-bottom-45 {
padding-bottom: 45px !important;
}
.sm-pd-bottom-50 {
padding-bottom: 50px !important;
}
.sm-pd-bottom-55 {
padding-bottom: 55px !important;
}
.sm-pd-bottom-60 {
padding-bottom: 60px !important;
}
.sm-pd-bottom-65 {
padding-bottom: 65px !important;
}
.sm-pd-bottom-70 {
padding-bottom: 70px !important;
}
.sm-pd-bottom-75 {
padding-bottom: 75px !important;
}
.sm-pd-bottom-80 {
padding-bottom: 80px !important;
}
.sm-pd-bottom-85 {
padding-bottom: 85px !important;
}
.sm-pd-bottom-90 {
padding-bottom: 90px !important;
}
.sm-pd-bottom-95 {
padding-bottom: 95px !important;
}
.sm-pd-bottom-100 {
padding-bottom: 100px !important;
}
}
@media screen and (max-width: 767px) {
.xs-pd-bottom-0 {
padding-bottom: 0px !important;
}
.xs-pd-bottom-5 {
padding-bottom: 5px !important;
}
.xs-pd-bottom-10 {
padding-bottom: 10px !important;
}
.xs-pd-bottom-15 {
padding-bottom: 15px !important;
}
.xs-pd-bottom-20 {
padding-bottom: 20px !important;
}
.xs-pd-bottom-25 {
padding-bottom: 25px !important;
}
.xs-pd-bottom-30 {
padding-bottom: 30px !important;
}
.xs-pd-bottom-35 {
padding-bottom: 35px !important;
}
.xs-pd-bottom-40 {
padding-bottom: 40px !important;
}
.xs-pd-bottom-45 {
padding-bottom: 45px !important;
}
.xs-pd-bottom-50 {
padding-bottom: 50px !important;
}
.xs-pd-bottom-55 {
padding-bottom: 55px !important;
}
.xs-pd-bottom-60 {
padding-bottom: 60px !important;
}
.xs-pd-bottom-65 {
padding-bottom: 65px !important;
}
.xs-pd-bottom-70 {
padding-bottom: 70px !important;
}
.xs-pd-bottom-75 {
padding-bottom: 75px !important;
}
.xs-pd-bottom-80 {
padding-bottom: 80px !important;
}
.xs-pd-bottom-85 {
padding-bottom: 85px !important;
}
.xs-pd-bottom-90 {
padding-bottom: 90px !important;
}
.xs-pd-bottom-95 {
padding-bottom: 95px !important;
}
.xs-pd-bottom-100 {
padding-bottom: 100px !important;
}
} .mg-top-0 {
margin-top: 0px !important;
}
.mg-top-5 {
margin-top: 5px !important;
}
.mg-top-10 {
margin-top: 10px !important;
}
.mg-top-15 {
margin-top: 15px !important;
}
.mg-top-20 {
margin-top: 20px !important;
}
.mg-top-25 {
margin-top: 25px !important;
}
.mg-top-30 {
margin-top: 30px !important;
}
.mg-top-35 {
margin-top: 35px !important;
}
.mg-top-40 {
margin-top: 40px !important;
}
.mg-top-45 {
margin-top: 45px !important;
}
.mg-top-50 {
margin-top: 50px !important;
}
.mg-top-55 {
margin-top: 55px !important;
}
.mg-top-60 {
margin-top: 60px !important;
}
.mg-top-65 {
margin-top: 65px !important;
}
.mg-top-70 {
margin-top: 70px !important;
}
.mg-top-75 {
margin-top: 75px !important;
}
.mg-top-80 {
margin-top: 80px !important;
}
.mg-top-85 {
margin-top: 85px !important;
}
.mg-top-90 {
margin-top: 90px !important;
}
.mg-top-95 {
margin-top: 95px !important;
}
.mg-top-100 {
margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
.sm-mg-top-0 {
margin-top: 0px !important;
}
.sm-mg-top-5 {
margin-top: 5px !important;
}
.sm-mg-top-10 {
margin-top: 10px !important;
}
.sm-mg-top-15 {
margin-top: 15px !important;
}
.sm-mg-top-20 {
margin-top: 20px !important;
}
.sm-mg-top-25 {
margin-top: 25px !important;
}
.sm-mg-top-30 {
margin-top: 30px !important;
}
.sm-mg-top-35 {
margin-top: 35px !important;
}
.sm-mg-top-40 {
margin-top: 40px !important;
}
.sm-mg-top-45 {
margin-top: 45px !important;
}
.sm-mg-top-50 {
margin-top: 50px !important;
}
.sm-mg-top-55 {
margin-top: 55px !important;
}
.sm-mg-top-60 {
margin-top: 60px !important;
}
.sm-mg-top-65 {
margin-top: 65px !important;
}
.sm-mg-top-70 {
margin-top: 70px !important;
}
.sm-mg-top-75 {
margin-top: 75px !important;
}
.sm-mg-top-80 {
margin-top: 80px !important;
}
.sm-mg-top-85 {
margin-top: 85px !important;
}
.sm-mg-top-90 {
margin-top: 90px !important;
}
.sm-mg-top-95 {
margin-top: 95px !important;
}
.sm-mg-top-100 {
margin-top: 100px !important;
}
}
@media screen and (max-width: 767px) {
.xs-mg-top-0 {
margin-top: 0px !important;
}
.xs-mg-top-5 {
margin-top: 5px !important;
}
.xs-mg-top-10 {
margin-top: 10px !important;
}
.xs-mg-top-15 {
margin-top: 15px !important;
}
.xs-mg-top-20 {
margin-top: 20px !important;
}
.xs-mg-top-25 {
margin-top: 25px !important;
}
.xs-mg-top-30 {
margin-top: 30px !important;
}
.xs-mg-top-35 {
margin-top: 35px !important;
}
.xs-mg-top-40 {
margin-top: 40px !important;
}
.xs-mg-top-45 {
margin-top: 45px !important;
}
.xs-mg-top-50 {
margin-top: 50px !important;
}
.xs-mg-top-55 {
margin-top: 55px !important;
}
.xs-mg-top-60 {
margin-top: 60px !important;
}
.xs-mg-top-65 {
margin-top: 65px !important;
}
.xs-mg-top-70 {
margin-top: 70px !important;
}
.xs-mg-top-75 {
margin-top: 75px !important;
}
.xs-mg-top-80 {
margin-top: 80px !important;
}
.xs-mg-top-85 {
margin-top: 85px !important;
}
.xs-mg-top-90 {
margin-top: 90px !important;
}
.xs-mg-top-95 {
margin-top: 95px !important;
}
.xs-mg-top-100 {
margin-top: 100px !important;
}
} .mg-bottom-0 {
margin-bottom: 0px !important;
}
.mg-bottom-5 {
margin-bottom: 5px !important;
}
.mg-bottom-10 {
margin-bottom: 10px !important;
}
.mg-bottom-15 {
margin-bottom: 15px !important;
}
.mg-bottom-20 {
margin-bottom: 20px !important;
}
.mg-bottom-25 {
margin-bottom: 25px !important;
}
.mg-bottom-30 {
margin-bottom: 30px !important;
}
.mg-bottom-35 {
margin-bottom: 35px !important;
}
.mg-bottom-40 {
margin-bottom: 40px !important;
}
.mg-bottom-45 {
margin-bottom: 45px !important;
}
.mg-bottom-50 {
margin-bottom: 50px !important;
}
.mg-bottom-55 {
margin-bottom: 55px !important;
}
.mg-bottom-60 {
margin-bottom: 60px !important;
}
.mg-bottom-65 {
margin-bottom: 65px !important;
}
.mg-bottom-70 {
margin-bottom: 70px !important;
}
.mg-bottom-75 {
margin-bottom: 75px !important;
}
.mg-bottom-80 {
margin-bottom: 80px !important;
}
.mg-bottom-85 {
margin-bottom: 85px !important;
}
.mg-bottom-90 {
margin-bottom: 90px !important;
}
.mg-bottom-95 {
margin-bottom: 95px !important;
}
.mg-bottom-100 {
margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
.sm-mg-bottom-0 {
margin-bottom: 0px !important;
}
.sm-mg-bottom-5 {
margin-bottom: 5px !important;
}
.sm-mg-bottom-10 {
margin-bottom: 10px !important;
}
.sm-mg-bottom-15 {
margin-bottom: 15px !important;
}
.sm-mg-bottom-20 {
margin-bottom: 20px !important;
}
.sm-mg-bottom-25 {
margin-bottom: 25px !important;
}
.sm-mg-bottom-30 {
margin-bottom: 30px !important;
}
.sm-mg-bottom-35 {
margin-bottom: 35px !important;
}
.sm-mg-bottom-40 {
margin-bottom: 40px !important;
}
.sm-mg-bottom-45 {
margin-bottom: 45px !important;
}
.sm-mg-bottom-50 {
margin-bottom: 50px !important;
}
.sm-mg-bottom-55 {
margin-bottom: 55px !important;
}
.sm-mg-bottom-60 {
margin-bottom: 60px !important;
}
.sm-mg-bottom-65 {
margin-bottom: 65px !important;
}
.sm-mg-bottom-70 {
margin-bottom: 70px !important;
}
.sm-mg-bottom-75 {
margin-bottom: 75px !important;
}
.sm-mg-bottom-80 {
margin-bottom: 80px !important;
}
.sm-mg-bottom-85 {
margin-bottom: 85px !important;
}
.sm-mg-bottom-90 {
margin-bottom: 90px !important;
}
.sm-mg-bottom-95 {
margin-bottom: 95px !important;
}
.sm-mg-bottom-100 {
margin-bottom: 100px !important;
}
}
@media screen and (max-width: 767px) {
.xs-mg-bottom-0 {
margin-bottom: 0px !important;
}
.xs-mg-bottom-5 {
margin-bottom: 5px !important;
}
.xs-mg-bottom-10 {
margin-bottom: 10px !important;
}
.xs-mg-bottom-15 {
margin-bottom: 15px !important;
}
.xs-mg-bottom-20 {
margin-bottom: 20px !important;
}
.xs-mg-bottom-25 {
margin-bottom: 25px !important;
}
.xs-mg-bottom-30 {
margin-bottom: 30px !important;
}
.xs-mg-bottom-35 {
margin-bottom: 35px !important;
}
.xs-mg-bottom-40 {
margin-bottom: 40px !important;
}
.xs-mg-bottom-45 {
margin-bottom: 45px !important;
}
.xs-mg-bottom-50 {
margin-bottom: 50px !important;
}
.xs-mg-bottom-55 {
margin-bottom: 55px !important;
}
.xs-mg-bottom-60 {
margin-bottom: 60px !important;
}
.xs-mg-bottom-65 {
margin-bottom: 65px !important;
}
.xs-mg-bottom-70 {
margin-bottom: 70px !important;
}
.xs-mg-bottom-75 {
margin-bottom: 75px !important;
}
.xs-mg-bottom-80 {
margin-bottom: 80px !important;
}
.xs-mg-bottom-85 {
margin-bottom: 85px !important;
}
.xs-mg-bottom-90 {
margin-bottom: 90px !important;
}
.xs-mg-bottom-95 {
margin-bottom: 95px !important;
}
.xs-mg-bottom-100 {
margin-bottom: 100px !important;
}
} .fw-light {
font-weight: 300 !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-semi-bold {
font-weight: 600 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-black {
font-weight: 900 !important;
} .fs-10 {
font-size: 10px !important;
}
.fs-11 {
font-size: 11px !important;
}
.fs-12 {
font-size: 12px !important;
}
.fs-13 {
font-size: 13px !important;
}
.fs-14 {
font-size: 14px !important;
}
.fs-15 {
font-size: 15px !important;
}
.fs-16 {
font-size: 16px !important;
}
.fs-18 {
font-size: 18px !important;
}
.fs-20 {
font-size: 20px !important;
}
.fs-21 {
font-size: 21px !important;
}
.fs-24 {
font-size: 24px !important;
}
.fs-26 {
font-size: 26px !important;
}
.fs-30 {
font-size: 30px !important;
}
.fs-31 {
font-size: 31px !important;
}
.fs-32 {
font-size: 32px !important;
}
.fs-34 {
font-size: 34px !important;
}
.fs-36 {
font-size: 36px !important;
}
.fs-38 {
font-size: 38px !important;
}
.fs-42 {
font-size: 42px !important;
}
.fs-44 {
font-size: 44px !important;
}
.fs-46 {
font-size: 46px !important;
}
.fs-48 {
font-size: 48px !important;
}
.fs-50 {
font-size: 50px !important;
}
.fs-60 {
font-size: 60px !important;
}
.fs-120 {
font-size: 120px !important;
} .text-italic {
font-style: italic !important;
}
.uppercase {
text-transform: uppercase !important;
} .line-small {
line-height: 1em !important;
}
.line-normal {
line-height: 1.5em !important;
}
.line-medium {
line-height: 1.6em !important;
}
.line-large {
line-height: 1.8em !important;
}
.line-2x {
line-height: 2em !important;
}
.line-3x {
line-height: 3em !important;
}
.line-21 {
line-height: 21px !important;
}
.line-24 {
line-height: 24px !important;
}
.line-28 {
line-height: 28px !important;
}
.line-34 {
line-height: 34px !important;
}
.line-42 {
line-height: 42px !important;
}
.line-60 {
line-height: 60px !important;
} .spacing-50 {
letter-spacing: 0.05em;
}
.nn {
letter-spacing: 0.1em;
}
.spacing--50 {
letter-spacing: -0.05em;
} .transition03 {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.transition05 {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} .overflow-hidden {
overflow: hidden !important;
}
.fixed {
position: fixed;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-o-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.pd-right-60 {
padding-right: 60px;
}
.inner-pd-right-0 > div {
padding-right: 0 !important;
}
.inner-pd-left-0 > div {
padding-left: 0 !important;
}
.mg-bottom--70 {
margin-bottom: -70px;
}
.text-left {
text-align: left !important;
}
@media screen and (max-width: 991px) {
.md-pd-right-0 {
padding-right: 0;
}
.sm-text-center {
text-align: center;
}
}
@media (max-width: 767px) {
.xs-text-center {
text-align: center !important;
}
.xs-display-none {
display: none !important;
}
.inner-sm-pd-right-15 > div {
padding-right: 15px !important;
}
.inner-sm-pd-left-15 > div {
padding-left: 15px !important;
}
} @media (max-width: 479px) {
.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12 {
float: left;
}
.col-mb-12 {
width: 100%;
}
.col-mb-11 {
width: 91.66666667%;
}
.col-mb-10 {
width: 83.33333333%;
}
.col-mb-9 {
width: 75%;
}
.col-mb-8 {
width: 66.66666667%;
}
.col-mb-7 {
width: 58.33333333%;
}
.col-mb-6 {
width: 50%;
}
.col-mb-5 {
width: 41.66666667%;
}
.col-mb-4 {
width: 33.33333333%;
}
.col-mb-3 {
width: 25%;
}
.col-mb-2 {
width: 16.66666667%;
}
.col-mb-1 {
width: 8.33333333%;
}
.col-mb-pull-12 {
right: 100%;
}
.col-mb-pull-11 {
right: 91.66666667%;
}
.col-mb-pull-10 {
right: 83.33333333%;
}
.col-mb-pull-9 {
right: 75%;
}
.col-mb-pull-8 {
right: 66.66666667%;
}
.col-mb-pull-7 {
right: 58.33333333%;
}
.col-mb-pull-6 {
right: 50%;
}
.col-mb-pull-5 {
right: 41.66666667%;
}
.col-mb-pull-4 {
right: 33.33333333%;
}
.col-mb-pull-3 {
right: 25%;
}
.col-mb-pull-2 {
right: 16.66666667%;
}
.col-mb-pull-1 {
right: 8.33333333%;
}
.col-mb-pull-0 {
right: auto;
}
.col-mb-push-12 {
left: 100%;
}
.col-mb-push-11 {
left: 91.66666667%;
}
.col-mb-push-10 {
left: 83.33333333%;
}
.col-mb-push-9 {
left: 75%;
}
.col-mb-push-8 {
left: 66.66666667%;
}
.col-mb-push-7 {
left: 58.33333333%;
}
.col-mb-push-6 {
left: 50%;
}
.col-mb-push-5 {
left: 41.66666667%;
}
.col-mb-push-4 {
left: 33.33333333%;
}
.col-mb-push-3 {
left: 25%;
}
.col-mb-push-2 {
left: 16.66666667%;
}
.col-mb-push-1 {
left: 8.33333333%;
}
.col-mb-push-0 {
left: auto;
}
.col-mb-offset-12 {
margin-left: 100%;
}
.col-mb-offset-11 {
margin-left: 91.66666667%;
}
.col-mb-offset-10 {
margin-left: 83.33333333%;
}
.col-mb-offset-9 {
margin-left: 75%;
}
.col-mb-offset-8 {
margin-left: 66.66666667%;
}
.col-mb-offset-7 {
margin-left: 58.33333333%;
}
.col-mb-offset-6 {
margin-left: 50%;
}
.col-mb-offset-5 {
margin-left: 41.66666667%;
}
.col-mb-offset-4 {
margin-left: 33.33333333%;
}
.col-mb-offset-3 {
margin-left: 25%;
}
.col-mb-offset-2 {
margin-left: 16.66666667%;
}
.col-mb-offset-1 {
margin-left: 8.33333333%;
}
.col-mb-offset-0 {
margin-left: 0;
}
} .pos-rev {
position: relative;
}
.pos-ab {
position: absolute;
}
.mg-right-30 {
margin-right: 30px;
}
.mg-left-30 {
margin-left: 30px;
}
.mg-right-20 {
margin-right: 20px;
}
.mg-right-10 {
margin-right: 10px;
}
.mg-top-3 {
margin-top: 3px;
}
.color-white * {
color: #fff;
}
.app-icon {
overflow: inherit;
}
.app-icon div {
display: table-cell;
vertical-align: middle;
}
.app-icon .icon {
border-right: solid 1px;
border-color: rgba(255, 255, 255, 0.3);
padding: 17px 17px 17px 5px;
}
.app-icon .content {
padding: 11px 0 11px 17px;
}
.app-icon i,
.app-icon span,
.app-icon h4 {
color: #fff;
} .compare-thumb-main .thumb-inner-empty {
border: 2px dashed #ededed !important;
}
.compare-thumb-main .compare-property-remove {
background: #00a0e4 !important;
} .compare-tables.table-striped .property-title a {
color: #222222 !important;
}
.compare-tables.table-striped .property-price {
color: #222222 !important;
}
.compare-tables.table-striped .property-location i {
color: #00a0e4 !important;
}
.compare-tables.table-striped .title-list-check {
color: #222222 !important;
}
.display-none {
display: none;
}
.add-compare {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
transform: rotateY(360deg);
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s;
}
.property-id .fa-barcode,
.property-area .fa-arrows,
.property-bedrooms .fa-hotel,
.property-bathrooms .fa-bath,
.property-garage .fa-car {
font-family: 'icomoon';
}
.property-id .fa-barcode:before {
content: '\ed58' !important;
}
.property-area .fa-arrows:before {
content: '\e90a' !important;
}
.property-bedrooms .fa-hotel:before {
content: '\e907' !important;
}
.property-bathrooms .fa-bath:before {
content: '\e908' !important;
}
.property-garage .fa-car:before {
content: '\e902' !important;
}
.content-padding-15 .container {
padding-left: 15px;
padding-right: 15px;
}
.inline-block {
display: inline-block;
}
.submit-property {
background: #00a0e4;
padding: 8px 28px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #fff;
border: solid 2px #00a0e4;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
font-size: 12px;
}
.submit-property i {
margin-right: 10px;
font-size: 12px !important;
}
.submit-property:hover {
background-color: transparent;
color: #00a0e4;
}
.custom-title {
position: absolute;
top: 22px;
width: 1170px;
left: 0;
right: 0;
margin-left: auto !important;
margin-right: auto !important;
} body {
font-family: 'Poppins';
font-size: 14px;
font-weight: 300;
}
h1 {
font-family: 'Poppins';
font-size: 40pxpx;
font-weight: 300;
}
h2 {
font-family: 'Poppins';
font-size: 48px;
font-weight: 300;
}
h3 {
font-family: 'Poppins';
font-size: 32px;
font-weight: 300;
}
h4 {
font-family: 'Poppins';
font-size: 21px;
font-weight: 300;
}
h5 {
font-family: 'Poppins';
font-size: 18px;
font-weight: 300;
}
h6 {
font-family: 'Poppins';
font-size: 16px;
font-weight: 300;
} .benaa-class .wp-social-login-widget {
padding-bottom: 40px;
}
.benaa-class .wp-social-login-widget .wp-social-login-connect-with {
color: #bababa;
}
.benaa-class .wp-social-login-widget .wp-social-login-provider-list {
padding: 0;
}
.benaa-class .modal-login .modal-content {
padding: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.benaa-class .modal-login .modal-content button.close {
display: none;
}
.benaa-class .modal-login .modal-content .nav-tabs > li {
width: 50%;
text-align: center;
}
.benaa-class .modal-login .modal-content .nav-tabs > li.active > a,
.benaa-class .modal-login .modal-content .nav-tabs > li:hover > a,
.benaa-class .modal-login .modal-content .nav-tabs > li:focus > a {
color: #fff;
background-color: #00a0e4;
}
.benaa-class .modal-login .modal-content .nav-tabs > li > a {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
border: none;
border-bottom: solid 1px transparent;
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
color: #222222;
padding: 22px 15px;
background-color: #f5f5f5;
margin-right: 0;
}
.benaa-class .ere-login-wrap .form-group input:not([type=checkbox]),
.benaa-class .ere-login-wrap .form-group select.form-control,
.benaa-class .ere-register-wrap .form-group input:not([type=checkbox]),
.benaa-class .ere-register-wrap .form-group select.form-control,
.benaa-class .ere-reset-password-wrap .form-group input:not([type=checkbox]),
.benaa-class .ere-reset-password-wrap .form-group select.form-control {
border: solid 1px #ededed;
height: 52px;
-webkit-border-radius: 26px;
-webkit-background-clip: padding-box;
-moz-border-radius: 26px;
-moz-background-clip: padding;
border-radius: 26px;
background-clip: padding-box;
margin-bottom: 17px;
padding: 0 40px;
background-color: #fff;
}
.benaa-class .ere-login-wrap .form-group input:not([type=checkbox]):focus,
.benaa-class .ere-login-wrap .form-group input:not([type=checkbox]):hover,
.benaa-class .ere-login-wrap .form-group select.form-control:focus,
.benaa-class .ere-login-wrap .form-group select.form-control:hover,
.benaa-class .ere-register-wrap .form-group input:not([type=checkbox]):focus,
.benaa-class .ere-register-wrap .form-group input:not([type=checkbox]):hover,
.benaa-class .ere-register-wrap .form-group select.form-control:focus,
.benaa-class .ere-register-wrap .form-group select.form-control:hover,
.benaa-class .ere-reset-password-wrap .form-group input:not([type=checkbox]):focus,
.benaa-class .ere-reset-password-wrap .form-group input:not([type=checkbox]):hover,
.benaa-class .ere-reset-password-wrap .form-group select.form-control:focus,
.benaa-class .ere-reset-password-wrap .form-group select.form-control:hover {
border-color: #00a0e4;
}
.benaa-class .ere-login-wrap .form-group:after,
.benaa-class .ere-register-wrap .form-group:after {
font-size: 16px;
color: #c5c5c5;
line-height: 52px;
left: 6px;
right: auto;
}
.benaa-class .ere-login-wrap button,
.benaa-class .ere-register-wrap button,
.benaa-class .ere-reset-password-wrap button {
height: 48px;
-webkit-border-radius: 24px;
-webkit-background-clip: padding-box;
-moz-border-radius: 24px;
-moz-background-clip: padding;
border-radius: 24px;
background-clip: padding-box;
background-color: #00a0e4;
border-color: #00a0e4;
}
.benaa-class .ere-login-wrap button:hover,
.benaa-class .ere-register-wrap button:hover,
.benaa-class .ere-reset-password-wrap button:hover {
border-color: #222222;
background-color: #222222 !important;
color: #fff;
}
.benaa-class .ere-login-wrap .checkbox:hover,
.benaa-class .ere-login-wrap .ere-reset-password:hover {
color: #00a0e4;
}
.benaa-class .ere-update-profile input,
.benaa-class .ere-change-password input {
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
padding: 0 23px;
}
.benaa-class .ere-update-profile textarea,
.benaa-class .ere-change-password textarea {
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
padding: 8px 23px;
}
.benaa-class .ere-my-properties-search select,
.benaa-class .ere-dashboard-content select,
.benaa-class .ere-my-properties-search input,
.benaa-class .ere-dashboard-content input {
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
padding: 0 23px;
}
.benaa-class .ere-my-properties-search .btn,
.benaa-class .ere-dashboard-content .btn {
padding: 11px 23px !important;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-my-properties-search .btn:hover,
.benaa-class .ere-dashboard-content .btn:hover,
.benaa-class .ere-my-properties-search .btn:focus,
.benaa-class .ere-dashboard-content .btn:focus {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.benaa-class .ere-reset-password {
text-decoration: underline;
}
.benaa-class .ere_widget_login_menu .login-link i,
.benaa-class .ere_widget_login_menu .user-display-name i {
font-family: icomoon;
}
.benaa-class .ere_widget_login_menu .login-link i:before,
.benaa-class .ere_widget_login_menu .user-display-name i:before {
content: "\e971";
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome {
border: none;
padding: 0;
text-align: initial;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome figure {
width: initial;
height: initial;
overflow: initial;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
border: none;
background-color: #4c4c4c;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome figure img {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome h4.ere-dashboard-title {
font-size: 18px;
margin: 0;
margin-bottom: 35px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome a.ere-dashboard-logout {
border: solid 2px #00a0e4;
display: block;
text-align: center;
font-size: 14px;
line-height: 18px;
padding: 11px 19px;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
color: #00a0e4;
text-transform: uppercase;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome a.ere-dashboard-logout i {
display: none;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome a.ere-dashboard-logout:hover {
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-user-dashboard .ere-dashboard-welcome .ere-dashboard-user-info {
background-color: #fff;
padding: 24px 20px 15px;
-webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
}
.benaa-class .ere-user-dashboard .navbar-default {
border: none;
padding-left: 20px;
padding-right: 20px;
background: #fff;
-webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
}
.benaa-class .ere-user-dashboard .navbar-default .navbar-nav > li {
border-color: #ededed;
}
.benaa-class .ere-user-dashboard .navbar-default .navbar-nav > li > a {
color: #727272;
font-weight: 500;
font-size: 14px;
padding-left: 0;
padding-right: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-user-dashboard .navbar-default .ere-dashboard-nav li.active a,
.benaa-class .ere-user-dashboard .navbar-default .navbar-nav > li > a:focus,
.benaa-class .ere-user-dashboard .navbar-default .navbar-nav > li > a:hover {
border: none;
margin-left: 0;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-user-dashboard .panel-default {
border: none;
}
.benaa-class .ere-user-dashboard .panel-default > .panel-heading {
background-color: #000;
color: #fff;
font-weight: 600;
text-transform: capitalize;
font-size: 18px;
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
padding: 16.5px 30px;
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package {
padding-left: 20px !important;
padding-right: 20px;
-webkit-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.02);
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li {
border-bottom: 1px solid #ededed !important;
padding: 13px 20px;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
color: #727272;
font-weight: 500;
font-size: 14px;
width: 100%;
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li:last-child {
margin-top: -1px;
border-bottom: none !important;
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li > a.btn {
margin-top: 7px;
-webkit-border-radius: 22px;
-webkit-background-clip: padding-box;
-moz-border-radius: 22px;
-moz-background-clip: padding;
border-radius: 22px;
background-clip: padding-box;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li > a.btn:hover,
.benaa-class .ere-user-dashboard .panel-default .list-group.ere-my-package > li > a.btn:focus {
background-color: #00a0e4;
border-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-user-dashboard .panel-default .panel-body {
padding: 30px;
}
@media (max-width: 767px) {
.benaa-class .ere-user-dashboard .panel-default .panel-body {
padding: 15px;
}
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-container {
border: none;
margin-bottom: 30px;
padding: 15px;
-webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
position: relative;
display: flex;
display: -webkit-flex;
justify-content: flex-start;
-webkit-justify-content: flex-start;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb {
padding: 0;
min-width: 340px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb > span {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding-left: 17px;
padding-right: 17px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb > span.ere-property-status {
top: 15px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 10px;
-moz-background-clip: padding;
border-top-right-radius: 10px;
background-clip: padding-box;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb > span.ere-property-featured {
bottom: auto;
top: 15px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius-topleft: 10px;
-moz-background-clip: padding;
border-top-left-radius: 10px;
background-clip: padding-box;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content h4.ere-post-title {
font-weight: 600;
font-size: 21px;
margin-top: 2px;
margin-bottom: 6px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content h4.ere-post-title a {
color: #222222;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-content {
padding: 0;
margin-left: 15px;
position: relative;
width: 100%;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-address {
font-size: 12px;
margin-bottom: 12px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-address i {
display: none;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-total-views,
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-date,
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-info-inner > div {
font-size: 12px;
display: inline-block;
width: 50%;
float: left;
margin-bottom: 5px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-total-views i,
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-date i,
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-info-inner > div i {
font-size: 16px;
color: #00a0e4;
margin-right: 6px;
width: 16px;
display: inline-block;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-type {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-type > a {
color: #00a0e4;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-type > a + a:before {
content: ",";
display: inline-block;
margin-right: 5px;
margin-left: -2px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price {
display: table;
width: 100%;
position: absolute;
bottom: 0;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price > div {
display: table-cell;
vertical-align: middle;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status {
background-color: #00a0e4;
position: relative;
right: auto;
top: auto;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status p {
margin-bottom: 0;
color: #fff;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status p .property-status-bg {
background-color: transparent;
font-size: 12px;
line-height: 40px;
padding-left: 20px;
padding-right: 10px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status p .property-status-bg .property-arrow {
display: none;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-status:after {
content: '';
display: block;
width: 0;
height: 0;
border-top: 40px solid #00a0e4;
border-right: 20px solid transparent;
position: absolute;
top: 0;
left: 100%;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-price {
background-color: #222222;
font-size: 16px;
font-weight: 600;
color: #fff;
text-align: right;
padding-right: 20px;
white-space: nowrap;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-price .property-price-prefix,
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price .property-price .property-price-postfix {
font-weight: 600;
font-size: 10px;
color: #aeaeae;
line-height: 19px;
text-transform: uppercase;
position: relative;
top: -4px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions {
background-color: #222222;
position: absolute;
bottom: 0;
left: 0;
margin-top: 0;
width: 100%;
display: flex;
display: -webkit-flex;
justify-content: space-evenly;
-webkit-justify-content: space-evenly;
align-items: center;
z-index: 2;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action {
font-size: 14px;
color: #bababa;
border: none;
background: transparent;
margin: 0;
padding-top: 8.5px;
padding-bottom: 8.5px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action:hover {
color: #fff;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action.ere-dashboard-action-edit:before,
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action.ere-dashboard-action-allow_edit:before {
content: "\f040";
display: inline-block;
font-size: 14px;
color: #00a0e4;
width: 15px;
font-family: FontAwesome;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action.ere-dashboard-action-delete:before {
content: "\f1f8";
display: inline-block;
font-size: 15px;
color: #00a0e4;
width: 15px;
font-family: FontAwesome;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content ul.ere-dashboard-actions a.btn-action.ere-dashboard-action-hidden:before {
content: "\f070";
display: inline-block;
font-size: 15px;
color: #00a0e4;
width: 18px;
font-family: FontAwesome;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .ere-item-wrap {
-webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.02);
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .property-status-price {
position: initial;
margin-top: 75px !important;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .paging-navigation {
margin-top: 0 !important;
}
.benaa-class .payment-wrap .ere-payment-for a.btn.btn-default,
.benaa-class .payment-wrap #ere_payment_package,
.benaa-class .ere-payment-completed-wrap a.btn.btn-primary {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .payment-wrap .ere-payment-for a.btn.btn-default:hover,
.benaa-class .payment-wrap #ere_payment_package:hover,
.benaa-class .ere-payment-completed-wrap a.btn.btn-primary:hover,
.benaa-class .payment-wrap .ere-payment-for a.btn.btn-default:focus,
.benaa-class .payment-wrap #ere_payment_package:focus,
.benaa-class .ere-payment-completed-wrap a.btn.btn-primary:focus {
border-color: #00a0e4;
background-color: #00a0e4;
color: #fff;
}
@media (max-width: 767px) {
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-container {
display: block;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-thumb {
min-width: 100%;
margin-bottom: 15px;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-post-content {
margin-left: 0;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price {
position: initial;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .property-status-price {
margin-top: 0 !important;
}
}
@media (max-width: 374px) {
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price > div {
display: block;
text-align: center !important;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-status-price > div.property-status:after {
display: none;
}
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-property.property-list .property-info .property-info-inner > div,
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-total-views,
.benaa-class .ere-user-dashboard .ere-dashboard-content .ere-my-property-date,
.benaa-class .ere-user-dashboard .ere-dashboard-content .property-info-inner > div {
width: 100% !important;
}
}
.benaa-class {     }
.benaa-class .agent-title {
font-size: 30px;
}
.benaa-class .ere-agent .agent-item {
overflow: hidden;
}
.benaa-class #agency-agent {
background: #fff;
padding: 15px;
}
.benaa-class div.ere-agent-wrap .ere-agent h4 a:hover {
color: #00a0e4;
}
.benaa-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav div:hover {
background: #00a0e4;
}
.benaa-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-prev:hover:after {
border-top-color: #00a0e4 !important;
}
.benaa-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-next:hover:after {
border-bottom-color: #00a0e4 !important;
}
.benaa-class div.ere-agent-wrap .ere-agent.owl-nav-top-right .owl-nav .owl-prev {
right: 65px;
}
.benaa-class .ere-agent.agent-grid .agent-item:hover .agent-info h4 a,
.benaa-class .ere-agent.agent-slider .agent-item:hover .agent-info h4 a,
.benaa-class .ere-agent.agent-grid .agent-item:hover .agent-info span,
.benaa-class .ere-agent.agent-slider .agent-item:hover .agent-info span {
color: #fff;
}
.benaa-class .ere-agent.agent-grid .agent-item:hover .agent-content,
.benaa-class .ere-agent.agent-slider .agent-item:hover .agent-content {
background-color: #00a0e4;
}
.benaa-class .ere-agent.agent-grid .agent-item:hover .agent-social,
.benaa-class .ere-agent.agent-slider .agent-item:hover .agent-social {
height: 35px;
}
.benaa-class .ere-agent.agent-grid .agent-content,
.benaa-class .ere-agent.agent-slider .agent-content {
padding-top: 15px;
padding-bottom: 9px;
background-color: #222222;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
}
.benaa-class .ere-agent.agent-grid .agent-social,
.benaa-class .ere-agent.agent-slider .agent-social {
top: initial;
background-color: transparent;
margin: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
height: 0;
}
.benaa-class .ere-agent.agent-grid .agent-info,
.benaa-class .ere-agent.agent-slider .agent-info {
background-color: transparent;
padding-top: 0;
padding-bottom: 3px;
}
.benaa-class .ere-agent.agent-grid .agent-info h4 a,
.benaa-class .ere-agent.agent-slider .agent-info h4 a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #00a0e4;
font-size: 21px;
}
.benaa-class .ere-agent.agent-grid .agent-info span,
.benaa-class .ere-agent.agent-slider .agent-info span {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
color: #bababa;
}
.benaa-class .ere-agent.agent-slider .agent-content {
left: 0;
right: 0;
}
.benaa-class .ere-agent.agent-list h4 a {
font-weight: 600;
font-size: 21px;
color: #00a0e4;
}
.benaa-class .ere-agent.agent-list .agent-social a:hover i {
color: #00a0e4;
}
.benaa-class .ere-agent.agent-slider .agent-item {
margin-bottom: 0;
}
.benaa-class .ere-agent h4 a:hover {
color: #00a0e4;
}
.benaa-class .ere-agent .owl-nav .owl-prev {
background-color: #f6f6f6;
}
.benaa-class .ere-agent .owl-nav .owl-prev:after {
border-top-color: #f6f6f6 !important;
}
.benaa-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active,
.benaa-class .archive-agent-action .view-as span:hover {
background: #00a0e4 !important;
}
.benaa-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active:before,
.benaa-class .archive-agent-action .view-as span:hover:before {
border-top-color: #00a0e4;
border-bottom-color: #00a0e4;
}
.benaa-class div.ere-archive-agent-wrap .archive-agent-action .view-as span.active .above-archive-agent .archive-agent-action .search-box button:hover,
.benaa-class .archive-agent-action .view-as span:hover .above-archive-agent .archive-agent-action .search-box button:hover {
border-color: #222222;
background-color: #222222;
}
.benaa-class .above-archive-agent .archive-agent-action .search-box input {
background-color: #fff;
}
.benaa-class .above-archive-agent .archive-agent-action .sort-agent span {
background-color: #fff;
}
.benaa-class .ere-agent.agent-list .agent-avatar {
float: left;
width: 270px;
display: block;
}
.benaa-class .ere-agent.agent-list .agent-content {
display: block;
position: relative;
overflow: hidden;
padding-top: 0;
padding-left: 15px;
vertical-align: initial;
}
.benaa-class .ere-agent.agent-list p {
font-size: 14px;
height: 135px;
overflow: hidden;
}
.benaa-class .ere-agent.agent-list .agent-social a {
border: solid 1px;
border-radius: 50%;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-agent.agent-list .agent-social a + a {
margin-left: 10px;
}
.benaa-class .ere-agent.agent-list .agent-info {
margin-bottom: 35px;
border-bottom: solid 1px #bababa;
padding-bottom: 40px;
}
.benaa-class .ere-agent.agent-list .agent-item-inner {
border-bottom: none;
}
.benaa-class div.ere-agent-single-wrap .single-agent-element .ere-property-wrap {
background-color: transparent !important;
}
.benaa-class div.ere-agent-single-wrap .single-agent-element:last-child {
margin-bottom: 0 !important;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner {
background-color: #fff;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
margin-right: 0;
margin-left: 0;
margin-bottom: 25px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-avatar {
height: 250px;
overflow: hidden;
background-color: #f6f6f6;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-avatar a.btn {
display: none;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a {
width: initial;
height: initial;
background-color: transparent;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a i {
color: #aeaeae;
font-size: 14px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a + a {
margin-left: 20px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a:hover {
background-color: transparent;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-social a:hover i {
color: #00a0e4;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-contact {
margin-top: 11px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-contact span {
color: #222222;
font-weight: 600;
display: inline-block;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-single .agent-title h2 {
margin-bottom: -3px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent input {
height: 42px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
padding: 0 23px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent textarea {
height: 102px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
padding: 8px 23px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent .form-group {
margin-bottom: 19px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent .agent-contact-btn {
background-color: transparent;
border-color: #00a0e4;
color: #00a0e4;
padding-top: 10px;
padding-bottom: 10px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .contact-agent .agent-contact-btn:hover {
background-color: #00a0e4;
color: #fff;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .col-md-12.mg-top-40.mg-bottom-40 {
margin-bottom: 0 !important;
padding-left: 0;
}
.benaa-class div.ere-agent-single-wrap .ere-heading-style2 h2 {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 15px;
}
.benaa-class div.ere-agent-single-wrap .ere-heading-style2 h2:after {
display: none;
}
.benaa-class div.ere-agent-single-wrap .agent-reviews {
background-color: #fff;
padding: 10px 20px;
}
.benaa-class div.ere-agent-single-wrap .agent-properties {
margin-bottom: 60px;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-heading {
text-align: left;
margin-bottom: 0 !important;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-heading h2 {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 15px;
margin: 0;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-heading span {
display: none;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-property-wrap {
background-color: #fdfdfd;
}
.benaa-class div.ere-agent-single-wrap .agent-properties .ere-property-wrap .property-content .property-item:last-child {
margin-bottom: 0 !important;
}
.benaa-class div.ere-agent-single-wrap .agent-other {
background-color: #fff;
position: relative;
padding-bottom: 100px;
}
.benaa-class div.ere-agent-single-wrap .agent-other:before {
content: '';
display: block;
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
right: 100%;
top: 0;
}
.benaa-class div.ere-agent-single-wrap .agent-other:after {
content: '';
display: block;
background-color: #fff;
width: 100%;
height: 100%;
position: absolute;
left: 100%;
top: 0;
}
.benaa-class div.ere-agent-single-wrap .agent-other .ere-heading {
text-align: left;
}
.benaa-class div.ere-agent-single-wrap .agent-other .agent-avatar a img {
background-color: #f6f6f6;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-prev {
top: -55px;
right: 65px;
left: auto;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-prev:hover {
background-color: #00a0e4;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-prev:hover i {
color: #fff;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-prev:hover:after {
border-top-color: #00a0e4 !important;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-next {
top: -55px;
right: 0;
background-color: #00a0e4;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-next i {
color: #fff;
}
.benaa-class div.ere-agent-single-wrap .agent-other .owl-nav .owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class div.ere-agent-single .contact-agent .form-error {
color: #00a0e4;
}
.benaa-class .agency-action .sort-agency span,
.benaa-class .agency-action .search-box input {
background-color: #fff;
}
.benaa-class div.agency-details-tab .nav-tabs {
background-color: #222222;
}
.benaa-class div.agency-details-tab .nav-tabs li.active a,
.benaa-class div.agency-details-tab .nav-tabs li:hover a {
background-color: #00a0e4;
}
.benaa-class div.ere-agency .agency-action-wrap {
margin-top: -36px;
}
.benaa-class div.ere-agency .agency-item {
padding: 15px 15px 5px;
background-color: #fff;
margin-bottom: 30px !important;
}
.benaa-class div.ere-agency .agency-inner {
border-bottom: none;
padding-bottom: 0 !important;
display: inline-block;
}
.benaa-class div.ere-agency .agency-item-content {
overflow: hidden;
padding-left: 0;
margin-top: 16px;
}
.benaa-class div.ere-agency .agency-avatar {
float: left;
width: 250px;
min-height: 250px;
margin-right: 40px;
border: none;
background-color: #f6f6f6;
position: relative;
}
@media (max-width: 767px) {
.benaa-class div.ere-agency .agency-avatar {
width: 100%;
}
}
.benaa-class div.ere-agency .agency-heading {
margin-bottom: 19px;
}
.benaa-class div.ere-agency .agency-title {
font-weight: 600 !important;
font-size: 21px !important;
margin-bottom: 6px;
}
.benaa-class div.ere-agency .agency-title a {
color: #222222;
}
.benaa-class div.ere-agency .agency-title a:hover {
color: #00a0e4;
}
.benaa-class div.ere-agency .agency-position {
font-weight: 500;
font-size: 14px;
color: #727272;
}
.benaa-class div.ere-agency .agency-position p:before {
content: '\f041';
display: inline-block;
font-size: 14px;
color: #00a0e4;
font-family: fontawesome;
margin-right: 8px;
}
.benaa-class div.ere-agency .agency-element-inline > div {
display: block;
vertical-align: initial;
}
.benaa-class div.ere-agency .agency-element-inline > div:last-child {
text-align: left;
margin-top: 10px;
}
.benaa-class div.ere-agency .agency-social a {
color: #aaa;
font-size: 14px;
}
.benaa-class div.ere-agency .agency-social a:hover {
color: #00a0e4;
}
.benaa-class div.ere-agency .agency-excerpt {
font-size: 14px;
line-height: 1.75em;
height: 48px;
overflow: hidden;
font-weight: 400 !important;
margin-bottom: 19px;
}
.benaa-class div.ere-agency .agency-info-item span,
.benaa-class div.ere-agency .agency-info-item .agency-info-value {
font-size: 14px;
font-weight: 600 !important;
color: #222222;
}
.benaa-class div.ere-agency .agency-info-title {
color: #727272;
margin-left: 10px;
margin-right: 5px;
}
.benaa-class .agency-details-tab:before {
position: absolute;
z-index: 1;
content: '';
display: block;
background-color: #ededed;
left: 50%;
width: 10000px;
top: 60px;
bottom: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.benaa-class .agency-details-tab .tab-content > .tab-pane {
padding: 30px 0 0 0;
background-color: transparent;
}
.benaa-class #agency-overview {
background: #FFF;
padding: 30px !important;
}
.benaa-class #agency-location {
padding: 0 !important;
}
.benaa-class #agency-properties-collapse .panel-body {
padding: 0 !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info {
background-color: #fff;
padding-top: 15px;
padding-bottom: 15px;
margin-right: 0;
margin-left: 0;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-content-top {
margin-bottom: 30px !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-data {
margin-bottom: 25px !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-logo-inner {
height: 250px;
padding: 0;
position: relative;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-logo-inner img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-content-top h2 {
margin-bottom: 1px !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-content-top .agency-address {
font-weight: 400 !important;
font-size: 14px !important;
color: #727272;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-content-top .agency-address span:before {
content: '\f041';
display: inline-block;
font-size: 14px;
color: #00a0e4;
font-family: fontawesome;
margin-right: 8px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-data-item span {
color: #222222;
font-weight: 600;
font-size: 13px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-data-item span.agency-data-item-title {
color: #727272 !important;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-info-value {
color: #222222;
font-weight: 600;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-social a {
width: initial;
height: initial;
background-color: transparent;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-social a i {
color: #aeaeae;
font-size: 14px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-social a i:hover {
color: #00a0e4;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-social a + a {
margin-left: 20px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency input {
height: 42px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
padding: 0 23px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency textarea {
height: 102px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
padding: 8px 23px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency .form-group {
margin-bottom: 19px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency .agent-contact-btn {
background-color: transparent;
border-color: #00a0e4;
color: #00a0e4;
padding-top: 10px;
padding-bottom: 10px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .contact-agency .agent-contact-btn:hover {
background-color: #00a0e4;
color: #fff;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-contact {
margin-bottom: 22px;
}
.benaa-class div.ere-agency-single-wrap div.agency-single-info .agency-info-item {
margin-bottom: 10px;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li:first-child {
margin-left: 20px;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li.active a,
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li:hover a {
background-color: #00a0e4;
color: #fff;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li a {
font-size: 12px;
text-transform: uppercase;
color: #00a0e4;
border: solid 2px #00a0e4 !important;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
-webkit-background-clip: border-box;
-moz-background-clip: border;
background-clip: border-box;
margin: 10px 5px;
padding: 11.5px 36px;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab:before {
display: none;
}
@media (max-width: 991px) {
.benaa-class div.ere-agency .agency-info-item {
width: 100%;
}
.benaa-class div.ere-agency .agency-action-wrap {
margin-top: 25px;
}
.benaa-class div.ere-agency .agency-info-item.agency-website {
margin-bottom: 9px;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner {
padding: 10px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-avatar {
width: 41.66666667%;
float: left;
}
.benaa-class div.ere-agent-single-wrap .agent-single-inner .agent-content {
width: 58.33333333%;
}
}
@media (max-width: 767px) {
.benaa-class div.ere-agency .agency-avatar {
float: none;
margin-left: auto;
margin-right: auto;
}
.benaa-class div.ere-agency-single-wrap .agency-details-tab .nav-tabs li:first-child {
margin-left: 0;
}
.benaa-class .ere-agent.agent-list .agent-avatar {
float: initial;
}
.benaa-class .ere-agent.agent-list .agent-content {
padding-left: 0;
}
}
.benaa-class {   }
.benaa-class .select2-container .select2-selection--single {
padding: 0 10px;
height: 44px;
line-height: 1;
background-color: #fff;
color: #727272;
border: 1px solid #ededed;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.benaa-class .select2-container .select2-selection--single::-webkit-input-placeholder {
color: #727272 !important;
}
.benaa-class .select2-container .select2-selection--single:-moz-placeholder {
color: #727272 !important;
}
.benaa-class .select2-container .select2-selection--single::-moz-placeholder {
color: #727272 !important;
}
.benaa-class .select2-container .select2-selection--single:-ms-input-placeholder {
color: #727272 !important;
}
.benaa-class .select2-container .select2-selection--single:focus {
border-color: #00a0e4;
}
.benaa-class .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 8px;
padding-right: 8px;
}
.benaa-class .select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-left: -13px;
}
.benaa-class .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 44px !important;
}
.benaa-class .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 44px;
}
.benaa-class .select2-container--default .select2-selection--single,
.benaa-class .select2-selection .select2-selection--single {
border-color: #ededed;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .select2-container--default .select2-selection--single:focus,
.benaa-class .select2-selection .select2-selection--single:focus {
border-color: #00a0e4;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.benaa-class .select2-container--default .select2-selection--single .select2-selection__arrow b {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png);
width: 8px;
height: 5px;
border: 0;
}
.benaa-class .ere-property-multi-step .ere-heading-style2 {
margin-bottom: 0 !important;
}
.benaa-class .ere-property-multi-step .ere-heading-style2 h2 {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 23px 30px;
margin: 0;
}
.benaa-class .ere-property-multi-step .ere-heading-style2 h2:after {
display: none;
}
.benaa-class .ere-property-multi-step .add-tab-row h4 {
font-size: 16px;
}
.benaa-class .ere-property-multi-step .ere-step-nav button,
.benaa-class .ere-property-multi-step .ere-step-nav input[type=submit] {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-property-multi-step .ere-step-nav button:hover,
.benaa-class .ere-property-multi-step .ere-step-nav input[type=submit]:hover,
.benaa-class .ere-property-multi-step .ere-step-nav button:focus,
.benaa-class .ere-property-multi-step .ere-step-nav input[type=submit]:focus {
border-color: #00a0e4;
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-property-multi-step #ere_select_file_attachments,
.benaa-class .ere-property-multi-step #ere_select_gallery_images,
.benaa-class .ere-property-multi-step .add-additional-feature,
.benaa-class .ere-property-multi-step input[type=button].btn-block,
.benaa-class .ere-property-multi-step input[type=reset].btn-block,
.benaa-class .ere-property-multi-step input[type=submit].btn-block,
.benaa-class .ere-property-multi-step .ere-payment-for a.btn.btn-default,
.benaa-class .ere-property-multi-step #ere_payment_package {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-property-multi-step #ere_select_file_attachments:hover,
.benaa-class .ere-property-multi-step #ere_select_gallery_images:hover,
.benaa-class .ere-property-multi-step .add-additional-feature:hover,
.benaa-class .ere-property-multi-step input[type=button].btn-block:hover,
.benaa-class .ere-property-multi-step input[type=reset].btn-block:hover,
.benaa-class .ere-property-multi-step input[type=submit].btn-block:hover,
.benaa-class .ere-property-multi-step .ere-payment-for a.btn.btn-default:hover,
.benaa-class .ere-property-multi-step #ere_payment_package:hover,
.benaa-class .ere-property-multi-step #ere_select_file_attachments:focus,
.benaa-class .ere-property-multi-step #ere_select_gallery_images:focus,
.benaa-class .ere-property-multi-step .add-additional-feature:focus,
.benaa-class .ere-property-multi-step input[type=button].btn-block:focus,
.benaa-class .ere-property-multi-step input[type=reset].btn-block:focus,
.benaa-class .ere-property-multi-step input[type=submit].btn-block:focus,
.benaa-class .ere-property-multi-step .ere-payment-for a.btn.btn-default:focus,
.benaa-class .ere-property-multi-step #ere_payment_package:focus {
border-color: #00a0e4;
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-property-multi-step .property-manager-form label {
font-weight: 500;
}
.benaa-class .ere-property-multi-step .checkbox input[type=checkbox] {
width: 14px;
height: 14px;
}
.benaa-class .ere-property-multi-step .property-fields {
background-color: #fff;
margin-left: 0;
margin-right: 0;
}
.benaa-class .ere-property-multi-step .property-fields input,
.benaa-class .ere-property-multi-step .property-fields select,
.benaa-class .ere-property-multi-step .property-fields textarea,
.benaa-class .ere-property-multi-step .property-fields .select2-container .select2-selection--single {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .ere-property-multi-step .property-fields.property-title-des .form-group {
padding: 30px;
background: #fff;
}
.benaa-class .ere-property-multi-step .property-fields.property-title-des .property-fields-title {
margin: -30px -30px 0 -30px;
}
.benaa-class .ere-property-multi-step .property-fields.property-title-des #property_title {
margin-top: 30px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .ere-property-multi-step .property-fields.property-location,
.benaa-class .ere-property-multi-step .property-fields.property-type,
.benaa-class .ere-property-multi-step .property-fields.property-price,
.benaa-class .ere-property-multi-step .property-fields.property-feature,
.benaa-class .ere-property-multi-step .property-fields.property-detail,
.benaa-class .ere-property-multi-step .property-fields.property-contact,
.benaa-class .ere-property-multi-step .property-fields.property-private-note {
padding: 30px 15px;
}
.benaa-class .ere-property-multi-step .property-fields.property-title,
.benaa-class .ere-property-multi-step .property-fields.property-description,
.benaa-class .ere-property-multi-step .property-fields.property-private-note,
.benaa-class .ere-property-multi-step .property-fields.property-media {
padding: 30px;
}
.benaa-class .ere-property-multi-step .property-fields.property-title .form-group,
.benaa-class .ere-property-multi-step .property-fields.property-description .form-group,
.benaa-class .ere-property-multi-step .property-fields.property-private-note .form-group {
margin-bottom: 0;
}
.benaa-class .ere-property-multi-step .property-fields #property_des,
.benaa-class .ere-property-multi-step .property-fields #property_des_ifr {
border: 0 !important;
}
.benaa-class .ere-property-multi-step .property-fields .property-floors-control {
background-color: #fff;
padding: 30px;
}
.benaa-class .ere-property-multi-step .property-fields .property-floors-control input,
.benaa-class .ere-property-multi-step .property-fields .property-floors-control select {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .ere-property-multi-step .add-tab-row {
padding: 30px;
background: #fff;
}
.benaa-class .ere-property-multi-step .add-tab-row .additional-block {
background-color: #fff;
}
.benaa-class .ere-property-multi-step .media-drag-drop {
background-color: #fff;
margin-bottom: 50px !important;
}
.benaa-class .ere-property-multi-step #ere_additional_details input.form-control {
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.benaa-class .ere-property-multi-step .ere-steps {
overflow: hidden;
padding-top: 55px;
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #cacaca;
background-color: transparent;
letter-spacing: 0.1em;
padding: 0;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow.active {
color: #00a0e4;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow.active:after {
background-color: #00a0e4;
-webkit-box-shadow: 0 0 0 7px rgba(0, 160, 228, 0.3);
-moz-box-shadow: 0 0 0 7px rgba(0, 160, 228, 0.3);
box-shadow: 0 0 0 7px rgba(0, 160, 228, 0.3);
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow.active:before {
background-color: #00a0e4;
z-index: 1;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow:after {
display: block !important;
width: 30px;
height: 30px;
background-color: #d1d1d1;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
border: none;
right: 50%;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-o-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
top: -48px;
-webkit-box-shadow: 0 0 0 7px rgba(221, 221, 221, 0.3);
-moz-box-shadow: 0 0 0 7px rgba(221, 221, 221, 0.3);
box-shadow: 0 0 0 7px rgba(221, 221, 221, 0.3);
z-index: 3;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow:before {
display: block !important;
border: none;
width: 1000px;
height: 12px;
background-color: #ededed;
top: -38px;
right: 50%;
left: auto;
}
.benaa-class .ere-property-multi-step .ere-steps .ere-btn-arrow:first-child:before {
background-color: #f6f6f6;
z-index: 2;
}
.benaa-class .property-type i,
.benaa-class .property-location i,
.benaa-class .property-type-list i,
.benaa-class .property-agent i,
.benaa-class .property-date i,
.benaa-class .property-views-count i,
.benaa-class .property-info-header .property-info span.fa,
.benaa-class .property-count span,
.benaa-class .agent-info i,
.benaa-class .ere-link-more,
.benaa-class .ere-widget-listing-property-taxonomy i,
.benaa-class .user-dropdown i,
.benaa-class .address-marker i,
.benaa-class .ere-my-saved-search-item i,
.benaa-class span.total-properties,
.benaa-class .ere-dashboard-logout i,
.benaa-class .attachment-file-type,
.benaa-class .open-on-google-maps,
.benaa-class .walk-score-more-detail,
.benaa-class .ere-my-property-address i,
.benaa-class .ere-my-property-total-views i,
.benaa-class .ere-my-property-date i {
color: #00a0e4;
}
.benaa-class .ere-property:not(.property-zigzac) .property-info {
color: #727272;
}
.benaa-class .ere-dashboard-nav li.active a {
border-color: #00a0e4;
}
.benaa-class .ere-my-properties span.ere-property-featured {
background-color: #00a0e4;
}
.benaa-class .ere-archive-property-wrap {
position: relative;
margin-top: -35px;
}
.benaa-class .ere-archive-property-wrap .ere-heading-style2 h2 {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
position: absolute;
left: 30px;
top: 24px;
}
.benaa-class .ere-archive-property-wrap .ere-heading-style2 h2:after {
display: none;
}
.benaa-class .ere-archive-property-wrap .ere-property-advanced-search {
-webkit-box-shadow: -8px -8px 0 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: -8px -8px 0 0 rgba(0, 0, 0, 0.08);
box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.08);
margin-bottom: 60px;
background-color: #fff;
}
.benaa-class .ere-archive-property-wrap .ere-property-advanced-search .form-search .row {
margin-left: 0;
margin-right: 0;
}
.benaa-class .archive-property-action .sort-property span {
background-color: #fff;
}
.benaa-class .single-property-area .property-address,
.benaa-class .single-property-area .property-location ul li {
margin-bottom: 10px;
}
.benaa-class.single-property .property-info-action {
background-color: transparent;
padding: 0;
}
.benaa-class.single-property .property-info-action .property-main-info {
background: transparent;
position: initial;
padding: 0;
display: block;
margin-bottom: -8px;
}
.benaa-class.single-property .property-info-action .property-main-info .property-heading h4 {
font-weight: 600;
font-size: 48px;
color: #222222;
line-height: 55px;
margin-top: 6px;
overflow: inherit;
margin-bottom: 10px;
}
.benaa-class.single-property .property-info-action .property-main-info .property-location {
display: inline-block;
padding-left: 23px;
position: relative;
top: -2px;
}
.benaa-class.single-property .property-info-action .property-main-info .property-location span {
font-size: 16px;
color: #727272;
}
.benaa-class.single-property .property-info-action .property-status span {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
line-height: 19px;
height: 19px;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
padding-left: 17px;
padding-right: 17px;
}
.benaa-class.single-property .property-info-action .property-status span:before {
display: none;
}
.benaa-class.single-property .property-info-action .property-info {
display: table-cell;
vertical-align: bottom;
}
.benaa-class.single-property .property-info-action .property-info > div {
margin-right: 50px;
padding-bottom: 4px;
}
.benaa-class.single-property .property-info-action .property-info > div:last-child {
margin-right: 0;
}
.benaa-class.single-property .property-info-action .property-info > div .content-property-info {
padding-left: 10px;
}
.benaa-class.single-property .property-info-action .property-info > div > span {
font-size: 21px;
width: 54px;
height: 54px;
border: solid 2px #00a0e4;
background-color: #fff;
text-align: center;
padding-right: 0;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
}
.benaa-class.single-property .property-info-action .property-info > div .property-info-value {
font-weight: 600;
font-size: 21px;
color: #222222;
margin-bottom: 5px;
}
.benaa-class.single-property .property-info-action .property-info > div .property-info-title {
font-weight: 400;
font-size: 12px;
color: #727272;
text-transform: uppercase;
}
.benaa-class.single-property .property-info-action .property-action {
float: initial;
text-align: right;
}
.benaa-class.single-property .property-info-action .property-action .social-share-hover .social-share-list {
left: initial;
}
.benaa-class.single-property .property-price-action {
display: table-cell;
vertical-align: bottom;
}
.benaa-class.single-property .property-price-action .property-price {
font-weight: 600;
font-size: 35px;
color: #222222;
display: block;
line-height: 1;
text-align: right;
}
.benaa-class.single-property .property-price-action .property-price-postfix,
.benaa-class.single-property .property-price-action .property-price-prefix {
font-size: 12px;
font-weight: 500;
color: #727272;
display: block;
text-transform: uppercase;
}
.benaa-class.single-property .property-price-action .property-price-prefix {
margin-bottom: 3px;
}
.benaa-class.single-property .property-bottom-info {
display: table;
width: 100%;
vertical-align: middle;
}
.benaa-class.single-property .property-info-action .property-action .property-action-inner > a,
.benaa-class.single-property .property-info-action .property-action .social-share {
background: transparent;
font-size: 16px;
color: #bababa;
margin-right: 0;
float: initial;
display: inline-block;
vertical-align: middle;
}
.benaa-class.single-property .property-info-action .property-action .property-action-inner > a:hover,
.benaa-class.single-property .property-info-action .property-action .social-share:hover {
background-color: transparent;
color: #00a0e4;
}
.benaa-class.single-property .single-property-area > div {
background-color: #fff;
}
.benaa-class.single-property .single-property-area > div p {
margin-bottom: 0;
}
.benaa-class.single-property .single-property-area .single-property-image-main .owl-prev {
top: 50%;
bottom: auto;
}
.benaa-class.single-property .single-property-area .single-property-image-main .owl-next {
right: 10px;
left: auto !important;
top: 50%;
bottom: auto;
}
.benaa-class.single-property .single-property-area .ere-heading-style2 {
margin-bottom: 0 !important;
padding: 0;
}
.benaa-class.single-property .single-property-area .ere-heading-style2 h2 {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 23px 28px;
margin: 0;
}
.benaa-class.single-property .single-property-area .ere-heading-style2 h2:after {
display: none;
}
.benaa-class.single-property .single-property-area .property-gallery-wrap {
padding: 0;
background: transparent;
}
.benaa-class.single-property .single-property-area .single-property-element:not(.property-gallery-wrap):not(.property-info-tabs):not(.property-floors-tab) .ere-property-element {
padding: 30px;
}
.benaa-class.single-property .single-property-area .walkscore-wrap {
background-color: #fff;
}
.benaa-class.single-property .single-property-area .ere-google-map-directions .ere-directions {
left: 30px;
bottom: 30px;
}
.benaa-class.single-property .single-property-area .property-tab .tab-content > div {
padding: 30px;
}
.benaa-class.single-property .single-property-area .property-tab .tab-content > div .list-2-col {
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
}
.benaa-class.single-property .single-property-area .property-tab .tab-content #ere-overview {
padding: 0;
}
.benaa-class.single-property .single-property-area .property-tab .tab-content #ere-features a {
font-weight: 600;
font-size: 14px;
color: #222222;
}
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li:first-child {
margin-left: 20px;
}
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li.active a,
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li:hover a {
background-color: #00a0e4;
color: #fff;
}
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li a {
font-size: 12px;
text-transform: uppercase;
color: #00a0e4;
border: solid 2px #00a0e4;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
-webkit-background-clip: border-box;
-moz-background-clip: border;
background-clip: border-box;
margin: 10px 5px;
padding: 11.5px 36px;
}
.benaa-class.single-property .single-property-area ul.ere-property-list li {
padding: 9px 30px;
}
.benaa-class.single-property .single-property-area ul.ere-property-list li:nth-child(even) {
background-color: transparent;
}
.benaa-class.single-property .single-property-area ul.ere-property-list li:nth-child(odd) {
background-color: #f6f6f6;
}
.benaa-class.single-property .single-property-area ul.ere-property-list strong {
font-weight: 600;
font-size: 14px;
color: #222222;
}
.benaa-class.single-property .single-property-area ul.ere-property-list span {
font-size: 14px;
color: #727272;
}
.benaa-class.single-property .single-property-area .property-location .open-on-google-maps {
right: 30px;
top: -44px;
}
.benaa-class.single-property .single-property-area .walkscore-logo {
position: absolute;
right: 30px;
top: -44px;
}
.benaa-class.single-property .single-property-area .agent-avatar {
background-color: #f6f6f6;
}
.benaa-class.single-property .single-property-area .agent-avatar img {
max-width: 230px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-heading {
margin-bottom: 0;
}
.benaa-class.single-property .single-property-area .agent-content .agent-heading h4 {
font-size: 18px;
padding-top: 14px;
margin-bottom: 4px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-heading h4 a {
color: #00a0e4;
}
.benaa-class.single-property .single-property-area .agent-content .agent-heading span {
font-weight: 500 !important;
font-size: 14px;
color: #222222;
}
.benaa-class.single-property .single-property-area .agent-content .agent-social {
margin-bottom: 14px;
margin-left: -11px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-social a {
background-color: transparent;
}
.benaa-class.single-property .single-property-area .agent-content .agent-social a i {
color: #727272;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class.single-property .single-property-area .agent-content .agent-social a:hover i {
color: #00a0e4;
}
.benaa-class.single-property .single-property-area .agent-content .agent-info-contact {
margin-bottom: 35px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-info-contact i {
margin-right: 17px;
width: 15px;
}
.benaa-class.single-property .single-property-area .agent-content .agent-info-contact > div {
margin-bottom: 11px;
}
.benaa-class.single-property .single-property-area .contact-agent input {
height: 42px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
}
.benaa-class.single-property .single-property-area .contact-agent textarea {
height: 225px;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
border-color: #ededed;
}
.benaa-class.single-property .single-property-area .contact-agent .form-group {
margin-bottom: 30px;
}
.benaa-class.single-property .single-property-area #comments {
padding: 0;
}
.benaa-class.single-property .single-property-area #comments #reply-title {
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222222;
padding: 23px 0 23px 28px;
margin: 0;
line-height: 1;
}
.benaa-class.single-property .single-property-area #comments .comment-respond {
margin-top: 0;
}
.benaa-class.single-property .single-property-area #comments .comment-form {
padding: 30px;
}
.benaa-class.single-property .single-property-area #comments .comment-form p {
margin-bottom: 4px;
}
.benaa-class.single-property .single-property-area #comments .comment-form .form-submit {
margin-top: 26px;
margin-bottom: 0;
}
.benaa-class.single-property .single-property-area #comments .comment-form .form-submit input[type="submit"] {
height: 44px;
line-height: 14px;
}
.benaa-class.single-property .single-property-area #comments .wp-social-login-widget {
padding-bottom: 20px;
}
.benaa-class.single-property .single-property-area .agent-contact-btn,
.benaa-class.single-property .single-property-area .agent-content a.btn {
font-weight: 500;
text-transform: uppercase;
padding-top: 11px;
padding-bottom: 11px;
}
.benaa-class .ere-heading.ere-item-wrap {
padding-left: 0;
padding-right: 0;
}
.benaa-class .heading-contain-owl-nav .owl-nav .view-all-link a {
height: 34px;
line-height: 16px;
}
.benaa-class .heading-contain-owl-nav .owl-nav {
bottom: 0;
top: auto;
right: 0;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div {
width: 50px;
height: 60px;
top: auto;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div i {
line-height: 60px;
font-size: 31px;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div:hover {
background-color: #00a0e4;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div:hover i {
color: #fff;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-next:after {
border-bottom-width: 60px;
border-left-width: 10px;
border-bottom-color: #f6f6f6;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-next:hover:after {
border-bottom-color: #00a0e4;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-prev {
margin-right: 16px;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-prev:after {
border-top-width: 60px;
border-right-width: 10px;
border-top-color: #f6f6f6;
}
.benaa-class .heading-contain-owl-nav .owl-nav:not(.has-view-all) div.owl-prev:hover:after {
border-top-color: #00a0e4;
}
.benaa-class .heading-contain-owl-nav .owl-nav div {
background: #f6f6f6;
top: 2px;
}
.benaa-class .heading-contain-owl-nav .owl-nav div i {
color: #222222;
}
.benaa-class .heading-contain-owl-nav .owl-nav div:hover {
background-color: #00a0e4;
}
.benaa-class .heading-contain-owl-nav .owl-nav div:hover i {
color: #fff;
}
.benaa-class .heading-contain-owl-nav .owl-nav .view-all-link:hover {
background-color: transparent;
}
.benaa-class .single-property .single-property-area .property-info-action .property-main-info {
width: auto !important;
}
.benaa-class .property-info-action {
padding: 9px 20px 1px;
}
.benaa-class .property-info-action .property-info,
.benaa-class .property-info-action .property-action {
padding: 0 !important;
}
.benaa-class .property-info-action .property-action {
top: 3px;
}
.benaa-class select.form-control:not[disabled] {
background-color: transparent;
}
.benaa-class .btn-action:hover {
border-color: #00a0e4;
}
.benaa-class .btn-action:hover,
.benaa-class .ere-package-item.active > .panel-heading {
background-color: #00a0e4;
}
.benaa-class .ere-property .property-label p .property-label-bg {
background-color: #00a0e4;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius-topright: 10px;
-moz-background-clip: padding;
border-top-right-radius: 10px;
background-clip: padding-box;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding-left: 17px;
padding-right: 17px;
}
.benaa-class .ere-property .property-label p .property-label-bg .property-arrow {
display: none;
}
.benaa-class .ere-property .property-price .price-per-unit {
background-color: #00a0e4;
}
.benaa-class .ere-property.property-list.property-list-two-columns .property-link-detail a:hover,
.benaa-class .ere-property.property-zigzac .property-item-content .property-info-inner span:not(.property-info-value) {
color: #00a0e4;
}
.benaa-class .ere-property .property-item-content .property-title a:hover,
.benaa-class .ere-property.property-list.property-list-two-columns .property-link-detail i {
color: #00a0e4;
}
.benaa-class .ere-property .social-share:hover,
.benaa-class .ere-property .block-center-inner > a:hover {
color: #00a0e4;
background-color: #fff;
}
.benaa-class .ere-property .social-share-hover .social-share-list a {
color: #00a0e4;
}
.benaa-class .ere-property .property-labels p .property-label-bg .property-arrow {
border-left-color: #00a0e4;
border-right-color: #00a0e4;
}
.benaa-class .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info,
.benaa-class .ere-property.property-grid .property-info,
.benaa-class .ere-property.property-list .property-info {
background-color: #00a0e4;
}
.benaa-class .ere-property-advanced-search.color-dark .form-search-wrap input,
.benaa-class .ere-property-advanced-search.color-dark .form-search-wrap select {
background-color: #fff;
}
.benaa-class .ere-search-properties.color-light .btn-other-features,
.benaa-class .ere-search-properties.color-light .other-features-list h4 {
color: #727272;
}
.benaa-class .ere_widget_search_form .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background-color: #00a0e4;
}
.benaa-class .ere_widget_search_form .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background-color: #00a0e4 !important;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap input,
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap select {
height: 44px !important;
padding-left: 15px;
background-image: initial !important;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap input:focus,
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap select:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search.color-dark .form-search-wrap select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .form-group {
margin-bottom: 20px !important;
height: inherit;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .submit-search-form {
text-align: center;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .submit-search-form button {
width: 100%;
background-color: transparent;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
color: #00a0e4;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .submit-search-form button:hover,
.benaa-class .ere_widget_search_form .ere-property-advanced-search .submit-search-form button:focus {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .ere-search-status-tab,
.benaa-class .ere_widget_search_form .ere-search-properties .ere-search-status-tab {
min-height: 64px;
height: inherit;
display: inline-block;
width: 100%;
margin-bottom: 0;
}
.benaa-class .ere_widget_search_form .ere-property-advanced-search .ere-search-status-tab button,
.benaa-class .ere_widget_search_form .ere-search-properties .ere-search-status-tab button {
margin: 5px;
}
.benaa-class .ere-search-status-tab {
height: auto !important;
text-align: right !important;
margin-bottom: 0 !important;
background-color: #000 !important;
}
.benaa-class .ere-search-status-tab button {
background-color: transparent;
color: #00a0e4;
border: solid 2px #00a0e4;
-webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding-left: 31px !important;
padding-right: 31px !important;
letter-spacing: 0.1em;
float: initial !important;
margin: 10px 5px;
}
.benaa-class .ere-search-status-tab button.active,
.benaa-class .ere-search-status-tab button:hover,
.benaa-class .ere-search-status-tab button:focus {
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-search-status-tab-inner {
padding: 10px;
}
.benaa-class .form-search {
background-color: #222222;
}
.benaa-class .form-search .form-group {
margin-bottom: 30px;
}
.benaa-class .form-search > .row {
padding-top: 30px;
}
.benaa-class .ere_widget_search_form .form-search .row {
padding-top: 0 !important;
}
.benaa-class .form-search-wrap {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.benaa-class .form-search-wrap input,
.benaa-class .form-search-wrap select,
.benaa-class .form-search-wrap .select2-container .select2-selection--single {
height: 42px !important;
-webkit-border-radius: 21px !important;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px !important;
-moz-background-clip: padding;
border-radius: 21px !important;
background-clip: padding-box;
color: #727272 !important;
border-color: #dedede !important;
background-image: initial !important;
}
.benaa-class .form-search-wrap input::-webkit-input-placeholder,
.benaa-class .form-search-wrap select::-webkit-input-placeholder,
.benaa-class .form-search-wrap .select2-container .select2-selection--single::-webkit-input-placeholder {
color: #727272 !important;
}
.benaa-class .form-search-wrap input:-moz-placeholder,
.benaa-class .form-search-wrap select:-moz-placeholder,
.benaa-class .form-search-wrap .select2-container .select2-selection--single:-moz-placeholder {
color: #727272 !important;
}
.benaa-class .form-search-wrap input::-moz-placeholder,
.benaa-class .form-search-wrap select::-moz-placeholder,
.benaa-class .form-search-wrap .select2-container .select2-selection--single::-moz-placeholder {
color: #727272 !important;
}
.benaa-class .form-search-wrap input:-ms-input-placeholder,
.benaa-class .form-search-wrap select:-ms-input-placeholder,
.benaa-class .form-search-wrap .select2-container .select2-selection--single:-ms-input-placeholder {
color: #727272 !important;
}
.benaa-class .form-search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 42px;
}
.benaa-class .form-search-wrap select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
}
.benaa-class .form-search-wrap .title-slider-filter {
color: #727272 !important;
}
.benaa-class .ere-advanced-search-btn {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
padding: 10px 30px;
webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
width: 100%;
}
.benaa-class .ere-advanced-search-btn i {
display: none;
}
.benaa-class .ere-property-advanced-search .ere-advanced-search-btn,
.benaa-class .ere-search-properties .ere-advanced-search-btn {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
padding: 10px 30px;
webkit-border-radius: 21px;
-moz-border-radius: 21px;
border-radius: 21px;
}
.benaa-class .ere-property-advanced-search .ere-search-status-tab button,
.benaa-class .ere-search-properties .ere-search-status-tab button {
color: #00a0e4;
border: solid 2px #00a0e4;
}
.benaa-class .ere-property-advanced-search .ere-search-status-tab button.active,
.benaa-class .ere-search-properties .ere-search-status-tab button.active,
.benaa-class .ere-property-advanced-search .ere-search-status-tab button:hover,
.benaa-class .ere-search-properties .ere-search-status-tab button:hover,
.benaa-class .ere-property-advanced-search .ere-search-status-tab button:focus,
.benaa-class .ere-search-properties .ere-search-status-tab button:focus {
background-color: #00a0e4;
color: #fff;
}
.benaa-class .ere-property-advanced-search option:not(first-child):hover,
.benaa-class .ere-search-properties option:not(first-child):hover {
background-color: #00a0e4;
}
.benaa-class .ere-property-advanced-search .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all,
.benaa-class .ere-search-properties .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background: #00a0e4 !important;
}
.benaa-class .ere-property-advanced-search .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all,
.benaa-class .ere-search-properties .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background: #00a0e4;
}
.benaa-class .ere-property-advanced-search .ui-autocomplete li.ui-state-focus,
.benaa-class .ere-search-properties .ui-autocomplete li.ui-state-focus,
.benaa-class .ere-property-advanced-search .ui-autocomplete li:hover,
.benaa-class .ere-search-properties .ui-autocomplete li:hover {
background-color: #18baff;
}
.benaa-class .ere-property-advanced-search .btn-other-features i,
.benaa-class .ere-search-properties .btn-other-features i {
background-color: #00a0e4;
}
.benaa-class .ere-property-advanced-search .form-search-wrap,
.benaa-class .ere-search-properties .form-search-wrap {
background-color: transparent !important;
}
.benaa-class .ere-property-advanced-search .form-search,
.benaa-class .ere-search-properties .form-search {
background-color: transparent !important;
}
.benaa-class .ere-property-advanced-search.style-default.color-light .ere-search-status-tab,
.benaa-class .ere-search-properties.style-default.color-light .ere-search-status-tab,
.benaa-class .ere-property-advanced-search.style-default-small.color-light .ere-search-status-tab,
.benaa-class .ere-search-properties.style-default-small.color-light .ere-search-status-tab {
background-color: transparent !important;
}
.benaa-class .ere-property-advanced-search.color-light .ere-search-status-tab {
background-color: transparent !important;
}
.benaa-class .ere-search-properties { }
.benaa-class .ere-search-properties #ere-map-loading i {
color: #00a0e4;
}
.benaa-class .ere-search-properties .item-body .address-marker i {
color: #00a0e4;
}
.benaa-class .ere-search-properties .item-body a:hover {
color: #00a0e4;
}
.benaa-class .ere-search-properties.style-default .ere-search-content .search-title i {
background-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-width: 300px;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap .ere-search-content {
padding: 0;
-webkit-border-radius: 23px;
-webkit-background-clip: padding-box;
-moz-border-radius: 23px;
-moz-background-clip: padding;
border-radius: 23px;
background-clip: padding-box;
-webkit-box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap .search-title {
background-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap button {
background-color: transparent;
border-color: #00a0e4;
color: #00a0e4;
padding-top: 14px;
padding-bottom: 14px;
-webkit-border-radius: 25px;
-webkit-background-clip: padding-box;
-moz-border-radius: 25px;
-moz-background-clip: padding;
border-radius: 25px;
background-clip: padding-box;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap button.active,
.benaa-class .ere-search-properties.style-absolute .form-search-wrap button:hover,
.benaa-class .ere-search-properties.style-absolute .form-search-wrap button:focus {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-absolute .form-search {
-webkit-border-radius: 23px;
-webkit-background-clip: padding-box;
-moz-border-radius: 23px;
-moz-background-clip: padding;
border-radius: 23px;
background-clip: padding-box;
background-color: #222222 !important;
}
.benaa-class .ere-search-properties.style-absolute .form-search .row {
margin-left: 0;
margin-right: 0;
}
.benaa-class .ere-search-properties.style-absolute .ere-search-status-tab {
text-align: center;
-webkit-border-top-right-radius: 23px;
-moz-border-radius-topright: 23px;
border-top-right-radius: 23px;
-webkit-border-top-left-radius: 23px;
-webkit-background-clip: padding-box;
-moz-border-radius-topleft: 23px;
-moz-background-clip: padding;
border-top-left-radius: 23px;
background-clip: padding-box;
}
.benaa-class .ere-search-properties.style-absolute .ere-search-status-tab button {
margin-left: 0;
margin-right: 0;
}
.benaa-class .ere-search-properties.style-absolute .ere-search-status-tab-inner {
text-align: center;
}
.benaa-class .ere-search-properties.style-absolute .ere-advanced-search-btn {
width: 100%;
}
.benaa-class .ere-search-properties.style-absolute .ere-map-result {
height: 820px;
}
.benaa-class .ere-search-properties.style-absolute.color-light .ere-search-status-tab,
.benaa-class .ere-search-properties.style-absolute.color-light .form-search {
background-color: transparent !important;
}
.benaa-class .ere-search-properties.style-vertical .col-no-padding {
float: right;
}
.benaa-class .ere-search-properties.style-vertical .search-title i {
background-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-vertical .ere-search-content {
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
.benaa-class .ere-search-properties.style-vertical .form-search-wrap .submit-search-form {
margin-top: 0;
}
.benaa-class .ere-search-properties.style-vertical .property-result-wrap {
background-color: #f6f6f6;
padding-top: 40px;
margin-top: 0;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div {
top: -29px;
background-color: #bebebe;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div.owl-next:after {
border-bottom-color: #bebebe;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div.owl-next:hover:after {
border-bottom-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div.owl-prev:after {
border-top-color: #bebebe;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div.owl-prev:hover:after {
border-top-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-vertical .list-property-result-ajax .owl-carousel .owl-nav > div:hover {
background-color: #00a0e4;
}
.benaa-class .ere-search-properties.style-vertical .ere-search-status-tab,
.benaa-class .ere-search-properties.style-vertical .form-search {
padding: 0 6.2%;
}
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap {
padding-top: 0;
}
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap input,
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap select,
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap .select2-container .select2-selection--single {
border: none;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
height: 64px !important;
background: #fff;
background-image: initial !important;
}
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap .select2-selection__rendered,
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap .select2-selection__arrow {
height: 64px !important;
line-height: 64px !important;
color: #727272 !important;
}
.benaa-class .ere-search-properties.style-mini-line .form-search-wrap select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
background-position: center right 20px !important;
}
.benaa-class .ere-search-properties.style-mini-line .form-search .row {
margin-left: 0;
margin-right: 0;
padding-top: 0;
border: solid 5px rgba(255, 255, 255, 0.5);
background: #fff;
-webkit-border-radius: 37px;
-webkit-background-clip: padding-box;
-moz-border-radius: 37px;
-moz-background-clip: padding;
border-radius: 37px;
background-clip: padding-box;
overflow: hidden;
}
.benaa-class .ere-search-properties.style-mini-line .form-group {
margin-bottom: 0;
padding: 0;
height: 64px;
background: #fff;
border-bottom: solid 1px #ddd;
overflow: inherit;
}
.benaa-class .ere-search-properties.style-mini-line .form-group + .form-group {
border-left: solid 1px #ddd;
}
.benaa-class .ere-search-properties.style-mini-line .form-group:nth-child(7) {
border-left: none;
}
.benaa-class .ere-search-properties.style-mini-line .form-group.submit-search-form {
border: none;
}
.benaa-class .ere-search-properties.style-mini-line .ere-advanced-search-btn {
border: solid 5px #00a0e4;
padding: 18px 40px;
webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;
}
.benaa-class .ere-search-properties.style-mini-line .ere-advanced-search-btn i {
display: none;
}
.benaa-class .ere-search-properties.style-mini-line .ere-advanced-search-btn:hover {
background-color: #222222;
border-color: #222222;
}
.benaa-class .ere-search-properties.style-mini-line.color-light .row {
background-color: #222222;
}
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search-wrap input,
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search-wrap select,
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search-wrap .form-group,
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search-wrap .select2-selection--single {
background: #222222;
}
.benaa-class .ere-search-properties.style-mini-line.color-light .form-search {
background-color: transparent;
}
.benaa-class .ere-search-properties.style-mini-line .ere-sliderbar-filter {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 15px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .ere-search-content {
-webkit-box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
box-shadow: -8px -8px 0px 0px rgba(0, 0, 0, 0.08);
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .ere-search-status-tab {
margin-top: -84px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .form-search-wrap {
max-width: 1170px;
margin: auto;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .row {
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default .ere-search-status-tab-inner {
padding: 10px 25px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-default.color-dark .form-search {
background-color: #fff !important;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search-wrap input,
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search-wrap select,
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search-wrap .form-group {
height: 50px !important;
background: #fff;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search {
background-color: #00a0e4 !important;
padding-top: 10px;
padding-bottom: 10px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .row {
webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
overflow: hidden;
background-color: #fff;
border: none;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .ere-advanced-search-btn {
padding-top: 14px;
padding-bottom: 14px;
background-color: #000;
border-color: #000;
webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border-width: 2px;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .ere-advanced-search-btn:hover {
background-color: transparent;
color: #000;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .row {
background-color: #222222;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .form-search-wrap input,
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .form-search-wrap select,
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .form-search-wrap .form-group {
background: #222222;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .ere-advanced-search-btn {
background-color: #00a0e4;
border-color: #222222;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line.color-light .ere-advanced-search-btn:hover {
background-color: #fff;
color: #222222;
}
.benaa-class .hd-title-spec span:first-letter {
color: #00a0e4;
}
.benaa-class .ere-property .property-location > i {
display: none;
}
.benaa-class .ere-property .property-active-hover .property-action .block-center-inner,
.benaa-class .ere-property .property-inner:hover .property-action .block-center-inner {
opacity: 1;
}
.benaa-class .ere-property .property-active-hover .property-action:before,
.benaa-class .ere-property .property-inner:hover .property-action:before {
opacity: 1;
}
.benaa-class .ere-property .property-active-hover .property-action:after,
.benaa-class .ere-property .property-inner:hover .property-action:after {
opacity: 0;
}
.benaa-class .ere-property:not(.property-zigzac) .property-inner {
padding: 0;
background-color: #fff;
position: relative;
}
.benaa-class .ere-property:not(.property-zigzac) .property-info {
margin-left: auto;
margin-right: auto;
}
.benaa-class .ere-property.property-carousel .owl-item:nth-child(2n) .property-inner,
.benaa-class .ere-property.property-grid .property-inner:hover,
.benaa-class .ere-property.property-list .property-inner:hover {
background-color: #fff;
}
.benaa-class .ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info,
.benaa-class .ere-property.property-grid .property-inner:hover .property-info,
.benaa-class .ere-property.property-list .property-inner:hover .property-info {
background-color: transparent !important;
}
.benaa-class .ere-property:not(.property-list) .property-inner {
padding-bottom: 0;
}
.benaa-class .ere-property.property-grid .property-info,
.benaa-class .ere-property.property-list .property-info,
.benaa-class .ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info {
background-color: transparent !important;
}
.benaa-class .ere-property.property-carousel .owl-nav .owl-next {
background-color: #00a0e4;
}
.benaa-class .ere-property.property-carousel .owl-nav .owl-next i {
color: #fff;
}
.benaa-class .ere-property.property-carousel .owl-nav .owl-next:after {
border-bottom-color: #00a0e4 !important;
}
.benaa-class .ere-property .property-image {
padding: 15px 15px 0 15px;
overflow: hidden;
}
.benaa-class .ere-property .property-item-content .property-title {
font-size: 21px !important;
line-height: 28px;
}
.benaa-class .ere-property .property-type {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.benaa-class .ere-property .property-type a {
color: #00a0e4;
}
.benaa-class .ere-property .property-type i {
display: none;
}
.benaa-class .ere-property.property-carousel .property-item-content,
.benaa-class .ere-property.property-grid .property-item-content {
position: relative;
}
.benaa-class .ere-property.property-carousel .property-item-content > div,
.benaa-class .ere-property.property-grid .property-item-content > div {
padding: 0 15px;
}
.benaa-class .ere-property.property-carousel .property-item-content .property-status-price,
.benaa-class .ere-property.property-grid .property-item-content .property-status-price {
padding-left: 0;
padding-right: 0;
min-height: 40px;
}
.benaa-class .ere-property.property-carousel .property-item-content .property-info .property-info-inner,
.benaa-class .ere-property.property-grid .property-item-content .property-info .property-info-inner {
height: initial;
}
.benaa-class .ere-property.property-carousel .property-item-content .property-info .property-info-inner > div,
.benaa-class .ere-property.property-grid .property-item-content .property-info .property-info-inner > div {
width: 50% !important;
margin-bottom: -5px;
}
.benaa-class .ere-property.property-carousel .property-heading,
.benaa-class .ere-property.property-grid .property-heading {
margin-bottom: -5px;
}
.benaa-class .ere-property.property-carousel .property-type,
.benaa-class .ere-property.property-grid .property-type {
display: block;
}
.benaa-class .ere-property.property-carousel .property-type > a + a:before,
.benaa-class .ere-property.property-grid .property-type > a + a:before {
content: ",";
display: inline-block;
margin-right: 5px;
margin-left: -2px;
}
.benaa-class .ere-property.property-list .property-item-content {
position: initial;
margin-top: 24px;
}
.benaa-class .ere-property.property-list .property-item-content > div:not(.property-agent-avatar) {
padding-right: 15px;
padding-left: 0;
}
.benaa-class .ere-property.property-list .property-item-content .property-status-price {
padding-left: 0;
}
.benaa-class .ere-property.property-list .property-image {
max-width: 370px;
padding: 15px;
margin-right: 0;
}
.benaa-class .ere-property.property-list .property-action {
bottom: 15px;
}
.benaa-class .ere-property.property-list .property-type-list {
display: none;
}
.benaa-class .ere-property.property-list .property-type {
display: block;
}
.benaa-class .ere-property.property-list .property-type > a + a:before {
content: ",";
display: inline-block;
margin-right: 5px;
margin-left: -2px;
}
.benaa-class .ere-property.property-list .property-status-price {
padding-top: 16px !important;
}
.benaa-class .ere-property.property-zigzac .property-label {
left: 0;
}
.benaa-class .ere-property.property-zigzac .property-inner {
position: relative;
background-color: #fff;
}
.benaa-class .ere-property.property-zigzac .property-image {
padding: 0;
}
.benaa-class .ere-property.property-zigzac .property-action {
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-item-content > div:not(.property-agent-avatar),
.benaa-class .ere-property.property-zigzac .col-sm-pull-6.property-item-content > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 40px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-status-price,
.benaa-class .ere-property.property-zigzac .col-sm-pull-6.property-status-price {
left: auto;
right: 50%;
}
.benaa-class .ere-property.property-zigzac .property-item-content.col-md-pull-0.col-sm-pull-6 > div:not(.property-agent-avatar) {
padding-left: 40px;
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-push-6 .property-label,
.benaa-class .ere-property.property-zigzac .col-sm-push-6 .property-label {
left: 0;
}
.benaa-class .ere-property.property-zigzac .property-image.col-md-push-0.col-sm-push-6 .property-label {
left: 0;
}
.benaa-class .ere-property.property-zigzac .property-item-content {
padding: 15px 0 0;
}
.benaa-class .ere-property.property-zigzac .property-item-content > div:not(.property-agent-avatar) {
padding-left: 15px;
padding-right: 15px;
}
.benaa-class .ere-property.property-zigzac .property-info {
color: #fff;
margin-top: 0;
}
.benaa-class .ere-property.property-zigzac .property-info .property-info-inner {
height: initial;
}
.benaa-class .ere-property.property-zigzac .property-info .property-info-inner > div {
width: 50% !important;
margin-bottom: 0;
}
.benaa-class .ere-property.property-zigzac .property-type {
display: block;
}
.benaa-class .ere-property.property-zigzac .property-type > a + a:before {
content: ",";
display: inline-block;
margin-right: 5px;
margin-left: -2px;
}
.benaa-class .ere-property.property-zigzac .property-status-price {
position: absolute;
bottom: 0;
width: 50%;
left: 50%;
}
.benaa-class .ere-property.property-zigzac .property-status-price .property-price {
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-0.property-status-price {
left: 50% !important;
right: auto !important;
}
.benaa-class .ere-property .property-info .property-info-inner > div {
width: 25% !important;
float: left;
text-align: left !important;
margin-bottom: 11px;
font-size: 12px;
font-weight: 500;
}
.benaa-class .ere-property .property-info .property-info-inner > div:not(.tooltip) i {
font-size: 16px;
color: #00a0e4;
margin-right: 6px;
width: 16px;
display: inline-block;
}
.benaa-class .ere-property .property-status-price {
display: table;
width: 100%;
margin-top: 24px !important;
}
.benaa-class .ere-property .property-status-price .property-status,
.benaa-class .ere-property .property-status-price .property-price {
display: table-cell;
vertical-align: middle;
}
.benaa-class .ere-property .property-status-price .property-status {
background-color: #00a0e4;
position: relative;
right: auto;
top: auto;
}
.benaa-class .ere-property .property-status-price .property-status:after {
content: '';
display: block;
width: 0;
height: 0;
border-top: 40px solid #00a0e4;
border-right: 20px solid transparent;
position: absolute;
top: 0;
left: 100%;
}
.benaa-class .ere-property .property-status-price .property-price {
background-color: #222222;
color: #fff;
text-align: right;
}
.benaa-class .ere-property .property-status-price .property-price .property-price-postfix,
.benaa-class .ere-property .property-status-price .property-price .property-price-prefix {
font-weight: 600;
font-size: 10px;
color: #aeaeae;
line-height: 19px;
text-transform: uppercase;
position: relative;
top: -4px;
}
.benaa-class .ere-property .property-status {
position: initial;
}
.benaa-class .ere-property .property-status p {
margin-bottom: 0;
color: #fff;
font-weight: 500;
text-transform: uppercase;
display: inline-block;
}
.benaa-class .ere-property .property-status p .property-status-bg {
background-color: transparent !important;
font-size: 12px;
line-height: 40px;
padding-left: 20px;
padding-right: 10px;
}
.benaa-class .ere-property .property-status p .property-status-bg .property-arrow {
display: none;
}
.benaa-class .ere-property .property-action {
background-color: transparent;
top: 15px;
bottom: 0;
left: 15px;
right: 15px;
width: initial;
height: initial;
opacity: 1;
}
.benaa-class .ere-property .property-action:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
background: -moz-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.7));
background: -webkit-linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.7));
background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.7));
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-property .property-action:before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
opacity: 0;
background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
background: linear-gradient(transparent, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-property .property-action .block-center-inner {
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class .ere-property .property-action .block-center-inner > a {
background-color: transparent;
}
.benaa-class .ere-property .property-action .block-center-inner > a i:not(.fa-spinner) {
font-family: 'icomoon';
}
.benaa-class .ere-property .property-action .block-center-inner > a.property-favorite i:not(.fa-spinner):before {
content: "\edfb";
}
.benaa-class .ere-property .property-action .block-center-inner > a.compare-property i:not(.fa-spinner):before {
content: "\f053";
}
.benaa-class .ere-property .property-action .block-center-inner > a:hover {
background-color: #fff;
}
.benaa-class .ere-property .property-action .block-center-inner .property-view-gallery-wrap {
background-color: transparent;
}
.benaa-class .ere-property .property-action .block-center-inner .property-view-gallery-wrap:hover {
background-color: #fff;
}
.benaa-class .ere-property .property-action .block-center-inner .property-view-gallery-wrap:hover a {
color: #00a0e4;
}
.benaa-class .ere-property .property-action .block-center-inner .tooltip-inner {
background: #fff;
color: #00a0e4;
}
.benaa-class .ere-property .property-action .block-center-inner .tooltip.top {
margin-top: 0;
opacity: 1;
}
.benaa-class .ere-property .property-action .block-center-inner .tooltip.top .tooltip-arrow {
border-top-color: #fff;
}
.benaa-class .ere-property .property-label {
left: 15px;
top: 35px;
}
.benaa-class .ere-property .social-share {
background-color: transparent;
}
.benaa-class .ere-property .social-share .social-share-hover {
overflow: initial;
position: relative;
}
.benaa-class .ere-property .social-share .social-share-hover > i {
font-family: 'icomoon';
}
.benaa-class .ere-property .social-share .social-share-hover > i:before {
content: "\eea3";
}
.benaa-class .ere-property .property-element-inline > div i {
display: none;
}
.benaa-class .ere-property-wrap .archive-property-action .property-status ul li a {
background-color: #222222;
}
.benaa-class .ere-property-wrap .archive-property-action .property-status ul li.active a,
.benaa-class .ere-property-wrap .archive-property-action .property-status ul li a:hover,
.benaa-class .ere-property-wrap .archive-property-action .property-status ul li a:focus {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as .view-as-list:before {
border-top-color: #222222;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as .view-as-grid:before {
border-bottom-color: #222222;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as span.active:before,
.benaa-class .ere-property-wrap .archive-property-action .view-as span:hover:before {
border-top-color: #00a0e4;
border-bottom-color: #00a0e4;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as span,
.benaa-class .ere-property-wrap .single-property-area .property-tab .nav-tabs,
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-social a {
background-color: #222222;
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-single-agent {
background-color: #222222;
border-color: #222222;
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-my-properties {
background-color: #00a0e4;
border-color: #00a0e4;
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-my-properties:hover {
background-color: transparent;
color: #00a0e4;
}
.benaa-class .ere-property-wrap .archive-property-action .view-as span.active,
.benaa-class .ere-property-wrap .archive-property-action .view-as span:hover,
.benaa-class .ere-property-wrap .single-property-area .single-property-image-main .owl-next,
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-social a:hover,
.benaa-class .ere-property-wrap .single-property-area .property-tab .nav-tabs li.active a,
.benaa-class .ere-property-wrap .single-property-area .property-tab .nav-tabs li:hover a {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .archive-property-action .sort-property ul li.active a,
.benaa-class .ere-property-wrap .archive-property-action .sort-property ul li:hover a,
.benaa-class .ere-property-wrap .single-property-area .property-tab .tab-content table th,
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-heading h4,
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-heading a,
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-single-agent:hover {
color: #222222;
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .view-single-agent:hover {
background-color: transparent;
}
.benaa-class .ere-property-wrap .single-property-area .single-property-image-main .owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class .ere-property-wrap .single-property-area .single-property-image-thumb .current:before {
background-color: rgba(34, 34, 34, 0.6);
}
.benaa-class .ere-property-wrap .single-property-area .agent-content .agent-heading a:hover,
.benaa-class .ere-property-wrap .single-property-area .contact-agent .form-error,
.benaa-class .ere-property-wrap .single-property-area .contact-agent .form-messages,
.benaa-class .ere-property-wrap .single-property-area .ere-view-video:hover {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-price .price-per-unit {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .social-share,
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .block-center-inner > a {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .social-share:hover,
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .block-center-inner > a:hover {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .social-share-hover .social-share-list a {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .social-share-hover .social-share-list a:hover {
color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-action {
background-color: rgba(34, 34, 34, 0.6);
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-title a {
color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-title a:hover {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-item-content .property-price {
color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-zigzac .property-item-content .property-info-inner span:not(.property-info-value) {
color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-zigzac .property-item-content .property-info-inner .property-info-value {
color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-grid .property-inner:hover .property-info,
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-list .property-inner:hover .property-info,
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property.property-carousel .owl-item:nth-child(2n) .property-inner .property-info {
background-color: #222222;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-labels p .property-label-bg {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-wrap .ere-property .property-labels p .property-label-bg span {
border-left-color: #00a0e4;
border-right-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content .active-filter,
.benaa-class .ere-property-wrap .ere-property-gallery .filter-wrap .property-filter-content a:hover {
background-color: #00a0e4;
}
.benaa-class .ere-property-wrap .ere-property-gallery .property-title a:hover {
color: #00a0e4 !important;
}
.benaa-class .ere-property-wrap .ere-property-gallery.color-dark .property-title a {
color: #222222;
}
.benaa-class .ere-property-wrap .near-location-info > span {
font-weight: 600;
font-size: 16px;
color: #222222;
margin-bottom: -1px;
display: block;
}
.benaa-class .ere-property-wrap .near-location-info li {
font-size: 13px;
}
.benaa-class .ere-property-wrap .near-location-info li span {
font-size: 13px;
color: #222222;
}
.benaa-class .ere-property-wrap .near-location-info + .near-location-info {
margin-top: 15px;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-status {
top: 35px;
right: 15px;
left: auto;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-status .property-arrow {
display: none;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-status p .property-status-bg {
background-color: #00a0e4 !important;
line-height: 19px;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-item-content > div:not(.property-agent-avatar) {
padding-left: 0;
padding-right: 0;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-price span {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-price .property-price-postfix,
.benaa-class div.ere-property-featured.property-list-two-columns .property-price .property-price-prefix {
font-size: 10px !important;
color: #aeaeae !important;
line-height: 19px;
text-transform: uppercase;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-link-detail a {
color: #222222;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-link-detail a:hover {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-list-two-columns .property-link-detail i {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-list-two-columns.color-light .property-inner {
background-color: #222222;
}
.benaa-class div.ere-property-featured.property-list-two-columns.color-light .property-item-content .property-title a {
color: #fff;
}
.benaa-class div.ere-property-featured.property-list-two-columns.color-light .property-link-detail a {
color: #fff;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap {
border-left: none;
padding-right: 0;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap .property-filter-content {
padding-right: 15px;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a {
border-bottom: none;
border-right: none;
padding: 17px 30px;
line-height: 1;
background-color: #fff;
margin-bottom: 1px;
position: relative;
-webkit-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, 0.05);
box-shadow: 5px 0 17px 0 rgba(0, 0, 0, 0.05);
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 100%;
border-top: 7px solid transparent;
border-left: 13px solid #00a0e4;
border-bottom: 7px solid transparent;
z-index: 2;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a:hover,
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a.active-filter {
-webkit-box-shadow: 2px 0 17px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 2px 0 17px 0 rgba(0, 0, 0, 0.15);
box-shadow: 2px 0 17px 0 rgba(0, 0, 0, 0.15);
background-color: #00a0e4;
color: #fff;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a:hover:after,
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a.active-filter:after {
opacity: 1;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content-wrap {
background-color: transparent;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content-inner {
padding: 0 15px;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content-inner .owl-dots {
padding-top: 0;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content {
background: #fff;
padding: 20px;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading {
display: table;
width: 100%;
color: #222222;
margin-top: 17px;
margin-bottom: 22px;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading a {
color: #222222;
font-weight: 600;
font-size: 32px;
display: table-cell;
vertical-align: middle;
line-height: 36px;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading a:hover {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading span {
font-size: 32px;
font-weight: 600;
color: #00a0e4;
line-height: 36px;
display: table-cell;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading span span {
display: block;
font-size: 11px !important;
font-weight: 500;
text-transform: uppercase;
line-height: 15px;
color: #727272 !important;
margin-bottom: 2px;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .property-content {
background: #222222;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a {
background: #222222;
color: #fff;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a:after {
border-left-color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a:hover,
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a.active-filter {
background-color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .property-heading a,
.benaa-class div.ere-property-featured.property-cities-filter.color-light .property-info .property-info-inner .property-info-item-inner .property-info-value {
color: #fff;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-heading a,
.benaa-class div.ere-property-featured.property-sync-carousel .property-heading a {
color: #222222;
font-size: 28px;
font-weight: 600;
padding-top: 37px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-heading a:hover,
.benaa-class div.ere-property-featured.property-sync-carousel .property-heading a:hover {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-price,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price {
color: #222222;
font-size: 26px;
line-height: 1;
font-weight: 600;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-price .property-price-postfix,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price .property-price-postfix,
.benaa-class div.ere-property-featured.property-single-carousel .property-price .property-price-prefix,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price .property-price-prefix {
font-size: 10px !important;
color: #aeaeae !important;
line-height: 19px;
text-transform: uppercase;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-price .property-price-prefix,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price .property-price-prefix {
margin-right: 10px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-location,
.benaa-class div.ere-property-featured.property-sync-carousel .property-location {
margin-top: -15px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-location span,
.benaa-class div.ere-property-featured.property-sync-carousel .property-location span {
color: #727272;
font-size: 12px;
}
.benaa-class div.ere-property-featured.property-single-carousel.color-light .property-heading a,
.benaa-class div.ere-property-featured.property-sync-carousel.color-light .property-heading a {
color: #fff;
}
.benaa-class div.ere-property-featured.property-single-carousel.color-light .property-price,
.benaa-class div.ere-property-featured.property-sync-carousel.color-light .property-price {
color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-sync-carousel .main-content-inner {
max-width: none;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-main-content {
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
order: 2;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-image-content {
-ms-flex: 0 0 41.66666667%;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
padding: 20px;
background: rgba(255, 255, 255, 0.03);
margin-left: initial;
margin-right: initial;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-heading a {
color: #222222;
font-size: 38px;
font-weight: 600;
line-height: 45px;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-image-carousel .owl-next {
background-color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-image-carousel .owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-price {
font-size: 28px;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-info {
margin-top: 40px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-item {
overflow: hidden;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-content-wrap {
padding: 40px;
background-color: #f6f6f6;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-image {
float: right;
background-color: #fff;
padding: 20px 35px 20px 20px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-item-content {
padding-right: 30px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-heading:after {
content: '';
display: block;
width: 60px;
height: 2px;
background-color: #00a0e4;
margin-top: 26px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-id {
display: none;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-info {
margin-top: 10px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-info .property-info-inner > div {
width: 33.3%;
}
.benaa-class div.ere-property-featured.property-single-carousel.color-light .property-content-wrap {
background-color: #222222;
}
.benaa-class div.ere-property-featured.property-single-carousel .owl-dots .owl-dot:hover span,
.benaa-class div.ere-property-featured.property-single-carousel .owl-dots .owl-dot.active span {
background-color: #00a0e4 !important;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner .property-info-value {
font-size: 21px;
line-height: 1;
letter-spacing: 0;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner .property-info-title {
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
line-height: 16px;
letter-spacing: 0;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner > span {
font-size: 21px;
width: 56px;
height: 56px;
border: solid 2px #00a0e4;
border-radius: 50%;
text-align: center;
line-height: 52px;
padding-right: 0;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner .content-property-info {
padding-left: 10px;
}
.benaa-class div.ere-property-featured .property-heading {
position: relative;
}
.benaa-class div.ere-property-featured .property-status {
position: absolute;
top: 0;
left: 0;
}
.benaa-class div.ere-property-featured .property-status span {
font-size: 12px;
font-weight: 500;
background-color: #00a0e4;
text-transform: uppercase;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
padding-left: 17px;
padding-right: 17px;
}
.benaa-class div.ere-property-featured .property-status span:before {
display: none;
}
.benaa-class div.property-info-action .property-main-info {
background-color: rgba(34, 34, 34, 0.9);
}
.benaa-class div.property-info-action .property-main-info .property-heading a:hover {
color: #00a0e4;
}
.benaa-class div.property-info-action .property-main-info .property-status span {
background-color: #00a0e4;
}
.benaa-class div.property-info-action .property-main-info .property-status span:before {
border-right-color: #00a0e4;
border-left-color: #00a0e4;
}
.benaa-class div.property-info-action .property-action .social-share,
.benaa-class div.property-info-action .property-action .property-action-inner > a {
background-color: #222222;
}
.benaa-class div.property-info-action .property-action .social-share:hover,
.benaa-class div.property-info-action .property-action .property-action-inner > a:hover {
background-color: #00a0e4;
}
.benaa-class div.property-info-action .property-action .social-share-hover .social-share-list {
background-color: #00a0e4;
}
.benaa-class div.property-info-action .property-action .social-share-hover .social-share-list a:hover {
color: #222222;
}
.benaa-class .ere-heading-style2 h2 {
margin-top: 5px;
margin-bottom: 5px;
}
.benaa-class .ere-heading-style2 h2:after {
background-color: #00a0e4;
}
.benaa-class .color-light .ere-heading h2,
.benaa-class .color-light .ere-heading p {
color: #fff;
}
.benaa-class .ere-heading {
position: relative;
}
.benaa-class .ere-heading h2 {
font-weight: 700;
letter-spacing: 0.05em;
margin-bottom: 0;
}
.benaa-class .ere-heading p {
font-size: 14px;
font-weight: 500;
}
.benaa-class .ere-heading h2:before {
content: "\e903";
display: block;
font-size: 42px;
font-family: 'icomoon';
position: initial;
height: initial;
width: initial;
background-color: transparent;
transform: none;
margin-bottom: 10px;
color: #00a0e4;
}
.benaa-class .ere-heading.ere-heading-sub {
padding-bottom: 19px;
}
.benaa-class .ere-heading:after {
display: none;
}
.benaa-class .ere-heading.text-center {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.benaa-class .agent-properties .ere-heading h2:before {
display: none;
}
.benaa-class .ere-property.col-gap-10 .ere-item-wrap.ere-heading p {
left: 5px;
}
.benaa-class .ere-property.col-gap-20 .ere-item-wrap.ere-heading p {
left: 10px;
}
.benaa-class .ere-property.col-gap-30 .ere-item-wrap.ere-heading p {
left: 15px;
}
.benaa-class div.ere-property-carousel .property-item-content {
padding-top: 10px !important;
}
.benaa-class div.ere-property-carousel.color-dark .property-inner,
.benaa-class div.ere-property-carousel.color-dark .property-item-content {
background-color: #fff;
}
.benaa-class div.ere-property-carousel.color-dark .navigation-wrap .owl-nav div.owl-next {
background-color: #00a0e4;
}
.benaa-class div.ere-property-carousel.color-dark .navigation-wrap .owl-nav div.owl-next i {
color: #fff;
}
.benaa-class div.ere-property-carousel.color-dark .navigation-wrap .owl-nav div.owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class div.ere-property-carousel.color-light .social-share,
.benaa-class div.ere-property-carousel.color-light .block-center-inner > a,
.benaa-class div.ere-property-carousel.color-light .property-view-gallery-wrap a {
color: #222222 !important;
}
.benaa-class div.ere-property-carousel.color-light .social-share-hover .social-share-list {
background-color: #fff;
}
.benaa-class div.ere-property-carousel.color-light .social-share-hover .social-share-list a {
color: #222222;
}
.benaa-class div.ere-property-carousel.color-light .property-action .block-center-inner .tooltip-inner {
color: #222222;
}
.benaa-class div.ere-property-carousel.color-light .property-inner,
.benaa-class div.ere-property-carousel.color-light .property-item-content {
background-color: #222222 !important;
}
.benaa-class div.ere-property-carousel.color-light .property-item-content .property-title a {
color: #fff;
}
.benaa-class div.ere-property-carousel.color-light .property-item-content-inner > div {
color: #222222;
}
.benaa-class div.ere-property-carousel.color-light .property-item-content-inner > div.property-agent a {
color: #222222;
}
.benaa-class div.ere-property-carousel.color-light .property-action:after {
background: -moz-linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.7));
background: -webkit-linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.7));
background: linear-gradient(transparent, transparent, rgba(255, 255, 255, 0.7));
}
.benaa-class div.ere-property-carousel.color-light .property-action:before {
background: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
background: linear-gradient(transparent, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}
.benaa-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover {
background-color: #00a0e4;
}
.benaa-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-prev:after {
border-top-color: #00a0e4;
}
.benaa-class div.ere-property-carousel.color-light .navigation-wrap .owl-nav div:hover.owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class #map-property-single .item-body .title-marker,
.benaa-class #map-property-single .item-body .price-marker {
color: #222222;
}
.benaa-class #map-property-single .item-body a:hover {
color: #00a0e4;
}
.benaa-class #wp-property_des-wrap .insert-media {
background-color: #222222;
}
.benaa-class #wp-property_des-wrap .insert-media:hover {
background-color: #00a0e4;
}
.benaa-class #ere_additional_details tr td:first-of-type span:hover,
.benaa-class #ere_additional_details tr td:last-of-type span:hover,
.benaa-class #ere_floors tr td:first-of-type span:hover,
.benaa-class #ere_floors tr td:last-of-type span:hover {
color: #00a0e4;
}
.benaa-class .user-dropdown {
padding: 0 !important;
background-color: transparent !important;
}
.benaa-class .user-dropdown:hover .user-display-name {
color: #00a0e4;
}
.benaa-class .single-invoice-action a {
background-color: #222222;
}
.benaa-class .single-invoice-action a:hover {
background-color: #00a0e4;
}
.benaa-class .form-control:focus {
border-color: #00a0e4;
}
.benaa-class div.ere-property-slider .property-inner .property-main-info .property-heading a:hover {
color: #00a0e4;
}
.benaa-class div.ere-property-slider .property-inner .property-main-info .property-status span {
background-color: #00a0e4;
}
.benaa-class div.ere-property-slider .property-inner .property-main-info .property-status span:before {
border-right-color: #00a0e4;
border-left-color: #00a0e4;
}
.benaa-class div.ere-property-slider .owl-nav .owl-prev {
background-color: #00a0e4;
}
.benaa-class div.ere-property-slider .owl-nav .owl-prev:after {
border-top-color: #00a0e4;
}
.benaa-class div.ere-property-slider .owl-nav .owl-next i {
color: #00a0e4;
}
.benaa-class div.ere-property-slider.navigation-middle .property-image {
position: relative;
}
.benaa-class div.ere-property-slider.navigation-middle .property-image:before {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.55);
position: absolute;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .block-center {
text-align: center;
padding-left: 0;
padding-right: 0;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info {
padding: 0;
background-color: transparent;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4 {
font-size: 48px;
top: auto;
max-height: initial;
margin-bottom: 0;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price {
font-size: 48px;
margin-right: 0;
line-height: 1;
font-weight: 600;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price .property-price-postfix,
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price .property-price-prefix {
font-weight: 600;
font-size: 12px !important;
color: #aeaeae !important;
text-transform: uppercase;
display: block;
text-align: right;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price .property-price-prefix {
text-align: left;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-status span {
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
margin-right: 20px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-status span:before {
display: none;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-location {
display: inline-block;
padding-left: 0;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-location span {
font-weight: 400;
font-size: 16px;
color: #bababa;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info-top {
text-align: center;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info {
padding: 0;
background-color: transparent;
margin-top: 10px;
margin-bottom: 7px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div {
margin-right: 25px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div .property-info-value {
font-weight: 600;
font-size: 21px;
color: #fff;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div .property-info-title {
font-weight: 500;
font-size: 12px;
color: #c6c6c6;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div > span {
width: 52px;
height: 52px;
border: solid 1px #00a0e4;
color: #00a0e4;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
font-size: 21px;
padding-right: 0;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div > div {
text-align: left;
padding-left: 10px;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav {
padding-left: 0;
text-align: center;
bottom: 55px;
top: auto !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div {
width: initial;
height: initial;
background-color: transparent;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div:after {
display: none;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div i {
font-size: 38px;
line-height: 1;
color: #bababa;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div:hover {
background-color: transparent !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav > div:hover i {
color: #00a0e4;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-next {
right: -26px !important;
left: auto !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-next i:before {
content: '\eb33';
font-family: 'icomoon';
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-prev {
left: -26px !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-prev i:before {
content: '\eb34';
font-family: 'icomoon';
}
.benaa-class div.ere-property-slider.pagination-image .property-image {
position: relative;
}
.benaa-class div.ere-property-slider.pagination-image .property-image:before {
content: '';
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
position: absolute;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info-top {
text-align: center;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info {
background-color: transparent;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
font-size: 48px;
max-height: initial;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price {
font-size: 48px;
margin-right: 0;
line-height: 1;
font-weight: 600;
color: #fff;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price .property-price-postfix,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price .property-price-prefix {
font-weight: 600;
font-size: 12px !important;
color: #aeaeae !important;
text-transform: uppercase;
display: block;
text-align: right;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price .property-price-prefix {
text-align: left;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-status span {
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
margin-right: 20px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-status span:before {
display: none;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-location {
display: inline-block;
padding-left: 0;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-location span {
font-weight: 400;
font-size: 16px;
color: #bababa;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info {
background-color: transparent;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div {
margin-right: 25px;
padding-top: 25px;
padding-bottom: 15px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div .property-info-value {
font-weight: 600;
font-size: 21px;
color: #fff;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div .property-info-title {
font-weight: 500;
font-size: 12px;
color: #c6c6c6;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > span {
width: 52px;
height: 52px;
border: solid 1px #00a0e4;
color: #00a0e4;
-webkit-border-radius: 50%;
-webkit-background-clip: padding-box;
-moz-border-radius: 50%;
-moz-background-clip: padding;
border-radius: 50%;
background-clip: padding-box;
font-size: 21px;
padding-right: 0;
text-align: center;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > div {
text-align: left;
padding-left: 10px;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .block-center-inner {
padding: 20px;
border: solid 20px #fff;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info {
padding: 60px;
background: rgba(255, 255, 255, 0.87);
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-heading h4 {
font-weight: 600;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-heading h4 a {
color: #222222;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price {
color: #222222;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price .property-price-postfix,
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-price .property-price-prefix {
color: #8f8f8f !important;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info .property-location span {
color: #8f8f8f;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-info > div .property-info-value {
color: #222222;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-info > div .property-info-title {
color: #8f8f8f;
}
.benaa-class .ere-property-gallery .property-image a.entry-thumbnail-overlay.placeholder-image:before {
top: 0;
opacity: 1;
visibility: visible;
background-color: transparent !important;
background: -moz-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 57%);
background: -webkit-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 57%);
background: -ms-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 57%);
height: 100%;
}
.benaa-class .ere-property-gallery .property-image .property-item-content {
opacity: 1;
visibility: visible;
bottom: 18px;
top: auto;
left: 30px;
right: 30px;
}
.benaa-class .ere-property-gallery .property-image .property-status {
margin-bottom: 10px;
}
.benaa-class .ere-property-gallery .property-image .property-status span {
font-weight: 500;
font-size: 12px;
color: #fff;
text-transform: uppercase;
background: #00a0e4;
padding: 1px 18px;
-webkit-border-radius: 10px;
-webkit-background-clip: padding-box;
-moz-border-radius: 10px;
-moz-background-clip: padding;
border-radius: 10px;
background-clip: padding-box;
}
.benaa-class .ere-property-gallery .property-image .property-type span {
font-weight: 600;
font-size: 11px;
color: #222222;
text-transform: uppercase;
}
.benaa-class .ere-property-gallery .property-image .property-title a {
font-weight: 600;
font-size: 21px;
color: #222222;
margin-bottom: 5px;
}
.benaa-class .ere-property-gallery .property-image .property-title a:hover {
color: #222222 !important;
}
.benaa-class .ere-property-gallery .property-image .property-location span {
font-weight: 400;
font-size: 12px;
color: #bababa;
}
.benaa-class .ere-property-gallery .property-image .property-price {
font-weight: 600;
padding-right: 0;
font-size: 24px;
color: #222222;
}
.benaa-class .ere-property-gallery .property-image .property-price .property-price-postfix,
.benaa-class .ere-property-gallery .property-image .property-price .property-price-prefix {
font-weight: 600;
font-size: 10px;
color: #aeaeae;
line-height: 19px;
text-transform: uppercase;
position: relative;
top: -4px;
}
.benaa-class .ere-property-gallery.color-dark .property-image a.entry-thumbnail-overlay.placeholder-image:before {
background: -moz-linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 57%);
background: -webkit-linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 57%);
background: -ms-linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 57%);
}
.benaa-class .ere-property-gallery.color-dark .property-image .property-type span {
color: #00a0e4;
}
.benaa-class .ere-property-gallery.color-dark .property-image .property-title a {
color: #fff;
}
.benaa-class .ere-property-gallery.color-dark .property-image .property-title a:hover {
color: #00a0e4 !important;
}
.benaa-class .ere-property-gallery.color-dark .property-image .property-price {
color: #fff;
}
.benaa-class .ere-property-gallery .owl-carousel .owl-item + .owl-item {
padding-left: 1px;
}
.benaa-class .ere-property-gallery .placeholder-image {
background-color: #E0E8EE;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.benaa-class .ere-property-gallery .placeholder-image:before {
content: '';
display: block;
width: 100%;
}
.benaa-class .ere-property-gallery .entry-thumbnail-overlay {
position: relative;
display: block;
}
.benaa-class .ere-property-gallery .entry-thumbnail-overlay:after {
content: '';
display: block;
position: absolute;
z-index: 1;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.45);
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.benaa-class div.ere-property-type {
position: relative;
overflow: hidden;
}
.benaa-class div.ere-property-type .property-type-info {
padding: 27px 30px;
top: 0;
bottom: auto;
background-color: transparent;
}
.benaa-class div.ere-property-type .property-type-info .property-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 4px;
line-height: 1;
}
.benaa-class div.ere-property-type .property-type-info .property-title a:hover {
color: #fff;
}
.benaa-class div.ere-property-type .property-type-info .property-count {
font-weight: 500;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.benaa-class div.ere-property-type .property-type-info .property-count span {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #bababa !important;
}
.benaa-class div.ere-property-type .view-all {
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.1em;
position: absolute;
z-index: 1;
bottom: 23px;
left: 30px;
padding-right: 20px;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.benaa-class div.ere-property-type .view-all:after {
content: '';
display: block;
width: 10000px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: 7px;
left: 100%;
}
.benaa-class div.ere-property-type:hover:before {
background-color: rgba(0, 160, 228, 0.9);
}
.benaa-class div.ere-property-type:hover .property-type-info .property-count {
color: #fff;
}
.benaa-class div.ere-property-type:hover .property-type-info .property-count span {
color: #fff !important;
}
.benaa-class div.ere-property-type:hover .view-all {
opacity: 1;
}
.benaa-class div.ere-property-type:before {
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
right: 0;
z-index: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.benaa-class div.ere-property-type .property-type-inner {
min-height: initial;
}
.benaa-class .ere-package-item.active {
border-color: #00a0e4 !important;
}
.benaa-class #ere-map-loading i {
color: #00a0e4;
}
.benaa-class ul.walkscore-list li span.walkscore-score {
color: #00a0e4;
border: 1px solid #00a0e4;
}
.benaa-class ul.walkscore-list li span.walkscore-score:before {
border-bottom: 1px solid #00a0e4;
border-left: 1px solid #00a0e4;
}
.benaa-class .advanced-saved-searches {
border-top: 2px solid #00a0e4;
}
.benaa-class button.ere-btn-arrow.active,
.benaa-class button.ere-btn-arrow:hover {
background: #00a0e4;
}
.benaa-class button.ere-btn-arrow.active:after,
.benaa-class button.ere-btn-arrow:hover:after {
border-left-color: #00a0e4;
}
.benaa-class .ere-property-multi-step .ere-step-nav {
border-top-color: #00a0e4;
}
.benaa-class .single-property-area .property-tab .nav-tabs li.active a,
.benaa-class .single-property-area .property-tab .nav-tabs li:hover a,
.benaa-class .single-property-area .single-property-image-main .owl-next {
background-color: #00a0e4;
}
.benaa-class .single-property-area .single-property-image-main .owl-next:after {
border-bottom-color: #00a0e4;
}
.benaa-class .rating-container .empty-stars {
color: #00a0e4;
}
.benaa-class .rating-container .filled-stars {
color: #00a0e4;
-webkit-text-stroke: 1px #00a0e4;
text-shadow: 1px 1px #00a0e4;
}
.benaa-class .review-date:before {
color: #00a0e4;
}
.benaa-class .overall-rating .reviews-box li .item-list span {
background-color: #00a0e4 !important;
}
.benaa-class .login-for-review,
.benaa-class .waiting-for-approval {
color: #00a0e4;
}
.benaa-class .ere_widget_top_agents .agent-avatar {
height: 70px;
}
.benaa-class .ere_widget_top_agents .agent-info h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
}
.benaa-class .ere_widget_top_agents .agent-info .agent-position {
font-size: 13px;
color: #727272;
}
.benaa-class .ere_widget_top_agents .agent-total-properties {
font-weight: 600;
font-size: 12px;
color: #00a0e4;
margin-top: 2px;
}
.benaa-class .ere_widget_top_agents .agent-avatar + .agent-info {
margin-left: 90px;
}
.benaa-class .ere_widget_top_agents .agent-item {
margin-bottom: 30px;
}
.benaa-class .ere_widget_mortgage_calculator .ere-mortgage-form input {
height: 42px;
border-color: #ededed;
font-size: 12px;
color: #727272;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
padding: 0 24px;
}
.benaa-class .ere_widget_mortgage_calculator .form-group {
margin-bottom: 12px;
}
.benaa-class .ere_widget_mortgage_calculator button {
margin-top: 18px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background-color: transparent;
color: #00a0e4;
border-color: #00a0e4;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding-top: 10px;
padding-bottom: 10px;
}
.benaa-class .ere_widget_mortgage_calculator button:hover {
background-color: #00a0e4;
color: #fff;
border-color: #00a0e4;
}
.benaa-class .ere-mini-search-properties .ere-mini-search-properties-form {
background-color: transparent;
max-width: initial;
position: relative;
}
.benaa-class .ere-mini-search-properties .ere-mini-search-properties-form:before {
content: '';
display: block;
width: 1px;
height: 64px;
background-color: #ddd;
position: absolute;
top: 5px;
left: 167px;
}
.benaa-class .ere-mini-search-properties input {
padding-right: 135px;
}
.benaa-class .ere-mini-search-properties input::-webkit-input-placeholder {
color: #727272 !important;
}
.benaa-class .ere-mini-search-properties input:-moz-placeholder {
color: #727272 !important;
}
.benaa-class .ere-mini-search-properties input::-moz-placeholder {
color: #727272 !important;
}
.benaa-class .ere-mini-search-properties input:-ms-input-placeholder {
color: #727272 !important;
}
.benaa-class .ere-mini-search-properties input:focus {
border-color: #00a0e4;
}
.benaa-class .ere-mini-search-properties select,
.benaa-class .ere-mini-search-properties input {
height: 74px !important;
color: #727272;
font-weight: 500;
font-size: 14px;
background-color: #fff;
border: solid 5px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 37px;
-webkit-background-clip: padding-box;
-moz-border-radius: 37px;
-moz-background-clip: padding;
border-radius: 37px;
background-clip: padding-box;
background-image: initial !important;
}
.benaa-class .ere-mini-search-properties select {
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
border: solid 5px transparent;
padding-left: 28px;
width: 168px;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topright: 0;
border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius-bottomright: 0;
-moz-background-clip: padding;
border-bottom-right-radius: 0;
background-clip: padding-box;
}
.benaa-class .ere-mini-search-properties select + input {
padding-left: 200px;
}
.benaa-class .ere-mini-search-properties button {
height: 64px !important;
-webkit-border-radius: 32px;
-moz-border-radius: 32px;
border-radius: 32px;
min-width: 170px;
right: 5px;
top: 5px;
}
.benaa-class .ere-search-map-properties .property-result-wrap {
margin-top: 0;
background-color: #f6f6f6;
padding: 40px 5px 10px 5px;
}
.benaa-class .ere-search-map-properties .list-property-result-ajax .title-result h2 {
margin-top: 0;
padding-top: 15px;
}
.benaa-class .ere-search-map-properties .ere-search-status-tab {
padding: 20px 15px;
}
.benaa-class .ere-search-map-properties .ere-search-content {
padding: 0;
}
.benaa-class .ere-search-map-properties .sidebar-filter .ui-slider-range.ui-widget-header.ui-corner-all {
background-color: #00a0e4;
}
.benaa-class .ere-search-map-properties .sidebar-filter .ui-slider-handle.ui-state-default.ui-corner-all {
background-color: #00a0e4;
}
.benaa-class .ere-search-map-properties .search-properties-form .row {
padding-top: 30px;
margin: 0;
}
.benaa-class .ere-search-map-properties .property-item {
margin-bottom: 30px;
}
.benaa-class .ere-search-map-properties .ere-map-search {
float: right;
}
.benaa-class .other-features-list .checkbox input[type="checkbox"] {
height: initial !important;
}
.benaa-class .ratings-summary {
padding: 5px;
}
.benaa-class .ratings-summary .ratings-average {
font-size: 30px;
}
.benaa-class .ere-advanced-search-wrap .ere-property-advanced-search {
background: #fff;
-webkit-box-shadow: -8px -8px 0 0 rgba(0, 0, 0, 0.08);
-moz-box-shadow: -8px -8px 0 0 rgba(0, 0, 0, 0.08);
box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.08);
}
.benaa-class .ere-advanced-search-wrap .form-search .row {
margin-left: 0;
margin-right: 0;
}
.benaa-class .ere-advanced-search-wrap .advanced-saved-searches {
border-top: none;
}
.benaa-class .ere-advanced-search-wrap .advanced-saved-searches button {
border-top: solid 7px #00a0e4;
}
.benaa-class .ere-advanced-search-wrap .advanced-saved-searches button:hover {
border-color: #222222;
}
.benaa-class .property-item-content-inner {
position: absolute;
z-index: 2;
bottom: 15px;
left: 30px;
right: 30px;
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
}
.benaa-class .property-item-content-inner > div {
width: 50%;
}
.benaa-class .property-item-content-inner > div i {
width: 16px;
display: inline-block;
}
.benaa-class .property-item-content-inner .property-agent {
text-align: right;
}
.benaa-class .property-item-content-inner .property-agent a {
color: #fff;
}
.benaa-class .property-list .property-item-content-inner {
bottom: 25px;
}
.benaa-class .property-zigzac .property-item-content-inner {
left: 15px;
right: 15px;
}
.benaa-class .ere-package-item .list-group-item .btn.btn-primary {
width: 100%;
-webkit-border-radius: 21px;
-webkit-background-clip: padding-box;
-moz-border-radius: 21px;
-moz-background-clip: padding;
border-radius: 21px;
background-clip: padding-box;
padding: 10px 19px;
}
.benaa-class .listing-btn i {
left: -3px;
top: -2px;
}
.benaa-class .ere-google-map-directions #get-direction:hover {
background-color: #222222;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul li,
.ere-widget-listing-property-taxonomy ul li {
margin-bottom: 14px;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a,
.ere-widget-listing-property-taxonomy ul a {
font-weight: 600;
font-size: 16px;
color: #222222;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a:hover,
.ere-widget-listing-property-taxonomy ul a:hover {
color: #00a0e4 !important;
padding-left: 0;
}
.ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a i,
.ere-widget-listing-property-taxonomy ul a i {
display: none;
}
.main-footer-wrapper .ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul li,
.main-footer-wrapper .ere-widget-listing-property-taxonomy ul li {
margin-bottom: 5px;
}
.main-footer-wrapper .ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a,
.main-footer-wrapper .ere-widget-listing-property-taxonomy ul a {
font-weight: 400;
font-size: 13px;
color: #bababa;
padding-left: 10px;
}
.main-footer-wrapper .ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a:hover,
.main-footer-wrapper .ere-widget-listing-property-taxonomy ul a:hover {
color: #00a0e4 !important;
}
.main-footer-wrapper .ere_widget_listing_property_taxonomy .ere-widget-listing-property-taxonomy ul a i,
.main-footer-wrapper .ere-widget-listing-property-taxonomy ul a i {
display: inline-block;
width: 5px;
position: absolute;
left: 0;
top: 4px;
} .area-size-info i.fa.fa-arrows:before {
font-family: 'icomoon';
content: '\ef22';
}
.bed-info i.fa.fa-hotel:before {
font-family: 'icomoon';
content: '\f111';
}
.bath-info i.fa.fa-bath:before {
font-family: 'icomoon';
content: '\f113';
}
.panel {
border-radius: 0 !important;
}
.panel-default > .panel-heading {
background-color: #f8f8f8;
font-weight: bold;
text-transform: uppercase;
} @media (min-width: 768px) {
.ere-search-properties.form-container.style-default .ere-search-status-tab-inner,
.ere-property-advanced-search.form-container .ere-search-status-tab-inner,
.ere-search-properties.form-container.style-default .row,
.ere-property-advanced-search.form-container .row {
width: 750px;
margin-left: auto !important;
margin-right: auto !important;
}
.ere-search-properties.form-container.style-mini-line .row {
width: 720px;
margin-left: auto !important;
margin-right: auto !important;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .row {
width: 720px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 992px) {
.ere-search-properties.form-container.style-default .ere-search-status-tab-inner,
.ere-property-advanced-search.form-container .ere-search-status-tab-inner,
.ere-search-properties.form-container.style-default .row,
.ere-property-advanced-search.form-container .row {
width: 970px;
margin-left: auto !important;
margin-right: auto !important;
}
.ere-search-properties.form-container.style-mini-line .row {
width: 940px;
margin-left: auto !important;
margin-right: auto !important;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .row {
width: 940px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1200px) {
.ere-search-properties.form-container.style-default .ere-search-status-tab-inner,
.ere-property-advanced-search.form-container .ere-search-status-tab-inner,
.ere-search-properties.form-container.style-default .row,
.ere-property-advanced-search.form-container .row {
width: 1200px;
margin-left: auto !important;
margin-right: auto !important;
}
.ere-search-properties.form-container.style-mini-line .row {
width: 1170px;
margin-left: auto !important;
margin-right: auto !important;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .row {
width: 1170px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 1199px) {
.benaa-class div.ere-property-featured.property-sync-carousel .property-main-content {
order: 0;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-image-content,
.benaa-class div.ere-property-featured.property-sync-carousel .property-main-content {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.benaa-class div.ere-property-featured.property-sync-carousel .property-info {
margin-top: 15px;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav {
bottom: 30px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
font-size: 35px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price {
font-size: 35px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info {
padding-top: 0;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .block-center-inner {
padding: 15px;
border: solid 10px #fff;
}
.benaa-class div.ere-property-slider.navigation-middle.property-slider-custome .property-inner .property-main-info {
padding: 15px;
}
}
@media (max-width: 991px) {
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap {
padding: 0;
padding-bottom: 30px;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a {
margin-right: 1px;
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap a:after {
border-top: 13px solid #00a0e4;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
top: 100%;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}
.benaa-class div.ere-property-featured.property-cities-filter .filter-wrap select {
background: #fff;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-content-inner {
padding: 0;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading a {
display: block;
}
.benaa-class div.ere-property-featured.property-cities-filter .property-heading span {
display: block;
float: initial;
}
.benaa-class div.ere-property-featured.property-cities-filter.color-light .filter-wrap a:after {
border-top-color: #00a0e4;
border-left-color: transparent;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-content-wrap {
padding: 20px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-image {
float: initial;
padding: 20px 35px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-item-content {
padding: 20px 20px 0 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-0.col-sm-pull-6.property-status-price {
left: auto !important;
right: 50% !important;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-status-price {
left: 50%;
right: auto;
}
.benaa-class .ere-property.property-zigzac .property-status-price.col-md-pull-6.col-sm-pull-6 {
left: auto;
right: 50%;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-item-content > div:not(.property-agent-avatar) {
padding-left: 40px;
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-item-content.col-sm-pull-6 > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 40px;
}
.benaa-class .ere-property.property-zigzac .property-item-content.col-md-pull-0.col-sm-pull-6 > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 40px;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav {
bottom: auto;
position: initial;
top: auto !important;
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-next {
position: absolute;
top: 50%;
right: 10px !important;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.benaa-class div.ere-property-slider.navigation-middle .owl-nav .owl-prev {
position: absolute;
top: 50%;
left: 10px !important;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-info-block-inline {
margin-top: -10px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4 {
font-size: 26px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price .property-price-prefix {
display: inline-block;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div {
padding-top: 5px;
padding-bottom: 5px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > span {
width: 30px;
height: 30px;
font-size: 14px;
}
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div .property-info-value {
font-size: 16px;
}
.benaa-class .ere-search-properties.style-vertical .col-no-padding {
float: initial;
}
.benaa-class .ere-search-properties.style-mini-line .form-group:nth-child(3n+1) {
border-left: none;
}
.benaa-class .ere-property .property-info .property-info-inner > div {
width: 50% !important;
}
.benaa-class .ere-property.property-list .property-info .property-info-inner > div {
width: 50% !important;
margin-bottom: -4px;
}
.benaa-class .ere-property.property-list .property-item-content {
margin-top: 10px;
}
.benaa-class .ere-property.property-list .property-item-content .property-info {
margin-top: 0;
}
.benaa-class .ere-property.property-list .property-item-content .property-info .property-info-inner {
height: initial;
}
.benaa-class .property-list .property-item-content-inner {
display: -webkit-flex; -webkit-justify-content: space-between; display: flex;
justify-content: space-between;
}
.benaa-class .property-list .property-item-content-inner > div {
width: 50%;
}
.benaa-class .ere-search-map-properties .ere-map-search {
float: none;
}
}
.benaa-class .ere-advanced-search-wrap .above-archive-property .ere-heading {
margin-bottom: 15px !important;
}
@media (min-width: 768px) {
.benaa-class .ere-advanced-search-wrap .property-filter,
.benaa-class .ere-advanced-search-wrap .view-as {
padding-top: 30px;
}
}
@media (max-width: 767px) {
.benaa-class .single-property-element:not(.property-gallery-wrap):not(.property-info-tabs):not(.property-floors-tab) .ere-property-element {
padding: 15px !important;
}
.benaa-class .ere-archive-property-wrap .ere-property-advanced-search .ere-search-status-tab {
padding-top: 50px;
}
.benaa-class.single-property .property-info-action .property-info {
display: block;
margin-top: 20px;
}
.benaa-class.single-property .property-price-action {
display: block;
}
.benaa-class.single-property .single-property-area .property-tab .nav-tabs li:first-child {
margin-left: 0;
}
.benaa-class.single-property .single-property-area .property-location .open-on-google-maps {
position: initial;
}
.benaa-class.single-property .single-property-area .ere-google-map-directions .ere-directions {
left: 15px;
bottom: 15px;
}
.benaa-class.single-property .single-property-area .ere-google-map-directions #directions-input {
width: 170px;
}
.benaa-class.single-property .single-property-area .ere-heading-style2 h2 {
padding: 10px 28px;
}
.benaa-class.single-property .single-property-area #ere-features-tabs-accordion .panel-default > .panel-heading {
text-transform: uppercase;
font-weight: 600;
color: #fff;
font-size: 18px;
background: #222;
padding: 10px 28px;
margin: 0;
position: relative;
}
.benaa-class.single-property .single-property-area #ere-features-tabs-accordion .panel-default > .panel-heading:before {
content: "\f107";
font-family: fontawesome;
display: block;
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.benaa-class .heading-contain-owl-nav .owl-nav {
top: 100% !important;
-webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
-o-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.benaa-class div.ere-property-featured.property-single-carousel .owl-dots {
padding-top: 0;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-heading a,
.benaa-class div.ere-property-featured.property-sync-carousel .property-heading a {
font-size: 25px;
}
.benaa-class div.ere-property-featured.property-single-carousel .property-price,
.benaa-class div.ere-property-featured.property-sync-carousel .property-price {
font-size: 20px;
}
.benaa-class .ere-property.property-list .property-image {
max-width: initial;
margin-right: 0;
padding-bottom: 0;
}
.benaa-class .ere-property.property-list .property-item-content > div:not(.property-agent-avatar) {
padding-left: 15px;
padding-right: 15px;
}
.benaa-class .ere-property.property-list .property-status-price {
padding-right: 0 !important;
}
.benaa-class .ere-property.property-list .property-action {
bottom: 0;
}
.benaa-class .ere-property.property-zigzac .property-item-content > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .col-md-pull-6.property-item-content > div:not(.property-agent-avatar) {
padding-left: 20px;
padding-right: 20px;
}
.benaa-class .ere-property.property-zigzac .property-status-price {
position: relative;
width: 100%;
left: auto !important;
right: auto !important;
}
.benaa-class .ere-property.property-zigzac .property-inner .property-status-price.col-md-pull-0.col-sm-pull-6 {
left: auto !important;
right: auto !important;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .block-center-inner,
.benaa-class div.ere-property-slider.pagination-image .property-inner .block-center-inner {
background-color: #222222;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info {
max-width: 300px;
padding-top: 20px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-status,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-status {
display: block;
text-align: center;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-status > span,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-status > span {
margin-left: 10px;
margin-right: 10px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-location,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-location {
text-align: center;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-heading h4,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-heading h4,
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-main-info .property-price,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-main-info .property-price {
font-size: 30px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div > span,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > span {
display: block;
margin: auto;
line-height: 50px;
}
.benaa-class div.ere-property-slider.navigation-middle .property-inner .property-info > div > div,
.benaa-class div.ere-property-slider.pagination-image .property-inner .property-info > div > div {
text-align: center;
display: block;
padding-left: 0;
padding-top: 10px;
}
.benaa-class .ere-property-advanced-search .ere-search-status-tab button + button,
.benaa-class .ere-search-properties .ere-search-status-tab button + button {
margin-left: 0;
}
.benaa-class .ere-property-advanced-search .ere-search-status-tab button,
.benaa-class .ere-search-properties .ere-search-status-tab button {
display: block;
margin-left: auto !important;
margin-right: auto !important;
}
.benaa-class .ere-property-advanced-search .row .form-group,
.benaa-class .ere-search-properties .row .form-group {
text-align: center;
}
.benaa-class .ere-search-properties.style-absolute .form-search-wrap {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
top: initial;
max-width: 100%;
position: initial;
}
.benaa-class .ere-search-properties.style-mini-line .form-group + .form-group {
border-left: none;
}
.benaa-class .ere-search-properties.ere-search-properties-map.style-mini-line .form-search {
padding: 10px 15px;
}
.benaa-class .ere-mini-search-properties select {
position: relative;
width: 100%;
padding: 0 20px;
left: initial;
top: initial;
bottom: 5px;
border: solid 5px rgba(255, 255, 255, 0.5);
-webkit-border-radius: 37px;
-webkit-background-clip: padding-box;
-moz-border-radius: 37px;
-moz-background-clip: padding;
border-radius: 37px;
background-clip: padding-box;
background-image: url(https://ehmarbella.com/wp-content/themes/benaa/assets/images/icon-dropdown-3.png) !important;
}
.benaa-class .ere-mini-search-properties select + input {
padding: 0 20px;
}
.benaa-class .ere-mini-search-properties button {
position: relative;
right: initial;
}
.benaa-class .other-features-wrap {
margin-bottom: 30px;
}
.benaa-class .ere-advanced-search-wrap .property-filter,
.benaa-class .ere-advanced-search-wrap .view-as {
padding-top: 0;
}
.benaa-class .property-fields.property-location,
.benaa-class .property-fields.property-type,
.benaa-class .property-fields.property-price,
.benaa-class .property-fields.property-feature,
.benaa-class .property-fields.property-detail,
.benaa-class .property-fields.property-contact,
.benaa-class .property-fields.property-private-note {
padding: 15px 0 !important;
}
.benaa-class .property-fields.property-title,
.benaa-class .property-fields.property-description,
.benaa-class .property-fields.property-private-note,
.benaa-class .property-fields.property-media {
padding: 15px !important;
}
.benaa-class .property-fields .add-tab-row {
padding: 15px !important;
}
.benaa-class .ere-property-multi-step .add-tab-row,
.benaa-class .ere-property-multi-step .property-fields .property-floors-control {
padding: 15px;
}
.benaa-class .ere-property-multi-step .ere-steps {
display: none;
}
}
@media (max-width: 599px) {
.benaa-class div.ere-property-featured .property-info .property-info-inner {
width: 100%;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner > div {
width: 50% !important;
padding-right: 0;
text-align: center;
margin-bottom: 10px;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner > span {
margin: auto;
margin-bottom: 10px;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-info-item-inner .content-property-info {
padding-left: 0;
}
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-bathrooms .property-info-item-inner,
.benaa-class div.ere-property-featured .property-info .property-info-inner .property-bedrooms .property-info-item-inner {
text-align: center;
}
}
.item-not-found {
clear: both;
text-align: center;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 100%;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 750px;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-push-3 {
left: 25%;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 970px;
}
.col-md-push-6 {
left: 50%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-0 {
left: auto;
}
.col-md-pull-0 {
right: auto;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1200px;
}
}
.g5plus-contact-form.contact-2-column .col-xs-12 {
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 768px) {
.g5plus-contact-form.contact-2-column .col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.g5plus-contact-form.contact-2-column .col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
body {
background-color: #fff;
}
.block-center {
background-color: rgba(0, 0, 0, 0.3);
}
.property-status.property-filter {
display: block;
}
#wrapper-1 {
background: url(https://ehmarbella.com/wp-content/uploads/2021/02/1-home.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-2 {
background: url(https://ehmarbella.com/wp-content/uploads/2021/02/1-home-1.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-3 {
background: url(https://ehmarbella.com/wp-content/uploads/2018/11/1.png) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-4 {
background: url(https://ehmarbella.com/wp-content/uploads/2019/08/1.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-5 {
background: url(https://ehmarbella.com/wp-content/uploads/2018/11/byuhills-panoramic.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-6 {
background: url(https://ehmarbella.com/wp-content/uploads/2020/12/Duquesa-Valley-EXTERIOR-FRONTAL.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-7 {
background: url(https://ehmarbella.com/wp-content/uploads/2021/03/11.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#wrapper-8 {
background: url(https://ehmarbella.com/wp-content/uploads/2022/03/13medbluemetrovacesa_piscina_dia_hd-1920x1080-3.jpg) no-repeat scroll center center transparent;
background-size: cover !important;
height: 400px;
width: 100%;
}
#soliloquy-slug-shortcode .property-heading h4 a {
font-size: 38px;
color: #fff;
}
#soliloquy-slug-shortcode .property-heading h5 {
font-size: 22px;
color: #fff;
}
body.page-id-5929 .property-item,
body.page-id-3742 .property-item {
max-width: 800px;
margin: 0 auto;
padding-top: 50px;
}
#soliloquy-slug-shortcode .ere-advanced-search-btn {
background-color: #00a0e4;
border-color: #00a0e4;
color: #fff;
}
#soliloquy-slug-shortcode {
position: absolute;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.2);
}