.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}#notify {
position: fixed;
right: 10px;
top: 10px;
width: 300px;
z-index: 9999;
}
#notify.top-left {
left: 20px;
right: auto;
}
#notify.bottom-right {
bottom: 20px;
left: auto;
right: 20px;
top: auto;
}
#notify.bottom-left {
bottom: 20px;
left: 20px;
right: auto;
top: auto;
}
#notify > div {
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 3px;
cursor: pointer;
display: none;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 57px;
margin-bottom: 7px;
padding: 9px;
position: relative;
text-shadow: 1px 1px 0 #000;
}
#notify > div:hover {
background-color: rgba(0, 0, 0, 0.8);
}
#notify > div.notify-icon {
padding-left: 54px;
padding-right: 12px;
}
#notify > div.notify-image {
padding-left: 69px;
}
#notify i {
border-radius: 14px;
border: 1px solid #fefefe;
color: #fefefe;
left: 12px;
padding: 5px;
position: absolute;
top: 8px;
}
#notify img {
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
height: 48px;
left: 12px;
position: absolute;
top: 12px;
width: 48px;
}
#notify p {
color: #ddd;
margin-top: 8px;
word-wrap: break-word;
}
#notify strong {
color: #fefefe;
display: block;
font-size: 1.2em;
font-weight: bold;
text-shadow: 1px 1px 0 #000;
}@font-face {
font-family: 'notify';
font-style: normal;
font-weight: normal;
src: url(//renerpublicidades.com.br/wp-content/themes/rener-2017/js/notification/fonts/notify.eot);
src: url(//renerpublicidades.com.br/wp-content/themes/rener-2017/js/notification/fonts/notify.eot?#iefix) format('embedded-opentype');
src: url(//renerpublicidades.com.br/wp-content/themes/rener-2017/js/notification/fonts/notify.svg#notify) format('svg');
src: url(//renerpublicidades.com.br/wp-content/themes/rener-2017/js/notification/fonts/notify.ttf) format('truetype');
src: url(//renerpublicidades.com.br/wp-content/themes/rener-2017/js/notification/fonts/notify.woff) format('woff');
}
[class^="notify-"], [class*=" notify-"] {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: 'notify';
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-transform: none;
}
.notify-bug:before {
content: "\e600";
}
.notify-notification:before {
content: "\e601";
}
.notify-info:before {
content: "\e602";
}
.notify-checkmark-circle:before {
content: "\e604";
}