max-height: 310px; }
@media screen and (max-width: 1199px) {
#slideshow .nivo-caption {
- width: 450px;
+ width: 500px;
margin: 0; } }
#slideshow .nivo-caption h6 {
- width: 400px;
+ width: 450px;
font-weight: bold;
font-size: 28; }
- @media screen and (max-width: 1046px) {
+ @media screen and (max-width: 1024px) {
#slideshow .nivo-caption h6 {
- margin-bottom: 23px; } }
+ margin-bottom: 38px; } }
#slideshow .nivo-caption p {
- width: 400px;
+ width: 450px;
letter-spacing: 0.1em;
font-size: 18px;
padding: 0;
@media screen and (max-width: 1199px) {
#slideshow .nivo-caption p {
font-size: 16px; } }
- @media screen and (max-width: 1046px) {
+ @media screen and (max-width: 1024px) {
#slideshow .nivo-caption p {
display: none; } }
#slideshow .nivo-caption a.button {
color: #FFFFFF;
letter-spacing: 0.1em;
margin-bottom: 0; }
+ #slideshow .nivo-caption a.button:hover {
+ border: 1px solid #f5822a;
+ color: #f5822a;
+ text-decoration: none; }
/* NextGen Gallery */
[class*="block-grid-"] > li {
top: 10%;
max-height: 310px;
@media screen and (max-width: 1199px) {
- width: 450px;
+ width: 500px;
margin: 0;
}
h6 {
- width: 400px;
+ width: 450px;
font-weight: bold;
font-size: (28);
- @media screen and (max-width: 1046px) {
- margin-bottom: 23px;
+ @media screen and (max-width: 1024px) {
+ margin-bottom: 38px;
}
}
p {
- width: 400px;
+ width: 450px;
letter-spacing: 0.1em;
font-size: 18px;
padding: 0;
@media screen and (max-width: 1199px) {
font-size: 16px;
}
- @media screen and (max-width: 1046px) {
+ @media screen and (max-width: 1024px) {
display: none;
}
}
color: $white;
letter-spacing: 0.1em;
margin-bottom: 0;
+ &:hover {
+ border: 1px solid $orange;
+ color: $orange;
+ text-decoration: none;
+ }
}
}
}