.smart-page-loader {
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #fefefe;
z-index: 100000;
}
.wp-smart-loader {
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
font-size: 10px;
z-index: 100001;
}
.wp-smart-body{
visibility: hidden;
}.wp-smart-loader {
text-indent: -12345px;
} .smart-loader-one {
width: 50px;
height: 50px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
border-right: 1px solid rgba(0, 0, 0, 0.08);
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
border-left: 1px solid rgba(0, 0, 0, 0.5);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-animation: spinner 700ms infinite linear;
-moz-animation: spinner 700ms infinite linear;
-ms-animation: spinner 700ms infinite linear;
-o-animation: spinner 700ms infinite linear;
animation: spinner 700ms infinite linear;
}
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
} .smart-loader-two {
position: relative;
width: 80px;
height: 80px;
-webkit-animation: spinner 5s infinite linear;
animation: spinner 5s infinite linear;
}
.smart-loader-two span {
width: 40px;
height: 40px;
position: absolute;
background: red;
display: block;
-webkit-animation: spinner-two 1s infinite linear;
animation: spinner-two 1s infinite linear;
}
.smart-loader-two span:nth-child(1) {
background: #2ecc71;
}
.smart-loader-two span:nth-child(2) {
left: 44px;
background: #9b59b6;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.smart-loader-two span:nth-child(3) {
top: 44px;
background: #3498db;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.smart-loader-two span:nth-child(4) {
top: 44px;
left: 44px;
background: #f1c40f;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes spinner-two {
0% {
transform: scale(1);
}
50% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}
@keyframes spinner-two {
0% {
transform: scale(1);
}
50% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
} .smart-loader-three {
position: relative;
}
.smart-loader-three span {
display: block;
bottom: 0px;
width: 9px;
height: 5px;
background: #9b59b6;
position: absolute;
-webkit-animation: spinner-three 1.5s infinite ease-in-out;
animation: spinner-three 1.5s infinite ease-in-out;
}
.smart-loader-three span:nth-child(2) {
left: 11px;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.smart-loader-three span:nth-child(3) {
left: 22px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
.smart-loader-three span:nth-child(4) {
left: 33px;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
.smart-loader-three span:nth-child(5) {
left: 44px;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
@-webkit-keyframes spinner-three {
0% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
25% {
height: 30px;
transform: translateY(15px);
background: #3498db;
}
50% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
100% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
}
@keyframes spinner-three {
0% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
25% {
height: 30px;
transform: translateY(15px);
background: #3498db;
}
50% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
100% {
height: 5px;
transform: translateY(0px);
background: #9b59b6;
}
} .smart-loader-four {
width: 80px;
height: 80px;
}
.smart-loader-four .spinner-cube {
width: 33%;
height: 33%;
background-color: #9b59b6;
float: left;
-webkit-animation: spinner-four 1.3s infinite ease-in-out;
animation: spinner-four 1.3s infinite ease-in-out;
}
.smart-loader-four .spinner-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.smart-loader-four .spinner-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-four .spinner-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.smart-loader-four .spinner-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.smart-loader-four .spinner-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.smart-loader-four .spinner-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-four .spinner-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.smart-loader-four .spinner-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.smart-loader-four .spinner-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes spinner-four {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
@keyframes spinner-four {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
}
35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
} .smart-loader-five {
width: 80px;
height: 80px;
position: relative;
}
.smart-loader-five .spinner-cube {
border: 2px solid transparent;
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.smart-loader-five .spinner-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #9b59b6;
-webkit-animation: spinner-five 2.4s infinite linear both;
animation: spinner-five 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.smart-loader-five .spinner-cube-2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.smart-loader-five .spinner-cube-3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.smart-loader-five .spinner-cube-4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.smart-loader-five .spinner-cube-2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.smart-loader-five .spinner-cube-3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.smart-loader-five .spinner-cube-4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes spinner-five {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes spinner-five {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
} .smart-loader-six {
width: 70px;
height: 70px;
position: relative;
}
.smart-loader-six .spinner-cube-1,
.smart-loader-six .spinner-cube-2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #3498db;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: spinner-six 2.0s infinite ease-in-out;
animation: spinner-six 2.0s infinite ease-in-out;
}
.smart-loader-six .spinner-cube-2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes spinner-six {
0%, 100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes spinner-six {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}.map img{
max-width:none !important;
}
.gmnoprint{
word-wrap:normal;
} .social-widget .widget{
display:inline-block;
margin:0 2px 0 0;
}
.social-widget .widgettitle{
width:auto;
font-size:1em;
margin:5px 8px 2px 0;
padding:0;
border:none;
display:inline-block;
}
.social-widget ul{
margin:6px 0 0 !important;
padding:0;
display:inline;
}
.social-widget li img{
vertical-align:middle;
}
.social-links.horizontal li{
display:inline-block;
margin:0 5px 5px 0;
padding:0;
list-style:none;
border:none;
}
.social-links.vertical li{
display:block;
margin:0 0 5px;
padding:0;
list-style:none;
border:none;
}
.widget .social-links{
padding:0;
line-height:1em;
}
.widget .social-link-item{
margin:0 2px 2px 0;
padding:0;
list-style:none;
}
.widget .social-links a,
.widget .social-links a:hover{
text-decoration:none;
}
.widget .social-links li img{
vertical-align:middle;
} .social-links li i{
line-height:1em;
padding:6px;
width:20px;
height:20px;
text-align:center;
vertical-align:middle;
border-radius:100%;
display:inline-block;
}
.social-links .icon-small i{
font-size:8px;
padding:4px;
width:8px;
height:8px;
}
.social-links .icon-medium i{
font-size:20px;
padding:4px;
width:20px;
height:20px;
}
.social-links .icon-large i{
font-size:28px;
padding:6px;
width:28px;
height:28px;
} .social-links .icon-small img{
max-width:16px;
max-height:16px;
}
.social-links .icon-medium img{
max-width:24px;
max-height:24px;
}
.social-links .icon-large img{
max-width:32px;
max-height:32px;
} #sidebar .social-links.horizontal li,
#footer .social-links.horizontal li{
border:none;
display:inline-block;
}
#sidebar .social-links.vertical,
#footer .social-links.vertical{
display:block;
}
#sidebar .social-links.vertical li,
#footer .social-links.vertical li{
display:block;
margin:0 0 .5em;
}
.social-widget .links-list li{
display:inline-block;
margin:0 5px 5px 0;
border:none !important;
} .hook-location-hint{
padding:2px 5px;
background:#FBFFCD;
border:solid 1px #CFD682;
margin:2px 0;
display:block;
clear:both;
} .sub-arrow{
display:inline-block !important;
cursor:pointer;
}
.sub-arrow:before{
content:'';
display:inline-block;
width:8px;
height:8px;
border:1px solid transparent;
pointer-events:none;
padding:0;
border-bottom-color:inherit;
border-left-color:inherit;
transition:all .3s linear;
transform-origin:center;
transform-style:preserve-3D;
}
.sub-arrow:before{ transform:rotateZ(-45deg);
margin-bottom:4px;
margin-left:4px;
}
.sub-arrow.open:before{ transform:rotateZ(-225deg);
margin-bottom:0;
}
.with-sub-arrow ul .sub-arrow:before{ transform:rotateZ(-135deg);
margin-bottom:0;
}
.with-sub-arrow ul .sub-arrow.open:before{ transform:rotateZ(45deg);
margin-bottom:0;
}
.no-touch .sub-arrow{
display:none !important;
} .wp-video{
width:100% !important;
max-width:100% !important;
margin-bottom:1em;
}
.mejs__container{
text-align:center !important;
max-width:100%;
min-height:100% !important;
} a.themify_lightbox,
.module-gallery a,
.gallery-icon,
.themify_lightboxed_images .post a[href$="jpg"],
.themify_lightboxed_images .post a[href$="gif"],
.themify_lightboxed_images .post a[href$="png"],
.themify_lightboxed_images .post a[href$="JPG"],
.themify_lightboxed_images .post a[href$="GIF"],
.themify_lightboxed_images .post a[href$="PNG"],
.themify_lightboxed_images .post a[href$="jpeg"],
.themify_lightboxed_images .post a[href$="JPEG"]{
cursor:not-allowed;
}
.themify_lightbox_loaded a.themify_lightbox,
.themify_lightbox_loaded .module-gallery a,
.themify_lightbox_loaded .gallery-icon{
cursor:pointer;
} iframe{
border:none;
} a:focus{
outline:1px dotted rgba(150, 150, 150, 0.7);
}
.screen-reader-text{
clip:rect(1px, 1px, 1px, 1px);
position:absolute !important;
height:1px;
width:1px;
overflow:hidden;
}
.screen-reader-text:focus{
background-color:#f1f1f1;
border-radius:3px;
box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);
clip:auto !important;
color:#21759b;
display:block;
font-size:14px;
font-size:.875rem;
font-weight:bold;
height:auto;
left:5px;
line-height:normal;
padding:15px 23px 14px;
text-decoration:none;
top:5px;
width:auto;
z-index:100000; } .post-image .themify_lightbox{
position:relative;
display:block;
max-width:100%;
}
.post-image .themify_lightbox .zoom{
width:35px;
height:35px;
background:rgba(0,0,0,.3);
position:absolute;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
border-radius:100%;
}
.post-image .themify_lightbox .zoom:after{
content:"\e610";
font-family:themify;
vertical-align:middle;
color:#fff;
line-height:100%;
position:absolute;
top:50%;
left:50%;
transform:translateX(-50%) translateY(-50%);
}
.post-image .themify_lightbox:hover .zoom{
background:rgba(0,0,0,.6);
} .module.wow,
.themify_builder_content .themify_builder_row.wow,
.module_row.wow,
.builder-posts-wrap > .post.wow{
visibility:hidden;
} div:not(.caroufredsel_wrapper) > .themify_builder_slider > li:not(:first-child),
.mfp-hide{
display:none;
}