Mídia exterior é toda publicidade para impactar as pessoas “fora de casa”. Apresenta grande poder de informação, com custo acessível. Se bem planejada e executada, traz resultados imediatos e também em longo prazo. Outdoor é um painel publicitário grande, ao longo de vias com maior tráfego. A locação temporária de espaços permite atingir públicos diferentes, atraindo atenção com conteúdo renovado.
Clique nos itens abaixo e veja alguns dos trabalhos realizados.
- Placas / Lonas
- Fachadas
- Aluguel de Outdoors
- Mobiliário Urbano
- Sinalização / Displays
- Letreiros em Relevo
- Luminosos (Backlight)
- Luminosos (Frontline)
- Painéis / Totens
/*===== general options =========*/
a {
box-shadow: none !important;
}
.view *:not(i), .album_categories *, .album_back_button *, #album_disabled_layer {
font-family: sans-serif, Arial, Verdana, Sylfaen !important;
}
#album_disabled_layer {
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
background-color: transparent;
z-index: 10;
padding-top: 20px;
color: #fff;
}
#album_list_container {
position: relative;
}
/* ====================== album onhover styles ==========================*/
#album_list .view {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
}
.view .mask,
.view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0;
}
.album_back_button a, .view a {
text-decoration: none !important;
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
font-size: 13px;
padding: 2px 14px;
margin-bottom: 3px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.mask-text h2 {
font-size: 20px !important;
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
.view .mask-bg {
height: 100%;
}
.view .album_social {
color: #fff;
position: absolute;
bottom: 3px;
left: 3px;
border: 1px solid #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 5px;
}
.view .album_social:active, .view .album_social:focus, .view .album_social:hover {
color: #ffffff;
outline: none;
}
/*1*/
.view .info {
margin-top: 5px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
/*transform: scale(1.1);*/
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second .mask {
background-color: rgba(226, 200, 127, 0.2);
transition: all 0.5s linear;
opacity: 0;
}
.view-second h2 {
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #333;
transition: all 0.5s linear;
opacity: 0;
}
.view-second p {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
.view-second:hover .mask {
opacity: 1;
}
.view-second:hover h2,
.view-second:hover p,
.view-second:hover a.info {
transform: scale(1);
opacity: 1;
}
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
/*3*/
.view-third img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-third a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-third:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.view-third:hover .mask {
opacity: 1;
}
.view-third:hover h2,
.view-third:hover p,
.view-third:hover a.info {
transform: scale(1);
opacity: 1;
}
/* ==== view 4 ===*/
.view-forth-wrapper {
overflow: hidden;
position: relative !important;
height: 100%;
/* cursor: pointer;*/
}
.view-forth img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-forth .mask {
position: absolute;
width: 100%;
/* height: 70px;*/
/* bottom: -70px;*/
height: 50%;
bottom: -50%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
top: inherit;
}
.view-forth:hover .mask {
bottom: 0;
}
.view-forth:hover img {
top: -30px;
}
/*== view 5 ==*/
.view-fifth .view-fifth-wrapper,
.view-fifth .view-fifth-wrapper img {
display: block;
position: relative;
}
.view-fifth .view-fifth-wrapper {
overflow: hidden;
height: 100%;
}
.view-fifth .view-fifth-wrapper .mask {
display: none;
position: absolute;
background: #333;
background: rgba(75, 75, 75, 0.7);
width: 100%;
height: 100%;
}
/* ====================== album category styles ==========================*/
#filters {
margin: 1% 0;
padding: 0;
list-style: none;
list-style-type: none !important;
}
#filters li {
float: left;
list-style-type: none !important;
}
#filters li:first-child span {
margin-left: 0px;
}
#filters li span {
display: block;
text-decoration: none;
cursor: pointer;
}
.album_categories {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
padding-top: 5px;
}
/*========= sharing buttons ============*/
.album_socials {
position: relative;
top: 3px;
width: 100px;
height: 28px;
margin: 0 auto;
}
.album_socials .uxmodernsl-share-buttons {
top: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.album_socials a {
text-decoration: underline !important;
}
.gallery_images, .album_image_place {
margin-top: 15px;
margin-top: 15px;
}
#gallery_images{
margin-top:15px;
}
#uxmodernsl-share-facebook:hover {
background-position: 0 -31px !important;
}
#uxmodernsl-share-twitter:hover {
background-position: -31px 32px !important;
}
#uxmodernsl-share-googleplus:hover {
background-position: -66px -31px !important;
}
.uxmodernsl-share-buttons li, .uxmodernsl-share-buttons li a {
width: 26px !important;
border: 0px !important;
}
.uxmodernsl-share-buttons {
top: 0 !important;
}
.img_link_btn {
position: absolute;
z-index: 99999;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 8px;
}
.uxmodernsl-title {
padding: 10px 0px !important;
}
@media only screen and (max-width: 475px) {
.uxmodernsl-share-buttons {
top: -25px !important;
}.uxmodernsl-title-text {
line-height: 15px;
}.view, .view img {
height: auto !important;
max-height: 100% !important;
}
}
.gallery-img-content a {
border-bottom: none;
}
.element_8 {
position: relative;
max-width: 100%;
width: 250px;
margin:0 2px 10px 0;
border:0px solid #eeeeee;
border-radius:3px;
outline:none;
overflow:hidden;
box-sizing: border-box;
}
.element_8 .image-block_8 {
position:relative;
width: 100%;
}
.element_8 .image-block_8 a {display:block;}
.element_8 .image-block_8 img {
width: 100%;
max-width:250px !important;
height:auto;
display:block;
border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.element_8 .image-block_8 img:hover {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.element_8 .image-block_8 .play-icon {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.element_8:hover .title-block_8 {bottom:0;}
.element_8 .title-block_8 a, .element_8 .title-block_8 a:link, .element_8 .title-block_8 a:visited, .element_8 .title-block_8 {
position:relative;
margin:0;
padding:0 1% 0 2%;
width:97%;
text-decoration:none !important;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
z-index:20;
font-size: 16px;
color:#3215C2;
font-weight:normal;
}.element_8 .image-block_8 .play-icon.youtube-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.youtube.png) center center no-repeat;}
.element_8 .image-block_8 .play-icon.vimeo-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.vimeo.png) center center no-repeat;}
.element_8 .title-block_8 {
position:absolute;
left:0;
width:100%;
padding-top:5px;
height: 36px;
bottom:-41px;
background: rgba(0,0,0,0.8) !important;
-webkit-transition: bottom 0.3s ease-out 0.1s;
-moz-transition: bottom 0.3s ease-out 0.1s;
-o-transition: bottom 0.3s ease-out 0.1s;
transition: bottom 0.3s ease-out 0.1s;
}
.element_8 .title-block_8 a:hover, .element_8 .title-block_8 a:focus, .element_8 .title-block_8 a:active {
color:#0742df;
text-decoration:none;
}
.load_more4 {
margin: 10px 0;
position:relative;
text-align:center;
width:100%;
}
.load_more_button4 {
border-radius: 10px;
display:inline-block;
padding:5px 15px;
font-size:16px !important;;
color:#FF0D0D !important;;
background:#5CADFF !important;
cursor:pointer;
}
.load_more_button4:hover{
color:#FF4040 !important;
background:#99C5FF !important;
}
.loading4 {
display:none;
}
.paginate4{
font-size:19px !important;
color:#FF2C2C !important;
text-align: center;
margin-top: 25px;
}
.paginate4 a{
border-bottom: none !important;
}
.icon-style4{
font-size: 21px !important;
color:#B82020 !important;
}
.clear{
clear:both;
}
@media screen and (max-width: 480px){
.element_8{
max-width:100% !important;
}
}.album_images_count {
float: right;
position: absolute;
top: 3px;
right: 3px;
}#hover {
color: rgba(188, 175, 204, 0.9);
}h2#testimonials {
color: #fffae3;
}div#all {
width: 100%;
height: 100%;
}.album_back_button .album_socials {
float: right;
top: -8px
}.album_back_button {
margin-bottom: 15px;
}.album_back_button .uxmodernsl-share-buttons {
margin: 0px;
padding: 6px 1px 0px 5px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}#back_to_albums, #back_to_galleries {
background: #616161;
padding: 10px;
color: #fff;
border-radius: 3px;
}#back_to_albums:hover, #back_to_galleries:hover {
background-color: #000;
}.view img {
height: auto;
}.mosaicflow__column {
float: left;
width: 250px !important;
margin-right: 10px;
}/*========= hover style ===========*/.view {
color: #fff;
margin: 0 10px 10px 0;
overflow: hidden;
position: relative;
text-align: center;
float: left;
cursor: default;
width: 250px !important;
height: px !important;
border: 0px solid #eeeeee;
border-radius: 3px;
}.view img {
display: block;
position: relative;
transition: all 0.2s linear;
max-width: 100%;
width: 100%;
margin: 0 auto;
height: !important;
}.mask-text h2 {
font-size: 16px !important;
}/* view 1 */
.view-first .text-category, .view-first .mask-text h2, .view-first .mask-text p {
color: #FFFFFF;
}/* view 2 */
.view-second .text-category, .view-second .mask-text h2, .view-second p {
color: #333333;
}.view-second .mask-text h2 {
border-bottom: 1px solid #333333;
}/* view 3*/
.view-third .mask {
background-color: rgba(204,204,204,80) !important;
transition: all 0.5s linear;
opacity: 0;
color: #333333}.view-third h2 {
border-bottom: 1px solid #333333;
background: transparent;
margin: 5px 40px 0px 40px;
transform: scale(0);
color: #333333;
transition: all 0.5s linear;
opacity: 0;
}.view-third p {
color: #333333;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}.view-third .text-category {
color: #333333;
}/* view 4 */.view-forth .mask-bg {
background: #333333;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}.view-forth .mask-text {
color: #FFFFFF;
position: relative;
z-index: 500;
padding: 5px 8px;
}.view-forth .mask-text h2 {
margin: 0px;
font-size: 13px;
padding: 2px;
color: #FFFFFF;
}.view-forth .mask-text h2:hover {
cursor: pointer;
}.view-forth .text-category {
display: block;
font-size: 15px;
color: #FFFFFF;
}.view-forth p {
color: #FFFFFF;
}/* view 5 */
.view-fifth .text-category, .view-fifth .text-category *, .view-fifth .mask-text h2, .view-fifth .mask-text p {
color: #333333;
}/*========= category style ===========*/.album_categories li span {
float: left;
margin: 0 5px 5px 5px;
display: block;
text-align: center;
padding: 7px 16px;
text-decoration: none;
background-color: #43454f;
color: white;
border-radius: 3px;
}.album_categories li span.active, .album_categories li span:hover {
cursor: pointer;background-color: #2e303c;
}/*========= count style ===========*/.album_images_count {
font-size: 17px !important;
font-weight: bold !important;
font-family: sans-serif !important;
background-repeat: no-repeat !important;
background-size: contain !important;
z-index: 2;
width: 47px;
height: 47px;
padding-top: 8px !important;
background-image: url('https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/albums/count/3.png') !important;
color: #ffffff;
}.count_image {
font-size: 9px;
position: absolute;
bottom: 18px; left:8px;}
/*===== general options =========*/
a {
box-shadow: none !important;
}
.view *:not(i), .album_categories *, .album_back_button *, #album_disabled_layer {
font-family: sans-serif, Arial, Verdana, Sylfaen !important;
}
#album_disabled_layer {
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
background-color: transparent;
z-index: 10;
padding-top: 20px;
color: #fff;
}
#album_list_container {
position: relative;
}
/* ====================== album onhover styles ==========================*/
#album_list .view {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
}
.view .mask,
.view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0;
}
.album_back_button a, .view a {
text-decoration: none !important;
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
font-size: 13px;
padding: 2px 14px;
margin-bottom: 3px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.mask-text h2 {
font-size: 20px !important;
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
.view .mask-bg {
height: 100%;
}
.view .album_social {
color: #fff;
position: absolute;
bottom: 3px;
left: 3px;
border: 1px solid #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 5px;
}
.view .album_social:active, .view .album_social:focus, .view .album_social:hover {
color: #ffffff;
outline: none;
}
/*1*/
.view .info {
margin-top: 5px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
/*transform: scale(1.1);*/
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second .mask {
background-color: rgba(226, 200, 127, 0.2);
transition: all 0.5s linear;
opacity: 0;
}
.view-second h2 {
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #333;
transition: all 0.5s linear;
opacity: 0;
}
.view-second p {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
.view-second:hover .mask {
opacity: 1;
}
.view-second:hover h2,
.view-second:hover p,
.view-second:hover a.info {
transform: scale(1);
opacity: 1;
}
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
/*3*/
.view-third img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-third a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-third:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.view-third:hover .mask {
opacity: 1;
}
.view-third:hover h2,
.view-third:hover p,
.view-third:hover a.info {
transform: scale(1);
opacity: 1;
}
/* ==== view 4 ===*/
.view-forth-wrapper {
overflow: hidden;
position: relative !important;
height: 100%;
/* cursor: pointer;*/
}
.view-forth img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-forth .mask {
position: absolute;
width: 100%;
/* height: 70px;*/
/* bottom: -70px;*/
height: 50%;
bottom: -50%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
top: inherit;
}
.view-forth:hover .mask {
bottom: 0;
}
.view-forth:hover img {
top: -30px;
}
/*== view 5 ==*/
.view-fifth .view-fifth-wrapper,
.view-fifth .view-fifth-wrapper img {
display: block;
position: relative;
}
.view-fifth .view-fifth-wrapper {
overflow: hidden;
height: 100%;
}
.view-fifth .view-fifth-wrapper .mask {
display: none;
position: absolute;
background: #333;
background: rgba(75, 75, 75, 0.7);
width: 100%;
height: 100%;
}
/* ====================== album category styles ==========================*/
#filters {
margin: 1% 0;
padding: 0;
list-style: none;
list-style-type: none !important;
}
#filters li {
float: left;
list-style-type: none !important;
}
#filters li:first-child span {
margin-left: 0px;
}
#filters li span {
display: block;
text-decoration: none;
cursor: pointer;
}
.album_categories {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
padding-top: 5px;
}
/*========= sharing buttons ============*/
.album_socials {
position: relative;
top: 3px;
width: 100px;
height: 28px;
margin: 0 auto;
}
.album_socials .uxmodernsl-share-buttons {
top: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.album_socials a {
text-decoration: underline !important;
}
.gallery_images, .album_image_place {
margin-top: 15px;
margin-top: 15px;
}
#gallery_images{
margin-top:15px;
}
#uxmodernsl-share-facebook:hover {
background-position: 0 -31px !important;
}
#uxmodernsl-share-twitter:hover {
background-position: -31px 32px !important;
}
#uxmodernsl-share-googleplus:hover {
background-position: -66px -31px !important;
}
.uxmodernsl-share-buttons li, .uxmodernsl-share-buttons li a {
width: 26px !important;
border: 0px !important;
}
.uxmodernsl-share-buttons {
top: 0 !important;
}
.img_link_btn {
position: absolute;
z-index: 99999;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 8px;
}
.uxmodernsl-title {
padding: 10px 0px !important;
}
@media only screen and (max-width: 475px) {
.uxmodernsl-share-buttons {
top: -25px !important;
}.uxmodernsl-title-text {
line-height: 15px;
}.view, .view img {
height: auto !important;
max-height: 100% !important;
}
}
.gallery-img-content a {
border-bottom: none;
}
.element_9 {
position: relative;
max-width: 100%;
width: 250px;
margin:0 2px 10px 0;
border:0px solid #eeeeee;
border-radius:3px;
outline:none;
overflow:hidden;
box-sizing: border-box;
}
.element_9 .image-block_9 {
position:relative;
width: 100%;
}
.element_9 .image-block_9 a {display:block;}
.element_9 .image-block_9 img {
width: 100%;
max-width:250px !important;
height:auto;
display:block;
border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.element_9 .image-block_9 img:hover {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.element_9 .image-block_9 .play-icon {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.element_9:hover .title-block_9 {bottom:0;}
.element_9 .title-block_9 a, .element_9 .title-block_9 a:link, .element_9 .title-block_9 a:visited, .element_9 .title-block_9 {
position:relative;
margin:0;
padding:0 1% 0 2%;
width:97%;
text-decoration:none !important;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
z-index:20;
font-size: 16px;
color:#3215C2;
font-weight:normal;
}.element_9 .image-block_9 .play-icon.youtube-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.youtube.png) center center no-repeat;}
.element_9 .image-block_9 .play-icon.vimeo-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.vimeo.png) center center no-repeat;}
.element_9 .title-block_9 {
position:absolute;
left:0;
width:100%;
padding-top:5px;
height: 36px;
bottom:-41px;
background: rgba(0,0,0,0.8) !important;
-webkit-transition: bottom 0.3s ease-out 0.1s;
-moz-transition: bottom 0.3s ease-out 0.1s;
-o-transition: bottom 0.3s ease-out 0.1s;
transition: bottom 0.3s ease-out 0.1s;
}
.element_9 .title-block_9 a:hover, .element_9 .title-block_9 a:focus, .element_9 .title-block_9 a:active {
color:#0742df;
text-decoration:none;
}
.load_more4 {
margin: 10px 0;
position:relative;
text-align:center;
width:100%;
}
.load_more_button4 {
border-radius: 10px;
display:inline-block;
padding:5px 15px;
font-size:16px !important;;
color:#FF0D0D !important;;
background:#5CADFF !important;
cursor:pointer;
}
.load_more_button4:hover{
color:#FF4040 !important;
background:#99C5FF !important;
}
.loading4 {
display:none;
}
.paginate4{
font-size:19px !important;
color:#FF2C2C !important;
text-align: center;
margin-top: 25px;
}
.paginate4 a{
border-bottom: none !important;
}
.icon-style4{
font-size: 21px !important;
color:#B82020 !important;
}
.clear{
clear:both;
}
@media screen and (max-width: 480px){
.element_9{
max-width:100% !important;
}
}.album_images_count {
float: right;
position: absolute;
top: 3px;
right: 3px;
}#hover {
color: rgba(188, 175, 204, 0.9);
}h2#testimonials {
color: #fffae3;
}div#all {
width: 100%;
height: 100%;
}.album_back_button .album_socials {
float: right;
top: -8px
}.album_back_button {
margin-bottom: 15px;
}.album_back_button .uxmodernsl-share-buttons {
margin: 0px;
padding: 6px 1px 0px 5px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}#back_to_albums, #back_to_galleries {
background: #616161;
padding: 10px;
color: #fff;
border-radius: 3px;
}#back_to_albums:hover, #back_to_galleries:hover {
background-color: #000;
}.view img {
height: auto;
}.mosaicflow__column {
float: left;
width: 250px !important;
margin-right: 10px;
}/*========= hover style ===========*/.view {
color: #fff;
margin: 0 10px 10px 0;
overflow: hidden;
position: relative;
text-align: center;
float: left;
cursor: default;
width: 250px !important;
height: px !important;
border: 0px solid #eeeeee;
border-radius: 3px;
}.view img {
display: block;
position: relative;
transition: all 0.2s linear;
max-width: 100%;
width: 100%;
margin: 0 auto;
height: !important;
}.mask-text h2 {
font-size: 16px !important;
}/* view 1 */
.view-first .text-category, .view-first .mask-text h2, .view-first .mask-text p {
color: #FFFFFF;
}/* view 2 */
.view-second .text-category, .view-second .mask-text h2, .view-second p {
color: #333333;
}.view-second .mask-text h2 {
border-bottom: 1px solid #333333;
}/* view 3*/
.view-third .mask {
background-color: rgba(204,204,204,80) !important;
transition: all 0.5s linear;
opacity: 0;
color: #333333}.view-third h2 {
border-bottom: 1px solid #333333;
background: transparent;
margin: 5px 40px 0px 40px;
transform: scale(0);
color: #333333;
transition: all 0.5s linear;
opacity: 0;
}.view-third p {
color: #333333;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}.view-third .text-category {
color: #333333;
}/* view 4 */.view-forth .mask-bg {
background: #333333;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}.view-forth .mask-text {
color: #FFFFFF;
position: relative;
z-index: 500;
padding: 5px 8px;
}.view-forth .mask-text h2 {
margin: 0px;
font-size: 13px;
padding: 2px;
color: #FFFFFF;
}.view-forth .mask-text h2:hover {
cursor: pointer;
}.view-forth .text-category {
display: block;
font-size: 15px;
color: #FFFFFF;
}.view-forth p {
color: #FFFFFF;
}/* view 5 */
.view-fifth .text-category, .view-fifth .text-category *, .view-fifth .mask-text h2, .view-fifth .mask-text p {
color: #333333;
}/*========= category style ===========*/.album_categories li span {
float: left;
margin: 0 5px 5px 5px;
display: block;
text-align: center;
padding: 7px 16px;
text-decoration: none;
background-color: #43454f;
color: white;
border-radius: 3px;
}.album_categories li span.active, .album_categories li span:hover {
cursor: pointer;background-color: #2e303c;
}/*========= count style ===========*/.album_images_count {
font-size: 17px !important;
font-weight: bold !important;
font-family: sans-serif !important;
background-repeat: no-repeat !important;
background-size: contain !important;
z-index: 2;
width: 47px;
height: 47px;
padding-top: 8px !important;
background-image: url('https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/albums/count/3.png') !important;
color: #ffffff;
}.count_image {
font-size: 9px;
position: absolute;
bottom: 18px; left:8px;}
/*===== general options =========*/
a {
box-shadow: none !important;
}
.view *:not(i), .album_categories *, .album_back_button *, #album_disabled_layer {
font-family: sans-serif, Arial, Verdana, Sylfaen !important;
}
#album_disabled_layer {
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
background-color: transparent;
z-index: 10;
padding-top: 20px;
color: #fff;
}
#album_list_container {
position: relative;
}
/* ====================== album onhover styles ==========================*/
#album_list .view {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
}
.view .mask,
.view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0;
}
.album_back_button a, .view a {
text-decoration: none !important;
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
font-size: 13px;
padding: 2px 14px;
margin-bottom: 3px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.mask-text h2 {
font-size: 20px !important;
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
.view .mask-bg {
height: 100%;
}
.view .album_social {
color: #fff;
position: absolute;
bottom: 3px;
left: 3px;
border: 1px solid #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 5px;
}
.view .album_social:active, .view .album_social:focus, .view .album_social:hover {
color: #ffffff;
outline: none;
}
/*1*/
.view .info {
margin-top: 5px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
/*transform: scale(1.1);*/
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second .mask {
background-color: rgba(226, 200, 127, 0.2);
transition: all 0.5s linear;
opacity: 0;
}
.view-second h2 {
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #333;
transition: all 0.5s linear;
opacity: 0;
}
.view-second p {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
.view-second:hover .mask {
opacity: 1;
}
.view-second:hover h2,
.view-second:hover p,
.view-second:hover a.info {
transform: scale(1);
opacity: 1;
}
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
/*3*/
.view-third img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-third a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-third:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.view-third:hover .mask {
opacity: 1;
}
.view-third:hover h2,
.view-third:hover p,
.view-third:hover a.info {
transform: scale(1);
opacity: 1;
}
/* ==== view 4 ===*/
.view-forth-wrapper {
overflow: hidden;
position: relative !important;
height: 100%;
/* cursor: pointer;*/
}
.view-forth img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-forth .mask {
position: absolute;
width: 100%;
/* height: 70px;*/
/* bottom: -70px;*/
height: 50%;
bottom: -50%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
top: inherit;
}
.view-forth:hover .mask {
bottom: 0;
}
.view-forth:hover img {
top: -30px;
}
/*== view 5 ==*/
.view-fifth .view-fifth-wrapper,
.view-fifth .view-fifth-wrapper img {
display: block;
position: relative;
}
.view-fifth .view-fifth-wrapper {
overflow: hidden;
height: 100%;
}
.view-fifth .view-fifth-wrapper .mask {
display: none;
position: absolute;
background: #333;
background: rgba(75, 75, 75, 0.7);
width: 100%;
height: 100%;
}
/* ====================== album category styles ==========================*/
#filters {
margin: 1% 0;
padding: 0;
list-style: none;
list-style-type: none !important;
}
#filters li {
float: left;
list-style-type: none !important;
}
#filters li:first-child span {
margin-left: 0px;
}
#filters li span {
display: block;
text-decoration: none;
cursor: pointer;
}
.album_categories {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
padding-top: 5px;
}
/*========= sharing buttons ============*/
.album_socials {
position: relative;
top: 3px;
width: 100px;
height: 28px;
margin: 0 auto;
}
.album_socials .uxmodernsl-share-buttons {
top: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.album_socials a {
text-decoration: underline !important;
}
.gallery_images, .album_image_place {
margin-top: 15px;
margin-top: 15px;
}
#gallery_images{
margin-top:15px;
}
#uxmodernsl-share-facebook:hover {
background-position: 0 -31px !important;
}
#uxmodernsl-share-twitter:hover {
background-position: -31px 32px !important;
}
#uxmodernsl-share-googleplus:hover {
background-position: -66px -31px !important;
}
.uxmodernsl-share-buttons li, .uxmodernsl-share-buttons li a {
width: 26px !important;
border: 0px !important;
}
.uxmodernsl-share-buttons {
top: 0 !important;
}
.img_link_btn {
position: absolute;
z-index: 99999;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 8px;
}
.uxmodernsl-title {
padding: 10px 0px !important;
}
@media only screen and (max-width: 475px) {
.uxmodernsl-share-buttons {
top: -25px !important;
}.uxmodernsl-title-text {
line-height: 15px;
}.view, .view img {
height: auto !important;
max-height: 100% !important;
}
}
.gallery-img-content a {
border-bottom: none;
}
.element_10 {
position: relative;
max-width: 100%;
width: 250px;
margin:0 2px 10px 0;
border:0px solid #eeeeee;
border-radius:3px;
outline:none;
overflow:hidden;
box-sizing: border-box;
}
.element_10 .image-block_10 {
position:relative;
width: 100%;
}
.element_10 .image-block_10 a {display:block;}
.element_10 .image-block_10 img {
width: 100%;
max-width:250px !important;
height:auto;
display:block;
border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.element_10 .image-block_10 img:hover {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.element_10 .image-block_10 .play-icon {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.element_10:hover .title-block_10 {bottom:0;}
.element_10 .title-block_10 a, .element_10 .title-block_10 a:link, .element_10 .title-block_10 a:visited, .element_10 .title-block_10 {
position:relative;
margin:0;
padding:0 1% 0 2%;
width:97%;
text-decoration:none !important;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
z-index:20;
font-size: 16px;
color:#3215C2;
font-weight:normal;
}.element_10 .image-block_10 .play-icon.youtube-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.youtube.png) center center no-repeat;}
.element_10 .image-block_10 .play-icon.vimeo-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.vimeo.png) center center no-repeat;}
.element_10 .title-block_10 {
position:absolute;
left:0;
width:100%;
padding-top:5px;
height: 36px;
bottom:-41px;
background: rgba(0,0,0,0.8) !important;
-webkit-transition: bottom 0.3s ease-out 0.1s;
-moz-transition: bottom 0.3s ease-out 0.1s;
-o-transition: bottom 0.3s ease-out 0.1s;
transition: bottom 0.3s ease-out 0.1s;
}
.element_10 .title-block_10 a:hover, .element_10 .title-block_10 a:focus, .element_10 .title-block_10 a:active {
color:#0742df;
text-decoration:none;
}
.load_more4 {
margin: 10px 0;
position:relative;
text-align:center;
width:100%;
}
.load_more_button4 {
border-radius: 10px;
display:inline-block;
padding:5px 15px;
font-size:16px !important;;
color:#FF0D0D !important;;
background:#5CADFF !important;
cursor:pointer;
}
.load_more_button4:hover{
color:#FF4040 !important;
background:#99C5FF !important;
}
.loading4 {
display:none;
}
.paginate4{
font-size:19px !important;
color:#FF2C2C !important;
text-align: center;
margin-top: 25px;
}
.paginate4 a{
border-bottom: none !important;
}
.icon-style4{
font-size: 21px !important;
color:#B82020 !important;
}
.clear{
clear:both;
}
@media screen and (max-width: 480px){
.element_10{
max-width:100% !important;
}
}.album_images_count {
float: right;
position: absolute;
top: 3px;
right: 3px;
}#hover {
color: rgba(188, 175, 204, 0.9);
}h2#testimonials {
color: #fffae3;
}div#all {
width: 100%;
height: 100%;
}.album_back_button .album_socials {
float: right;
top: -8px
}.album_back_button {
margin-bottom: 15px;
}.album_back_button .uxmodernsl-share-buttons {
margin: 0px;
padding: 6px 1px 0px 5px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}#back_to_albums, #back_to_galleries {
background: #616161;
padding: 10px;
color: #fff;
border-radius: 3px;
}#back_to_albums:hover, #back_to_galleries:hover {
background-color: #000;
}.view img {
height: auto;
}.mosaicflow__column {
float: left;
width: 250px !important;
margin-right: 10px;
}/*========= hover style ===========*/.view {
color: #fff;
margin: 0 10px 10px 0;
overflow: hidden;
position: relative;
text-align: center;
float: left;
cursor: default;
width: 250px !important;
height: px !important;
border: 0px solid #eeeeee;
border-radius: 3px;
}.view img {
display: block;
position: relative;
transition: all 0.2s linear;
max-width: 100%;
width: 100%;
margin: 0 auto;
height: !important;
}.mask-text h2 {
font-size: 16px !important;
}/* view 1 */
.view-first .text-category, .view-first .mask-text h2, .view-first .mask-text p {
color: #FFFFFF;
}/* view 2 */
.view-second .text-category, .view-second .mask-text h2, .view-second p {
color: #333333;
}.view-second .mask-text h2 {
border-bottom: 1px solid #333333;
}/* view 3*/
.view-third .mask {
background-color: rgba(204,204,204,80) !important;
transition: all 0.5s linear;
opacity: 0;
color: #333333}.view-third h2 {
border-bottom: 1px solid #333333;
background: transparent;
margin: 5px 40px 0px 40px;
transform: scale(0);
color: #333333;
transition: all 0.5s linear;
opacity: 0;
}.view-third p {
color: #333333;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}.view-third .text-category {
color: #333333;
}/* view 4 */.view-forth .mask-bg {
background: #333333;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}.view-forth .mask-text {
color: #FFFFFF;
position: relative;
z-index: 500;
padding: 5px 8px;
}.view-forth .mask-text h2 {
margin: 0px;
font-size: 13px;
padding: 2px;
color: #FFFFFF;
}.view-forth .mask-text h2:hover {
cursor: pointer;
}.view-forth .text-category {
display: block;
font-size: 15px;
color: #FFFFFF;
}.view-forth p {
color: #FFFFFF;
}/* view 5 */
.view-fifth .text-category, .view-fifth .text-category *, .view-fifth .mask-text h2, .view-fifth .mask-text p {
color: #333333;
}/*========= category style ===========*/.album_categories li span {
float: left;
margin: 0 5px 5px 5px;
display: block;
text-align: center;
padding: 7px 16px;
text-decoration: none;
background-color: #43454f;
color: white;
border-radius: 3px;
}.album_categories li span.active, .album_categories li span:hover {
cursor: pointer;background-color: #2e303c;
}/*========= count style ===========*/.album_images_count {
font-size: 17px !important;
font-weight: bold !important;
font-family: sans-serif !important;
background-repeat: no-repeat !important;
background-size: contain !important;
z-index: 2;
width: 47px;
height: 47px;
padding-top: 8px !important;
background-image: url('https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/albums/count/3.png') !important;
color: #ffffff;
}.count_image {
font-size: 9px;
position: absolute;
bottom: 18px; left:8px;}
/*===== general options =========*/
a {
box-shadow: none !important;
}
.view *:not(i), .album_categories *, .album_back_button *, #album_disabled_layer {
font-family: sans-serif, Arial, Verdana, Sylfaen !important;
}
#album_disabled_layer {
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
background-color: transparent;
z-index: 10;
padding-top: 20px;
color: #fff;
}
#album_list_container {
position: relative;
}
/* ====================== album onhover styles ==========================*/
#album_list .view {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
}
.view .mask,
.view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0;
}
.album_back_button a, .view a {
text-decoration: none !important;
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
font-size: 13px;
padding: 2px 14px;
margin-bottom: 3px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.mask-text h2 {
font-size: 20px !important;
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
.view .mask-bg {
height: 100%;
}
.view .album_social {
color: #fff;
position: absolute;
bottom: 3px;
left: 3px;
border: 1px solid #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 5px;
}
.view .album_social:active, .view .album_social:focus, .view .album_social:hover {
color: #ffffff;
outline: none;
}
/*1*/
.view .info {
margin-top: 5px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
/*transform: scale(1.1);*/
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second .mask {
background-color: rgba(226, 200, 127, 0.2);
transition: all 0.5s linear;
opacity: 0;
}
.view-second h2 {
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #333;
transition: all 0.5s linear;
opacity: 0;
}
.view-second p {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
.view-second:hover .mask {
opacity: 1;
}
.view-second:hover h2,
.view-second:hover p,
.view-second:hover a.info {
transform: scale(1);
opacity: 1;
}
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
/*3*/
.view-third img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-third a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-third:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.view-third:hover .mask {
opacity: 1;
}
.view-third:hover h2,
.view-third:hover p,
.view-third:hover a.info {
transform: scale(1);
opacity: 1;
}
/* ==== view 4 ===*/
.view-forth-wrapper {
overflow: hidden;
position: relative !important;
height: 100%;
/* cursor: pointer;*/
}
.view-forth img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-forth .mask {
position: absolute;
width: 100%;
/* height: 70px;*/
/* bottom: -70px;*/
height: 50%;
bottom: -50%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
top: inherit;
}
.view-forth:hover .mask {
bottom: 0;
}
.view-forth:hover img {
top: -30px;
}
/*== view 5 ==*/
.view-fifth .view-fifth-wrapper,
.view-fifth .view-fifth-wrapper img {
display: block;
position: relative;
}
.view-fifth .view-fifth-wrapper {
overflow: hidden;
height: 100%;
}
.view-fifth .view-fifth-wrapper .mask {
display: none;
position: absolute;
background: #333;
background: rgba(75, 75, 75, 0.7);
width: 100%;
height: 100%;
}
/* ====================== album category styles ==========================*/
#filters {
margin: 1% 0;
padding: 0;
list-style: none;
list-style-type: none !important;
}
#filters li {
float: left;
list-style-type: none !important;
}
#filters li:first-child span {
margin-left: 0px;
}
#filters li span {
display: block;
text-decoration: none;
cursor: pointer;
}
.album_categories {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
padding-top: 5px;
}
/*========= sharing buttons ============*/
.album_socials {
position: relative;
top: 3px;
width: 100px;
height: 28px;
margin: 0 auto;
}
.album_socials .uxmodernsl-share-buttons {
top: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.album_socials a {
text-decoration: underline !important;
}
.gallery_images, .album_image_place {
margin-top: 15px;
margin-top: 15px;
}
#gallery_images{
margin-top:15px;
}
#uxmodernsl-share-facebook:hover {
background-position: 0 -31px !important;
}
#uxmodernsl-share-twitter:hover {
background-position: -31px 32px !important;
}
#uxmodernsl-share-googleplus:hover {
background-position: -66px -31px !important;
}
.uxmodernsl-share-buttons li, .uxmodernsl-share-buttons li a {
width: 26px !important;
border: 0px !important;
}
.uxmodernsl-share-buttons {
top: 0 !important;
}
.img_link_btn {
position: absolute;
z-index: 99999;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 8px;
}
.uxmodernsl-title {
padding: 10px 0px !important;
}
@media only screen and (max-width: 475px) {
.uxmodernsl-share-buttons {
top: -25px !important;
}.uxmodernsl-title-text {
line-height: 15px;
}.view, .view img {
height: auto !important;
max-height: 100% !important;
}
}
.gallery-img-content a {
border-bottom: none;
}
.element_11 {
position: relative;
max-width: 100%;
width: 250px;
margin:0 2px 10px 0;
border:0px solid #eeeeee;
border-radius:3px;
outline:none;
overflow:hidden;
box-sizing: border-box;
}
.element_11 .image-block_11 {
position:relative;
width: 100%;
}
.element_11 .image-block_11 a {display:block;}
.element_11 .image-block_11 img {
width: 100%;
max-width:250px !important;
height:auto;
display:block;
border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.element_11 .image-block_11 img:hover {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.element_11 .image-block_11 .play-icon {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.element_11:hover .title-block_11 {bottom:0;}
.element_11 .title-block_11 a, .element_11 .title-block_11 a:link, .element_11 .title-block_11 a:visited, .element_11 .title-block_11 {
position:relative;
margin:0;
padding:0 1% 0 2%;
width:97%;
text-decoration:none !important;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
z-index:20;
font-size: 16px;
color:#3215C2;
font-weight:normal;
}.element_11 .image-block_11 .play-icon.youtube-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.youtube.png) center center no-repeat;}
.element_11 .image-block_11 .play-icon.vimeo-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.vimeo.png) center center no-repeat;}
.element_11 .title-block_11 {
position:absolute;
left:0;
width:100%;
padding-top:5px;
height: 36px;
bottom:-41px;
background: rgba(0,0,0,0.8) !important;
-webkit-transition: bottom 0.3s ease-out 0.1s;
-moz-transition: bottom 0.3s ease-out 0.1s;
-o-transition: bottom 0.3s ease-out 0.1s;
transition: bottom 0.3s ease-out 0.1s;
}
.element_11 .title-block_11 a:hover, .element_11 .title-block_11 a:focus, .element_11 .title-block_11 a:active {
color:#0742df;
text-decoration:none;
}
.load_more4 {
margin: 10px 0;
position:relative;
text-align:center;
width:100%;
}
.load_more_button4 {
border-radius: 10px;
display:inline-block;
padding:5px 15px;
font-size:16px !important;;
color:#FF0D0D !important;;
background:#5CADFF !important;
cursor:pointer;
}
.load_more_button4:hover{
color:#FF4040 !important;
background:#99C5FF !important;
}
.loading4 {
display:none;
}
.paginate4{
font-size:19px !important;
color:#FF2C2C !important;
text-align: center;
margin-top: 25px;
}
.paginate4 a{
border-bottom: none !important;
}
.icon-style4{
font-size: 21px !important;
color:#B82020 !important;
}
.clear{
clear:both;
}
@media screen and (max-width: 480px){
.element_11{
max-width:100% !important;
}
}.album_images_count {
float: right;
position: absolute;
top: 3px;
right: 3px;
}#hover {
color: rgba(188, 175, 204, 0.9);
}h2#testimonials {
color: #fffae3;
}div#all {
width: 100%;
height: 100%;
}.album_back_button .album_socials {
float: right;
top: -8px
}.album_back_button {
margin-bottom: 15px;
}.album_back_button .uxmodernsl-share-buttons {
margin: 0px;
padding: 6px 1px 0px 5px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}#back_to_albums, #back_to_galleries {
background: #616161;
padding: 10px;
color: #fff;
border-radius: 3px;
}#back_to_albums:hover, #back_to_galleries:hover {
background-color: #000;
}.view img {
height: auto;
}.mosaicflow__column {
float: left;
width: 250px !important;
margin-right: 10px;
}/*========= hover style ===========*/.view {
color: #fff;
margin: 0 10px 10px 0;
overflow: hidden;
position: relative;
text-align: center;
float: left;
cursor: default;
width: 250px !important;
height: px !important;
border: 0px solid #eeeeee;
border-radius: 3px;
}.view img {
display: block;
position: relative;
transition: all 0.2s linear;
max-width: 100%;
width: 100%;
margin: 0 auto;
height: !important;
}.mask-text h2 {
font-size: 16px !important;
}/* view 1 */
.view-first .text-category, .view-first .mask-text h2, .view-first .mask-text p {
color: #FFFFFF;
}/* view 2 */
.view-second .text-category, .view-second .mask-text h2, .view-second p {
color: #333333;
}.view-second .mask-text h2 {
border-bottom: 1px solid #333333;
}/* view 3*/
.view-third .mask {
background-color: rgba(204,204,204,80) !important;
transition: all 0.5s linear;
opacity: 0;
color: #333333}.view-third h2 {
border-bottom: 1px solid #333333;
background: transparent;
margin: 5px 40px 0px 40px;
transform: scale(0);
color: #333333;
transition: all 0.5s linear;
opacity: 0;
}.view-third p {
color: #333333;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}.view-third .text-category {
color: #333333;
}/* view 4 */.view-forth .mask-bg {
background: #333333;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}.view-forth .mask-text {
color: #FFFFFF;
position: relative;
z-index: 500;
padding: 5px 8px;
}.view-forth .mask-text h2 {
margin: 0px;
font-size: 13px;
padding: 2px;
color: #FFFFFF;
}.view-forth .mask-text h2:hover {
cursor: pointer;
}.view-forth .text-category {
display: block;
font-size: 15px;
color: #FFFFFF;
}.view-forth p {
color: #FFFFFF;
}/* view 5 */
.view-fifth .text-category, .view-fifth .text-category *, .view-fifth .mask-text h2, .view-fifth .mask-text p {
color: #333333;
}/*========= category style ===========*/.album_categories li span {
float: left;
margin: 0 5px 5px 5px;
display: block;
text-align: center;
padding: 7px 16px;
text-decoration: none;
background-color: #43454f;
color: white;
border-radius: 3px;
}.album_categories li span.active, .album_categories li span:hover {
cursor: pointer;background-color: #2e303c;
}/*========= count style ===========*/.album_images_count {
font-size: 17px !important;
font-weight: bold !important;
font-family: sans-serif !important;
background-repeat: no-repeat !important;
background-size: contain !important;
z-index: 2;
width: 47px;
height: 47px;
padding-top: 8px !important;
background-image: url('https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/albums/count/3.png') !important;
color: #ffffff;
}.count_image {
font-size: 9px;
position: absolute;
bottom: 18px; left:8px;}
/*===== general options =========*/
a {
box-shadow: none !important;
}
.view *:not(i), .album_categories *, .album_back_button *, #album_disabled_layer {
font-family: sans-serif, Arial, Verdana, Sylfaen !important;
}
#album_disabled_layer {
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
background-color: transparent;
z-index: 10;
padding-top: 20px;
color: #fff;
}
#album_list_container {
position: relative;
}
/* ====================== album onhover styles ==========================*/
#album_list .view {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
}
.view .mask,
.view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0;
}
.album_back_button a, .view a {
text-decoration: none !important;
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
font-size: 13px;
padding: 2px 14px;
margin-bottom: 3px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.mask-text h2 {
font-size: 20px !important;
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
.view .mask-bg {
height: 100%;
}
.view .album_social {
color: #fff;
position: absolute;
bottom: 3px;
left: 3px;
border: 1px solid #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 5px;
}
.view .album_social:active, .view .album_social:focus, .view .album_social:hover {
color: #ffffff;
outline: none;
}
/*1*/
.view .info {
margin-top: 5px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
/*transform: scale(1.1);*/
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second .mask {
background-color: rgba(226, 200, 127, 0.2);
transition: all 0.5s linear;
opacity: 0;
}
.view-second h2 {
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #333;
transition: all 0.5s linear;
opacity: 0;
}
.view-second p {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
.view-second:hover .mask {
opacity: 1;
}
.view-second:hover h2,
.view-second:hover p,
.view-second:hover a.info {
transform: scale(1);
opacity: 1;
}
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
/*3*/
.view-third img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-third a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-third:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.view-third:hover .mask {
opacity: 1;
}
.view-third:hover h2,
.view-third:hover p,
.view-third:hover a.info {
transform: scale(1);
opacity: 1;
}
/* ==== view 4 ===*/
.view-forth-wrapper {
overflow: hidden;
position: relative !important;
height: 100%;
/* cursor: pointer;*/
}
.view-forth img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-forth .mask {
position: absolute;
width: 100%;
/* height: 70px;*/
/* bottom: -70px;*/
height: 50%;
bottom: -50%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
top: inherit;
}
.view-forth:hover .mask {
bottom: 0;
}
.view-forth:hover img {
top: -30px;
}
/*== view 5 ==*/
.view-fifth .view-fifth-wrapper,
.view-fifth .view-fifth-wrapper img {
display: block;
position: relative;
}
.view-fifth .view-fifth-wrapper {
overflow: hidden;
height: 100%;
}
.view-fifth .view-fifth-wrapper .mask {
display: none;
position: absolute;
background: #333;
background: rgba(75, 75, 75, 0.7);
width: 100%;
height: 100%;
}
/* ====================== album category styles ==========================*/
#filters {
margin: 1% 0;
padding: 0;
list-style: none;
list-style-type: none !important;
}
#filters li {
float: left;
list-style-type: none !important;
}
#filters li:first-child span {
margin-left: 0px;
}
#filters li span {
display: block;
text-decoration: none;
cursor: pointer;
}
.album_categories {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
padding-top: 5px;
}
/*========= sharing buttons ============*/
.album_socials {
position: relative;
top: 3px;
width: 100px;
height: 28px;
margin: 0 auto;
}
.album_socials .uxmodernsl-share-buttons {
top: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.album_socials a {
text-decoration: underline !important;
}
.gallery_images, .album_image_place {
margin-top: 15px;
margin-top: 15px;
}
#gallery_images{
margin-top:15px;
}
#uxmodernsl-share-facebook:hover {
background-position: 0 -31px !important;
}
#uxmodernsl-share-twitter:hover {
background-position: -31px 32px !important;
}
#uxmodernsl-share-googleplus:hover {
background-position: -66px -31px !important;
}
.uxmodernsl-share-buttons li, .uxmodernsl-share-buttons li a {
width: 26px !important;
border: 0px !important;
}
.uxmodernsl-share-buttons {
top: 0 !important;
}
.img_link_btn {
position: absolute;
z-index: 99999;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 8px;
}
.uxmodernsl-title {
padding: 10px 0px !important;
}
@media only screen and (max-width: 475px) {
.uxmodernsl-share-buttons {
top: -25px !important;
}.uxmodernsl-title-text {
line-height: 15px;
}.view, .view img {
height: auto !important;
max-height: 100% !important;
}
}
.gallery-img-content a {
border-bottom: none;
}
.element_12 {
position: relative;
max-width: 100%;
width: 250px;
margin:0 2px 10px 0;
border:0px solid #eeeeee;
border-radius:3px;
outline:none;
overflow:hidden;
box-sizing: border-box;
}
.element_12 .image-block_12 {
position:relative;
width: 100%;
}
.element_12 .image-block_12 a {display:block;}
.element_12 .image-block_12 img {
width: 100%;
max-width:250px !important;
height:auto;
display:block;
border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.element_12 .image-block_12 img:hover {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.element_12 .image-block_12 .play-icon {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.element_12:hover .title-block_12 {bottom:0;}
.element_12 .title-block_12 a, .element_12 .title-block_12 a:link, .element_12 .title-block_12 a:visited, .element_12 .title-block_12 {
position:relative;
margin:0;
padding:0 1% 0 2%;
width:97%;
text-decoration:none !important;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
z-index:20;
font-size: 16px;
color:#3215C2;
font-weight:normal;
}.element_12 .image-block_12 .play-icon.youtube-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.youtube.png) center center no-repeat;}
.element_12 .image-block_12 .play-icon.vimeo-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.vimeo.png) center center no-repeat;}
.element_12 .title-block_12 {
position:absolute;
left:0;
width:100%;
padding-top:5px;
height: 36px;
bottom:-41px;
background: rgba(0,0,0,0.8) !important;
-webkit-transition: bottom 0.3s ease-out 0.1s;
-moz-transition: bottom 0.3s ease-out 0.1s;
-o-transition: bottom 0.3s ease-out 0.1s;
transition: bottom 0.3s ease-out 0.1s;
}
.element_12 .title-block_12 a:hover, .element_12 .title-block_12 a:focus, .element_12 .title-block_12 a:active {
color:#0742df;
text-decoration:none;
}
.load_more4 {
margin: 10px 0;
position:relative;
text-align:center;
width:100%;
}
.load_more_button4 {
border-radius: 10px;
display:inline-block;
padding:5px 15px;
font-size:16px !important;;
color:#FF0D0D !important;;
background:#5CADFF !important;
cursor:pointer;
}
.load_more_button4:hover{
color:#FF4040 !important;
background:#99C5FF !important;
}
.loading4 {
display:none;
}
.paginate4{
font-size:19px !important;
color:#FF2C2C !important;
text-align: center;
margin-top: 25px;
}
.paginate4 a{
border-bottom: none !important;
}
.icon-style4{
font-size: 21px !important;
color:#B82020 !important;
}
.clear{
clear:both;
}
@media screen and (max-width: 480px){
.element_12{
max-width:100% !important;
}
}.album_images_count {
float: right;
position: absolute;
top: 3px;
right: 3px;
}#hover {
color: rgba(188, 175, 204, 0.9);
}h2#testimonials {
color: #fffae3;
}div#all {
width: 100%;
height: 100%;
}.album_back_button .album_socials {
float: right;
top: -8px
}.album_back_button {
margin-bottom: 15px;
}.album_back_button .uxmodernsl-share-buttons {
margin: 0px;
padding: 6px 1px 0px 5px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}#back_to_albums, #back_to_galleries {
background: #616161;
padding: 10px;
color: #fff;
border-radius: 3px;
}#back_to_albums:hover, #back_to_galleries:hover {
background-color: #000;
}.view img {
height: auto;
}.mosaicflow__column {
float: left;
width: 250px !important;
margin-right: 10px;
}/*========= hover style ===========*/.view {
color: #fff;
margin: 0 10px 10px 0;
overflow: hidden;
position: relative;
text-align: center;
float: left;
cursor: default;
width: 250px !important;
height: px !important;
border: 0px solid #eeeeee;
border-radius: 3px;
}.view img {
display: block;
position: relative;
transition: all 0.2s linear;
max-width: 100%;
width: 100%;
margin: 0 auto;
height: !important;
}.mask-text h2 {
font-size: 16px !important;
}/* view 1 */
.view-first .text-category, .view-first .mask-text h2, .view-first .mask-text p {
color: #FFFFFF;
}/* view 2 */
.view-second .text-category, .view-second .mask-text h2, .view-second p {
color: #333333;
}.view-second .mask-text h2 {
border-bottom: 1px solid #333333;
}/* view 3*/
.view-third .mask {
background-color: rgba(204,204,204,80) !important;
transition: all 0.5s linear;
opacity: 0;
color: #333333}.view-third h2 {
border-bottom: 1px solid #333333;
background: transparent;
margin: 5px 40px 0px 40px;
transform: scale(0);
color: #333333;
transition: all 0.5s linear;
opacity: 0;
}.view-third p {
color: #333333;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}.view-third .text-category {
color: #333333;
}/* view 4 */.view-forth .mask-bg {
background: #333333;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}.view-forth .mask-text {
color: #FFFFFF;
position: relative;
z-index: 500;
padding: 5px 8px;
}.view-forth .mask-text h2 {
margin: 0px;
font-size: 13px;
padding: 2px;
color: #FFFFFF;
}.view-forth .mask-text h2:hover {
cursor: pointer;
}.view-forth .text-category {
display: block;
font-size: 15px;
color: #FFFFFF;
}.view-forth p {
color: #FFFFFF;
}/* view 5 */
.view-fifth .text-category, .view-fifth .text-category *, .view-fifth .mask-text h2, .view-fifth .mask-text p {
color: #333333;
}/*========= category style ===========*/.album_categories li span {
float: left;
margin: 0 5px 5px 5px;
display: block;
text-align: center;
padding: 7px 16px;
text-decoration: none;
background-color: #43454f;
color: white;
border-radius: 3px;
}.album_categories li span.active, .album_categories li span:hover {
cursor: pointer;background-color: #2e303c;
}/*========= count style ===========*/.album_images_count {
font-size: 17px !important;
font-weight: bold !important;
font-family: sans-serif !important;
background-repeat: no-repeat !important;
background-size: contain !important;
z-index: 2;
width: 47px;
height: 47px;
padding-top: 8px !important;
background-image: url('https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/albums/count/3.png') !important;
color: #ffffff;
}.count_image {
font-size: 9px;
position: absolute;
bottom: 18px; left:8px;}
/*===== general options =========*/
a {
box-shadow: none !important;
}
.view *:not(i), .album_categories *, .album_back_button *, #album_disabled_layer {
font-family: sans-serif, Arial, Verdana, Sylfaen !important;
}
#album_disabled_layer {
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
background-color: transparent;
z-index: 10;
padding-top: 20px;
color: #fff;
}
#album_list_container {
position: relative;
}
/* ====================== album onhover styles ==========================*/
#album_list .view {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
}
.view .mask,
.view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0;
}
.album_back_button a, .view a {
text-decoration: none !important;
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
font-size: 13px;
padding: 2px 14px;
margin-bottom: 3px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.mask-text h2 {
font-size: 20px !important;
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
.view .mask-bg {
height: 100%;
}
.view .album_social {
color: #fff;
position: absolute;
bottom: 3px;
left: 3px;
border: 1px solid #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 5px;
}
.view .album_social:active, .view .album_social:focus, .view .album_social:hover {
color: #ffffff;
outline: none;
}
/*1*/
.view .info {
margin-top: 5px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
/*transform: scale(1.1);*/
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second .mask {
background-color: rgba(226, 200, 127, 0.2);
transition: all 0.5s linear;
opacity: 0;
}
.view-second h2 {
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #333;
transition: all 0.5s linear;
opacity: 0;
}
.view-second p {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
.view-second:hover .mask {
opacity: 1;
}
.view-second:hover h2,
.view-second:hover p,
.view-second:hover a.info {
transform: scale(1);
opacity: 1;
}
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
/*3*/
.view-third img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-third a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-third:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.view-third:hover .mask {
opacity: 1;
}
.view-third:hover h2,
.view-third:hover p,
.view-third:hover a.info {
transform: scale(1);
opacity: 1;
}
/* ==== view 4 ===*/
.view-forth-wrapper {
overflow: hidden;
position: relative !important;
height: 100%;
/* cursor: pointer;*/
}
.view-forth img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-forth .mask {
position: absolute;
width: 100%;
/* height: 70px;*/
/* bottom: -70px;*/
height: 50%;
bottom: -50%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
top: inherit;
}
.view-forth:hover .mask {
bottom: 0;
}
.view-forth:hover img {
top: -30px;
}
/*== view 5 ==*/
.view-fifth .view-fifth-wrapper,
.view-fifth .view-fifth-wrapper img {
display: block;
position: relative;
}
.view-fifth .view-fifth-wrapper {
overflow: hidden;
height: 100%;
}
.view-fifth .view-fifth-wrapper .mask {
display: none;
position: absolute;
background: #333;
background: rgba(75, 75, 75, 0.7);
width: 100%;
height: 100%;
}
/* ====================== album category styles ==========================*/
#filters {
margin: 1% 0;
padding: 0;
list-style: none;
list-style-type: none !important;
}
#filters li {
float: left;
list-style-type: none !important;
}
#filters li:first-child span {
margin-left: 0px;
}
#filters li span {
display: block;
text-decoration: none;
cursor: pointer;
}
.album_categories {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
padding-top: 5px;
}
/*========= sharing buttons ============*/
.album_socials {
position: relative;
top: 3px;
width: 100px;
height: 28px;
margin: 0 auto;
}
.album_socials .uxmodernsl-share-buttons {
top: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.album_socials a {
text-decoration: underline !important;
}
.gallery_images, .album_image_place {
margin-top: 15px;
margin-top: 15px;
}
#gallery_images{
margin-top:15px;
}
#uxmodernsl-share-facebook:hover {
background-position: 0 -31px !important;
}
#uxmodernsl-share-twitter:hover {
background-position: -31px 32px !important;
}
#uxmodernsl-share-googleplus:hover {
background-position: -66px -31px !important;
}
.uxmodernsl-share-buttons li, .uxmodernsl-share-buttons li a {
width: 26px !important;
border: 0px !important;
}
.uxmodernsl-share-buttons {
top: 0 !important;
}
.img_link_btn {
position: absolute;
z-index: 99999;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 8px;
}
.uxmodernsl-title {
padding: 10px 0px !important;
}
@media only screen and (max-width: 475px) {
.uxmodernsl-share-buttons {
top: -25px !important;
}.uxmodernsl-title-text {
line-height: 15px;
}.view, .view img {
height: auto !important;
max-height: 100% !important;
}
}
.gallery-img-content a {
border-bottom: none;
}
.element_13 {
position: relative;
max-width: 100%;
width: 250px;
margin:0 2px 10px 0;
border:0px solid #eeeeee;
border-radius:3px;
outline:none;
overflow:hidden;
box-sizing: border-box;
}
.element_13 .image-block_13 {
position:relative;
width: 100%;
}
.element_13 .image-block_13 a {display:block;}
.element_13 .image-block_13 img {
width: 100%;
max-width:250px !important;
height:auto;
display:block;
border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.element_13 .image-block_13 img:hover {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.element_13 .image-block_13 .play-icon {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.element_13:hover .title-block_13 {bottom:0;}
.element_13 .title-block_13 a, .element_13 .title-block_13 a:link, .element_13 .title-block_13 a:visited, .element_13 .title-block_13 {
position:relative;
margin:0;
padding:0 1% 0 2%;
width:97%;
text-decoration:none !important;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
z-index:20;
font-size: 16px;
color:#3215C2;
font-weight:normal;
}.element_13 .image-block_13 .play-icon.youtube-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.youtube.png) center center no-repeat;}
.element_13 .image-block_13 .play-icon.vimeo-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.vimeo.png) center center no-repeat;}
.element_13 .title-block_13 {
position:absolute;
left:0;
width:100%;
padding-top:5px;
height: 36px;
bottom:-41px;
background: rgba(0,0,0,0.8) !important;
-webkit-transition: bottom 0.3s ease-out 0.1s;
-moz-transition: bottom 0.3s ease-out 0.1s;
-o-transition: bottom 0.3s ease-out 0.1s;
transition: bottom 0.3s ease-out 0.1s;
}
.element_13 .title-block_13 a:hover, .element_13 .title-block_13 a:focus, .element_13 .title-block_13 a:active {
color:#0742df;
text-decoration:none;
}
.load_more4 {
margin: 10px 0;
position:relative;
text-align:center;
width:100%;
}
.load_more_button4 {
border-radius: 10px;
display:inline-block;
padding:5px 15px;
font-size:16px !important;;
color:#FF0D0D !important;;
background:#5CADFF !important;
cursor:pointer;
}
.load_more_button4:hover{
color:#FF4040 !important;
background:#99C5FF !important;
}
.loading4 {
display:none;
}
.paginate4{
font-size:19px !important;
color:#FF2C2C !important;
text-align: center;
margin-top: 25px;
}
.paginate4 a{
border-bottom: none !important;
}
.icon-style4{
font-size: 21px !important;
color:#B82020 !important;
}
.clear{
clear:both;
}
@media screen and (max-width: 480px){
.element_13{
max-width:100% !important;
}
}.album_images_count {
float: right;
position: absolute;
top: 3px;
right: 3px;
}#hover {
color: rgba(188, 175, 204, 0.9);
}h2#testimonials {
color: #fffae3;
}div#all {
width: 100%;
height: 100%;
}.album_back_button .album_socials {
float: right;
top: -8px
}.album_back_button {
margin-bottom: 15px;
}.album_back_button .uxmodernsl-share-buttons {
margin: 0px;
padding: 6px 1px 0px 5px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}#back_to_albums, #back_to_galleries {
background: #616161;
padding: 10px;
color: #fff;
border-radius: 3px;
}#back_to_albums:hover, #back_to_galleries:hover {
background-color: #000;
}.view img {
height: auto;
}.mosaicflow__column {
float: left;
width: 250px !important;
margin-right: 10px;
}/*========= hover style ===========*/.view {
color: #fff;
margin: 0 10px 10px 0;
overflow: hidden;
position: relative;
text-align: center;
float: left;
cursor: default;
width: 250px !important;
height: px !important;
border: 0px solid #eeeeee;
border-radius: 3px;
}.view img {
display: block;
position: relative;
transition: all 0.2s linear;
max-width: 100%;
width: 100%;
margin: 0 auto;
height: !important;
}.mask-text h2 {
font-size: 16px !important;
}/* view 1 */
.view-first .text-category, .view-first .mask-text h2, .view-first .mask-text p {
color: #FFFFFF;
}/* view 2 */
.view-second .text-category, .view-second .mask-text h2, .view-second p {
color: #333333;
}.view-second .mask-text h2 {
border-bottom: 1px solid #333333;
}/* view 3*/
.view-third .mask {
background-color: rgba(204,204,204,80) !important;
transition: all 0.5s linear;
opacity: 0;
color: #333333}.view-third h2 {
border-bottom: 1px solid #333333;
background: transparent;
margin: 5px 40px 0px 40px;
transform: scale(0);
color: #333333;
transition: all 0.5s linear;
opacity: 0;
}.view-third p {
color: #333333;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}.view-third .text-category {
color: #333333;
}/* view 4 */.view-forth .mask-bg {
background: #333333;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}.view-forth .mask-text {
color: #FFFFFF;
position: relative;
z-index: 500;
padding: 5px 8px;
}.view-forth .mask-text h2 {
margin: 0px;
font-size: 13px;
padding: 2px;
color: #FFFFFF;
}.view-forth .mask-text h2:hover {
cursor: pointer;
}.view-forth .text-category {
display: block;
font-size: 15px;
color: #FFFFFF;
}.view-forth p {
color: #FFFFFF;
}/* view 5 */
.view-fifth .text-category, .view-fifth .text-category *, .view-fifth .mask-text h2, .view-fifth .mask-text p {
color: #333333;
}/*========= category style ===========*/.album_categories li span {
float: left;
margin: 0 5px 5px 5px;
display: block;
text-align: center;
padding: 7px 16px;
text-decoration: none;
background-color: #43454f;
color: white;
border-radius: 3px;
}.album_categories li span.active, .album_categories li span:hover {
cursor: pointer;background-color: #2e303c;
}/*========= count style ===========*/.album_images_count {
font-size: 17px !important;
font-weight: bold !important;
font-family: sans-serif !important;
background-repeat: no-repeat !important;
background-size: contain !important;
z-index: 2;
width: 47px;
height: 47px;
padding-top: 8px !important;
background-image: url('https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/albums/count/3.png') !important;
color: #ffffff;
}.count_image {
font-size: 9px;
position: absolute;
bottom: 18px; left:8px;}
/*===== general options =========*/
a {
box-shadow: none !important;
}
.view *:not(i), .album_categories *, .album_back_button *, #album_disabled_layer {
font-family: sans-serif, Arial, Verdana, Sylfaen !important;
}
#album_disabled_layer {
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
background-color: transparent;
z-index: 10;
padding-top: 20px;
color: #fff;
}
#album_list_container {
position: relative;
}
/* ====================== album onhover styles ==========================*/
#album_list .view {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
}
.view .mask,
.view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0;
}
.album_back_button a, .view a {
text-decoration: none !important;
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
font-size: 13px;
padding: 2px 14px;
margin-bottom: 3px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.mask-text h2 {
font-size: 20px !important;
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
.view .mask-bg {
height: 100%;
}
.view .album_social {
color: #fff;
position: absolute;
bottom: 3px;
left: 3px;
border: 1px solid #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 5px;
}
.view .album_social:active, .view .album_social:focus, .view .album_social:hover {
color: #ffffff;
outline: none;
}
/*1*/
.view .info {
margin-top: 5px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
/*transform: scale(1.1);*/
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second .mask {
background-color: rgba(226, 200, 127, 0.2);
transition: all 0.5s linear;
opacity: 0;
}
.view-second h2 {
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #333;
transition: all 0.5s linear;
opacity: 0;
}
.view-second p {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
.view-second:hover .mask {
opacity: 1;
}
.view-second:hover h2,
.view-second:hover p,
.view-second:hover a.info {
transform: scale(1);
opacity: 1;
}
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
/*3*/
.view-third img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-third a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-third:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.view-third:hover .mask {
opacity: 1;
}
.view-third:hover h2,
.view-third:hover p,
.view-third:hover a.info {
transform: scale(1);
opacity: 1;
}
/* ==== view 4 ===*/
.view-forth-wrapper {
overflow: hidden;
position: relative !important;
height: 100%;
/* cursor: pointer;*/
}
.view-forth img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-forth .mask {
position: absolute;
width: 100%;
/* height: 70px;*/
/* bottom: -70px;*/
height: 50%;
bottom: -50%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
top: inherit;
}
.view-forth:hover .mask {
bottom: 0;
}
.view-forth:hover img {
top: -30px;
}
/*== view 5 ==*/
.view-fifth .view-fifth-wrapper,
.view-fifth .view-fifth-wrapper img {
display: block;
position: relative;
}
.view-fifth .view-fifth-wrapper {
overflow: hidden;
height: 100%;
}
.view-fifth .view-fifth-wrapper .mask {
display: none;
position: absolute;
background: #333;
background: rgba(75, 75, 75, 0.7);
width: 100%;
height: 100%;
}
/* ====================== album category styles ==========================*/
#filters {
margin: 1% 0;
padding: 0;
list-style: none;
list-style-type: none !important;
}
#filters li {
float: left;
list-style-type: none !important;
}
#filters li:first-child span {
margin-left: 0px;
}
#filters li span {
display: block;
text-decoration: none;
cursor: pointer;
}
.album_categories {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
padding-top: 5px;
}
/*========= sharing buttons ============*/
.album_socials {
position: relative;
top: 3px;
width: 100px;
height: 28px;
margin: 0 auto;
}
.album_socials .uxmodernsl-share-buttons {
top: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.album_socials a {
text-decoration: underline !important;
}
.gallery_images, .album_image_place {
margin-top: 15px;
margin-top: 15px;
}
#gallery_images{
margin-top:15px;
}
#uxmodernsl-share-facebook:hover {
background-position: 0 -31px !important;
}
#uxmodernsl-share-twitter:hover {
background-position: -31px 32px !important;
}
#uxmodernsl-share-googleplus:hover {
background-position: -66px -31px !important;
}
.uxmodernsl-share-buttons li, .uxmodernsl-share-buttons li a {
width: 26px !important;
border: 0px !important;
}
.uxmodernsl-share-buttons {
top: 0 !important;
}
.img_link_btn {
position: absolute;
z-index: 99999;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 8px;
}
.uxmodernsl-title {
padding: 10px 0px !important;
}
@media only screen and (max-width: 475px) {
.uxmodernsl-share-buttons {
top: -25px !important;
}.uxmodernsl-title-text {
line-height: 15px;
}.view, .view img {
height: auto !important;
max-height: 100% !important;
}
}
.gallery-img-content a {
border-bottom: none;
}
.element_14 {
position: relative;
max-width: 100%;
width: 250px;
margin:0 2px 10px 0;
border:0px solid #eeeeee;
border-radius:3px;
outline:none;
overflow:hidden;
box-sizing: border-box;
}
.element_14 .image-block_14 {
position:relative;
width: 100%;
}
.element_14 .image-block_14 a {display:block;}
.element_14 .image-block_14 img {
width: 100%;
max-width:250px !important;
height:auto;
display:block;
border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.element_14 .image-block_14 img:hover {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.element_14 .image-block_14 .play-icon {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.element_14:hover .title-block_14 {bottom:0;}
.element_14 .title-block_14 a, .element_14 .title-block_14 a:link, .element_14 .title-block_14 a:visited, .element_14 .title-block_14 {
position:relative;
margin:0;
padding:0 1% 0 2%;
width:97%;
text-decoration:none !important;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
z-index:20;
font-size: 16px;
color:#3215C2;
font-weight:normal;
}.element_14 .image-block_14 .play-icon.youtube-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.youtube.png) center center no-repeat;}
.element_14 .image-block_14 .play-icon.vimeo-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.vimeo.png) center center no-repeat;}
.element_14 .title-block_14 {
position:absolute;
left:0;
width:100%;
padding-top:5px;
height: 36px;
bottom:-41px;
background: rgba(0,0,0,0.8) !important;
-webkit-transition: bottom 0.3s ease-out 0.1s;
-moz-transition: bottom 0.3s ease-out 0.1s;
-o-transition: bottom 0.3s ease-out 0.1s;
transition: bottom 0.3s ease-out 0.1s;
}
.element_14 .title-block_14 a:hover, .element_14 .title-block_14 a:focus, .element_14 .title-block_14 a:active {
color:#0742df;
text-decoration:none;
}
.load_more4 {
margin: 10px 0;
position:relative;
text-align:center;
width:100%;
}
.load_more_button4 {
border-radius: 10px;
display:inline-block;
padding:5px 15px;
font-size:16px !important;;
color:#FF0D0D !important;;
background:#5CADFF !important;
cursor:pointer;
}
.load_more_button4:hover{
color:#FF4040 !important;
background:#99C5FF !important;
}
.loading4 {
display:none;
}
.paginate4{
font-size:19px !important;
color:#FF2C2C !important;
text-align: center;
margin-top: 25px;
}
.paginate4 a{
border-bottom: none !important;
}
.icon-style4{
font-size: 21px !important;
color:#B82020 !important;
}
.clear{
clear:both;
}
@media screen and (max-width: 480px){
.element_14{
max-width:100% !important;
}
}.album_images_count {
float: right;
position: absolute;
top: 3px;
right: 3px;
}#hover {
color: rgba(188, 175, 204, 0.9);
}h2#testimonials {
color: #fffae3;
}div#all {
width: 100%;
height: 100%;
}.album_back_button .album_socials {
float: right;
top: -8px
}.album_back_button {
margin-bottom: 15px;
}.album_back_button .uxmodernsl-share-buttons {
margin: 0px;
padding: 6px 1px 0px 5px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}#back_to_albums, #back_to_galleries {
background: #616161;
padding: 10px;
color: #fff;
border-radius: 3px;
}#back_to_albums:hover, #back_to_galleries:hover {
background-color: #000;
}.view img {
height: auto;
}.mosaicflow__column {
float: left;
width: 250px !important;
margin-right: 10px;
}/*========= hover style ===========*/.view {
color: #fff;
margin: 0 10px 10px 0;
overflow: hidden;
position: relative;
text-align: center;
float: left;
cursor: default;
width: 250px !important;
height: px !important;
border: 0px solid #eeeeee;
border-radius: 3px;
}.view img {
display: block;
position: relative;
transition: all 0.2s linear;
max-width: 100%;
width: 100%;
margin: 0 auto;
height: !important;
}.mask-text h2 {
font-size: 16px !important;
}/* view 1 */
.view-first .text-category, .view-first .mask-text h2, .view-first .mask-text p {
color: #FFFFFF;
}/* view 2 */
.view-second .text-category, .view-second .mask-text h2, .view-second p {
color: #333333;
}.view-second .mask-text h2 {
border-bottom: 1px solid #333333;
}/* view 3*/
.view-third .mask {
background-color: rgba(204,204,204,80) !important;
transition: all 0.5s linear;
opacity: 0;
color: #333333}.view-third h2 {
border-bottom: 1px solid #333333;
background: transparent;
margin: 5px 40px 0px 40px;
transform: scale(0);
color: #333333;
transition: all 0.5s linear;
opacity: 0;
}.view-third p {
color: #333333;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}.view-third .text-category {
color: #333333;
}/* view 4 */.view-forth .mask-bg {
background: #333333;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}.view-forth .mask-text {
color: #FFFFFF;
position: relative;
z-index: 500;
padding: 5px 8px;
}.view-forth .mask-text h2 {
margin: 0px;
font-size: 13px;
padding: 2px;
color: #FFFFFF;
}.view-forth .mask-text h2:hover {
cursor: pointer;
}.view-forth .text-category {
display: block;
font-size: 15px;
color: #FFFFFF;
}.view-forth p {
color: #FFFFFF;
}/* view 5 */
.view-fifth .text-category, .view-fifth .text-category *, .view-fifth .mask-text h2, .view-fifth .mask-text p {
color: #333333;
}/*========= category style ===========*/.album_categories li span {
float: left;
margin: 0 5px 5px 5px;
display: block;
text-align: center;
padding: 7px 16px;
text-decoration: none;
background-color: #43454f;
color: white;
border-radius: 3px;
}.album_categories li span.active, .album_categories li span:hover {
cursor: pointer;background-color: #2e303c;
}/*========= count style ===========*/.album_images_count {
font-size: 17px !important;
font-weight: bold !important;
font-family: sans-serif !important;
background-repeat: no-repeat !important;
background-size: contain !important;
z-index: 2;
width: 47px;
height: 47px;
padding-top: 8px !important;
background-image: url('https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/albums/count/3.png') !important;
color: #ffffff;
}.count_image {
font-size: 9px;
position: absolute;
bottom: 18px; left:8px;}
Gallery with ID 15 is empty.
/*===== general options =========*/
a {
box-shadow: none !important;
}
.view *:not(i), .album_categories *, .album_back_button *, #album_disabled_layer {
font-family: sans-serif, Arial, Verdana, Sylfaen !important;
}
#album_disabled_layer {
display: none;
position: absolute;
width: 100%;
height: 100%;
text-align: center;
background-color: transparent;
z-index: 10;
padding-top: 20px;
color: #fff;
}
#album_list_container {
position: relative;
}
/* ====================== album onhover styles ==========================*/
#album_list .view {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
display: none;
}
.view .mask,
.view .content {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
font-family: Raleway, serif;
padding: 10px;
/*background: rgba(0, 0, 0, 0.8);*/
margin: 20px 0 0 0;
}
.album_back_button a, .view a {
text-decoration: none !important;
}
.view p {
font-family: Merriweather, serif;
font-style: italic;
font-size: 14px;
position: relative;
color: #fff;
padding: 0px 20px 0px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
font-size: 13px;
padding: 2px 14px;
margin-bottom: 3px;
background: #000;
color: #fff;
font-family: Raleway, serif;
text-transform: uppercase;
box-shadow: 0 0 1px #000
}
.mask-text h2 {
font-size: 20px !important;
}
.view a.info:hover {
box-shadow: 0 0 5px #000
}
.view .mask-bg {
height: 100%;
}
.view .album_social {
color: #fff;
position: absolute;
bottom: 3px;
left: 3px;
border: 1px solid #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 3px 5px;
}
.view .album_social:active, .view .album_social:focus, .view .album_social:hover {
color: #ffffff;
outline: none;
}
/*1*/
.view .info {
margin-top: 5px;
}
.view-first .mask {
opacity: 0;
background-color: rgba(0, 0, 0, 0.7);
transition: all 0.4s ease-in-out;
}
.view-first h2 {
transform: translateY(-100px);
opacity: 0;
font-family: Raleway, serif;
transition: all 0.2s ease-in-out;
}
.view-first p {
transform: translateY(100px);
opacity: 0;
transition: all 0.2s linear;
}
.view-first a.info {
opacity: 0;
transition: all 0.2s ease-in-out;
}
/* */
.view-first:hover img {
/*transform: scale(1.1);*/
}
.view-first:hover .mask {
opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
opacity: 1;
transform: translateY(0px);
}
.view-first:hover p {
transition-delay: 0.1s;
}
.view-first:hover a.info {
transition-delay: 0.2s;
}
/*2*/
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second .mask {
background-color: rgba(226, 200, 127, 0.2);
transition: all 0.5s linear;
opacity: 0;
}
.view-second h2 {
background: transparent;
margin: 20px 40px 0px 40px;
transform: scale(0);
color: #333;
transition: all 0.5s linear;
opacity: 0;
}
.view-second p {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
.view-second:hover .mask {
opacity: 1;
}
.view-second:hover h2,
.view-second:hover p,
.view-second:hover a.info {
transform: scale(1);
opacity: 1;
}
.view-second img {
-webkit-filter: grayscale(0) blur(0);
filter: grayscale(0) blur(0);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.view-second:hover img {
-webkit-filter: grayscale(100%) blur(3px);
filter: grayscale(100%) blur(3px);
}
/*3*/
.view-third img {
transform: scaleY(1);
transition: all .7s ease-in-out;
}
.view-third a.info {
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}
.view-third:hover img {
-webkit-transform: scale(1.5);
transform: scale(1.5);
opacity: 0;
}
.view-third:hover .mask {
opacity: 1;
}
.view-third:hover h2,
.view-third:hover p,
.view-third:hover a.info {
transform: scale(1);
opacity: 1;
}
/* ==== view 4 ===*/
.view-forth-wrapper {
overflow: hidden;
position: relative !important;
height: 100%;
/* cursor: pointer;*/
}
.view-forth img {
max-width: 100%;
position: relative;
top: 0;
-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.view-forth .mask {
position: absolute;
width: 100%;
/* height: 70px;*/
/* bottom: -70px;*/
height: 50%;
bottom: -50%;
-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
top: inherit;
}
.view-forth:hover .mask {
bottom: 0;
}
.view-forth:hover img {
top: -30px;
}
/*== view 5 ==*/
.view-fifth .view-fifth-wrapper,
.view-fifth .view-fifth-wrapper img {
display: block;
position: relative;
}
.view-fifth .view-fifth-wrapper {
overflow: hidden;
height: 100%;
}
.view-fifth .view-fifth-wrapper .mask {
display: none;
position: absolute;
background: #333;
background: rgba(75, 75, 75, 0.7);
width: 100%;
height: 100%;
}
/* ====================== album category styles ==========================*/
#filters {
margin: 1% 0;
padding: 0;
list-style: none;
list-style-type: none !important;
}
#filters li {
float: left;
list-style-type: none !important;
}
#filters li:first-child span {
margin-left: 0px;
}
#filters li span {
display: block;
text-decoration: none;
cursor: pointer;
}
.album_categories {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
padding-top: 5px;
}
/*========= sharing buttons ============*/
.album_socials {
position: relative;
top: 3px;
width: 100px;
height: 28px;
margin: 0 auto;
}
.album_socials .uxmodernsl-share-buttons {
top: 0px !important;
width: 100% !important;
margin: 0px !important;
}
.album_socials a {
text-decoration: underline !important;
}
.gallery_images, .album_image_place {
margin-top: 15px;
margin-top: 15px;
}
#gallery_images{
margin-top:15px;
}
#uxmodernsl-share-facebook:hover {
background-position: 0 -31px !important;
}
#uxmodernsl-share-twitter:hover {
background-position: -31px 32px !important;
}
#uxmodernsl-share-googleplus:hover {
background-position: -66px -31px !important;
}
.uxmodernsl-share-buttons li, .uxmodernsl-share-buttons li a {
width: 26px !important;
border: 0px !important;
}
.uxmodernsl-share-buttons {
top: 0 !important;
}
.img_link_btn {
position: absolute;
z-index: 99999;
bottom: 0;
left: 0;
right: 0;
width: 100%;
padding: 8px;
}
.uxmodernsl-title {
padding: 10px 0px !important;
}
@media only screen and (max-width: 475px) {
.uxmodernsl-share-buttons {
top: -25px !important;
}.uxmodernsl-title-text {
line-height: 15px;
}.view, .view img {
height: auto !important;
max-height: 100% !important;
}
}
.gallery-img-content a {
border-bottom: none;
}
.element_16 {
position: relative;
max-width: 100%;
width: 250px;
margin:0 2px 10px 0;
border:0px solid #eeeeee;
border-radius:3px;
outline:none;
overflow:hidden;
box-sizing: border-box;
}
.element_16 .image-block_16 {
position:relative;
width: 100%;
}
.element_16 .image-block_16 a {display:block;}
.element_16 .image-block_16 img {
width: 100%;
max-width:250px !important;
height:auto;
display:block;
border-radius: 0 !important;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.element_16 .image-block_16 img:hover {
cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}
.element_16 .image-block_16 .play-icon {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}.element_16:hover .title-block_16 {bottom:0;}
.element_16 .title-block_16 a, .element_16 .title-block_16 a:link, .element_16 .title-block_16 a:visited, .element_16 .title-block_16 {
position:relative;
margin:0;
padding:0 1% 0 2%;
width:97%;
text-decoration:none !important;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
z-index:20;
font-size: 16px;
color:#3215C2;
font-weight:normal;
}.element_16 .image-block_16 .play-icon.youtube-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.youtube.png) center center no-repeat;}
.element_16 .image-block_16 .play-icon.vimeo-icon {background:url(https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/admin_images/play.vimeo.png) center center no-repeat;}
.element_16 .title-block_16 {
position:absolute;
left:0;
width:100%;
padding-top:5px;
height: 36px;
bottom:-41px;
background: rgba(0,0,0,0.8) !important;
-webkit-transition: bottom 0.3s ease-out 0.1s;
-moz-transition: bottom 0.3s ease-out 0.1s;
-o-transition: bottom 0.3s ease-out 0.1s;
transition: bottom 0.3s ease-out 0.1s;
}
.element_16 .title-block_16 a:hover, .element_16 .title-block_16 a:focus, .element_16 .title-block_16 a:active {
color:#0742df;
text-decoration:none;
}
.load_more4 {
margin: 10px 0;
position:relative;
text-align:center;
width:100%;
}
.load_more_button4 {
border-radius: 10px;
display:inline-block;
padding:5px 15px;
font-size:16px !important;;
color:#FF0D0D !important;;
background:#5CADFF !important;
cursor:pointer;
}
.load_more_button4:hover{
color:#FF4040 !important;
background:#99C5FF !important;
}
.loading4 {
display:none;
}
.paginate4{
font-size:19px !important;
color:#FF2C2C !important;
text-align: center;
margin-top: 25px;
}
.paginate4 a{
border-bottom: none !important;
}
.icon-style4{
font-size: 21px !important;
color:#B82020 !important;
}
.clear{
clear:both;
}
@media screen and (max-width: 480px){
.element_16{
max-width:100% !important;
}
}.album_images_count {
float: right;
position: absolute;
top: 3px;
right: 3px;
}#hover {
color: rgba(188, 175, 204, 0.9);
}h2#testimonials {
color: #fffae3;
}div#all {
width: 100%;
height: 100%;
}.album_back_button .album_socials {
float: right;
top: -8px
}.album_back_button {
margin-bottom: 15px;
}.album_back_button .uxmodernsl-share-buttons {
margin: 0px;
padding: 6px 1px 0px 5px;
background: rgba(0, 0, 0, 0.7);
border-radius: 3px;
}#back_to_albums, #back_to_galleries {
background: #616161;
padding: 10px;
color: #fff;
border-radius: 3px;
}#back_to_albums:hover, #back_to_galleries:hover {
background-color: #000;
}.view img {
height: auto;
}.mosaicflow__column {
float: left;
width: 250px !important;
margin-right: 10px;
}/*========= hover style ===========*/.view {
color: #fff;
margin: 0 10px 10px 0;
overflow: hidden;
position: relative;
text-align: center;
float: left;
cursor: default;
width: 250px !important;
height: px !important;
border: 0px solid #eeeeee;
border-radius: 3px;
}.view img {
display: block;
position: relative;
transition: all 0.2s linear;
max-width: 100%;
width: 100%;
margin: 0 auto;
height: !important;
}.mask-text h2 {
font-size: 16px !important;
}/* view 1 */
.view-first .text-category, .view-first .mask-text h2, .view-first .mask-text p {
color: #FFFFFF;
}/* view 2 */
.view-second .text-category, .view-second .mask-text h2, .view-second p {
color: #333333;
}.view-second .mask-text h2 {
border-bottom: 1px solid #333333;
}/* view 3*/
.view-third .mask {
background-color: rgba(204,204,204,80) !important;
transition: all 0.5s linear;
opacity: 0;
color: #333333}.view-third h2 {
border-bottom: 1px solid #333333;
background: transparent;
margin: 5px 40px 0px 40px;
transform: scale(0);
color: #333333;
transition: all 0.5s linear;
opacity: 0;
}.view-third p {
color: #333333;
opacity: 0;
transform: scale(0);
transition: all 0.5s linear;
}.view-third .text-category {
color: #333333;
}/* view 4 */.view-forth .mask-bg {
background: #333333;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}.view-forth .mask-text {
color: #FFFFFF;
position: relative;
z-index: 500;
padding: 5px 8px;
}.view-forth .mask-text h2 {
margin: 0px;
font-size: 13px;
padding: 2px;
color: #FFFFFF;
}.view-forth .mask-text h2:hover {
cursor: pointer;
}.view-forth .text-category {
display: block;
font-size: 15px;
color: #FFFFFF;
}.view-forth p {
color: #FFFFFF;
}/* view 5 */
.view-fifth .text-category, .view-fifth .text-category *, .view-fifth .mask-text h2, .view-fifth .mask-text p {
color: #333333;
}/*========= category style ===========*/.album_categories li span {
float: left;
margin: 0 5px 5px 5px;
display: block;
text-align: center;
padding: 7px 16px;
text-decoration: none;
background-color: #43454f;
color: white;
border-radius: 3px;
}.album_categories li span.active, .album_categories li span:hover {
cursor: pointer;background-color: #2e303c;
}/*========= count style ===========*/.album_images_count {
font-size: 17px !important;
font-weight: bold !important;
font-family: sans-serif !important;
background-repeat: no-repeat !important;
background-size: contain !important;
z-index: 2;
width: 47px;
height: 47px;
padding-top: 8px !important;
background-image: url('https://www.volgraf.com.br/wp-content/plugins/photo-image-gallery/assets/images/albums/count/3.png') !important;
color: #ffffff;
}.count_image {
font-size: 9px;
position: absolute;
bottom: 18px; left:8px;}




































