@charset "UTF-8";
.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 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;
}
 html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0; }  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block; } audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0; } [hidden],
template {
display: none; }  a {
background: transparent; } a:active,
a:hover {
outline: 0; }  abbr[title] {
border-bottom: 1px dotted; } b,
strong {
font-weight: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 0.67em 0; } mark {
background: #ff0;
color: #000; } 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: 1em 40px; } hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; } pre {
overflow: auto; } code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible; } 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; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } input {
line-height: normal; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; } 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; } fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; } legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
.s_1_5 {
width: 19.04%; }
.s_2_5 {
width: 38.78%; }
.s_3_5 {
width: 58.52%; }
.s_4_5 {
width: 78.26%; }
.s_5_5 {
width: 98.0%; }
.s_1_12 {
width: 7.525%; }
.s_2_12 {
width: 15.75%; }
.s_3_12 {
width: 23.975%; }
.s_4_12 {
width: 32.2%; }
.s_5_12 {
width: 40.425%; }
.s_6_12 {
width: 48.65%; }
.s_7_12 {
width: 56.875%; }
.s_8_12 {
width: 65.1%; }
.s_9_12 {
width: 73.325%; }
.s_10_12 {
width: 81.55%; }
.s_11_12 {
width: 89.775%; }
.s_12_12 {
width: 98.0%; }
.s_1_16 {
width: 5.46875%; }
.s_2_16 {
width: 11.6375%; }
.s_3_16 {
width: 17.80625%; }
.s_4_16 {
width: 23.975%; }
.s_5_16 {
width: 30.14375%; }
.s_6_16 {
width: 36.3125%; }
.s_7_16 {
width: 42.48125%; }
.s_8_16 {
width: 48.65%; }
.s_9_16 {
width: 54.81875%; }
.s_10_16 {
width: 60.9875%; }
.s_11_16 {
width: 67.15625%; }
.s_12_16 {
width: 73.325%; }
.s_13_16 {
width: 79.49375%; }
.s_14_16 {
width: 85.6625%; }
.s_15_16 {
width: 91.83125%; }
.s_16_16 {
width: 98%; }
.section > div {
height: 100px;
background: #f00;
min-height: 1px;
float: left;
margin-left: 0.7%; }
.section > div:first-child {
margin-left: 1%; }         @-webkit-keyframes alertMe {
from {
border-width: 3px;
border-color: gold; }
to {
border-width: 0;
border-color: rgba(255, 215, 0, 0.1); } }
@-moz-keyframes alertMe {
from {
border-width: 3px;
border-color: gold; }
to {
border-width: 0;
border-color: rgba(255, 215, 0, 0.1); } }
@keyframes alertMe {
from {
border-width: 3px;
border-color: gold; }
to {
border-width: 0;
border-color: rgba(255, 215, 0, 0.1); } }    .alignright {
float: right;
margin: 0 0 20px 30px; }
.alignleft {
float: left;
margin: 0 20px 10px 0; }
.no-sel {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.clearfix {
*zoom: 1; }
html {
height: 100%; }
body {
color: #000;
font-family: Georgia, serif;
font-size: 14px;
height: 100%;
line-height: 1.5em;
min-width: 1012px;
min-height: 700px; }
a {
color: #000;
text-decoration: underline;
cursor: pointer; }
.main-wrapper {
margin: 0 auto;
width: 100%;
margin-bottom: -200px;
min-height: 100%;
background: #fff; }
.wrapper {
width: 1012px;
margin: 0 auto;
position: relative; }
.top {
height: 190px;
position: relative;
z-index: 100;
padding-top: 45px; }
.clearFooter {
clear: both;
height: 200px; }
footer {
height: 200px;
margin: 0 auto;
position: relative;
width: 100%;
z-index: 150;
clear: both;
background: #000; }
.posts {
width: 660px;
float: left; }
.sidebar {
width: 300px;
float: right; } .top-bar {
width: 100%;
height: 45px;
background: #000;
margin: 0;
position: fixed;
top: 0;
left: 0;
z-index: 10000; } .logo {
position: absolute;
top: 30px; } .top .menu-items, .top .menu-items-compact, footer .menu-items, footer .menu-items-compact {
list-style: none;
padding: 0;
position: absolute;
right: 0;
top: 70px; }
.top .menu-items li, .top .menu-items-compact li, footer .menu-items li, footer .menu-items-compact li {
display: inline-block;
font-family: "Oswald", sans-serif;
text-transform: uppercase;
font-size: 15px;
margin-left: 43px;
letter-spacing: 0.05em;
position: relative; }
.top .menu-items a, .top .menu-items-compact a, footer .menu-items a, footer .menu-items-compact a {
color: #000;
text-decoration: none; }
.menu-items li, .menu-items-compact li {
padding-bottom: 25px; }
.menu-items .sub-menu, .menu-items-compact .sub-menu {
display: none;
position: absolute;
margin: 0;
text-align: left;
padding: 0 20px;
border: 1px solid;
background-color: #fff;
margin-left: -20px;
margin-top: 10px;
min-width: 100px; }
.menu-items .sub-menu li, .menu-items-compact .sub-menu li {
display: block;
margin-left: 0;
margin: 20px 0;
font-size: 14px;
padding: 0; } .menu-items li:hover > .sub-menu {
display: block; }
.menu-top {
padding-top: 12px;
height: 33px;
width: 40px;
float: left;
color: #fff;
font-size: 20px;
position: relative;
top: 0;
z-index: 100000;
cursor: pointer;
font-size: 14px; }
.menu-items-gallerist {
display: none;
position: absolute;
top: 45px;
min-height: 400px; }
.menu-items-gallerist ul {
list-style: none;
padding: 0;
margin: 0;
width: 190px; }
.menu-items-gallerist ul li {
border-top: 1px solid #4d4d4d;
background-color: #000; }
.menu-items-gallerist ul a {
font-family: "Oswald", sans-serif;
color: #fff;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
width: 80%;
padding: 5px 10%; }
.menu-items-gallerist .open-sub-menu, .menu-items-gallerist .selected-indicator {
content: '';
display: none;
height: 0;
width: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 8px solid #fff;
margin-top: 6px;
float: right; }
.menu-items-gallerist .selected-indicator {
float: left; }
.menu-items-gallerist .menu-item-has-children .open-sub-menu {
display: block; }
.menu-items-gallerist .sub-menu {
display: none;
position: absolute;
left: 190px;
top: 0;
min-height: 400px; }
.menu-items-gallerist .sub-menu li {
border-left: 1px solid #4d4d4d; }
.menu-items-gallerist .sub-menu .selected-indicator {
display: none; }
.menu-items-gallerist .sub-menu .open-sub-menu {
display: none !important; } .menu-item-has-children:hover .sub-menu {
display: block; }
.menu-top:hover .menu-items-gallerist {
display: block; }
.menu-top:hover .menu-items-gallerist > ul li a {
opacity: 1; }
.menu-items-gallerist:hover > ul li a {
opacity: 0.7 !important; }
.menu-items-gallerist > ul li:hover a {
opacity: 1 !important; }
.menu-items-gallerist > ul li:hover ul a {
opacity: 1 !important; }
.menu-items-gallerist > ul li ul:hover a {
opacity: 0.7 !important; }
.menu-items-gallerist > ul li ul li:hover a {
opacity: 1 !important; }
.bar-compact {
display: none;
width: 100%;
position: absolute;
top: 45px;
height: 45px;
border-bottom: 1px solid #dbdbdb;
-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); }
.bar-compact .bg {
width: 100%;
background-color: #fff;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0.9; }
.bar-compact .logo-compact {
position: absolute;
top: 5px;
left: 0;
z-index: 10; }
.bar-compact .menu-items-compact {
top: -2px;
z-index: 10; }
footer .copyright {
color: #fff !important;
position: absolute;
top: 145px;
font-size: 12px; }
footer .logo {
top: 55px; }
footer .menu-items {
list-style: none;
padding: 0;
position: absolute;
left: 135px;
top: 55px; }
footer .menu-items ul {
text-align: left;
padding: 0; }
footer .menu-items ul li {
font-size: 13px;
margin-left: 35px; }
footer .menu-items ul a {
color: #fff !important; }
footer .social-links {
top: 55px;
position: absolute;
right: 0;
border-left: 1px solid #4d4d4d;
padding-left: 25px;
padding: 5px 5px 10px 25px; }
.search-wrapper {
position: absolute;
left: 40px;
border-left: 1px solid #4d4d4d;
padding-left: 20px;
top: 9px; }
.search-wrapper .search-field {
float: left;
background: none;
border: none;
padding-bottom: 2px;
border-bottom: 1px solid #808080;
color: #fff;
font-family: "Oswald", sans-serif;
text-transform: uppercase; }
.search-wrapper .search-buttom {
font-family: "fontello";
background: none;
position: absolute;
right: -30px;
top: 0px;
height: 24px;
width: 30px;
border: none;
color: #fff; }
.social-links {
color: #fff;
float: right;
margin-top: 6px; }
.social-links .icon-shop {
width: 22px;
height: 22px;
background-image: url(//blog.gallerist.com.br/wp-content/themes/gallerist_2_0_3/library/img/icon_shop.png);
background-size: contain;
display: inline-block;
position: relative;
top: 3px;
margin-right: 20px;
cursor: pointer; }
.social-links i {
color: #fff;
margin-right: 20px;
cursor: pointer; }
.scrollToTop {
position: fixed;
right: 20px;
bottom: 20px;
background-color: #000;
width: 38px;
height: 30px;
color: #fff;
font-size: 24px;
padding-top: 8px;
text-align: center;
border: 1px solid #fff;
z-index: 1000;
display: none; }
#comments {
margin-bottom: 50px; }
iframe[src*="youtube"] {
width: 100%;
height: 400px; }
h1, h2, h3 {
font-family: "Oswald", sans-serif;
text-transform: uppercase;
color: #000;
font-weight: normal;
text-align: center;
line-height: 1.2em; }
.post {
border-bottom: 1px solid #dadada;
margin-bottom: 75px; }
.post h1 {
font-size: 35px;
margin-top: 5px; }
.post h1 a {
color: #000;
text-decoration: none; }
.post .author {
text-align: center;
display: inline-block;
width: 100%;
margin-bottom: 25px; }
.post .author a {
color: #000;
text-decoration: none; }
.post table { }
.post table img {
max-width: auto;
height: auto; }
.post-categories, .item-categories {
text-align: center;
height: 25px;
width: auto; }
.post-categories img, .item-categories img {
height: 100%; }
.item-categories {
height: 18px;
text-align: left;
margin-bottom: 10px; }
.wp-pagenavi {
margin: 80px 0;
display: flex;
justify-content: space-between; }
.wp-pagenavi a, .wp-pagenavi .current {
text-decoration: none;
display: inline-block;
padding: 10px;
border: 1px solid #dadada;
min-width: 17px;
text-align: center;
font-family: "Oswald", sans-serif;
font-size: 13px;
text-transform: uppercase;
color: #000;
margin-left: 7px; }
.wp-pagenavi .pages {
display: none; }
.wp-pagenavi .page {
position: relative; }
.wp-pagenavi .page:hover {
background-color: #dadada; }
.wp-pagenavi .current, .wp-pagenavi .nextpostslink {
background-color: #000;
color: #fff;
border: 1px solid #000; }
.wp-pagenavi .extend {
position: relative;
margin-left: 10px;
top: 20px;
border: none; }
.wp-pagenavi .first {
display: none; }
.wp-pagenavi .last {
display: none; }
.socialbar {
margin: 20px 0 20px 0;
position: relative; }
.socialbar .social-networks {
float: right; }
.socialbar .social-networks i {
border-left: 1px solid #dadada;
padding: 1px 3px;
cursor: pointer; }
.socialbar .icon-twitter:hover {
color: #5ea9dd; }
.socialbar .icon-facebook:hover {
color: #3b5998; }
.socialbar .icon-gplus:hover {
color: #df4b38; }
.socialbar .icon-pinterest:hover {
color: #cb2027; }
.socialbar .icon-tumblr:hover {
color: #33465d; }
.socialbar .comments-icon {
font-family: "Oswald", sans-serif;
text-transform: uppercase;
font-weight: normal;
position: absolute;
right: 125px;
top: 0px; }
.socialbar .comments-icon a {
text-decoration: none; }
.socialbar .comments-icon i {
margin-right: 5px; }
.socialbar .reg-buttons {
margin: 3px 0;
position: absolute; }
.socialbar .reg-buttons .fb-like {
position: relative;
top: -5px;
margin-right: 10px; }
.featured-wrapper {
margin: 5px 0 70px 0;
display: flex;
justify-content: space-between; }
.featured {
width: 330px;
float: left;
margin-left: 10px; }
.featured:first-child {
margin-left: 0; }
.featured .featured-img {
width: 330px;
height: 225px; }
.featured a {
text-decoration: none; }
.featured h1 {
font-size: 22px;
margin-top: 8px; }
.cycle-slideshow {
overflow: hidden;
width: 100%;
position: relative;
z-index: 1; }
.cycle-slideshow .prev, .cycle-slideshow .next {
top: 50%;
margin-top: -40px;
z-index: 1000;
content: '';
display: block;
position: absolute;
height: 0;
width: 0;
border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
cursor: pointer; }
.cycle-slideshow .prev span, .cycle-slideshow .next span {
content: '';
display: block;
position: absolute;
height: 0;
width: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent; }
.cycle-slideshow .prev {
border-left: 35px solid #fff;
left: 0; }
.cycle-slideshow .prev span {
border-right: 10px solid #000;
position: absolute;
left: -30px;
top: -10px; }
.cycle-slideshow .next {
border-right: 35px solid #fff;
right: 0; }
.cycle-slideshow .next span {
border-left: 10px solid #000;
position: absolute;
left: 20px;
top: -10px; }  .widget {
list-style: none;
margin-bottom: 40px;
position: relative; }
.widget .widgettitle {
font-size: 20px;
border-bottom: 1px solid #b4b4b4;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 0; } .widget_recent_entries_thumbs {
border: 1px solid #b4b4b4;
padding: 4px; }
.widget_recent_entries_thumbs ul {
list-style: none;
padding: 0;
margin: 0; }
.widget_recent_entries_thumbs li {
min-height: 20px;
border-top: 1px solid #b4b4b4;
padding: 4px 0 4px 0; }
.widget_recent_entries_thumbs li:first-child {
border-top: none;
padding-top: 4px; }
.widget_recent_entries_thumbs .item-thumb {
background-position: center center;
background-size: cover;
width: 85px;
height: 90px;
float: left;
cursor: pointer; }
.widget_recent_entries_thumbs .item-title {
float: right;
width: 190px;
cursor: pointer; }
.widget_recent_entries_thumbs .item-title h3 {
font-size: 18px;
margin: 0;
text-align: left;
line-height: 1.2em; }
.widget_recent_entries_thumbs .item-title h3 a {
text-decoration: none; } .widget-keep-in-touch {
background-color: #000;
color: #fff;
text-align: center;
position: relative; }
.widget-keep-in-touch .widgettitle {
border: none;
color: #fff;
margin: 4px;
padding-bottom: 5px;
padding-top: 4px; }
.widget-keep-in-touch .text {
margin: 0 10px;
display: inline-block; }
.widget-keep-in-touch .wpcf7-form p {
position: relative;
margin: 5px;
padding: 0;
height: 36px; }
.widget-keep-in-touch .newsletter-field {
width: 240px;
padding: 5px;
border: none;
font-family: "Oswald", sans-serif;
text-transform: uppercase;
font-size: 13px;
color: #000; }
.widget-keep-in-touch .newsletter-send {
height: 30px;
border: none;
background-color: #fff;
color: #000;
margin-left: 4px;
font-family: "Oswald", sans-serif;
text-transform: uppercase;
font-size: 13px;
padding: 5px 10px; }
.widget-keep-in-touch .wpcf7-not-valid-tip {
display: none !important; }
.widget-keep-in-touch .ajax-loader {
position: absolute;
top: 7px;
right: 50px; }
.widget-keep-in-touch .wpcf7-validation-errors {
display: block;
margin: 0px;
border: none;
padding: 0px 5px 10px; }
.widget-keep-in-touch .wpcf7-mail-sent-ok {
display: block;
margin: 0px;
border: none;
padding: 0px 5px 10px; } .widget-instagram {
position: relative;
border: 1px solid #b4b4b4;
padding: 4px;
text-align: center; }
.widget-instagram h2 {
margin: 0; } .widget-pinterest {
border: 1px solid #b4b4b4;
overflow: hidden; }
.widget-pinterest .textwidget {
position: relative;
left: -5px; } .widget_archive {
border: 1px solid #b4b4b4;
padding: 4px; }
.widget_archive .screen-reader-text {
display: none; }
.widget_archive select {
width: 100%;
border: none;
font-size: 13px;
text-transform: uppercase;
margin: initial;
height: 35px;
margin-top: 4px;
font-family: "Oswald", sans-serif; } .widget-gal-sisters {
border: 1px solid #b4b4b4;
padding: 4px; }
.widget-gal-sisters .widget_sp_image-description p {
font-family: "Oswald", sans-serif;
font-size: 20px;
border-top: 1px solid #b4b4b4;
padding-bottom: 10px;
margin-top: 0;
margin-bottom: 0;
text-transform: uppercase;
color: #000;
font-weight: normal;
text-align: center;
line-height: 1.2em;
padding-top: 10px; } .widget-gplus {
border: 1px solid #b4b4b4;
padding: 4px; }
.widget-gplus .textwidget {
height: 302px; } .widget-conect {
background-color: #000;
padding: 4px; }
.widget-conect .widgettitle {
color: #fff;
border-bottom: none; }
.widget-conect .textwidget {
height: 50px; }
.widget-conect .fb-like {
position: absolute;
left: 30px;
bottom: 20px; }
.widget-conect .twitter-follow-button {
position: absolute !important;
bottom: 20px;
right: 30px; } .widget-wishlist {
border: 1px solid #b4b4b4;
padding: 4px; }
.widget-wishlist .widgettitle {
border-bottom: none; }
.widget-wishlist .slide {
width: 100%;
text-align: center; }
.widget-wishlist .slide a {
text-decoration: none; }
.widget-wishlist .slide .title, .widget-wishlist .slide .price {
font-family: arial;
font-size: 12px;
text-transform: uppercase;
text-align: center;
border-top: 1px solid #b4b4b4;
padding-top: 10px; }
.widget-wishlist .slide .price {
font-weight: bold;
font-size: 13px;
padding-top: 0;
border-top: none; }
.widget-wishlist .slide .shop-now {
font-family: arial;
font-size: 12px;
padding: 5px 10px;
background-color: #000;
display: inline-block;
text-align: center;
color: #fff;
margin: 10px; }
.widget-wishlist .icon-left-open-big, .widget-wishlist .icon-right-open-big {
position: absolute;
top: 120px;
font-size: 22px;
z-index: 2000;
cursor: pointer; }
.widget-wishlist .icon-left-open-big {
left: 0; }
.widget-wishlist .icon-right-open-big {
right: 0; }
.widget-wishlist img {
width: 220px;
height: auto; }
.error404 .top-menu {
display: none; }
.error404 .top {
height: 0; }
.error404 .error-wrapper {
width: 100%;
height: 100%; }
.error404 .error-wrapper .logo {
position: relative;
top: 50px;
width: 100%;
text-align: center; }
.error404 .error-wrapper .search-wrapper {
position: relative;
left: initial;
padding-left: 0;
border: none;
text-align: center;
display: inline-block;
padding: 20px 0 50px; }
.error404 .error-wrapper .search-field {
width: 200px;
color: #000; }
.error404 .error-wrapper .search-buttom {
color: #000;
top: 20px;
font-size: 20px; }
.error404 .error-description {
width: 100%;
text-align: center;
position: relative;
margin-top: 120px;
clear: both; }
.error404 .error-search {
position: relative;
text-align: center; }
.search-results-text {
padding-bottom: 40px;
font-family: "Oswald", sans-serif;
font-size: 35px;
border-bottom: 1px solid #b4b4b4;
text-transform: uppercase; }
.search-result {
text-align: left;
padding: 40px 0;
border-bottom: 1px solid #b4b4b4;
position: relative; }
.search-result .featured-img {
width: 150px;
height: 150px;
float: left;
margin: 0 20px 0 0;
background-size: cover;
cursor: pointer; }
.search-result .post-categories {
float: left;
cursor: pointer; }
.search-result .content {
float: left;
width: 480px;
cursor: pointer; }
.search-result h1 {
float: left;
width: 480px;
text-align: left;
cursor: pointer; }
.search-result h1 a {
font-size: 25px;
margin: 10px 0;
text-decoration: none; }
.search-result .view-post {
position: absolute;
bottom: -1px;
right: 0;
text-align: center;
font-size: 15px;
font-family: "Oswald", sans-serif;
border: 1px solid #b4b4b4;
text-transform: uppercase;
padding: 5px;
cursor: pointer; }@font-face {
font-family: 'fontello';
src: url(//blog.gallerist.com.br/wp-content/themes/gallerist_2_0_3/library/css/font-icons/fontello/font/fontello.eot?48596022);
src: url(//blog.gallerist.com.br/wp-content/themes/gallerist_2_0_3/library/css/font-icons/fontello/font/fontello.eot?48596022#iefix) format('embedded-opentype'),
url(//blog.gallerist.com.br/wp-content/themes/gallerist_2_0_3/library/css/font-icons/fontello/font/fontello.woff?48596022) format('woff'),
url(//blog.gallerist.com.br/wp-content/themes/gallerist_2_0_3/library/css/font-icons/fontello/font/fontello.ttf?48596022) format('truetype'),
url(//blog.gallerist.com.br/wp-content/themes/gallerist_2_0_3/library/css/font-icons/fontello/font/fontello.svg?48596022#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-pinterest:before { content: '\e800'; } .icon-facebook:before { content: '\e801'; } .icon-tumblr:before { content: '\e802'; } .icon-gplus:before { content: '\e803'; } .icon-twitter:before { content: '\e804'; } .icon-comment:before { content: '\e805'; } .icon-mail-alt:before { content: '\e806'; } .icon-heart:before { content: '\e807'; } .icon-heart-empty:before { content: '\e808'; } .icon-menu:before { content: '\e809'; } .icon-search:before { content: '\e80a'; } .icon-left-open-big:before { content: '\e80b'; } .icon-right-open-big:before { content: '\e80c'; } .icon-instagram:before { content: '\e80d'; } .icon-up-open-big:before { content: '\e80e'; } .icon-down-open-big:before { content: '\e80f'; }