- Gallery hover
- .sqs-gallery-block-grid .slide .margin-wrapper:hover a.image-slide-anchor {
- opacity: .1;
- -webkit-transition: opacity .3s ease-in-out;
- transition: opacity .3s ease-in-out;
- -moz-transition: opacity .3s ease-in-out;
- -o-transition: opacity .3s ease-in-out;
- -ms-transition: opacity .3s ease-in-out;
- }
- .sqs-gallery-block-grid .slide .margin-wrapper .image-slide-title {
- display: block;
- position: absolute;
- top: 110px;
- right: 0;
- bottom: 0;
- left: 0;
- padding: 2em;
- -webkit-transition: all .3s ease-out;
- -moz-transition: all .3s ease-out;
- -o-transition: all .3s ease-out;
- -ms-transition: all .3s ease-out;
- transition: all .3s ease-out;
- margin-bottom: 0px !important;
- }
- .sqs-gallery-block-grid .slide .margin-wrapper .image-slide-title {
- color: #273845;
- opacity: 0;
- text-transform: uppercase;
- font-size: 18px;
- line-height: 125%;
- letter-spacing: 2px;
- margin-bottom: 240px;
- }
- .sqs-gallery-block-grid .slide .margin-wrapper:hover .image-slide-title {
- color: #273845;
- opacity:1;
- text-transform: uppercase;
- vertical-align: middle;
- font-size: 18px;
- line-height: 125%;
- letter-spacing: 2px;
- margin-bottom: 240px;
- }
- @media only screen and (max-width: 400px) {
- .sqs-gallery-block-grid .slide .margin-wrapper:hover .image-slide-title {
- color: transparent;
- opacity: 0;
- }
- }