.cdp-cookies-alerta {
}
.cdp-cookies-alerta .cdp-cookies-solapa {
display: block;
position: fixed;
z-index: 100002;
width: 120px;
text-align: center;
font-size:12px;
line-height: 18px;
padding: 5px 0;
font-family: Helvetica, Arial, sans-serif;
cursor: pointer;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
.cdp-cookies-alerta.cdp-solapa-der .cdp-cookies-solapa {
right:0;
}
.cdp-cookies-alerta.cdp-solapa-izq .cdp-cookies-solapa {
left:0;
}
.cdp-cookies-alerta.cdp-solapa-ocultar .cdp-cookies-solapa {
display:none;
}
.cdp-cookies-alerta .cdp-cookies-texto {
position: fixed;
left:0; 
width:100%;
z-index: 100001;
padding: 5px 10px 5px 10px;
font-size: 12px;
font-weight: normal;
line-height: 14px;
}
.cdp-cookies-alerta .cdp-cookies-texto h4 {
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 16px;
color:#ffffff;
padding: 0 0 5px 0;
margin: 0;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto p {
padding: 5px 0;
margin: 0;
text-align: center;
color:#bbbbbb;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 14px;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
font-weight: normal;
color: #ff8888;
text-decoration: none;
border: 0;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a:hover, 
.cdp-cookies-alerta .cdp-cookies-texto a:active, 
.cdp-cookies-alerta .cdp-cookies-texto a:visited {
color: #ffcccc;
}
.cdp-cookies-boton-cerrar {
font-size:11px !important;
line-height: 20px;
display: block;
width: 75px;
padding: 2px 10px 0 10px;
margin:0 auto;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
} @keyframes animacion_abajo {
0% {bottom:0px;}
100% {bottom:-200px;}
}
@keyframes animacion_arriba {
0% {bottom:-200px;}
100% {bottom:0px;}
}
.cdp-animacion-abajo {
animation: animacion_abajo 0.5s forwards;
-webkit-animation: animacion_abajo 0.5s forwards;
}
.cdp-animacion-arriba {
animation: animacion_arriba 0.5s forwards;
-webkit-animation: animacion_arriba 0.5s forwards;
}
.cdp-mostrar {
bottom: 0;
}
.cdp-ocultar { 
bottom: -200px;
} .cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto h4,
.cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto p {
text-align: left;
} .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto {
background-color: #444444;
color:#fff;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p {
color: #bbbbbb;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a {
color: #ff8888 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
color: #ffcccc !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa {
background-color: #333;
color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa:hover {
background-color: #666;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar {
background-color: #000;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar:hover {
background-color: #666;
} .cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto {
background-color: #ffffff;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto h4 {
color: #666666;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto p {
color: #888888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a {
color: #cc8888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited {
color: #eeaaaa;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa {
background-color: #fff;
color: #333;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa:hover {
background-color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar {
background-color: #aaa;
color: #000 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar:hover {
background-color: #ddd;
} .cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto {
background-color: #e04729;
border-top:1px solid #99301b;
border-bottom:1px solid #99301b;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto p {
color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a {
color: #febebe;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:visited {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa {
background-color: #e04729;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa:hover {
background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar {
background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar:hover {
background-color: #85120c;
} .cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto {
background-color: #5492e0;
border-top:1px solid #3f6da7;
border-bottom:1px solid #3f6da7;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto p {
color: #eeeeee;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a {
color: #b7d7ff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:visited {
color: #dcebff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa {
background-color: #5492e0;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa:hover {
background-color: #3472c0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar {
background-color: #2462b0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar:hover {
background-color: #64a2f0;
} .cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto {
background-color: #0b7000;
border-top:1px solid #064000;
border-bottom:1px solid #064000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto p {
color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a {
color: #75c76c;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:visited {
color: #c4ffbe;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa {
background-color: #0b7000;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa:hover {
background-color: #095000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar {
background-color: #074000;
color: #fff !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar:hover {
background-color: #2b9010;
} .cdp-cookies-boton-creditos {
font-size: 12px;
float:right;
padding: 10px 0;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: "Genericons";
src: url(https://yogaymeditacionenoviedo.com/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/Genericons.eot?) format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Genericons";
src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
url(https://yogaymeditacionenoviedo.com/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/Genericons.ttf) format("truetype"),
url(https://yogaymeditacionenoviedo.com/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/Genericons.svg#Genericons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://yogaymeditacionenoviedo.com/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.genericon-flip-vertical {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }i.mce-i-icon {
font: 400 20px/1 dashicons;
color: #e02b20 !important;
padding: 0;
vertical-align: top;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: -2px;
padding-right: 2px
} [id ^= bg-showmore-hidden] {
display: none;
padding-top: 15px;
}
.bg-margin-for-link {
margin-bottom: initial; 
}
[id ^= bg-showmore-hidden] .bg-margin-for-link {
margin-bottom: 0em; 
}
a[id ^= bg-showmore-action], a[id ^= bg-showmore-action]:focus {
outline: none;
}
button.bg-green-button {
-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
box-shadow:inset 0px 1px 0px 0px #caefab;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
background-color:#77d42a;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #268a16;
display:inline-block;
cursor:pointer;
color:#306108;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #aade7c;
text-transform: none;
letter-spacing: normal;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button.bg-green-button:hover, button.bg-green-button:focus {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
background-color:#5cb811;
outline: none;
}
button.bg-green-button:active {
position:relative;
top:1px;
border-top: none;
border:1px solid #268a16;
padding: 6px 24px;
outline: none;
}
button.bg-red-button {
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
box-shadow:inset 0px 1px 0px 0px #cf866c;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color:#d0451b;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #854629;
text-transform: none;
letter-spacing: normal;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button.bg-red-button:hover, button.bg-red-button:focus {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
background-color:#bc3315;
outline: none;
}
button.bg-red-button:active {
position:relative;
top:1px;
border-top: none;
border:1px solid #d83526;
padding: 6px 24px;
}
button.bg-orange-button {
-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
box-shadow:inset 0px 1px 0px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #ffaa22;
display:inline-block;
cursor:pointer;
color:#333333;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffee66;
text-transform: none;
letter-spacing: normal;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button.bg-orange-button:hover, button.bg-orange-button:focus{
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
outline: none;
}
button.bg-orange-button:active {
position:relative;
top:1px;
border-top: none;
border:1px solid #ffaa22;
padding: 6px 24px;
}
button.bg-blue-button {
-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
box-shadow:inset 0px 1px 0px 0px #54a3f7;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
background-color:#007dc1;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #124d77;
display:inline-block;
cursor:pointer;
color:#ffffff;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #154682;
text-transform: none;
letter-spacing: normal;
font-weight: normal;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button.bg-blue-button:hover, button.bg-blue-button:focus {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
background-color:#0061a7;
outline: none;
}
button.bg-blue-button:active {
position: relative;
top: 1px;
border-top: none;
border: 1px solid #337fed;
padding: 6px 24px;
}
button.bg-showmore-plg-button:before, a.bg-showmore-plg-link:before {
font-family: Genericons;
position:relative;
padding-right: 4px;
}
a.bg-showmore-plg-link:before {
text-decoration: none;
display: inline-block;
}
button.bg-showmore-plg-button.bg-arrow:before, a.bg-showmore-plg-link.bg-arrow:before {
content: "\f502";
font-size: 10px;
bottom: -2px;
}
button.bg-showmore-plg-button.bg-arrow.bg-close:before, a.bg-showmore-plg-link.bg-arrow.bg-close:before {
content: "\f500";
font-size: 10px;
bottom: 2px;
}
button.bg-showmore-plg-button.bg-zoom:before, a.bg-showmore-plg-link.bg-zoom:before {
content: "\f402";
font-size: 16px;
bottom: -2px;
}
button.bg-showmore-plg-button.bg-zoom.bg-close:before, a.bg-showmore-plg-link.bg-zoom.bg-close:before {
content: "\f401";
font-size: 16px;
}
button.bg-showmore-plg-button.bg-eye:before, a.bg-showmore-plg-link.bg-eye:before {
content: "\f403";
font-size: 16px;
bottom: -2px;
}
button.bg-showmore-plg-button.bg-eye.bg-close:before, a.bg-showmore-plg-link.bg-eye.bg-close:before {
content: "\f404";
font-size: 16px;
}
ul.bg-showmore-no-padding-no-margin {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
word-wrap: break-word;
}
body {
font-size: 100%;
overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
max-width: 100%;
}
audio:not([controls]) {
display: none;
}
html {
overflow-x: hidden;
overflow-y: scroll;
}
button,
input,
select,
textarea {
border: 1px solid #ccc;
font-size: 16px;
line-height: 1.5;
padding: 12px;
}
body {
font-size: 16px;
line-height: 1.5;
overflow-x: hidden;
}
a {
text-decoration: none;
font-weight: bold;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
text-decoration: underline;
outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold ;
margin: 0 0 12px 0;
}
h1 {
font-size: 28px;
line-height: 1.2857;
}
h2 {
font-size: 22px;
line-height: 1.0909;
}
h3 {
font-size: 20px;
line-height: 1.2;
}
h4 {
font-size: 18px;
line-height: 1.33333;
}
h5 {
font-size: 16px;
line-height: 1.2;
}
h6 {
font-size: 14px;
line-height: 1.7142;
}
h1 a {
displaY: inline-block;
font-size: 20px;
line-height: 1;
}
address {
font-style: italic;
margin-bottom: 24px;
}
abbr[title] {
cursor: help;
}
b,
strong {
font-weight: bold;
}
cite,
dfn,
em,
i {
font-style: italic;
}
mark,
ins {
display: inline-block;
padding: 0 4px;
text-decoration: none;
}
p {
margin-bottom: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: monospace, serif;
font-size: 15px;
hyphens:         none;
line-height: 1.6;
}
pre {
box-sizing:         border-box;
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 24px;
word-wrap: normal;
}
blockquote,
q {
hyphens: none;
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
blockquote {
font-size: 19px;
font-style: italic;
line-height: 1.3;
margin-bottom: 24px;
}
blockquote cite,
blockquote small {
font-size: 24px;
line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: bold;
}
small {
font-size: smaller;
}
big {
font-size: 125%;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin-bottom: 24px;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 24px;
}
ul,
ol {
list-style: none;
margin: 0 0 24px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal inside;
}
li > ul,
li > ol {
margin: 0 0 0 20px;
}
figure {
margin: 0;
}
fieldset {
margin: 0 0 24px;
padding: 11px 12px 0;
}
legend {
white-space: normal;
}
button,
input,
select,
textarea {
box-sizing: border-box;
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
select {
max-width: 100%;
word-wrap: break-word;
}
select  option{
max-width: 100%;
white-space: normal;
word-wrap: break-word;
}
button,
input {
font-size: 16px;
line-height: 1.5;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: bold;
}
td {
border-width: 0 1px 1px 0;
}
.site hr {
background-color: #aaa;
border: 0;
height: 1px;
margin-bottom: 23px;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
width: auto;
}  input,
textarea {
border: 1px solid #ccc;
border-radius: 2px;
padding: 12px;
}
textarea {
font-size: 16px;
line-height: 1.5;
width: 100%;
}
input:focus,
textarea:focus {
outline: 0;
} button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border-radius: 2px;
font-weight: bold;
text-transform: uppercase;
vertical-align: bottom;
} .comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto;
max-width: 100%;
width: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
height: auto;
max-width: 100%;
width: auto;
} embed,
iframe,
object,
video {
overflow: hidden;
max-width: 100%;
}
iframe {
display: block;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
margin-bottom: 0;
} .genericon {
border-bottom: none;
font: normal 16px/1 'Genericons';
padding-right: 5px;
vertical-align: top;	
}
code .tags:before,
code .tag a:before,
code .tags a:before,
code .tag:before {
content: '';
}
.featured-post:before {
content: '\f308';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 32px/1 'Genericons';
vertical-align: middle;	
} .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
margin: 7px 14px 7px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
margin-top: 7px;
margin-bottom: 7px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
margin-bottom: 17px;
}
.wp-caption {
margin-bottom: 24px;
max-width: 100%;
width: auto;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
}
div.wp-caption .wp-caption-text {
padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
padding-left: 10px;
padding-right: 0;
}
.wp-smiley {
border: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute !important;
height: 1px;
width: 1px;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
line-height: normal;
padding: 15px 23px 14px;
position: absolute;
left: 5px;
top: 5px;
text-decoration: none;
text-transform: none;
width: auto;
z-index: 100000; } .site {
margin: 0 auto;
width: 96%;
}
.main-wrapper {
display: -webkit-box;     
display: -moz-box;        
display: -ms-flexbox;     
display: -webkit-flex;
display: flex;
-webkit-flex-flow: wrap;
-ms-flex-flow: wrap;
flex-flow: wrap;
margin: 0 auto;
}
.site-content {
-ms-flex-order: 1;     
-webkit-order: 1;  
order: 1;
padding: 24px 0;
}
.content {
padding: 0 24px;
}
.archive-header,
.post-navigation {
padding: 0 24px;
}
.sidebar-1 {
-ms-flex-order: 2;     
-webkit-order: 2;  
order: 2;
}
.sidebar-2 {
-ms-flex-order: 3;     
-webkit-order: 3;  
order: 3;
}
.sidebar-1,
.sidebar-2,
.site-content {
max-width: 100%;
width: 100%;
}
.sidebar-1,
.sidebar-2 {
padding: 24px;
}  .assistive-text,
.site .screen-reader-text {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
} .site-title {
padding: 24px 12px;
text-align: center;
}
.site-title h1 {
margin: 0;
}
.site-title a {
display: inline-block;
font-size: 24px;
font-weight: bold;
line-height: 1;
position: relative;
text-transform: uppercase;
}
.site-title a:hover {
text-decoration: none;
}
.site-description {
display: none;
}
.site-description h2 {
text-align: center;
line-height: 1.25;
}
.header-image,
.header-wrap {
margin: 0 auto;
min-width: 100%;
}  .nav-link {
display: -webkit-box;    
display: -moz-box;         
display: -ms-flexbox;     
display: -webkit-flex;   
display: flex;           
-webkit-flex-flow: wrap;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.nav-link {
margin-top: 24px;
}
.nav-link a {
margin-bottom: 24px;
padding: 12px;
text-decoration: none;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
width: 94%;
}
.pagination.loop-pagination {
padding: 24px 0;
}
.navigation.paging-navigation {
margin-bottom: 24px;
text-align: center;
}
.pagination .page-numbers {
border: 1px solid #000;
display: inline-block;
font-size: 24px;
line-height: 2;
padding: 0 12px;
}
.pagination .page-numbers:hover {
text-decoration: none;
}
.pagination .page-numbers.current:hover {
text-shadow: none;
}
.site .pagination .page-numbers.current,
.site .pagination .page-numbers.dots {
box-shadow: none;
}
.site .pagination .page-numbers.current:after,
.site .pagination .page-numbers.dots:after {
content: '';
}  .menu-toggle:before {
content: '\f419';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 12px/1 'Genericons';
line-height: 1.5;
vertical-align: middle;	
}
.menu-toggle:before {
content: '\f419';
}
.menu-toggle {
border-radius: 3px;
cursor: pointer;
display: inline-block;
font-weight: normal;
margin: 12px 24px;
padding: 11px 8px;
}
.horisontal-navigation > div > ul > li.current-menu-item:before,
.horisontal-navigation > div > ul > li.current_page_item:before,
.horisontal-navigation > div > ul > li.current-page-ancestor:before,
.horisontal-navigation > div > ul > li.current-menu-ancestor:before,
.horisontal-navigation > div > ul > li:hover:before {
top: 12px;
}
.horisontal-navigation > div > ul > li > a:before,
.horisontal-navigation ul li ul li a:before,
.horisontal-navigation .current-menu-item  > a:before,
.horisontal-navigation .current_page_item  > a:before,
.horisontal-navigation .current-page-ancestor > a:before,
.horisontal-navigation .current-menu-ancestor > a:before {
content: '\f428';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 'Genericons';
line-height: 1.5;
vertical-align: top;	
}
.horisontal-navigation .current-menu-item  > a:before,
.horisontal-navigation .current_page_item  > a:before {
content: '\f429';
}
.horisontal-navigation .current-page-ancestor > a:before,
.horisontal-navigation .current-menu-ancestor > a:before {
content: '\f428';
}
.horisontal-navigation ul li ul li a:before {
content: '\f436'
}
.horisontal-navigation > div > ul > li > a:before {
content: '\f428';
}
.horisontal-navigation ul.nav-horizontal,
.horisontal-navigation div.nav-horizontal > ul {
display: none;
}
.horisontal-navigation ul.nav-horizontal.visible,
.horisontal-navigation div.nav-horizontal > ul.visible {
display: block;
}
.horisontal-navigation {
margin: 0 auto;
text-align: right;
}
.horisontal-navigation > div {
text-align: left;
}
.horisontal-navigation ul li {
list-style: none;
}
div.nav-horizontal > ul,
ul.nav-horizontal {
margin: 0;
padding: 24px
}
.horisontal-navigation li a:hover {
margin-left: 12px;
}
.nav-horizontal li a {
font-size: 12px;
line-height: 2;
text-transform: uppercase;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.menu-top {
position: relative;
z-index: 10;
}
.toggle {
display: block;
} .horisontal-navigation a.custom-logo-link,
.horisontal-navigation a.small-logo {
display: block;
height: 100%;
float: left;
padding: 12px 24px 12px 24px;
}
.custom-logo img,
.small-logo img {
max-height: 48px;
vertical-align: center;
} .entry-title {
margin: 0 0 24px 0;
}
.entry-title a {
displaY: inline-block;
font-size: 28px;
line-height: 1;
text-decoration: none;
}
.flex .entry-title a {
margin-bottom: 12px;
}
.entry-content table,
.comment-content table {
font-size: 14px;
line-height: 1.2857142857;
margin-bottom: 24px;
}
.entry-content th,
.comment-content th {
padding: 8px;
text-transform: uppercase;
}
.entry-content td,
.comment-content td {
padding: 8px;
} .flex .entry-thumbnail img {
display: block;
margin: 0 auto;
}
.content-container .entry-thumbnail {
margin-bottom: 24px;
}
.empty-content {
display: none;
} .flex .content-container {
border: 1px solid transparent;
box-shadow: 5px 1px 10px rgba(110,165,255, 0.5);
margin-bottom: 24px;
overflow: hidden;
padding: 12px;
}
.flex .entry-title,
.flex .entry-title a {
font-size: 20px;
line-height: 1.2;
}
.flex .entry-title {
margin-bottom: 0;
}
.flex .entry-meta a {
font-size: 12px;
line-height: 2;
}
.flex .author.vcard a:before,
.flex .entry-date a:before,
.flex .author.vcard a:before,
.flex .edit-link a:before,
.flex .comments-link a:before {
font: normal 12px/1 'Genericons';
}
.flex  .tags,
.flex  .tag:before,
.flex  .tags a:before {
display: none;
} .read-more {
text-align: center;
}
.read-more a {
border: 1px solid transparent;
display: inline-block;
margin-bottom: 24px;
padding: 12px;
}
.read-more a:hover {
text-decoration: none;
} .archive-header h1 {
margin: 0 0 24px 0;
} .entry-meta {
text-align: right;	
}
.post-views:before,
.author.vcard a:before,
.entry-date a:before,
.author.vcard a:before,
.edit-link a:before,
.comments-link a:before,
.post-views:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 'Genericons';
vertical-align: middle;
}
.post-views:before {
content: '\f403';
}
.author.vcard  a:before {
content: '\f304';
}
.comments-link a:before {
content: '\f300';
}
.edit-link a:before {
content: '\f411';
}
.author.vcard a:before {
content: '\f304';
}
.entry-date a:before {
content: '\f307';
}
.post-views {
content: '\f403';
} .post-date {
border-bottom: 2px solid #dd3333;
font-style: italic;
margin: 24px 0;
}
.post-date a {
font-size: 12px;
line-height: 2;
} .category-list {
margin: 0 0 24px 0;
}
.flex .category-list {
display: none;
margin: 0 0 24px 0;
}
.category-list a,
.tags a {
display: inline-block;
font-size: 12px;
line-height: 2;
margin: 0 4px 4px 0;
padding: 6px;
text-decoration: none;
}
.project-list ul,
.category-list ul {
margin: 0;
}
.site .tags li,
.category-list li{
display: inline-block;
list-style: none;
}
.tags {
margin: 24px 0;
}
.tags a {
border: 1px solid #dd3333;
} .post-format {
} .gallery {
display: -webkit-box;     
display: -moz-box;        
display: -ms-flexbox;     
display: -webkit-flex;
display: flex;           
margin: 0 auto;
-webkit-flex-flow: wrap;
-ms-flex-flow: wrap;
flex-flow: wrap;
}
.gallery .gallery-item {
margin: 0 auto;
}
.gallery .gallery-item img {
border: none !important;
margin: 0 auto;
}
.gallery {
margin-bottom: 24px;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
clear: left;
}
.gallery-caption {
bottom: 0;
box-sizing: border-box;
font-size: 16px;
left: 0;	
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
height: 100%;
left: 0;
min-height: 49px;
position: absolute;
top: 0;
width: 100%;
}
.gallery-item:hover .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .comments-area {
margin: 0;
padding: 24px;
}
.comments-title {
margin: 0 0 24px 0;
}
.comment-reply-title {
font-size: 24px;
line-height: 1;
margin: 0 0 24px 0;
}
.comment-list {
list-style: none;
margin: 0 0 48px 0;
}
.comment-author {
font-size: 24px;
line-height: 2;
}
.comment-list .comment-meta {
background: #fff;
box-shadow: 5px 1px 10px rgba(110,165,255, 0.5);
margin-left: -20px;
margin-right: -20px;
padding: 0 20px;
}
.comment-list .reply,
.site .comment-metadata {
float: right;
font-size: 14px;
line-height: 3.42857;
}
.comment-list .reply {
line-height: 1.71429;
margin-top: 24px;
text-transform: uppercase;
}
.bypostauthor > article .fn:before {
content: '\f408';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 'Genericons';
margin-left: 10px;
vertical-align: middle;	
}
.says {
display: none;
}
.comment-awaiting-moderation {
margin-top: 24px;
}
.comment-author.vcard a:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 'Genericons';
padding: 0 0 0 10px;
vertical-align: middle;
}
.comment-body {
background: #f3f4de;
margin-bottom: 24px;
overflow: hidden;
padding: 24px;
}
.comment-body  img.avatar {
border: none;
height: 48px;
width: 48px;
margin-bottom: 2px;
margin-right: 12px;
}
.comment-content {
hyphens:         auto;
padding: 24px 0 0 0;
word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 24px 24px;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-content > :last-child {
margin-bottom: 0;
}
.comment-list .children {
list-style: none;
margin-left: 16px;
}
.comment-respond {
margin-bottom: 24px;
padding: 0;
}
.comment .comment-respond {
margin-top: 24px;
}
.comment-metadata,
.comment-author.vcard {
display: inline-block;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments {
font-size: 16px;
line-height: 1.5;
}
.comment-form label {
display: block;
font-size: 16px;
line-height: 1.5;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
font-size: 16px;
line-height: 1.5;
padding: 8px;
}
.form-allowed-tags,
.form-allowed-tags code {
font-size: 16px;
line-height: 1.5;
}
.comment-reply-title small a {
float: right;
overflow: hidden;
}
.comment-navigation {
margin-bottom: 24px;
overflow: hidden;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
display: block;
margin-bottom: 24px;
width: 99%;
}
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
display: block;
font-size: 16px;
line-height: 1.5;
padding: 12px;
text-align: center;
}
.nav-next a:hover {
text-decoration: underline;	
}
#respond {
clear: right;
}
.clear {
clear: both;
} .sticky {
}
.sticky .category-list,
.sticky .entry-date {
display: none;
} .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
} .widget {
line-height: 1.714285714;
hyphens: auto;
word-wrap: break-word;
margin-bottom: 24px;
overflow: hidden;
}
.widget a {
font-size: 14px;
line-height: 1.714285714;
}
.wp-block-heading,
.widgettitle,
.widget-title,
.widgettitle a,
.widget-title a {
font-size: 24px;
font-weight: bold;
line-height: 1.916666;
}
.wp-block-heading,
.widgettitle,
.widget-title {
border: 1px solid transparent;
margin: 0 0 24px 0;
padding: 0 12px;
text-decoration: none;
}
.widget .widgettitle a:after,
.widget .widget-title a:after {
content: none;
}
.column select {
width: 100%;
}
.widget ol,
.widget ul {
list-style: none;
margin: 24px 0 0 0;
}
.sidebar-header .widget ol,
.sidebar-header .widget ul {
margin: 0;
}
.widget ol li ol,
.widget ul li ul {
margin: 0 0 0 12px;
}
.sidebar-footer li:before,
.column li:before {
content: '\f428';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 24px/1 'Genericons';
line-height: 0;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
vertical-align: middle;	
}
.column .widget.meditation_slider {
margin-bottom: 24px;
}
.widget_tag_cloud a {
border: 1px solid #ccc;
margin: 2px;
padding: 2px;
display: inline-block;		
outline: none;
text-decoration: none;
border-radius: 3px;
}
.widget_tag_cloud a:hover {
text-decoration: underline;
}
.widget.meditation_socialicons ul {
text-align: center;
}
.widget.meditation_socialicons ul li:before{
content: '';
} .sidebar-header {
display: none;
} .sidebar-footer .widget {
margin: 0;
padding: 12px 24px;
}
.footer-1 .widget:first-child {
padding-top: 24px;
}
.footer-3 .widget:last-child {
padding-bottom: 24px;
} .widget.woocommerce.widget_product_search form,
.search-form {
border: 1px solid #ccc;
max-width: 600px;
position: relative;
text-align: left;
}
.search-form input[type="search"],
.search-field {
border-radius: 2px 0 0 2px;
min-height: 48px;
padding: 0 12px;
width: -webkit-calc(100% - 42px);
width: calc(100% - 42px);
}
.search-form:before {
content: '\f303';
-webkit-font-smoothing: antialiased;
font: normal 32px/1 'Genericons';
text-align: center;
vertical-align: middle;	
}
.widget_product_search input[type="submit"]:before,
.widget_product_search #searchsubmit:before,
.site .search-form:before {
content: '\f400';
font-size: 24px;
right: 2px;
line-height: 48px;
position: absolute;
width: 40px;
}
.widget_product_search input[type="submit"],
.widget_product_search #searchsubmit,
.site .search-submit {
background: transparent;
border-radius: 0 2px 2px 0;
bottom: 0;
font-size: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 0;
width: 42px;
}
.widget.woocommerce.widget_product_search,
.site .search-form input[type="search"] {
font-size: 18px;
line-height: 2.6666;
} #calendar_wrap {
max-width: 300px;
margin: 0 auto;
}
.widget_calendar table {
font-size: 12px;
line-height: 2;
margin: 0;
}
.widget_calendar tbody td,
.widget_calendar thead th {
text-align: center;
}
.widget_calendar #next{
text-align: right;
}
.wide .widget.widget_rss > div,
.wide .widget_calendar > div  {
padding: 24px;
} .widget_recent_entries .post-date {
display: block;
} .meditation_socialicons ul {
margin: 0;
text-align: left;
}
.meditation_socialicons .big.horizontal li {
display: inline-block;
width: 64px;
}
.meditation_socialicons .small.horizontal li {
display: inline-block;
width: 32px;
}
.meditation_socialicons .big.vertical li {
width: 64px;
}
.meditation_socialicons .small.vertical li {
width: 32px;
}
.meditation_socialicons a {
display: inline-block;
}
.meditation_socialicons .big a {
height: 64px;
width: 64px;
}
.meditation_socialicons .small a {
height: 32px;
width: 32px;
}
.meditation_socialicons a {
opacity: 0.7;
}
.meditation_socialicons a:hover {
opacity: 1;
}
.meditation_socialicons .vertical li {
display: block;
margin: 0;
}  .confit-hours:before,
.confit-address:before,
.confit-phone:before {
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 'Genericons';
padding-right: 5px;
}
.confit-phone:before {
content: '\f50c';
}
.confit-hours:before {
content: '\f303';
}
.confit-address:before {
content: '\f468';
}
.confit-phone,
.confit-hours,
.confit-address {
padding: 10px;
} form.contact-form {
background: #fff;
border: 1px solid #ccc;
margin: 0 auto;
max-width: 500px;
padding: 20px;
text-align: left;
}
#page form.contact-form  input,
#page form.contact-form  textarea {
border: 1px solid #ccc;
width: 100%;
}
#page form.contact-form input[type="submit"] {
width: auto;
}
form.contact-form input {
padding: 10px;
}
#page .contacts .content-container {
border: none;
background: transparent;
text-align: center;
}
#page .contacts .content-container .entry-title {
text-align: center;
} #subscribe-email input {
padding: 10px !important;
} .column .widget.fixed-widget {
position: fixed;
top: -100%;
z-index: 499;
}
.column .widget.fixed-widget.visible {
top: 0;
} .site-info {
font-size: 16px;
padding: 24px;
text-align: center;
}
.site-info a {
text-decoration: underline;
} .scrollup {
background: url(//yogaymeditacionenoviedo.com/wp-content/themes/meditation/img/scrollup.png) no-repeat 0 24px;
bottom: 40px;
display: none;
height: 45px;
padding: 20px 0;
position: fixed;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
width: 50px; 
z-index: 99;
}
.scrollup.right {
right: 4px;
}
.scrollup.center {
right: 45%;
}
.scrollup.left {
left: 4px;
}
.scrollup:hover {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
@keyframes my-jump  { 
20% {transform: translateY(20px);}
100% {transform: scale(1.1);}
}
@-webkit-keyframes my-jump  { 
20% {transform: translateY(20px);}
100% {transform: scale(1.1);}
}
.move {
-webkit-animation: my-jump 2s linear 0.2s infinite alternate;
animation: my-jump 2s linear 0.2s infinite alternate;
} #woocommerce-wrapper {
padding: 24px;
}    .small .widget > ul > li {
position: relative;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.small .widget.widget_nav_menu div > ul > li.menu-item-has-children:after,
.small .widget.widget_pages > ul > li.page_item_has_children:after,
.small .widget.widget_categories > ul > li.cat-parent:after,
.small .widget.widget_product_categories > ul > li.cat-parent:after {
content: '\f431';
-webkit-font-smoothing: antialiased;
font: normal 32px/1 'Genericons';
vertical-align: middle;	
position: absolute;
right: 4px;
top: 0;
}
.small .widget.widget_nav_menu div > ul > li > a,
.small .widget.widget_pages > ul > li > a,
.small .widget.widget_categories > ul > li > a,
.small .widget.widget_product_categories > ul > li > a {
display: inline-block;
}
.small .widget.widget_nav_menu div > ul > li:hover,
.small .widget.widget_pages > ul > li:hover,
.small .widget.widget_categories > ul > li:hover,
.small .widget.widget_product_categories > ul > li:hover {
outline: none;
text-decoration: none;
border-radius: 3px;
}
.entry-thumbnail.coverback {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center, center;
padding: 35% 0;
} .woo-shop .products li {
padding: 12px !important;
margin-bottom: 24px !important;
}
.woo-shop .page-title {
} @media screen and (min-width: 680px) {
.empty-content {
display: block;
}
.nav-link {  	
-webkit-flex-flow: nowrap;
-ms-flex-flow: nowrap;
flex-flow: nowrap;
}
.nav-link a {
display: block;
margin: 24px auto;
width: 48%;
}
.nav-link a:first-child {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;         
order: 2;
}
.nav-link a:nth-child(2) {
margin-right: 24px;
}
.nav-link a:hover {
border-radius: 40px 0 0 40px;
transform: translate(-12px, 0);
}
.nav-link a:first-child:hover {
border-radius: 0 40px 40px 0;
transform: translate(12px, 0);
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
margin-bottom: 0;
width: auto;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.site {
width: 100%;
}
.boxed-site .site {
width: 94%;
}
h1 {
font-size: 42px;
line-height: 1.143;
}
h2 {
font-size: 32px;
line-height: 1.5;
}
h3 {
font-size: 26px;
line-height: 1.9461;
}
h4 {
font-size: 22px;
line-height: 2.1818;
}
h5 {
font-size: 18px;
line-height: 2.6666;
}
h6 {
font-size: 16px;
line-height: 3;
} .site-title a {
font-size: 32px;
line-height: 1.124;
}
.boxed-content .main-area {
padding: 24px;
} .meditation_socialicons ul {
text-align: right;
} .menu-toggle {
display: none;
}
.horissontal-navigation {
display: block;
}
.menu-top {
padding-right: 24px;
} .horisontal-navigation div.nav-horizontal > ul,
.horisontal-navigation ul.nav-horizontal {
display: -webkit-box;     
display: -moz-box;        
display: -ms-flexbox;     
display: -webkit-flex;
display: flex;            
margin: 0;
-webkit-flex-flow: nowrap;
-ms-flex-flow: nowrap;
flex-flow: nowrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
div.nav-horizontal > ul > li,
ul.nav-horizontal > li {
min-width: 0;
padding-bottom: 0;
}
div.nav-horizontal > ul > li > a,
ul.nav-horizontal > li > a {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
div.nav-horizontal > ul > li:hover,
ul.nav-horizontal > li:hover{
min-width: auto;
}
.nav-horizontal li {
display: inline-block;
font-size: 16px;
}
.nav-horizontal li a {
font-size: 16px;
line-height: 1.5;
-webkit-transition: none;
transition: none;
}		
.nav-horizontal li ul li {
min-width: 300px;
}
.nav-horizontal li ul li li {
border: none;
margin: 0;
}
div.nav-horizontal > ul > ul ul,
div.nav-horizontal > ul > ul,
ul.nav-horizontal > li > ul ul,
ul.nav-horizontal > li > ul {
border-radius: 2px;
padding: 12px;
}
.horisontal-navigation div {
display: block;
text-align: right;
}
.horisontal-navigation > div > ul {
padding-bottom: 0;
}
.horisontal-navigation ul {
box-shadow: none;
margin: 0;
padding: 12px;
text-indent: 0;
margin: auto;
text-align: left;
}
div.nav-horizontal > ul,
ul.nav-horizontal {
padding: 0;
}
.horisontal-navigation li a,
.horisontal-navigation li {
display: inline-block;
text-decoration: none;
white-space: normal;
}
.horisontal-navigation li a:hover {
margin-left: 0;
}
.horisontal-navigation li ul {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
left: 0;
overflow: hidden;
position: absolute;
top: 100%;
width: 1px;
z-index: 10;
}
.horisontal-navigation li ul a {
margin-top: 0;
text-transform: none;
}
.horisontal-navigation li ul ul {
left: 100%;
top: 0;
}
.horisontal-navigation li ul li a {
display: block;
padding: 4px 8px;
white-space: normal;
}
.horisontal-navigation ul li ul li a:before,
.horisontal-navigation > div > ul > li > a:before {
content: '';
}
.horisontal-navigation ul li ul .menu-item-has-children > a:after,
.horisontal-navigation .menu-item-has-children > a:after {
content: '\f431';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 'Genericons';
vertical-align: top;	
}
.horisontal-navigation  .menu-item-has-children  > a:after {
content: '\f431';
}
.horisontal-navigation  ul li ul .menu-item-has-children  > a:after {
font: normal 22px/1 'Genericons';
content: '\f429';
}
.horisontal-navigation > div > ul > li > a {
display: block;
font-size: 16px;
line-height: 1.5;
padding: 24px 8px;
text-decoration: none;
}
.horisontal-navigation ul.nav-horizontal,
.horisontal-navigation div.nav-horizontal > ul {
max-height: 100%;
overflow: visible;
}
.horisontal-navigation ul li:hover > ul,
.horisontal-navigation ul li:focus > ul,
.horisontal-navigation .focus > ul {
clip: inherit;
height: inherit;
overflow: inherit;
width: inherit;
} .site-content {
padding: 24px 0;
}
.category-list {
margin: 0 0 24px 0;
}
.category-list a,
.tags a {
display: inline-block;
font-size: 16px;
line-height: 1.5;
margin: 0 4px 4px 0;
padding: 12px 12px 12px 12px;
text-decoration: none;
} .entry-meta {
padding: 24px 0;
text-align: right;
}
.post-date a {
font-size: 16px;
line-height: 1.5;
}
.entry-meta .edit-link a {
display: block;
margin-top: 24px;
} .related.products .products,
.flex-container {
display: -webkit-box;     
display: -moz-box;        
display: -ms-flexbox;     
display: -webkit-flex;
display: flex;            
margin: 0;
-webkit-flex-flow: nowrap;
-ms-flex-flow: nowrap;
flex-flow: nowrap;
}
.related.products .products .content-container,
.flex .content-container {
border: 1px solid #dd3333;
margin-right: 24px;
margin-bottom: 24px;
padding: 12px;
}
.flex-layout-1 .content-container,
.flex .content-container:last-child {
margin-right: 0;
}
.flex-layout-2 .content-container,
.flex-layout-3 .content-container,
.flex-layout-4 .content-container {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;   
min-width: 0;
}
.flex .entry-title {
line-height: 0;
}
.flex .entry-title a {
margin: 12px 0 24px 0;
}
.flex-layout-1 .entry-title a {
font-size: 36px;
line-height: 1.3333;
}
.flex-layout-2 .entry-title a {
font-size: 32px;
line-height: 1.125;
}
.flex-layout-3 .entry-title a {
font-size: 28px;
line-height: 1.2857;
}
.flex-layout-3 .category-list a,
.flex-layout-3 .tags a {
display: inline-block;
font-size: 14px;
line-height: 1.714;
margin: 0 8px 8px 0;
padding: 8px;
}
.flex-layout-4 .entry-title a {
font-size: 20px;
line-height: 1.2;
}
.flex-layout-4 .project-list a,
.flex-layout-4 .category-list a,
.flex-layout-4 .tags a {
display: inline-block;
font-size: 12px;
line-height: 2;
margin: 0 4px 4px 0;
padding: 4px;
}
.flex-layout-2 .entry-summary,
.flex-layout-2 .entry-content,
.flex-layout-1 .entry-summary,
.flex-layout-1 .entry-content {
font-size: 16px;
line-height: 1.5;
}
.flex-layout-3 .entry-summary,
.flex-layout-3 .entry-content,
.flex-layout-4 .entry-summary,
.flex-layout-4 .entry-content {
font-size: 14px;
line-height: 1.7142857;
}
.flex .category-list {
display: block;;
}
.flex .entry-meta {
padding: 0;
}
.flex .edit-link a {
margin: 0;
} .sidebar-1,
.sidebar-2 {
border: 1px solid transparent;
padding: 23px;
} .meditation_socialicons .vertical li {
margin: 0 auto;
} .woo-shop .products li {
margin-right: 24px !important;
}
.woo-shop .products li:last-child {
margin-right: 0 !important;
}
.small .widget.widget_nav_menu div > ul > li:hover a,
.small .widget.widget_pages > ul > li:hover a,
.small .widget.widget_categories > ul > li:hover a,
.small .widget.widget_product_categories > ul > li:hover a {
border-bottom: none;
}
.small .widget.widget_nav_menu div > ul > li > ul,
.small .widget.widget_pages > ul > li > ul,
.small .widget.widget_product_categories > ul > li > ul {
display: none;
}
.small .widget.widget_nav_menu div > ul > li:hover > ul,
.small .widget.widget_pages > ul > li:hover > ul,
.small .widget.widget_categories > ul > li:hover > ul,
.small .widget.widget_product_categories > ul > li:hover > ul {
display: block;
}
}
@media screen and (min-width: 960px) { .image-wrapper {
position: relative;
}
.image-text-wrap {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 50%;
display: -webkit-box;     
display: -moz-box;      
display: -ms-flexbox;    
display: -webkit-flex;    
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
}
.no-image {
position: relative;
display: none;
}
.header-text-is-on .no-image {
display: block;
}
.no-image .image-text-wrap {
position: relative;
left: 25%;
}
.no-image .site-title,
.no-image .site-description,
.no-image .sidebar-header {
padding: 12px 0;
} .sidebar-header {
display: block;
overflow-y: auto;
max-height: 144px;
}
.sidebar-header .widget-area {
text-align: center;
}
.sidebar-header .widget {
margin: 0;
padding: 12px;
}
.sidebar-header .wp-block-heading,
.sidebar-header .widget-title,
.sidebar-header .widgettitle {
display: none;
}
.sidebar-header .horizontal {
text-align: center;
}
.sidebar-header .widget.widget_search {
margin: 0 auto;
max-width: 400px;
}
.image-text {
padding: 24px;
position: relative;
z-index: 3;
} .site-title,
.site-title h1,
.site-description h2 {
margin: 0;
}
.site-title {
margin: 0 12px;
max-height: 128px;
overflow: hidden;
padding: 0;
}
.site-title:hover {
max-height: 192px;
overflow: visible;
}
.site-title a {
font-size: 52px;
line-height: 1.230769;
}
.site-description {
display: block;
margin: 0 12px;
max-height: 96px;
overflow: hidden;
}
.site-description:hover {
max-height: 192px;
}
.no-image .site-title,
.no-image .site-description {
max-height: none;
overflow: visible;
}
.site-description h2 {
font-size: 42px;
line-height: 1.142857;
padding: 2px 4px;
text-align: center;
} .column .widget.widget_recent_comments ul li,
.column .widget.widget_meta ul li,
.column .widget.widget_recent_entries ul li,
.column .widget.widget_pages ul li,
.column .widget.widget_categories ul li,
.column .widget.widget_archive ul li,
.column .widget.widget_rss  ul li{	
width: 100%;	
}
.column .widget.widget_recent_comments ul li a:hover,
.column .widget.widget_recent_comments ul li a:hover {
text-decoration: underline;
}
.column .widget.widget_recent_comments ul li a:after,
.column .widget.widget_recent_comments ul li a:before {
content: none;
}
.sidebar-footer-content {
display: -webkit-box;     
display: -moz-box;      
display: -ms-flexbox;    
display: -webkit-flex;    
display: flex;            
-webkit-flex-flow: nowrap;
-ms-flex-flow: nowrap;
flex-flow: nowrap;
margin: 0 auto;
}
.sidebar-footer {
padding: 24px 12px;
width: 33.333%;
}
.sidebar-footer:first-child {
padding-left: 24px;
}
.sidebar-footer:last-child {
padding-right: 24px;
}
.site .sidebar-footer .widget {
margin: 0 0 24px 0;
padding: 0;
}
} @media print {
body {
background: none !important; color: #2b2b2b;
font-size: 12pt;
}
.site,
.site-header,
.hentry,
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.archive-header,
.page-header,
.comments-area,
.attachment .entry-attachment .attachment {
max-width: 100%;
}
.img-container,
.site-navigation,
.horisontal-navigation,
.site-content nav,
.edit-link,
.page-links,
.widget-area,
.more-link,
.comment-respond,
.comment-list .reply,
.comment-reply-login,
.site-footer {
display: none;
}
.site-title a,
.entry-meta,
.entry-meta a,
.featured-content .hentry,
.featured-content a {
color: #2b2b2b;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
text-decoration: none;
}
.site-header,
.post-thumbnail,
a.post-thumbnail:hover,
.site-footer {
background: transparent;
}
.site-title {
font-size: 19pt;
}
.site-content footer.entry-meta {
display: none;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
display: block;
}
.site-content .archive-header,
.archive-title,
.page-title {
margin: 0 10px 48px;
}
}@media screen and (min-width: 960px) { .entry-content a,
.entry-title a,
.category-list a,
.tags a,
.post-date,
.page-numbers,
.widget a {
position: relative;
}
.entry-title a:after, 
.entry-content a:after, 
.category-list a:after, 
.post-date:after,
.page-numbers:after,
.tags a:after, 
.widget a:after, 
.entry-title a:before,
.entry-content a:before,
.category-list a:before, 
.tags a:before,
.widget a:before {
content: '';
height: 2px;
position: absolute;
-webkit-transition: all 1s ease-in;
transition: all 1s ease-in;
}
.sidebar-header .widget a:before {
content: none;
}
.entry-title a:before,
.entry-content a:before,
.category-list a:before,
.tags a:before,
.widget a:before {
left: 0;
right: 0;
bottom: -2px;
}
.entry-title a:after,
.entry-content a:after,
.category-list a:after,
.tags a:after,
.post-date:after,
.page-numbers:after,
.widget a:after {
bottom: -2px;
left: -2px;
right: 100%;
width: 4px;
z-index: 2;
}
.category-list a:before,
.tags a:before,
.category-list a:after,
.tags a:after {
bottom: 8px;
left: 8px;
right: 8px;
}
.entry-title a:hover,
.entry-content a:hover,
.category-list a:hover,
.tags a:hover,
.post-date a:hover,
.widget a:hover {
text-decoration: none;
}
.entry-title a:hover:after,
.entry-content a:hover:after,
.category-list a:hover:after,
.tags a:hover:after,
.post-date:hover:after,
.page-numbers:hover:after,
.widget a:hover:after {
left: 100%;
right: -2px;
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.category-list a:hover:after,
.tags a:hover:after {
left: 97%;
width: 2px;
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
} .site-title a {
position: relative;
}
.site-title a:after, 
.site-title a:before {
background-color: white;
content: '';
height: 8px;
position: absolute;
top: -20px;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
-ms-transform: rotateX(90deg);
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
.site-title a:after {
left: 100%;
right: 0;
}
.site-title a:before {
left: 0;
right: 100%;
}
.site-title a:hover:after, 
.site-title a:hover:before {
background-color: white;
top: -12px;
-ms-transform: rotateX(0);
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.site-title a:hover:before {
right: 50%;		
}
.site-title a:hover:after {
left: 50%;
} .horisontal-navigation li {
position: relative;
}
.horisontal-navigation .current-menu-item  > a:before,
.horisontal-navigation .current_page_item  > a:before,
.horisontal-navigation .current-page-ancestor > a:before,
.horisontal-navigation .current-menu-ancestor > a:before {
content: '';
}
.sshorisontal-navigation > div > ul > li:after,
.horisontal-navigation > div > ul > li:before {
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.horisontal-navigation > div > ul > li:after {
-webkit-transition: all 0.4s ease-in, height 0s, width 0s ease-in;
transition: all 0.4s ease-in, height 0s, width 0s ease-in;
}
.horisontal-navigation > div > ul > li:hover:after {
-webkit-transition: all 0.4s ease-in 0.4s, height 0s, width 0s ease-in 0.8s;
transition: all 0.4s ease-in 0.4s, height 0s, width 0s ease-in 0.8s;
}
.horisontal-navigation > div > ul > li:before {
background-color: transparent;
height: 2px;
content: '';
left: 0;
position: absolute;
right: 0;
top: 6px;
}
.horisontal-navigation > div > ul > li.current-menu-item:before,
.horisontal-navigation > div > ul > li.current_page_item:before,
.horisontal-navigation > div > ul > li.current-page-ancestor:before,
.horisontal-navigation > div > ul > li.current-menu-ancestor:before,
.horisontal-navigation > div > ul > li:hover:before {
top: 12px;
}
.horisontal-navigation > div > ul > li:after {
content: '';
left: 0;
height: 0;
position: absolute;
top: 12px;
width: 4px;
z-index: 10;
}
.horisontal-navigation > div > ul > li:hover:after {
left: 100%;
top: 12px;
height: 2px;
width: 0;
} .flex .content-container {
overflow: visible;
position: relative;
}
.flex .content-container:after, 
.flex .content-container:before {
content: '';
position: absolute;
-webkit-transition: all 1s ease-out;
transition: all 1s ease-out;
height: 0;
width: 1px;
}
.flex .content-container:before {
left: -1px;
top: -1px;
}
.flex .content-container:after {
top: -1px;
right: -1px;
}
.flex .content-container:hover:before,
.flex .content-container:hover:after {
height: 48px;
top: 100%;
} .wp-block-heading,
.widget-title,
.widgettitle {
position: relative;
}
.wp-block-heading:after,
.widget-title:after,
.widgettitle:after, 
.wp-block-heading:before, 
.widget-title:before, 
.widgettitle:before {
background: transparent;
content: '';
position: absolute;
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
height: 1px;
width: 0;
}
.wp-block-heading:before, 
.widget-title:before, 
.widgettitle:before {
left: -1px;
top: -1px;
}
.wp-block-heading:after,
.widget-title:after,
.widgettitle:after  {
top: 100%;
left: -1px;
}
.widget:hover 
.widget-title:before, .widget:hover .widgettitle:before,
.widget:hover .widget-title:after, .widget:hover .widgettitle:after  {
width: 4px;
left: 101%;	
} .image-text-wrap:before {
background: rgba(255,255,255,0.1);
content: '';
position: absolute;
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
height: 100%;
top: 0;
width: 0;
}
.header-effect-0 .image-text-wrap:before {
background: transparent;
}
.image-text-wrap:hover:before {
width: 100%;
}
.no-image,
.image-text {
-webkit-perspective: 500px;
perspective: 500px;
}
.image-wrapper {
position: relative;
}
.image-wrapper:before,
.sidebar-header,
.site-title,
.site-description {
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
}
.animate-on-load .image-wrapper:before,
.animate-on-load .sidebar-header,
.animate-on-load .site-title,
.animate-on-load .site-description {
-webkit-transition: all 0s ease-out;
transition: all 0s ease-out;
}
.site-title,
.site-description,
.sidebar-header	{
position: relative;
} .header-effect-1 .image-text-wrap {
overflow: hidden;	
}
.animate-on-load.header-effect-1 .site-title {
transform: translate(0, -200%);
}
.animate-on-load.header-effect-1 .site-description,
.animate-on-load.header-effect-1 .sidebar-header {
opacity: 0;
} .animate-on-load.header-effect-3 .site-description,
.animate-on-load.header-effect-3 .sidebar-header {
opacity: 0;
}
.header-effect-3 .site-title:before,
.header-effect-3 .site-description:before {
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
}
.header-effect-3 .image-wrapper:before {
-webkit-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.header-effect-3 .site-title,
.header-effect-3 .site-title:before {
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}
.header-effect-3 .site-description,
.header-effect-3 .site-description:before {
-webkit-transition-delay: 2s;
-moz-transition-delay: 2s;
-o-transition-delay: 2s;
transition-delay: 2s;
}
.animate-on-load.header-effect-3 .site-title,
.animate-on-load.header-effect-3 .site-description {	
-ms-transform: translate(20px, 0);
-webkit-transform: translate(20px, 0);
transform: translate(20px, 0);
}
.header-effect-3 .site-title:after,
.header-effect-3 .site-description:before,
.header-effect-3 .image-wrapper:before {
background: inherit;
content: '';
position: absolute;
height: 100%;
width: 0;
right: 0;
top: 0;
}
.animate-on-load.header-effect-3 .site-title:after,
.animate-on-load.header-effect-3 .site-description:before,
.animate-on-load.header-effect-3 .image-wrapper:before {
background: inherit;	
height: 100%;
width: 100%;
left: 0;
right: 0;
}
.header-effect-3 .image-wrapper:before,
.animate-on-load.header-effect-3 .image-wrapper:before {
background: rgba(255,255,255,1);
} .header-effect-4 .image-wrapper:before {
-webkit-transition-delay: 4s !important;
-moz-transition-delay: 4s !important;
-o-transition-delay: 4s !important;
transition-delay: 4s !important;
-webkit-transition: all 3s ease-out;
transition: all 3s ease-out;
}
.header-effect-4 .image-text {
-webkit-transition-delay: 2s !important;
-moz-transition-delay: 2s !important;
-o-transition-delay: 2s !important;
transition-delay: 2s !important;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.header-effect-4 .sidebar-header {
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}
.header-effect-4 .site-description {
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.header-effect-4 .site-description:before {
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
}
.animate-on-load.header-effect-4 .image-text {	
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.animate-on-load.header-effect-4 .site-description,
.animate-on-load.header-effect-4 .sidebar-header {
opacity: 0;
}
.header-effect-4 .site-description:before,
.header-effect-4 .image-wrapper:before {
background: inherit;
content: '';
position: absolute;
height: 100%;
width: 0;
right: 0;
top: 0;
}
.header-effect-4 .image-wrapper:before {
height: 100%;		
width: 100%;
top: 0;
}
.animate-on-load.header-effect-4 .site-description:before,
.animate-on-load.header-effect-4 .image-wrapper:before {	
background: inherit;
height: 100%;
width: 100%;
left: 0;
right: 0;
}
.animate-on-load.header-effect-4 .image-wrapper:before {
background: rgba(255,255,255,1);	
} .header-effect-5 .image-wrapper:before {
-webkit-transition-delay: 3s !important;
-moz-transition-delay: 3s !important;
-o-transition-delay: 3s !important;
transition-delay: 3s !important;
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.header-effect-5 .image-text {
-webkit-transition-delay: 4s !important;
-moz-transition-delay: 4s !important;
-o-transition-delay: 4s !important;
transition-delay: 4s !important;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.animate-on-load .image-text {
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.header-effect-5 .image-wrapper {
position: relative;
}
.header-effect-5 .image-wrapper:before {
background: inherit;
content: '';
position: absolute;
height: 0%;
width: 100%;
right: 0;
top: 0;
z-index: 3;
}
.animate-on-load.header-effect-5 .image-wrapper:before {	
background: inherit;
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
}
.header-effect-5 .image-wrapper:before,
.animate-on-load.header-effect-5 .image-wrapper:before {
background: rgba(255,255,255,1);	
} .header-effect-6 .site-title:before,
.header-effect-6 .site-description:before {
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
}	
.header-effect-6 .site-description {
-webkit-transition-delay: 0.8s;
-moz-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
transition-delay: 0.8s;
}		
.header-effect-6 .sidebar-header {
-webkit-transition-delay: 2s;
-moz-transition-delay: 2s;
-o-transition-delay: 2s;
transition-delay: 2s;
}	
.header-effect-6 .site-description:before {
-webkit-transition-delay: 1.1s;
-moz-transition-delay: 1.1s;
-o-transition-delay: 1.1s;
transition-delay: 1.1s;
}
.animate-on-load.header-effect-6 .site-title,
.animate-on-load.header-effect-6 .site-description,
.animate-on-load.header-effect-6 .sidebar-header {
opacity: 0;
}
.header-effect-6 .site-title,
.header-effect-6 .site-description {
position: relative;
}
.header-effect-6 .site-title:before,
.header-effect-6 .site-description:before {
background: inherit;
content: '';
position: absolute;
height: 100%;
width: 0;
right: 0;
top: 0;
z-index: 3;
}
.animate-on-load.header-effect-6 .site-title:before,
.animate-on-load.header-effect-6 .site-description:before {	
background: inherit;
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
} .image-text-wrap {
-webkit-perspective: 500px;
perspective: 500px;
}
.image-text {
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
}
.sidebar-header {
-webkit-transition-delay: 2s;
-moz-transition-delay: 2s;
-o-transition-delay: 2s;
transition-delay: 2s;
}
.site-title:before,
.site-description:before,
.header-effect-2 .image-wrapper:before,
.header-effect-15 .image-wrapper:before {
background: inherit;
content: '';
position: absolute;
height: 100%;
width: 0;
right: 0;
top: 0;
}
.header-effect-2 .image-wrapper:before {
width: 100%;
}
.header-effect-15 .image-wrapper:before {
opacity: 0;
width: 100%;
}
.animate-on-load.header-effect-2 .image-wrapper:before,
.animate-on-load.header-effect-15 .image-wrapper:before {	
background: rgba(0,0,0,0.4);	
height: 100%;
width: 100%;
left: 0;
opacity: 1;
right: 0;
}
.animate-on-load .site-title:before,
.animate-on-load .site-description:before {	
background: inherit;
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
}
.animate-on-load .site-title,
.animate-on-load .site-description,
.animate-on-load .sidebar-header {
opacity: 0;
}
.header-effect-2 .image-text-wrap:before,
.header-effect-15 .image-text-wrap:before {
background: transparent;
}
.header-effect-2 .image-wrapper:before,
.header-effect-15 .image-wrapper:before {
-webkit-transition-delay: 8s !important;
-moz-transition-delay: 8s !important;
-o-transition-delay: 8s !important;
transition-delay: 8s !important;
}
.header-effect-2 .image-wrapper:before {
-webkit-transition: all 3s ease-out;
transition: all 3s ease-out;
height: 0;
}
.header-effect-15 .image-wrapper:before {
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
}
.animate-on-load.header-effect-7 .image-text {
-ms-transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.animate-on-load.header-effect-8 .image-text,
.animate-on-load.header-effect-10 .image-text,
.animate-on-load.header-effect-15 .image-text {
-ms-transform: rotateX(90deg);
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
}
.animate-on-load.header-effect-2 .image-text,
.animate-on-load.header-effect-15 .image-text,
.animate-on-load.header-effect-11 .image-text {
-ms-transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}	
.animate-on-load.header-effect-12 .image-text {
-ms-transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
transform: rotateY(360deg);
}	
.header-effect-2 .image-text,
.header-effect-15 .image-text {
-webkit-transition-delay: 6s !important;
-moz-transition-delay: 6s !important;
-o-transition-delay: 6s !important;
transition-delay: 6s !important;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.animate-on-load.header-effect-2 .image-text,
.animate-on-load.header-effect-15 .image-text {	
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
} @keyframes rotate1 { 
0% {transform: rotateX(90deg) rotateY(30deg);}
25% {transform: rotateX(30deg) rotateY(-20deg);}
45% {transform: rotateX(30deg) rotateY(0deg);}
75% {transform: rotateX(20deg) rotateY(30deg);}
100% {transform: rotateX(0) rotateY(0);}
}
@-webkit-keyframes rotate1 { 
0% {transform: rotateX(90deg) rotateY(30deg);}
25% {transform: rotateX(30deg) rotateY(-20deg);}
45% {transform: rotateX(30deg) rotateY(0deg);}
75% {transform: rotateX(20deg) rotateY(30deg);}
100% {transform: rotateX(0) rotateY(0);}
}
.header-effect-9 .image-text {
-webkit-animation: rotate1 5s linear 0.2s;
animation: rotate1 5s linear 0.2s;
}
.header-effect-7 .site-title:before,
.header-effect-8 .site-title:before,
.header-effect-9 .site-title:before,
.header-effect-7 .site-description:before,
.header-effect-8 .site-description:before,
.header-effect-9 .site-description:before {
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
}		
.header-effect-15 .site-title:before,
.header-effect-10 .site-title:before,
.header-effect-2 .site-title:before,
.header-effect-11 .site-title:before,
.header-effect-12 .site-title:before,
.header-effect-15 .site-description:before,
.header-effect-10 .site-description:before,
.header-effect-2 .site-description:before,
.header-effect-11 .site-description:before,
.header-effect-12 .site-description:before {
-webkit-transition: all 3s ease-out;
transition: all 3s ease-out;
}	
.header-effect-7 .site-description,
.header-effect-8 .site-description,
.header-effect-9 .site-description,
.header-effect-15 .site-description,
.header-effect-10 .site-description,
.header-effect-2 .site-description,
.header-effect-11 .site-description {
-webkit-transition-delay: 0.8s;
-moz-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
transition-delay: 0.8s;
}	
.header-effect-7 .site-description:before,
.header-effect-8 .site-description:before,
.header-effect-9 .site-description:before,
.header-effect-15 .site-description:before,
.header-effect-10 .site-description:before,
.header-effect-2 .site-description:before,
.header-effect-11 .site-description:before {
-webkit-transition-delay: 1.1s;
-moz-transition-delay: 1.1s;
-o-transition-delay: 1.1s;
transition-delay: 1.1s;
}
.header-effect-12 .site-title:before,
.header-effect-12 .site-description:before {
-webkit-transition-delay: 1.8s;
-moz-transition-delay: 1.8s;
-o-transition-delay: 1.8s;
transition-delay: 1.8s;
}
.animate-on-load.header-effect-10 .site-title,
.animate-on-load.header-effect-15 .site-title,
.animate-on-load.header-effect-10 .site-description,
.animate-on-load.header-effect-15 .site-description,
.animate-on-load.header-effect-10 .sidebar-header,
.animate-on-load.header-effect-15 .sidebar-header {
-ms-transform: translate(0, -200px) rotateX(90deg);
-webkit-transform: translate(0, -200px) rotateX(90deg);
transform: translate(0, -200px) rotateX(90deg);
}
.animate-on-load.header-effect-2 .site-title,
.animate-on-load.header-effect-11 .site-title,
.animate-on-load.header-effect-2 .site-description,
.animate-on-load.header-effect-11 .site-description,
.animate-on-load.header-effect-2 .sidebar-header,
.animate-on-load.header-effect-11 .sidebar-header {
-ms-transform: translate(0, 200px) rotateY(-90deg);
-webkit-transform: translate(0, 200px) rotateY(-90deg);
transform: translate(0, 200px) rotateY(-90deg);
}
.animate-on-load.header-effect-12 .site-title {
-ms-transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.animate-on-load.header-effect-12 .site-description {
-ms-transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
} .header-effect-13 .site-title:before,
.header-effect-13 .site-description:before {
-webkit-transition: all 3s ease-out;
transition: all 3s ease-out;
}	
.header-effect-13 .site-title:before,
.header-effect-13 .site-description:before {
-webkit-transition-delay: 1.1s;
-moz-transition-delay: 1.1s;
-o-transition-delay: 1.1s;
transition-delay: 1.1s;
}	
.header-effect-13 .site-description:before {
-webkit-transition-delay: 2.5s;
-moz-transition-delay: 2.5s;
-o-transition-delay: 2.5s;
transition-delay: 2.5s;
}
.animate-on-load.header-effect-13 .site-title {
-ms-transform: translate(200px, 0);
-webkit-transform: translate(200px, 0);
transform: translate(200px, 0);
}
.animate-on-load.header-effect-13 .site-description {
-ms-transform: translate(-200px, 0);
-webkit-transform: translate(-200px, 0);
transform: translate(-200px, 0);
} .header-effect-14 .image-text {
overflow: hidden;
}
.header-effect-14 .site-title:before,
.header-effect-14 .site-description:before {
-webkit-transition: all 3s ease-out;
transition: all 3s ease-out;
}	
.header-effect-14 .site-title:before,
.header-effect-14 .site-description:before {
-webkit-transition-delay: 1.1s;
-moz-transition-delay: 1.1s;
-o-transition-delay: 1.1s;
transition-delay: 1.1s;
}	
.header-effect-14 .site-description:before {
-webkit-transition-delay: 2.5s;
-moz-transition-delay: 2.5s;
-o-transition-delay: 2.5s;
transition-delay: 2.5s;
}
.animate-on-load.header-effect-14 .site-title {
transform: translate(200px, 200px);
-ms-transform: translate(200px, 200px);
-webkit-transform: translate(200px, 200px);
}
.animate-on-load.header-effect-14 .site-description {
-ms-transform: translate(-200px, -200px);
-webkit-transform: translate(-200px, -200px);
transform: translate(-200px, -200px);
} .header-effect-15 .image-text {
overflow: hidden;
}
.header-effect-15 .site-title:before,
.header-effect-15 .site-description:before {
-webkit-transition: all 3s ease-out;
transition: all 3s ease-out;
}	
.header-effect-15 .site-title:before,
.header-effect-15 .site-description:before {
-webkit-transition-delay: 1.1s;
-moz-transition-delay: 1.1s;
-o-transition-delay: 1.1s;
transition-delay: 1.1s;
}	
.header-effect-15 .site-description:before {
-webkit-transition-delay: 2.5s;
-moz-transition-delay: 2.5s;
-o-transition-delay: 2.5s;
transition-delay: 2.5s;
}
.animate-on-load.header-effect-15 .site-title {
-ms-transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.animate-on-load.header-effect-15 .site-description {
-ms-transform: rotateY(-90deg);
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.animate-on-load .image-wrapper:before,
.animate-on-load .site-title,
.animate-on-load .site-title:before,
.animate-on-load .site-description:before,
.animate-on-load .site-description,
.animate-on-load .sidebar-header,
.animate-on-load .image-text,
.animate-on-load .sedibar-header:before {
-webkit-transition-delay: 0s !important;
-moz-transition-delay: 0s !important;
-o-transition-delay: 0s !important;
transition-delay: 0s !important;
-webkit-transition: all 0s ease-out !important;
transition: all 0s ease-out !important;
}  .menu-effect-2 .cloned {
opacity: 0;
position: relative;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-2 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-2 .cloned:before {
background: inherit;
content: '';
position: absolute;
height: 100%;
width: 100%;
right: 0;
top: 0;
z-index: 3;
-webkit-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
}
.menu-effect-2 .cloned.menu-visible:before {
width: 0;
} .menu-effect-3 .cloned {
-ms-transform: translate(0, -100px);
-webkit-transform: translate(0, -100px);
transform: translate(0, -100px);
-webkit-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.menu-effect-3 .cloned.menu-visible {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .menu-effect-4 .cloned .nav-horizontal,
.menu-effect-4 .cloned {
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
opacity: 0;
}
.menu-effect-4 .cloned.menu-visible .nav-horizontal,
.menu-effect-4 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-4 .cloned.menu-visible .nav-horizontal {
-webkit-transition-delay: 0.9s;
transition-delay: 0.9s;
} .menu-effect-5 .cloned {
-ms-transform: translate(-400px, 0);
-webkit-transform: translate(-400px, 0);
transform: translate(-400px, 0);
-webkit-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
}
.menu-effect-5 .cloned.menu-visible {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .menu-effect-6 .cloned {
opacity: 0;
-webkit-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
}
.menu-effect-6 .cloned .nav-horizontal {
-ms-transform: translate(-100px, -100px);
-webkit-transform: translate(-100px, -100px);
transform: translate(-100px, -100px);
-webkit-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
}
.menu-effect-6 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-6 .cloned.menu-visible .nav-horizontal {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .menu-effect-7 .cloned {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-7 .cloned .nav-horizontal {
-ms-transform: translate(0, -100px);
-webkit-transform: translate(0, -100px);
transform: translate(0, -100px);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.menu-effect-7 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-7 .cloned.menu-visible .nav-horizontal {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .menu-effect-8 .cloned {
background-color: transparent;
position: relative;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.menu-effect-8 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-8 .cloned .nav-horizontal,
.menu-effect-8 .cloned .custom-logo-link,
.menu-effect-8 .cloned .small-logo {
position: relative;
z-index: 4;
}
.menu-effect-8 .cloned .nav-horizontal {
-ms-transform:  Translate(-20px, 0) RotateX(90deg);
-webkit-transform: Translate(-20px, 0) RotateX(90deg);
transform: Translate(-20px, 0) RotateX(90deg);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.menu-effect-8 .cloned.menu-visible .nav-horizontal {
-ms-transform: Translate(0, 0) RotateX(0);
-webkit-transform: Translate(0, 0) RotateX(0);
transform: Translate(0, 0) RotateX(0);
}
.menu-effect-8 .cloned .nav-horizontal:before,
.menu-effect-8 .cloned:before {
content: '';
position: absolute;
height: 0;
left: 0;
top: 0;
width: 100%;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-8 .cloned.menu-visible:before {	
height: 50%;
}
.menu-effect-8 .cloned .nav-horizontal:before {
height: 100%;
left: 0;
right: 0;
width: 100%;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
z-index: 5;
}
.menu-effect-8 .cloned.menu-visible .nav-horizontal:before {
width: 0;
}
.menu-effect-8 .cloned:after {
content: '';
position: absolute;
height: 0;
left: 0;
top: 100%;
width: 100%;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-8 .cloned.menu-visible:after {	
height: 50%;
top: 50%;
} .menu-effect-9 .cloned {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-9 .cloned li {
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.menu-effect-9 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-9 .cloned.menu-visible li {
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
} .menu-effect-10 .cloned {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-10 .cloned li {
-ms-transform: translate(200px, 0) scale(0);
-webkit-transform: translate(200px, 0) scale(0);
transform: translate(200px, 0) scale(0);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.menu-effect-10 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-10 .cloned.menu-visible li {
-ms-transform: translate(0, 0) scale(1);
-webkit-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1);
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
} .menu-effect-11 .cloned {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-11 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-11 .cloned .nav-horizontal {
-ms-transform: translate(0, -100px);
-webkit-transform: translate(0, -100px);
transform: translate(0, -100px);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.menu-effect-11 .cloned.menu-visible .nav-horizontal {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.menu-effect-11 .cloned li {
-ms-transform:  RotateY(360deg);
-webkit-transform: RotateY(360deg);
transform: RotateY(360deg);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.menu-effect-11 .cloned.menu-visible li {
-ms-transform: RotateY(0);
-webkit-transform: RotateY(0);
transform: RotateY(0);
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s;
} .menu-effect-12 .cloned {
-ms-transform: RotateX(360deg);
-webkit-transform: RotateX(360deg);
transform: RotateX(360deg);
position: relative;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-12 .cloned.menu-visible {
-ms-transform: RotateX(0);
-webkit-transform: RotateX(0);
transform: RotateX(0);
}
.ssmenu-effect-12 .cloned .nav-horizontal {
-ms-transform: translate(0, -100px);
-webkit-transform: translate(0, -100px);
transform: translate(0, -100px);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.ssmenu-effect-12 .cloned.menu-visible .nav-horizontal {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.ssmenu-effect-12 .cloned li {
-ms-transform:  RotateY(360deg);
-webkit-transform: RotateY(360deg);
transform: RotateY(360deg);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.ssmenu-effect-12 .cloned.menu-visible li {
-ms-transform: RotateY(0);
-webkit-transform: RotateY(0);
transform: RotateY(0);
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s;
}
.menu-effect-12 .cloned:before {
background: inherit;
content: '';
position: absolute;
height: 100%;
width: 100%;
right: 0;
top: 0;
z-index: 3;
-webkit-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;
}
.menu-effect-12 .cloned.menu-visible:before {	
width: 0;
} .menu-effect-13 .cloned {
background-color: transparent;
position: relative;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition-delay: 3s;
transition-delay: 3s;
}
.menu-effect-13 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-13 .cloned .nav-horizontal,
.menu-effect-13 .cloned .custom-logo-link,
.menu-effect-13 .cloned .small-logo {
position: relative;
z-index: 4;
}
.menu-effect-13 .cloned .nav-horizontal {
-ms-transform: Translate(-20px, 0) RotateX(90deg);
-webkit-transform: Translate(-20px, 0) RotateX(90deg);
transform: Translate(-20px, 0) RotateX(90deg);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.menu-effect-13 .cloned .custom-logo-link,
.menu-effect-13 .cloned .small-logo {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.menu-effect-13 .cloned.menu-visible .custom-logo-link,
.menu-effect-13 .cloned.menu-visible .small-logo {
opacity: 1;
}
.menu-effect-13 .cloned.menu-visible .nav-horizontal {
-ms-transform: Translate(0, 0) RotateX(0);
-webkit-transform: Translate(0, 0) RotateX(0);
transform: Translate(0, 0) RotateX(0);
}
.menu-effect-13 .cloned .nav-horizontal:before,
.menu-effect-13 .cloned:before {
content: '';
position: absolute;
height: 100%;
left: 0;
right: 100%;
top: 0;
width: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-13 .cloned.menu-visible:before {	
right: 50%;
width: 50%;
}
.menu-effect-13 .cloned .nav-horizontal:before {
left: 0;
right: 0;
width: 100%;
-webkit-transition-delay: 1.7s;
transition-delay: 1.7s;
z-index: 5;
}
.menu-effect-13 .cloned.menu-visible .nav-horizontal:before {
left: 100%;
width: 0;
}
.menu-effect-13 .cloned:after {
content: '';
position: absolute;
height: 100%;
left: 100%;
right: 0;
top: 0;
width: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-13 .cloned.menu-visible:after {	
left: 50%;
width: 50%;
} .menu-effect-14 .cloned {
background-color: transparent;
position: relative;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition-delay: 3s;
transition-delay: 3s;
}
.menu-effect-14 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-14 .cloned .nav-horizontal,
.menu-effect-14 .cloned .custom-logo-link,
.menu-effect-14 .cloned .small-logo {
position: relative;
z-index: 4;
}
.menu-effect-14 .cloned .nav-horizontal {
-ms-transform:  Translate(-20px, 0) RotateX(90deg);
-webkit-transform: Translate(-20px, 0) RotateX(90deg);
transform: Translate(-20px, 0) RotateX(90deg);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}	
.menu-effect-14 .cloned .custom-logo-link,
.menu-effect-14 .cloned .small-logo {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.menu-effect-14 .cloned.menu-visible .custom-logo-link,
.menu-effect-14 .cloned.menu-visible .small-logo {
opacity: 1;
}
.menu-effect-14 .cloned.menu-visible .nav-horizontal {
-ms-transform: Translate(0, 0) RotateX(0);
-webkit-transform: Translate(0, 0) RotateX(0);
transform: Translate(0, 0) RotateX(0);
}
.menu-effect-14 .cloned .nav-horizontal:before,
.menu-effect-14 .cloned:before {
content: '';
position: absolute;
height: 100%;
right: 100%;
top: 0;
width: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-14 .cloned.menu-visible:before {	
right: 0;
width: 50.1%;
}
.menu-effect-14 .cloned .nav-horizontal:before {
right: 0;
width: 100%;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
z-index: 5;
}
.menu-effect-14 .cloned.menu-visible .nav-horizontal:before {
width: 0;
}
.menu-effect-14 .cloned:after {
content: '';
position: absolute;
height: 100%;
left: 100%;
right: 0;
top: 0;
width: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-14 .cloned.menu-visible:after {	
left: 0;
right: 50.1%;
width: 50.1%;
} .menu-effect-15 .cloned {
background-color: transparent;
position: relative;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.menu-effect-15 .cloned.menu-visible {
opacity: 1;
}
.menu-effect-15 .cloned .nav-horizontal,
.menu-effect-15 .cloned .custom-logo-link,
.menu-effect-15 .cloned .small-logo {
position: relative;
z-index: 4;
}
.menu-effect-15 .cloned .nav-horizontal {
-ms-transform:  Translate(-20px, 0) RotateX(90deg);
-webkit-transform: Translate(-20px, 0) RotateX(90deg);
transform: Translate(-20px, 0) RotateX(90deg);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.menu-effect-15 .cloned .custom-logo-link,
.menu-effect-15 .cloned .small-logo {
opacity: 0;
-webkit-transition: all 1s ease-in-out;
-ms-transform:  Translate(-20px, 0);
-webkit-transform: Translate(-20px, 0);
transform: Translate(-20px, 0);
transition: all 1s ease-in-out;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.menu-effect-15 .cloned.menu-visible .custom-logo-link,
.menu-effect-15 .cloned.menu-visible .small-logo {
opacity: 1;
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
}
.menu-effect-15 .cloned.menu-visible .nav-horizontal {
-ms-transform: Translate(0, 0) RotateX(0);
-webkit-transform: Translate(0, 0) RotateX(0);
transform: Translate(0, 0) RotateX(0);
}
.menu-effect-15 .cloned .nav-horizontal:before,
.menu-effect-15 .cloned:before {
content: '';
position: absolute;
height: 100%;
left: 50.1%;
right: 50%;
top: 0;
width: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-15 .cloned.menu-visible:before {	
left: 0;
right: 49%;
width: 50%;
}
.menu-effect-15 .cloned .nav-horizontal:before {
left: 0;
right: 0;
width: 100%;
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
z-index: 5;
}
.menu-effect-15 .cloned.menu-visible .nav-horizontal:before {
width: 0;
}
.menu-effect-15 .cloned:after {
content: '';
position: absolute;
height: 100%;
left: 50%;
right: 50%;
top: 0;
width: 0;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-effect-15 .cloned.menu-visible:after {	
left: 49%;
right: 0;
width: 50%;
} .read-more a,
.wsmenu-main-title {
position: relative;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}	
.read-more a:hover {
-webkit-transition: all 1s ease-out;
transition: all 1s ease-out;
}
.read-more a:before,
.wsmenu-main-title:before {
background: rgba(255,255,255,0.8);
content: '';
position: absolute;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
height: 100%;
width: 0px;
right: 50%;
top: 0;
}
.read-more a:hover:before,
.wsmenu-main-title:hover:before {
right: 0;
width: 100%;
z-index: -1;
}
.read-more a:after,
.wsmenu-main-title:after {
content: '';
position: absolute;
-webkit-transition: all 0.4s ease-out;
transition: all 1s ease-out;
height: 0px;
width: 100%;
left: 0;
top: 0;
}
.read-more a:hover:after,
.wsmenu-main-title:hover:after {
height: 100%;
z-index: -1;
}
.read-more:hover a,
.wsmenu-main-title:hover a {
position: relative;
z-index: 3;
} .content-container > article,
.content-container {
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.content-container > article {
overflow: hidden;
}
.content-container > article:after,
.content-container > article:before {
content: '';		
bottom: 0;
left: 0;
right: 100%;
top: 0;
position: absolute;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
z-index: 10;
}
.empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.flex-container.animate-block .empty-content {
opacity: 0;
}
.flex-container.animate-block .flex-container .entry-title:before,
.flex-container.animate-block .content-container .entry-title,
.flex-container.animate-block .content-container .category-list,
.flex-container.animate-block .content-container .entry-summary,
.flex-container.animate-block .content-container .entry-content,
.flex-container.animate-block .content-container .entry-meta,
.flex-container.animate-block .content-container .image,
.flex-container.animate-block .content-container,
.flex-container.animate-block .content-container:nth-child(2),
.flex-container.animate-block .content-container:nth-child(3),
.flex-container.animate-block .content-container:nth-child(4),
.flex-container.animate-block .content-container > article,
.flex-container.animate-block .content-container:nth-child(2) > article,
.flex-container.animate-block .content-container:nth-child(3) > article,
.flex-container.animate-block .content-container:nth-child(4) > article,
.flex-container.animate-block .content-container > article:after,
.flex-container.animate-block .content-container > article:before {
-webkit-transition: all 0s;
transition: all 0s;
} .blog-effect-1 .flex-container.animate-block .content-container > article:before {
right: 0;
left: 0;
} .blog-effect-2 .flex-container.animate-block .content-container {
opacity: 0;
-ms-transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
}
.blog-effect-2 .flex-container.animate-block .content-container > article {
opacity: 0;
-ms-transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
} .blog-effect-3 .content-container:nth-child(2) {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.blog-effect-3 .content-container:nth-child(3) {
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.blog-effect-3 .content-container:nth-child(4) {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.blog-effect-3 .flex-container.animate-block .content-container {
opacity: 0;
-ms-transform: Translate(48px, 0);
-webkit-transform: Translate(48px, 0);
transform: Translate(48px, 0);
}
.blog-effect-3 .content-container > article {
-webkit-transition: all 0.5s ease-in-out 0.5s;
transition: all 0.5s ease-in-out 0.5s;
}	
.blog-effect-3 .content-container:nth-child(2) > article {
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.blog-effect-3 .content-container:nth-child(3) > article {
-webkit-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.blog-effect-3 .content-container:nth-child(4) > article {
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
.blog-effect-3 .flex-container.animate-block .content-container > article {
opacity: 0;
} .blog-effect-4 .flex-container.animate-block .content-container {
opacity: 0;
transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
}
.blog-effect-4 .content-container > article:after,
.blog-effect-4 .content-container > article:before {
-webkit-transition: all 0.5s ease-in-out 0.5s;
transition: all 0.5s ease-in-out 0.5s;
}
.blog-effect-4 .content-container > article:after {
left: 100%;
right: 0;
}	
.blog-effect-4 .content-container > article:before {
left: 0;
}
.blog-effect-4 .flex-container.animate-block .content-container > article:before {
left: 0;
right: 50%;
}
.blog-effect-4 .flex-container.animate-block .content-container > article:after {
left: 50%;
right: 0;
} @keyframes borderX1 { 
0% {left: -1px; top: -1px; bottom: -1px; right: -1px; opacity: 1;}
24% {left: 100%; top: -1px; bottom: -1px; right: 0;}
25% {left: 0; top: 0; bottom: 0; right: 0;}
50% {opacity: 1;}
75% {right: 0; opacity: 0;}
100% {right: 100%;}
}
@-webkit-keyframes borderX1 { 
0% {left: -1px; top: -1px; bottom: -1px; right: -1px; opacity: 1;}
24% {left: 100%; top: -1px; bottom: -1px; right: 0;}
25% {left: 0; top: 0; bottom: 0; right: 0;}
50% {opacity: 1;}
75% {right: 0; opacity: 0;}
100% {right: 100%;}
} .blog-effect-5 .start-animation .content-container > article:before {
bottom: 0;
top: 0;
opacity: 0;
right: 100%;
-webkit-animation: borderX1 2s linear;
animation: borderX1 2s linear;
}
.blog-effect-5 .content-container > article:after {
left: -1px;
top: 100%;
bottom: 0;
right: -1px;
-webkit-transition: all 1s ease-in-out 0.5s;
transition: all 1s ease-in-out 0.5s;
}
.blog-effect-5 .flex-container.animate-block .content-container > article:before {
bottom: -1px;
top: -1px;
right: -1px;
left: -1px;
}
.blog-effect-5 .flex-container.animate-block .content-container > article:after {
bottom: 0;
left: -1px;
top: 0;
right: -1px;
}
.blog-effect-5 .content-container .entry-title,
.blog-effect-5 .content-container .category-list,
.blog-effect-5 .content-container .image,
.blog-effect-5 .content-container .entry-summary,
.blog-effect-5 .content-container .entry-content,
.blog-effect-5 .content-container .entry-meta {
-webkit-transition: all 0.8s ease-in-out 0.6s;
transition: all 0.8s ease-in-out 0.6s;
}
.blog-effect-5 .flex-container.animate-block .content-container .entry-title,
.blog-effect-5 .flex-container.animate-block .content-container .category-list,
.blog-effect-5 .flex-container.animate-block .content-container .image,
.blog-effect-5 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-5 .flex-container.animate-block .content-container .entry-content,
.blog-effect-5 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
} .blog-effect-6 .content-container .entry-header {
-webkit-perspective: 500px;
perspective: 500px;
}
.blog-effect-6 .empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-6 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-6 .content-container .entry-title,
.blog-effect-6 .content-container .category-list,
.blog-effect-6 .content-container .image,
.blog-effect-6 .content-container .entry-summary,
.blog-effect-6 .content-container .entry-content,
.blog-effect-6 .content-container .entry-meta {
-webkit-transition: all 1s ease-in-out 3s;
transition: all 1s ease-in-out 3s;
}
.blog-effect-6 .flex-container.animate-block .content-container .entry-title,
.blog-effect-6 .flex-container.animate-block .content-container .category-list,
.blog-effect-6 .flex-container.animate-block .content-container .image,
.blog-effect-6 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-6 .flex-container.animate-block .content-container .entry-content,
.blog-effect-6 .flex-container.animate-block .content-container .entry-meta {
-ms-transform: RotateY(360deg);
-webkit-transform: RotateY(360deg);
transform: RotateY(360deg);
}	
.blog-effect-6 .start-animation .content-container > article:before {
bottom: 0;
top: 0;
opacity: 0;
right: 100%;
-webkit-animation: borderX1 4s linear;
animation: borderX1 4s linear;
}
.blog-effect-6 .content-container > article:after {
left: -1px;
top: 100%;
bottom: 0;
right: -1px;
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-6 .flex-container.animate-block .content-container > article:before {
bottom: -1px;
top: -1px;
right: -1px;
left: -1px;
}
.blog-effect-6 .flex-container.animate-block .content-container > article:after {
bottom: 0;
left: -1px;
top: 0;
right: -1px;
} .blog-effect-7 .empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-7 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-7 .content-container .entry-header {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;		
}
.blog-effect-7 .content-container .entry-title {
-webkit-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s;
}
.blog-effect-7 .content-container .category-list {
-webkit-transition: all 0.2s ease-in-out 0.3s;
transition: all 0.2s ease-in-out 0.3s;
}	
.blog-effect-7 .content-container .image {
-webkit-transition: all 0.2s ease-in-out 0.5s;
transition: all 0.2s ease-in-out 0.5s;
}
.blog-effect-7 .content-container .entry-summary,
.blog-effect-7 .content-container .entry-content {
-webkit-transition: all 0.2s ease-in-out 0.7s;
transition: all 0.2s ease-in-out 0.7s;
}
.blog-effect-7 .content-container .entry-meta {
-webkit-transition: all 0.2s ease-in-out 0.9s;
transition: all 0.2s ease-in-out 0.9s;
}
.blog-effect-7 .flex-container.animate-block .content-container .entry-title,
.blog-effect-7 .flex-container.animate-block .content-container .category-list,
.blog-effect-7 .flex-container.animate-block .content-container .image,
.blog-effect-7 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-7 .flex-container.animate-block .content-container .entry-content,
.blog-effect-7 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, -240px) RotateX(90deg);
-webkit-transform: Translate(0, -240px) RotateX(90deg);
transform: Translate(0, -240px) RotateX(90deg);
} .blog-effect-8 .empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-8 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-8 .content-container .entry-header {
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;		
}
.blog-effect-8 .content-container .entry-title,
.blog-effect-8 .content-container .category-list,
.blog-effect-8 .content-container .image {
-webkit-transition: all 1s ease-in-out 0.5s;
transition: all 1s ease-in-out 0.5s;
}
.blog-effect-8 .content-container .entry-summary,
.blog-effect-8 .content-container .entry-content {
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-8 .content-container .entry-meta {
-webkit-transition: all 1s ease-in-out 1.5s;
transition: all 1s ease-in-out 1.5s;
}
.blog-effect-8 .flex-container.animate-block .content-container .entry-title,
.blog-effect-8 .flex-container.animate-block .content-container .category-list,
.blog-effect-8 .flex-container.animate-block .content-container .image {
-ms-transform: Translate(0, -240px) RotateX(90deg);
-webkit-transform: Translate(0, -240px) RotateX(90deg);
transform: Translate(0, -240px) RotateX(90deg);
}	
.blog-effect-8 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-8 .flex-container.animate-block .content-container .entry-content {
opacity: 0;
}	
.blog-effect-8 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
}	
.blog-effect-8 .start-animation .content-container > article:before {
bottom: 0;
top: 0;
opacity: 0;
right: 100%;
-webkit-animation: borderX1 1s linear;
animation: borderX1 1s linear;
}
.blog-effect-8 .content-container > article:after {
left: -1px;
top: 100%;
bottom: 0;
right: -1px;
-webkit-transition: all 0.5s ease-in-out 0.5s;
transition: all 0.5s ease-in-out 0.5s;
}
.blog-effect-8 .flex-container.animate-block .content-container > article:before {
bottom: -1px;
top: -1px;
right: -1px;
left: -1px;
}
.blog-effect-8 .flex-container.animate-block .content-container > article:after {
bottom: 0;
left: -1px;
top: 0;
right: -1px;
} .blog-effect-9 .empty-content {
-webkit-transition: all 0.5s ease-in-out 1s;
transition: all 0.5s ease-in-out 1s;
}
.blog-effect-9 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-9 .content-container .entry-header {
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;		
}
.blog-effect-9 .content-container .entry-title,
.blog-effect-9 .content-container .category-list,
.blog-effect-9 .content-container .image {
-webkit-transition: all 0.5s ease-in-out 0.5s;
transition: all 0.5s ease-in-out 0.5s;
}	
.blog-effect-9 .content-container .entry-summary,
.blog-effect-9 .content-container .entry-content {
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-9 .content-container .entry-meta {
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-9 .flex-container.animate-block .content-container .entry-title,
.blog-effect-9 .flex-container.animate-block .content-container .category-list,
.blog-effect-9 .flex-container.animate-block .content-container .image {
-ms-transform: Translate(-110%, 0);
-webkit-transform: Translate(-110%, 0);
transform: Translate(-110%, 0);
}	
.blog-effect-9 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-9 .flex-container.animate-block .content-container .entry-content {
opacity: 0;
}	
.blog-effect-9 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
}	
.blog-effect-9 .start-animation .content-container > article:before {
bottom: 0;
top: 0;
opacity: 1;
right: 100%;
}
.blog-effect-9 .flex-container.animate-block .content-container > article:before {
opacity: 0;
bottom: 100%;
} .blog-effect-10 .empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-10 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-10 .content-container .entry-header {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;		
}
.blog-effect-10 .content-container .entry-title {
-webkit-transition: all 0.5s ease-in-out 0.3s;
transition: all 0.5s ease-in-out 0.3s;
}
.blog-effect-10 .content-container .category-list {
-webkit-transition: all 0.5s ease-in-out 0.6s;
transition: all 0.5s ease-in-out 0.6s;
}	
.blog-effect-10 .content-container .image {
-webkit-transition: all 0.5s ease-in-out 0.9s;
transition: all 0.5s ease-in-out 0.9s;
}
.blog-effect-10 .content-container .entry-summary,
.blog-effect-10 .content-container .entry-content {
-webkit-transition: all 0.5s ease-in-out 1.2s;
transition: all 0.5s ease-in-out 1.2s;
}
.blog-effect-10 .content-container .entry-meta {
-webkit-transition: all 0.5s ease-in-out 1.5s;
transition: all 0.5s ease-in-out 1.5s;
}
.blog-effect-10 .flex-container.animate-block .content-container .entry-title,
.blog-effect-10 .flex-container.animate-block .content-container .category-list,
.blog-effect-10 .flex-container.animate-block .content-container .image,
.blog-effect-10 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-10 .flex-container.animate-block .content-container .entry-content,
.blog-effect-10 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, 24px);
-webkit-transform: Translate(0, 24px);
transform: Translate(0, 24px);
} .blog-effect-11 .empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-11 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-11 .content-container .entry-header {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;		
}
.blog-effect-11 .content-container .entry-title {
-webkit-transition: all 0.5s ease-in-out 0.3s;
transition: all 0.5s ease-in-out 0.3s;
}
.blog-effect-11 .content-container .category-list {
-webkit-transition: all 0.5s ease-in-out 0.6s;
transition: all 0.5s ease-in-out 0.6s;
}	
.blog-effect-11 .content-container .image {
-webkit-transition: all 0.5s ease-in-out 0.9s;
transition: all 0.5s ease-in-out 0.9s;
}
.blog-effect-11 .content-container .entry-summary,
.blog-effect-11 .content-container .entry-content {
-webkit-transition: all 0.5s ease-in-out 1.2s;
transition: all 0.5s ease-in-out 1.2s;
}
.blog-effect-11 .content-container .entry-meta {
-webkit-transition: all 0.5s ease-in-out 1.5s;
transition: all 0.5s ease-in-out 1.5s;
}
.blog-effect-11 .flex-container.animate-block .content-container .entry-title,
.blog-effect-11 .flex-container.animate-block .content-container .category-list,
.blog-effect-11 .flex-container.animate-block .content-container .image,
.blog-effect-11 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-11 .flex-container.animate-block .content-container .entry-content,
.blog-effect-11 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
} .blog-effect-12 .empty-content {
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-12 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-12 .content-container .entry-header {
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;		
}
.blog-effect-12 .content-container .entry-title,
.blog-effect-12 .content-container .category-list {
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-12 .content-container .image,
.blog-effect-12 .content-container .entry-summary,
.blog-effect-12 .content-container .entry-content {
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-12 .content-container .entry-meta {
-webkit-transition: all 1s ease-in-out 1.5s;
transition: all 1s ease-in-out 1.5s;
}
.blog-effect-12 .flex-container.animate-block .content-container .entry-title {
-ms-transform: Translate(48px, 0) RotateX(30deg);
-webkit-transform: Translate(48px, 0) RotateX(30deg);
transform: Translate(48px, 0) RotateX(30deg);
opacity: 0;
}	
.blog-effect-12 .flex-container.animate-block .content-container .category-list {
opacity: 0;
-ms-transform: Translate(-110%, 0);
-webkit-transform: Translate(-110%, 0);
transform: Translate(-110%, 0);
}
.blog-effect-12 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-12 .flex-container.animate-block .content-container .entry-content,
.blog-effect-12 .flex-container.animate-block .content-container .image {
opacity: 0;
-ms-transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
}
.blog-effect-12 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
}	
.blog-effect-12 .start-animation .content-container > article:before {
bottom: 0;
top: 0;
opacity: 1;
right: 100%;
}
.blog-effect-12 .flex-container.animate-block .content-container > article:before {
opacity: 0;
-webkit-transition-delay: left 2s, opacity 1s;
transition-delay: left 2s, opacity 1s;	
}
.blog-effect-12 .content-container {
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;		
}
.blog-effect-12 .flex-container.animate-block .content-container {
-ms-transform: RotateY(360deg);
-webkit-transform: RotateY(360deg);
transform: RotateY(360deg);
} @keyframes borderX1r { 
0% {left: -1px; top: -1px; bottom: -1px; right: -1px; opacity: 1;}
24% {left: 0; top: -1px; bottom: -1px; right: 100%;}
25% {left: 0; top: 0; bottom: 0; right: 0;}
50% {opacity: 1;}
75% {right: 0; opacity: 0;}
100% {right: 100%;}
}
@-webkit-keyframes borderX1r { 
0% {left: -1px; top: -1px; bottom: -1px; right: -1px; opacity: 1;}
24% {left: 0; top: -1px; bottom: -1px; right: 100%;}
25% {left: 0; top: 0; bottom: 0; right: 0;}
50% {opacity: 1;}
75% {right: 0; opacity: 0;}
100% {right: 100%;}
} @keyframes borderX1c { 
0% {left: -1px; top: -1px; bottom: -1px; right: -1px; opacity: 1;}
24% {left: 50%; top: -1px; bottom: -1px; right: 50%;}
25% {left: 0; top: 0; bottom: 0; right: 0;}
50% {opacity: 1;}
75% {right: 0; opacity: 0;}
100% {right: 100%;}
}
@-webkit-keyframes borderX1c { 
0% {left: -1px; top: -1px; bottom: -1px; right: -1px; opacity: 1;}
24% {left: 0; top: -1px; bottom: -1px; right: 100%;}
25% {left: 0; top: 0; bottom: 0; right: 0;}
50% {opacity: 1;}
75% {right: 0; opacity: 0;}
100% {right: 100%;}
} .blog-effect-13 .empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-13 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-13 .content-container .entry-header {
-webkit-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;		
}
.blog-effect-13 .content-container .entry-title,
.blog-effect-13 .content-container .category-list {
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-13 .content-container .image,
.blog-effect-13 .content-container .entry-summary,
.blog-effect-13 .content-container .entry-content {
-webkit-transition: all 2s ease-in-out 2s;
transition: all 2s ease-in-out 2s;
}
.blog-effect-13 .content-container .entry-meta {
-webkit-transition: all 2s ease-in-out 2.5s;
transition: all 2s ease-in-out 2.5s;
}
.blog-effect-13 .flex-container.animate-block .content-container .entry-title {
-ms-transform: Translate(48px, 48px) RotateY(30deg);
-webkit-transform: Translate(48px, 48px) RotateY(30deg);
transform: Translate(48px, 48px) RotateY(30deg);
opacity: 0;
}	
.blog-effect-13 .flex-container.animate-block .content-container .category-list {
opacity: 0;
-ms-transform: Translate(-110%, 0);
-webkit-transform: Translate(-110%, 0);
transform: Translate(-110%, 0);
}
.blog-effect-13 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-13 .flex-container.animate-block .content-container .entry-content,
.blog-effect-13 .flex-container.animate-block .content-container .image {
opacity: 0;
-ms-transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
}
.blog-effect-13 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
}	
.blog-effect-13 .start-animation .content-container > article:before {
bottom: 0;
top: 0;
opacity: 0;
right: 100%;
-webkit-animation: borderX1 2s linear;
animation: borderX1 2s linear;
}	
.blog-effect-13 .start-animation .content-container:nth-child(2) > article:before,
.blog-effect-13 .start-animation .content-container:nth-child(3) > article:before {
-webkit-animation: borderX1c 2s linear;
animation: borderX1c 2s linear;
}	
.blog-effect-13 .start-animation .content-container:last-child > article:before {
-webkit-animation: borderX1r 2s linear;
animation: borderX1r 2s linear;
}
.blog-effect-13 .content-container > article:after {
left: -1px;
top: 100%;
bottom: 0;
right: -1px;
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-13 .flex-container.animate-block .content-container > article:before {
bottom: -1px;
top: -1px;
right: -1px;
left: -1px;
}
.blog-effect-13 .flex-container.animate-block .content-container > article:after {
bottom: 0;
left: -1px;
top: 0;
right: -1px;
} .blog-effect-14 .empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-14 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-14 .content-container .entry-header {
-webkit-transition: all 2s ease-in-out;
transition: all 2s ease-in-out;		
}
.blog-effect-14 .content-container .entry-title,
.blog-effect-14 .content-container .category-list {
-webkit-transition: all 1s ease-in-out 3s;
transition: all 1s ease-in-out 3s;
}
.blog-effect-14 .content-container .image,
.blog-effect-14 .content-container .entry-summary,
.blog-effect-14 .content-container .entry-content,
.blog-effect-14 .content-container .entry-meta {
-webkit-transition: all 2s ease-in-out 4s;
transition: all 2s ease-in-out 4s;
}
.blog-effect-14 .flex-container.animate-block .content-container .entry-title {
-ms-transform: Translate(48px, 48px) Rotatex(-360deg);
-webkit-transform: Translate(48px, 48px) Rotatex(-360deg);
transform: Translate(48px, 48px) Rotatex(-360deg);
opacity: 0;
}	
.blog-effect-14 .flex-container.animate-block .content-container .category-list {
opacity: 0;
-ms-transform: Translate(-110%, 0);
-webkit-transform: Translate(-110%, 0);
transform: Translate(-110%, 0);
}
.blog-effect-14 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-14 .flex-container.animate-block .content-container .entry-content,
.blog-effect-14 .flex-container.animate-block .content-container .image {
opacity: 0;
-ms-transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
}
.blog-effect-14 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
}	
.blog-effect-14 .content-container {
-webkit-transition: all 2s ease-in-out 2s;
transition: all 2s ease-in-out 2s;		
}
.blog-effect-14 .flex-container.animate-block .content-container {
-ms-transform: RotateY(360deg);
-webkit-transform: RotateY(360deg);
transform: RotateY(360deg);
}
.blog-effect-14 .start-animation .content-container > article:before {
bottom: 0;
top: 0;
opacity: 0;
right: 100%;
-webkit-animation: borderX1 2s linear;
animation: borderX1 2s linear;
}	
.blog-effect-14 .content-container > article:after {
left: -1px;
top: 100%;
bottom: 0;
right: -1px;
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-14 .flex-container.animate-block .content-container > article:before {
bottom: -1px;
top: -1px;
right: -1px;
left: -1px;
}
.blog-effect-14 .flex-container.animate-block .content-container > article:after {
bottom: 0;
left: -1px;
top: 0;
right: -1px;
} .blog-effect-15 .empty-content {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-15 .flex-container.animate-block .empty-content {
opacity: 0;
}
.blog-effect-15 .content-container .entry-title,
.blog-effect-15 .content-container .category-list {
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-15 .content-container:nth-child(2) .entry-title,
.blog-effect-15 .content-container:nth-child(2) .category-list {
-webkit-transition-delay: 2s;
transition-delay: 2s;		
}
.blog-effect-15 .content-container:nth-child(3) .entry-title,
.blog-effect-15 .content-container:nth-child(3) .category-list {
-webkit-transition-delay: 3s;
transition-delay: 3s;		
}
.blog-effect-15 .content-container:nth-child(4) .entry-title,
.blog-effect-15 .content-container:nth-child(4) .category-list {
-webkit-transition-delay: 4s;
transition-delay: 4s;		
}
.blog-effect-15 .content-container .image,
.blog-effect-15 .content-container .entry-summary,
.blog-effect-15 .content-container .entry-content,
.blog-effect-15 .content-container .entry-meta {
-webkit-transition: all 1s ease-in-out 2s;
transition: all 1s ease-in-out 2s;
}
.blog-effect-15 .content-container:nth-child(2) .image,
.blog-effect-15 .content-container:nth-child(2) .entry-summary,
.blog-effect-15 .content-container:nth-child(2) .entry-content,
.blog-effect-15 .content-container:nth-child(2) .entry-meta {
-webkit-transition-delay: 3s;
transition-delay: 3s;	
}
.blog-effect-15 .content-container:nth-child(3) .image,
.blog-effect-15 .content-container:nth-child(3) .entry-summary,
.blog-effect-15 .content-container:nth-child(3) .entry-content,
.blog-effect-15 .content-container:nth-child(3) .entry-meta {
-webkit-transition-delay: 4s;
transition-delay: 4s;	
}
.blog-effect-15 .content-container:nth-child(4) .image,
.blog-effect-15 .content-container:nth-child(4) .entry-summary,
.blog-effect-15 .content-container:nth-child(4) .entry-content,
.blog-effect-15 .content-container:nth-child(4) .entry-meta {
-webkit-transition-delay: 5s;
transition-delay: 5s;	
}
.blog-effect-15 .flex-container.animate-block .content-container .entry-title {
-ms-transform: Translate(0, -48px);
-webkit-transform: Translate(0, -48px);
transform: Translate(0, -48px);
opacity: 0;
}	
.blog-effect-15 .flex-container.animate-block .content-container .category-list {
opacity: 0;
-ms-transform: Translate(-110%, 0);
-webkit-transform: Translate(-110%, 0);
transform: Translate(-110%, 0);
}
.blog-effect-15 .flex-container.animate-block .content-container .entry-summary,
.blog-effect-15 .flex-container.animate-block .content-container .entry-content,
.blog-effect-15 .flex-container.animate-block .content-container .image {
opacity: 0;
-ms-transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
}
.blog-effect-15 .flex-container.animate-block .content-container .entry-meta {
opacity: 0;
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
}	
.blog-effect-15 .start-animation .content-container > article:before {
bottom: 0;
top: 0;
opacity: 0;
left: -1px;
right: 100%;
-webkit-animation: borderX1 2s linear;
animation: borderX1 2s linear;
}	
.blog-effect-15 .content-container > article:after {
left: -1px;
top: 100%;
bottom: 0;
right: -1px;
-webkit-transition: all 1s ease-in-out 1s;
transition: all 1s ease-in-out 1s;
}
.blog-effect-15 .start-animation .content-container:nth-child(2) > article:before {
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.blog-effect-15 .content-container:nth-child(2) > article:after {
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
.blog-effect-15 .start-animation .content-container:nth-child(3) > article:before {
-webkit-animation-delay: 2s;
animation-delay: 2s;
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
.blog-effect-15 .content-container:nth-child(3) > article:after {
-webkit-transition-delay: 3s;
transition-delay: 3s;
}
.blog-effect-15 .start-animation .content-container:nth-child(4) > article:before {
-webkit-animation-delay: 3s;
animation-delay: 3s;
-webkit-transition-delay: 3s;
transition-delay: 3s;
}
.blog-effect-15 .content-container:nth-child(4) > article:after {
-webkit-transition-delay: 4s;
transition-delay: 4s;
}
.blog-effect-15 .flex-container.animate-block .content-container > article:before {
bottom: -1px;
top: -1px;
right: -1px;
left: -1px;
}
.blog-effect-15 .flex-container.animate-block .content-container > article:after {
bottom: 0;
left: -1px;
top: 0;
right: -1px;
} .animate-sidebar .widget {
opacity: 0;
position: relative;
}
.animate-sidebar .widget.start-widget {
opacity: 1;
}
.animate-sidebar .widget,
.animate-sidebar .widget .wp-block-heading,
.animate-sidebar .widget .widgettitle,
.animate-sidebar .widget .widget-title {
-webkit-transition: all 0s linear 0s;
transition: all 0s linear 0s;
}
.animate-sidebar .widget.start-widget,
.animate-sidebar .widget.start-widget .wp-block-heading,
.animate-sidebar .widget.start-widget .widgettitle,
.animate-sidebar .widget.start-widget .widget-title {
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.animate-sidebar .column .widget.fixed-widget {
opacity: 0;
}
.animate-sidebar .column .widget.fixed-widget.visible {
-webkit-transition: top 0s ease-in-out, transform 1s ease-in-out, opacity 1s ease-in-out;
transition: top 0s ease-in-out, transform 1s ease-in-out, opacity 1s ease-in-out;
opacity: 1;
}
.animate-sidebar .column .widget.fixed-widget .wp-block-heading,
.animate-sidebar .column .widget.fixed-widget .widget-title,
.animate-sidebar .column .widget.fixed-widget .widgettitle,
.animate-sidebar .column .widget.fixed-widget {
-webkit-transition: top 1s ease-in-out, transform 1s ease-in-out, opacity 0.2s ease-in-out;
transition: top 1s ease-in-out, transform 1s ease-in-out, opacity 0.2s ease-in-out;
}  .sidebar-effect-2 .widget.animate-widget {
-ms-transform: Translate(0, 48px);
-webkit-transform: Translate(0, 48px);
transform: Translate(0, 48px);
} .sidebar-effect-3 .widget.animate-widget {
-ms-transform: Translate(24px, 48px);
-webkit-transform: Translate(24px, 48px);
transform: Translate(24px, 48px);
} .sidebar-effect-4 .column {
overflow: hidden;
}
.sidebar-effect-4 .widget.animate-widget {
-ms-transform: Translate(240px, 0);
-webkit-transform: Translate(240px, 0);
transform: Translate(240px, 0);
} .sidebar-effect-5 .column {
overflow: hidden;
}
.sidebar-effect-5 .widget.animate-widget {
-ms-transform: Translate(-240px, 0);
-webkit-transform: Translate(-240px, 0);
transform: Translate(-240px, 0);
}
.sidebar-effect-5 .widget .wp-block-heading,
.sidebar-effect-5 .widget .widgettitle,
.sidebar-effect-5 .widget .widget-title {
-ms-transform: Translate(0, -240px);
-webkit-transform: Translate(0, -240px);
transform: Translate(0, -240px);
}
.sidebar-effect-5 .widget.start-widget .wp-block-heading,
.sidebar-effect-5 .widget.start-widget .widgettitle,
.sidebar-effect-5 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
} .sidebar-effect-6 .column {
overflow: hidden;
}
.sidebar-effect-6 .widget.animate-widget {
-ms-transform: Translate(-240px, 0);
-webkit-transform: Translate(-240px, 0);
transform: Translate(-240px, 0);
}
.sidebar-effect-6 .widget .wp-block-heading,
.sidebar-effect-6 .widget .widgettitle,
.sidebar-effect-6 .widget .widget-title {
-ms-transform: Translate(240px, 0);
-webkit-transform: Translate(240px, 0);
transform: Translate(240px, 0);
}
.sidebar-effect-6 .widget.start-widget .wp-block-heading,
.sidebar-effect-6 .widget.start-widget .widgettitle,
.sidebar-effect-6 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
} .sidebar-effect-7 .widget > div,
.sidebar-effect-7 .widget > ul,
.sidebar-effect-7 .widget > span,
.sidebar-effect-7 .widget.start-widget .wp-block-heading,
.sidebar-effect-7 .widget.start-widget .widgettitle,
.sidebar-effect-7 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
}
.sidebar-effect-7 .widget.start-widget > div,
.sidebar-effect-7 .widget.start-widget > ul,
.sidebar-effect-7 .widget.start-widget > span {
opacity: 1;
-webkit-transition: all 1s ease-in-out 0.8s;
transition: all 1s ease-in-out 0.8s;
}
.sidebar-effect-7 .widget > div,
.sidebar-effect-7 .widget > ul,
.sidebar-effect-7 .widget > span {
opacity: 0;
}
.sidebar-effect-7 .widget .wp-block-heading,
.sidebar-effect-7 .widget .widgettitle,
.sidebar-effect-7 .widget .widget-title {
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
} .sidebar-effect-8 .widget.start-widget > div,
.sidebar-effect-8 .widget.start-widget > ul,
.sidebar-effect-8 .widget.start-widget > span,
.sidebar-effect-8 .widget.start-widget .wp-block-heading,
.sidebar-effect-8 .widget.start-widget .widgettitle,
.sidebar-effect-8 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
}
.sidebar-effect-8 .widget.start-widget > div,
.sidebar-effect-8 .widget.start-widget > ul,
.sidebar-effect-8 .widget.start-widget > span {
opacity: 1;
-webkit-transition: all 1s ease-in-out 0.1s;
transition: all 1s ease-in-out 0.1s;
}
.sidebar-effect-8 .widget > div,
.sidebar-effect-8 .widget > ul,
.sidebar-effect-8 .widget > span {
opacity: 0;
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
}
.sidebar-effect-8 .widget .wp-block-heading,
.sidebar-effect-8 .widget .widgettitle,
.sidebar-effect-8 .widget .widget-title {
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
} .sidebar-effect-9 .widget.start-widget > div,
.sidebar-effect-9 .widget.start-widget > ul,
.sidebar-effect-9 .widget.start-widget > span,
.sidebar-effect-9 .widget.start-widget .wp-block-heading,
.sidebar-effect-9 .widget.start-widget .widgettitle,
.sidebar-effect-9 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
}
.sidebar-effect-9 .widget.start-widget > div,
.sidebar-effect-9 .widget.start-widget > ul,
.sidebar-effect-9 .widget.start-widget > span {
opacity: 1;
-webkit-transition: all 1s ease-in-out 0.1s;
transition: all 1s ease-in-out 0.1s;
}
.sidebar-effect-9 .widget > div,
.sidebar-effect-9 .widget > ul,
.sidebar-effect-9 .widget > span {
opacity: 0;
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
}
.sidebar-effect-9 .widget .wp-block-heading,
.sidebar-effect-9 .widget .widgettitle,
.sidebar-effect-9 .widget .widget-title {
-ms-transform: Translate(0, -240px);
-webkit-transform: Translate(0, -240px);
transform: Translate(0, -240px);
} .sidebar-effect-10 .widget.start-widget > div,
.sidebar-effect-10 .widget.start-widget > ul,
.sidebar-effect-10 .widget.start-widget > span,
.sidebar-effect-10 .widget.start-widget .wp-block-heading,
.sidebar-effect-10 .widget.start-widget .widgettitle,
.sidebar-effect-10 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
}
.sidebar-effect-10 .widget.start-widget > div,
.sidebar-effect-10 .widget.start-widget > ul,
.sidebar-effect-10 .widget.start-widget > span {
opacity: 1;
-webkit-transition: all 1s ease-in-out 0.1s;
transition: all 1s ease-in-out 0.1s;
}
.sidebar-effect-10 .widget > div,
.sidebar-effect-10 .widget > ul,
.sidebar-effect-10 .widget > span {
opacity: 0;
-ms-transform: Translate(0, -240px);
-webkit-transform: Translate(0, -240px);
transform: Translate(0, -240px);
}
.sidebar-effect-10 .widget .wp-block-heading,
.sidebar-effect-10 .widget .widgettitle,
.sidebar-effect-10 .widget .widget-title {
-ms-transform: Translate(0, -240px);
-webkit-transform: Translate(0, -240px);
transform: Translate(0, -240px);
} .sidebar-effect-11 .widget.start-widget > div,
.sidebar-effect-11 .widget.start-widget > ul,
.sidebar-effect-11 .widget.start-widget > span,
.sidebar-effect-11 .widget.start-widget .wp-block-heading,
.sidebar-effect-11 .widget.start-widget .widgettitle,
.sidebar-effect-11 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
}
.sidebar-effect-11 .widget.start-widget > div,
.sidebar-effect-11 .widget.start-widget > ul,
.sidebar-effect-11 .widget.start-widget > span {
opacity: 1;
-webkit-transition: all 1s ease-in-out 0.2s;
transition: all 1s ease-in-out 0.2s;
}
.sidebar-effect-11 .widget > div,
.sidebar-effect-11 .widget > ul,
.sidebar-effect-11 .widget > span {
opacity: 0;
-ms-transform: Translate(0, -240px);
-webkit-transform: Translate(-240px, 0);
transform: Translate(-240px, 0);
}
.sidebar-effect-11 .widget .wp-block-heading,
.sidebar-effect-11 .widget .widgettitle,
.sidebar-effect-11 .widget .widget-title {
-ms-transform: Translate(0, 240px);
-webkit-transform: Translate(0, 240px);
transform: Translate(0, 240px);
} .sidebar-effect-12 .widget.start-widget > div,
.sidebar-effect-12 .widget.start-widget > ul,
.sidebar-effect-12 .widget.start-widget > span,
.sidebar-effect-12 .widget.start-widget .wp-block-heading,
.sidebar-effect-12 .widget.start-widget .widgettitle,
.sidebar-effect-12 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0);
-webkit-transform: Translate(0, 0);
transform: Translate(0, 0);
}
.sidebar-effect-12 .widget.start-widget > div,
.sidebar-effect-12 .widget.start-widget > ul,
.sidebar-effect-12 .widget.start-widget > span {
opacity: 1;
-webkit-transition: all 1s ease-in-out 0.2s;
transition: all 1s ease-in-out 0.2s;
}
.sidebar-effect-12 .widget > div,
.sidebar-effect-12 .widget > ul,
.sidebar-effect-12 .widget > span {
opacity: 0;
-ms-transform: Translate(-240px, 0);
-webkit-transform: Translate(-240px, 0);
transform: Translate(-240px, 0);
}
.sidebar-effect-12 .widget .wp-block-heading,
.sidebar-effect-12 .widget .widgettitle,
.sidebar-effect-12 .widget .widget-title {
-ms-transform: Translate(0, -240px);
-webkit-transform: Translate(0, -240px);
transform: Translate(0, -240px);
} .sidebar-effect-13 .widget.start-widget > div,
.sidebar-effect-13 .widget.start-widget > ul,
.sidebar-effect-13 .widget.start-widget > span,
.sidebar-effect-13 .widget.start-widget .widgettitle,
.sidebar-effect-13 .widget.start-widget .wp-block-heading,
.sidebar-effect-13 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0) RotateX(0);
-webkit-transform: Translate(0, 0) RotateX(0);
transform: Translate(0, 0) RotateX(0);
}
.sidebar-effect-13 .widget.start-widget > div,
.sidebar-effect-13 .widget.start-widget > ul,
.sidebar-effect-13 .widget.start-widget > span {
opacity: 1;
-webkit-transition: all 1s ease-in-out 0.2s;
transition: all 1s ease-in-out 0.2s;
}
.sidebar-effect-13 .widget > div,
.sidebar-effect-13 .widget > ul,
.sidebar-effect-13 .widget > span {
opacity: 0;
-ms-transform: Translate(-24px, 0);
-webkit-transform: Translate(-24px, 0);
transform: Translate(-24px, 0);
}
.sidebar-effect-13 .widget .widgettitle,
.sidebar-effect-13 .widget .wp-block-heading,
.sidebar-effect-13 .widget .widget-title {
-ms-transform:  RotateX(180deg) Translate(24px, 0);
-webkit-transform: RotateX(180deg) Translate(24px, 0);
transform: RotateX(180deg) Translate(24px, 0);
} .sidebar-effect-14 .widget.start-widget > div,
.sidebar-effect-14 .widget.start-widget > ul,
.sidebar-effect-14 .widget.start-widget > span,
.sidebar-effect-14 .widget.start-widget .wp-block-heading,
.sidebar-effect-14 .widget.start-widget .widgettitle,
.sidebar-effect-14 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0) RotateX(0);
-webkit-transform: Translate(0, 0) RotateX(0);
transform: Translate(0, 0) RotateX(0);
}
.sidebar-effect-14 .widget.start-widget > div,
.sidebar-effect-14 .widget.start-widget > ul,
.sidebar-effect-14 .widget.start-widget > span {
opacity: 1;
-webkit-transition: all 1s ease-in-out 0.2s;
transition: all 1s ease-in-out 0.2s;
}
.sidebar-effect-14 .widget > div,
.sidebar-effect-14 .widget > ul,
.sidebar-effect-14 .widget > span {
opacity: 0;
-ms-transform: RotateX(90deg);
-webkit-transform: RotateX(90deg);
transform: RotateX(90deg);
}
.sidebar-effect-14 .widget .wp-block-heading,
.sidebar-effect-14 .widget .widgettitle,
.sidebar-effect-14 .widget .widget-title {
-ms-transform: RotateY(90deg) Translate(24px, 0);
-webkit-transform: RotateY(90deg) Translate(24px, 0);
transform: RotateY(90deg) Translate(24px, 0);
} .sidebar-effect-15 .widget.start-widget > div,
.sidebar-effect-15 .widget.start-widget > ul,
.sidebar-effect-15 .widget.start-widget > span,
.sidebar-effect-15 .widget.start-widget .wp-block-heading,
.sidebar-effect-15 .widget.start-widget .widgettitle,
.sidebar-effect-15 .widget.start-widget .widget-title {
-ms-transform: Translate(0, 0) RotateX(0);
-webkit-transform: Translate(0, 0) RotateX(0);
transform: Translate(0, 0) RotateX(0);
}
.sidebar-effect-15 .widget.start-widget > div,
.sidebar-effect-15 .widget.start-widget > ul,
.sidebar-effect-15 .widget.start-widget > span {
opacity: 1; 
-webkit-transition: all 1s ease-in-out 0.2s;
transition: all 1s ease-in-out 0.2s;
}
.sidebar-effect-15 .widget > div,
.sidebar-effect-15 .widget > ul,
.sidebar-effect-15 .widget > span {
opacity: 0;
-ms-transform: Translate(24px, 0);
-webkit-transform: Translate(24px, 0);
transform: Translate(24px, 0);
}
.sidebar-effect-15 .widget .wp-block-heading,
.sidebar-effect-15 .widget .widgettitle,
.sidebar-effect-15 .widget .widget-title {
opacity: 0;
}
.sidebar-effect-15 .widget.start-widget .wp-block-heading,
.sidebar-effect-15 .widget.start-widget .widgettitle,
.sidebar-effect-15 .widget.start-widget .widget-title {
opacity: 1;
-ms-transform: RotateX(360deg);
-webkit-transform: RotateX(360deg);
transform: RotateX(360deg);
-webkit-transition: transform 0.7s ease-in-out 0.8s, opacity 0.5s ease-in-out 0s;
transition: transform 0.7s ease-in-out 0.8s, opacity 0.5s ease-in-out 0s;
}
.move {
}
.sidebar-header a:after,
.sidebar-header a:before,
.hideSelectors .flex .content-container:hover:before,
.hideSelectors .flex .content-container:hover:after,
.hideSelectors .entry-title a:after, 
.hideSelectors .entry-content a:after, 
.hideSelectors .category-list a:after, 
.hideSelectors .post-date:after,
.hideSelectors .page-numbers:after,
.hideSelectors .tags a:after, 
.hideSelectors .widget a:after, 
.hideSelectors .entry-title a:before,
.hideSelectors .entry-content a:before,
.hideSelectors .category-list a:before, 
.hideSelectors .tags a:before,
.hideSelectors .widget a:before,
.hideSelectors .site-title a:after, 
.hideSelectors .site-title a:before,
.hideSelectors .horisontal-navigation > div > ul > li:after,
.hideSelectors .horisontal-navigation > div > ul > li:before {
background: transparent !important;
}
}.flex-container .entry-title a {
font-size: 28px;
line-height: 1.2857;
}
.flex-container .content-container .entry-summary,
.flex-container .content-container .entry-content {
display: none;
}
.flex-container .content-container:hover .hover-link {
background: rgba(255,255,255,0.7);
}
.entry-title a {
background: rgba(255,255,255,0.7);
padding: 6px;
margin: 6px;
}
.flex .category-list {
display: block;
margin: 0 6px;
}
.flex-container .content-container:hover .category-list a,
.flex-container .content-container:hover .entry-meta a,
.flex-container .content-container:hover .entry-summary,
.flex-container .content-container:hover .entry-content,
.flex-container .content-container:hover .entry-title a {
position: relative;
z-index: 1;
}
.flex-container .content-container {
position: relative;
}
.hover-link {
display: block;
position: absolute;
top: 50%;
bottom: 50%;
right: 50%;
left: 50%;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.flex-container .content-container:hover .hover-link {
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 0;
}
@media screen and (min-width: 680px) {
.flex .category-list {
margin: 0;
} .flex-container .content-container .entry-summary,
.flex-container .content-container .entry-content,
.flex-container .content-container .entry-meta {
opacity: 0;
}
.site .flex-container .content-container .entry-summary,
.site .flex-container .content-container .entry-content,
.site .flex-container .content-container .entry-meta {
-webkit-transition: all 1s ease-in-out 0s;
transition: all 1s ease-in-out 0s;
}
.flex-container .content-container:hover .entry-summary,
.flex-container .content-container:hover .entry-content,
.flex-container .content-container:hover .entry-meta {
opacity: 1;
-webkit-transition: all 1s;
transition: all 1s;
}
.flex-container .content-container .entry-summary,
.flex-container .content-container .entry-content {
color: #333;
margin-top: 24px;
text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4); 
}
.flex-container .content-container:hover .category-list a,
.flex-container .content-container:hover .entry-title a {
box-shadow: 0 10px 6px -6px #777;
}
.header-effect-1 .site .image-text-wrap {	
-ms-transform: translate(-100%, 0);
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
} .site .horisontal-navigation > div > ul > li:hover:before {
background-color: #fff;
} .site .site-title a:before {
right: 50%;
}
.site .site-title a:after {
left: 50%;
}
.site .site-title a:after, 
.site .site-title a:before {
background-color: white;
top: -24px;
-ms-transform: rotateX(0);
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.site .site-title a:hover:after, 
.site .site-title a:hover:before {
background-color: red;
top: -12px;	
} .site .post-date:after {
width: 0;
}
.site .entry-title a:after {
width: 1px;
}
.site .post-date:after,
.site .entry-title a:hover:after {
width: 4px;
} .site .image-text-wrap:before {
content: none;
}
}
@media screen and (min-width: 960px) {
.flex-container .content-container .entry-summary,
.flex-container .content-container .entry-content {
display: block;
} .header-effect-4 .image-wrapper:before {
-webkit-transition-delay: 2s !important;
-moz-transition-delay: 2s !important;
-o-transition-delay: 2s !important;
transition-delay: 2s !important;
-webkit-transition: all 1.3s ease-out;
transition: all 1.3s ease-out;
}
.header-effect-4 .image-text {
-webkit-transition-delay: 2s !important;
-moz-transition-delay: 2s !important;
-o-transition-delay: 2s !important;
transition-delay: 2s !important;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.header-effect-4 .sidebar-header {
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}
.header-effect-4 .site-description {
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.header-effect-4 .site-description:before {
-webkit-transition: all 2s ease-out;
transition: all 2s ease-out;
}
.header-effect-4 .image-text {	
-ms-transform: translate(-100%, 0);
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0);
}
.animate-on-load.header-effect-4 .image-text {	
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.animate-on-load.header-effect-4 .site-description,
.animate-on-load.header-effect-4 .sidebar-header {
opacity: 0;
}
.header-effect-4 .site-description:before,
.header-effect-4 .image-wrapper:before {
background: inherit;
content: '';
position: absolute;
height: 100%;
width: 0;
right: 0;
top: 0;
}
.hesader-effect-4 .site-description:before,
.header-effect-4 .image-wrapper:before {
background: rgba(0,0,0,0);
}
.header-effect-4 .image-wrapper:before {
height: 100%;		
width: 100%;
top: 0;
}
.animate-on-load.header-effect-4 .site-description:before,
.animate-on-load.header-effect-4 .image-wrapper:before {	
background: inherit;
height: 100%;
width: 100%;
left: 0;
right: 0;
}
.animate-on-load.header-effect-4 .image-wrapper:before {
background: rgba(0,0,0,0.9) !important;
}
.animate-on-load.header-effect-4 .site-title,
.animate-on-load.header-effect-4 .site-description,
.animate-on-load.header-effect-4 .sidebar-header {
opacity: 0;
}
.header-effect-4 .site-title,
.header-effect-4 .site-description {
position: relative;
}
.header-effect-4 .site-title:before,
.header-effect-4 .site-description:before {
background: inherit;
content: '';
position: absolute;
height: 100%;
width: 0;
right: 0;
top: 0;
z-index: 3;
}
.animate-on-load.header-effect-4 .site-title:before,
.animate-on-load.header-effect-4 .site-description:before {	
background: inherit;
height: 100%;
width: 100%;
left: 0;
right: 0;
}
.animate-on-load.header-effect-1 .site .image-text-wrap {	
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
}
.widget.widget_media_image {
text-align: center;
}
.widget.widget_media_image img {
display: inline-block;
}@font-face {
font-family: 'Genericons';
src: url(//yogaymeditacionenoviedo.com/wp-content/themes/meditation/genericons/genericons/Genericons.eot);
}
@font-face {
font-family: 'Genericons';
src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
url(//yogaymeditacionenoviedo.com/wp-content/themes/meditation/genericons/genericons/Genericons.ttf) format('truetype'),
url(//yogaymeditacionenoviedo.com/wp-content/themes/meditation/genericons/genericons/Genericons.svg#genericonsregular) format('svg');
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(//yogaymeditacionenoviedo.com/wp-content/themes/meditation/genericons/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }