.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;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  a {
background: transparent;
} a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
} abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} mark {
background: #ff0;
color: #000;
} code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
} pre {
white-space: pre-wrap;
} q {
quotes: "\201C" "\201D" "\2018" "\2019";
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 0;
}  fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } button,
input,
select,
textarea {
font-family: inherit; font-size: 100%; margin: 0; } button,
input {
line-height: normal;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto; vertical-align: top; }  table {
border-collapse: collapse;
border-spacing: 0;
}@font-face {
font-family: "LemonMilk";
src: url(//humordaterra.com/wp-content/themes/humor_da_terra/fonts/LemonMilk.otf);
}
body {
background: #d5b68e url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg.jpg) top;
font-family: 'Ubuntu', sans-serif;
}
#flutuante.scroll-fix {
position: fixed;
top: 0px;
}
.anuncio {
position: fixed;
z-index: 10;
}
.alert {
padding: 23px 0px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert .close {
z-index: 10;
position: relative;
top: -22px;
left: 65px;
background: #000;
color: #fff;
width: 26px;
height: 24px;
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
width: 100% !important;
} .header_geral {
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_header.jpg) top;
}
.header_geral .logo {
margin-top: 120px;
margin-bottom: -24px;
}
.header_geral .anuncie {
margin-top: 30px;
}
.header_geral .enviar_conteudo {
margin-top: 185px;
}
.header_mob {
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_header_mob.jpg) bottom;
}
.header_mob .logo {
text-align: center;
margin-bottom: -10px;
}
.menu_geral {
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_menu.png);
margin-bottom: 15px;
}
.top_pub {
background: #fff;
margin-bottom: 15px;
box-shadow: 3px 3px 1px rgba(0,0,0,0.1);
overflow: hidden;
padding: 5px;
}
.top_pub ul {
list-style-type: none;
margin-left: -39px;
}
.top_pub ul li {
float: left;
}
.top_pub .pub_728x90 {
}
.top_pub .post_aleat {
float: left;
margin-left: -36px;
margin-right: 8px;
}
.top_pub .pub_244x90 {
float: left;
}
.pub_footer_728x90 {
background: #fff;
width: 738px;
height: 100px;
padding: 5px;
margin: 15px 0px;
box-shadow: 2px 3px 1px rgba(0,0,0,0.15);
}
.pub_300x250_header_mob {
margin-bottom: 5px;
}
.pub244x90_mob {
}
.pub_300x250_footer_mob {
background: #fff;
width: 310px;
height: 260px;
padding: 5px;
box-shadow: 3px 4px 1px rgba(0,0,0,0.15);
margin-bottom: 15px;
}
.leia_mais {
text-align: center;
margin: 10px 0px;
}
.leia_mais img {
transition: 300ms;
}
.leia_mais img:hover {
-webkit-filter: contrast(130%);
-moz-filter: contrast(130%);
-o-filter: contrast(130%);
-ms-filter: contrast(130%);
} article {
background: #fff;
overflow: hidden;
margin-bottom: 15px;
box-shadow: 3px 0px 3px rgba(0,0,0,0.16);
}
article h1.title {
background-image: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_title.jpg);
background-position: 0px 522px;
background-color: #7eb017;
margin: 6px;
font-family: 'Luckiest Guy', cursive;
font-size: 30px;
padding: 34px 22px 22px;
color: #fff;
text-shadow: 2px 2px 1px rgba(0,0,0,0.41);
}
article h1.title a {
color: #fff;
}
article h1.title a:hover {
text-decoration: none;
}
article .subheading {
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
color: #5c113a;
margin: 0px 6px 10px;
overflow: hidden;
}
article .subheading a {
color: #5c113a;
text-decoration: none;
}
article .subheading .date {
float: left;
}
article .subheading .author {
float: right;
}
article .content {
margin: 0px 6px;
font-family: 'Tahoma', sans-serif;
font-size: 14px;
color: #3f3f3f;
overflow: hidden;
}
article .content a {
color: #5c113a;
text-decoration: none;
}
article .content img {
max-width: 100%;
}
article .content iframe {
max-width: 100%;
}
article .post-edit-link {
background: #741b1e;
font-family: 'Ubuntu', sans-serif;
color: #fff;
padding: 6px;
border-top-right-radius: 5px;
margin: 7px;
}
article .post-edit-link:hover {
text-decoration: none;
}
article .post_footer {
margin-top: 10px;
min-height: 175px;
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_rod_post.jpg) 0px 1px no-repeat;
font-family: 'Luckiest Guy', cursive;
box-shadow: 0px 5px 7px rgba(0,0,0,.1);
}
article .post_footer .redes {
margin-top: 50px;
margin-left: 120px;
}
article .post_footer .redes .title {
margin-bottom: 20px;
margin-left: 10px;
}
article .post_footer .redes .socials {
overflow: hidden;
}
article .post_footer .redes .socials .face {
float: left;
margin-right: 5px;
}
article .post_footer .redes .socials .google_plus {
float: left;
}
article .post_footer .redes .socials .twitter-social {
float: left;
}
article .post_footer .comentarios {
float: right;
margin-right: 20px;
margin-top: 95px;
}
article .post_footer .comentarios a {
font-size: 16px;
color: #411c45;
}
article .post_footer .comentarios a:hover {
text-decoration: none;
}
article .post_footer_mob {
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/mob_bg_rod_post.jpg);
padding-top: 61px;
padding-bottom: 20px;
}
article .post_footer_mob .redes_mob {
margin: 0px 13px;
}
article .post_footer_mob .redes_mob .title {
margin-bottom: 15px;
}
article .post_footer_mob .redes_mob .socials {
overflow: hidden;
}
article .post_footer_mob .redes_mob .socials .face {
float: left;
margin-right: 5px;
}
article .post_footer_mob .redes_mob .socials .google_plus {
float: left;
}
article .post_footer_mob .redes_mob .socials .twitter-social {
float: left;
margin-right: 5px;
}
.whatsapp {
position: relative;
top: -1px;
}
.whatsapp .whats{
background-image: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/whats.png),-moz-linear-gradient(90deg, #3CBF4E 0%, #30AB41 100%);
background-image: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/whats.png),-webkit-linear-gradient( 90deg, rgb( 60, 191, 78 ) 0%, rgb( 48, 171, 65 ) 100%);
font-family: "Muli",sans-serif;
color: rgb(255, 255, 255);
font-size: 13px;
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-radius: 3px;
padding: 2px 5px 3px 18px;
background-position: left,top;
background-repeat: no-repeat,repeat;
}
article .post_footer_mob .comentarios {
text-align: center;
font-family: 'Luckiest Guy', cursive;
margin: 8px 13px 0px;
}
article .post_footer_mob .comentarios a {
font-size: 16px;
color: #411c45;
}
.barra_data {
width: 57px;
font-family: "LemonMilk", cursive;
font-size: 30px;
color: #fff;
text-shadow: 3px 0px 1px rgba(0,0,0,0.18);
margin-left: -67px;
text-align: center;
margin-bottom: -77px;
position: relative;
top: 53px;
}
.barra_data .dia {
margin-bottom: -7px;
}
.seta {
text-align: center;
margin: 40px 0px;
}
.mellhor_blogosfera {
box-shadow: 3px 3px 4px rgba(0,0,0,0.16);
margin-bottom: 15px;
}
.mellhor_blogosfera .header {
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_blogosfera.jpg);
height: 144px;
}
.mellhor_blogosfera .header .mao {
margin-top: -52px;
margin-left: 10px;
}
.mellhor_blogosfera .header .title {
font-family: "LemonMilk", cursive;
color: #fff;
font-size: 40px;
text-align: center;
text-shadow: 2px 2px 1px rgba(0,0,0,0.30);
line-height: 45px;
margin-top: 25px;
margin-left: -50px;
}
.mellhor_blogosfera .header .title_mob {
font-family: "LemonMilk", cursive;
color: #fff;
font-size: 36px;
text-align: center;
text-shadow: 2px 2px 1px rgba(0,0,0,0.30);
line-height: 38px;
margin-top: 20px;
}
.mellhor_blogosfera .body {
background: #fff;
padding: 12px;
}
.mellhor_blogosfera .body img {
border-radius: 4px;
}
.mellhor_blogosfera .body .item {
}
.mellhor_blogosfera .body .item .thumb {
}
.mellhor_blogosfera .body .item .titulo {
min-height: 70px;
padding: 5px 0px;
}
.mellhor_blogosfera .body .item a {
color: #653100;
}
.mellhor_blogosfera .body .item a:hover {
text-decoration: none;
}
#comentarios {
background: #fff;
box-shadow: 3px 2px 4px rgba(0,0,0,0.16);
padding: 9px 5px;
margin-bottom: 15px;
}
.redes_mobb {
padding-bottom: 45px;
display: block;
}
.redes_mobb .title {
margin: 0px 20px 5px;
}
.redes_mobb ul {
list-style-type: none;
margin-left: -10px;
overflow: hidden;
}
.redes_mobb ul li {
float: left;
margin-right: 10px;
}
.redes_mobb ul li img {
width: 40px;
}
article#post-404 {
text-align: center;
}
article#post-404 .erro {
}
article#post-404 a {
color: #032e15;
}
article .tag {
margin: 0px 5px 10px 6px;
background: rgba(144,189,34,0.3);
border-radius: 3px;
padding: 8px 5px 1px;
color: #3f5605;
}
article .tag a {
color: #3f5605;
text-decoration: none;
}
.pub_300x250mob_loop  {
margin-bottom: 15px;
}
.voltarTopo {
background-color: none repeat scroll 0 0 !important;
background-image: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/top.png);
bottom: 20px !important;
display: block;
line-height: 100px;
position: fixed;
right: 30px;
text-transform: uppercase;
width: 60px;
height: 60px;
cursor: pointer;
border: none;
text-indent: -9999px;
opacity: 0.5;
z-index: 10;
transition: 300ms;
}
.voltarTopo:hover {
opacity: 1.0;
} .pagination .page-numbers {
text-shadow: 2px 2px 1px rgba(0,0,0,0.41);
background: #6b8c09;
color: #fff;
font-family: "LemonMilk", cursive;
padding: 5px 10px;
border-radius: 4px;
font-size: 19px;
}
.pagination .page-numbers:hover {
text-decoration: none;
background: #587307;
}
.pagination .current {
background: #587307;
} footer .footer_sup {
font-family: 'Luckiest Guy', cursive;
color: #fff;
border-top: 4px solid #6d9214;
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_footer.jpg) center;
padding: 10px;
}
footer .footer_sup .balao_body {
font-family: 'Ubuntu', sans-serif;
margin-top: 20px;
}
footer .footer_sup .balao_body .balao {
padding: 5px;
font-size: 14px;
color: #455418;
background: #ddf695;
}
footer .footer_sup .balao_body .seta_balao {
width: 32px;
height: 50px;
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/set_balao.png);
float: right;
position: relative;
left: 28px;
margin-top: -49px;
}
footer .footer_sup .pagerank {
margin: 25px 0px;
}
footer .footer_sup .contador_online {
font-size: 24px;
text-shadow: 2px 1px 0px rgba(0,0,0,0.23);
}
footer .footer_sup .contador_online .conta {
font-size: 36px;
position: relative;
top: 3px;
}
footer .footer_sup .mascote_rodape {
}
footer .footer_sup .links_rodape {
}
footer .footer_sup .links_rodape .title {
font-size: 36px;
text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
margin-bottom: 25px;
}
footer .footer_sup .links_rodape ul {
margin-left: -37px;
list-style-type: none;
}
footer .footer_sup .links_rodape ul li {
margin-bottom: 15px;
}
footer .footer_sup .links_rodape ul li a {
color: #fff;
font-size: 19px;
text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}
footer .footer_inf {
background: #6d9214;
color: #fff;
padding: 15px 0px;
}
footer .footer_inf .direitos {
text-align: center;
}
footer .footer_inf .dumbl {
font-size: 12px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
footer .footer_inf .dumbl a {
color: #fff;
}
footer .footer_inf .dumbl a:hover {
text-decoration: none;
}
footer .footer_inf .dumbl img {
margin-top: -3px;
margin-left: 2px;
} .facebook_side {
font-family: "LemonMilk", cursive;
margin-bottom: 15px;
box-shadow: 4px 3px 4px rgba(0,0,0,0.16);
}
.facebook_side .face_head {
background: #3b5999;
color: #fff;
overflow: hidden;
padding: 25px 10px 19px;
}
.facebook_side .face_head .text {
float: left;
font-size: 19px;
margin-top: -3px;
}
.facebook_side .face_head .botao_curti {
float: right;
}
.facebook_side .quant_curtidas {
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_fans.png);
min-height: 96px;
}
.facebook_side .quant_curtidas .conta {
color: #fff;
font-size: 48px;
text-align: center;
text-shadow: 3px 0px 1px rgba(0,0,0,0.41);
}
.facebook_side .quant_curtidas .conta .curti {
font-size: 24px;
margin-top: -20px;
}
.twitter_side {
font-family: "LemonMilk", cursive;
overflow: hidden;
background: #2aa9e0 url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_twitter.png) no-repeat bottom left;
margin-bottom: 15px;
padding: 15px 0px;
box-shadow: 4px 3px 4px rgba(0,0,0,0.16);
}
.twitter_side .foll {
color: #fff;
font-size: 48px;
float: left;
margin-left: 40px;
text-shadow: 3px 2px 1px rgba(0,0,0,0.31)
}
.twitter_side .botao_segui {
float: right;
margin-top: 22px;
margin-right: 20px
}
.busca_side {
margin-bottom: 15px;
overflow: hidden;
box-shadow: 4px 3px 4px rgba(0,0,0,0.16);
}
.busca_side #inp_busca {
width: 100%;
font-family: 'Ubuntu', sans-serif;
border: none;
min-height: 70px;
font-size: 16px;
padding: 0px 15px;
}
.busca_side #botao_busca {
float: right;
margin-top: -60px;
margin-right: 15px;
position: relative;
width: 43px;
height: 43px;
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/icon_busca.png);
border: none;
text-indent: -9999px;
}
.feed_side {
margin-bottom: 15px;
background: #ff9900 url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_feed.png) no-repeat bottom left;
box-shadow: 4px 3px 4px rgba(0,0,0,0.16);
color: #fff;
text-shadow: 3px 0px 4px rgba(0,0,0,0.3);
padding: 0px 5px;
}
.feed_side .title_feed {
font-size: 16px;
text-align: center;
padding: 12px 0px;
}
.feed_side #inp_news {
width: 100%;
min-height: 62px;
padding: 0px 10px;
color: #000;
font-family: 'Ubuntu', sans-serif;
border: 2px solid rgba(208,125,0,0.8);
}
.feed_side #b_news {
float: right;
position: relative;
background: #ff7e00;
border: none;
color: #fff;
font-family: "LemonMilk", cursive;
font-size: 24px;
margin-top: -53px;
margin-right: 10px;
min-height: 43px;
transition: 400ms;
}
.feed_side #b_news:hover {
background: #ce6600;
}
.feed_side .info_feed {
font-size: 14px;
text-align: center;
line-height: 15px;
padding: 10px 0px 10px;
}
.top_post_body .top_post {
overflow: hidden;
padding-bottom: 5px;
border-bottom: 1px solid #ffd699;
margin-bottom: 5px;
}
.top_post_body .top_post .thumb {
float: left;
margin-right: 5px;
}
.top_post_body .top_post .thumb img {
width: 89px;
height: 89px;
}
.top_post_body .top_post .titulo {
margin-top: 10px;
}
.top_post_body .top_post .titulo a {
color: #794900;
}
.top_post_body .top_post .titulo .acessados {
color: #868383;
font-size: 12px;
margin: 2px;
}
.top_post_body .top_post .titulo .comentarios {
color: #868383;
font-size: 12px;
margin: 2px;
}
.parceiros {
overflow: hidden;
transition: 400ms;
}
.parceiros img {
float: left;
width: 31.9%;
margin: 2.5px;
border-radius: 7px;
}
.pub_top {
margin-bottom: 15px;
padding: 5px;
box-shadow: 4px 3px 4px rgba(0,0,0,0.16);
}
.widget {
background: #fff;
box-shadow: 4px 3px 4px rgba(0,0,0,0.16);
margin-bottom: 15px;
padding-top: 1px;
}
.widget .widget-title {
margin: 5px;
background: url(//humordaterra.com/wp-content/themes/humor_da_terra/img/bg_title.jpg) 0px -190px;
font-family: 'Luckiest Guy', cursive;
text-shadow: 2px 2px 1px rgba(0,0,0,0.41);
color: #fff;
font-size: 24px;
padding: 23px 13px 13px;
}
.widget .widget-dentro {
padding: 5px;
}
.widget .widget-dentro a {
color: #2a3a0a;
}
.alignnone{
margin: 5px 10px 10px 0;
}
.aligncenter, div.aligncenter{
display:block;
margin:1px auto;
}
.alignright{float:right;
margin:2px 0 10px 10px;
}
.alignleft{float:left;
margin:2px 10px 10px 0;
}
a img.alignright{
float:right;
margin:2px 0 10px 10px;
}
a img.alignnone{
margin:2px 15px 15px 0;
}
a img.alignleft{
float:left;
margin: 2px 10px 10px 0;
}
a img.aligncenter{
display:block;
margin-left: auto;
margin-right: auto;
}
.wp-caption{
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone{
margin:2px 10px 10px 0;
}
.wp-caption.alignleft{
margin:2px 10px 10px 0;
}
.wp-caption.alignright{
margin:2px 0 10px 10px;
}
.wp-caption img{
border: 0 none;
height:auto;
margin:0;
max-width:98%;
padding:0;
width:auto;
}
.wp-caption p.wp-caption-text{
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}  .hvr-bounce-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
} @-webkit-keyframes hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes hvr-pulse-shrink {
to {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
.hvr-pulse-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
-webkit-animation-name: hvr-pulse-shrink;
animation-name: hvr-pulse-shrink;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
} @-webkit-keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-buzz-out {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
.hvr-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}