header#page-header {
height: 295px;
- background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 100%);
- background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 100%);
- background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 100%);
+ background: -webkit-linear-gradient(top, #000000 5%, rgba(0, 0, 0, 0) 100%);
+ background: -moz-linear-gradient(center top, #000000 5%, rgba(0, 0, 0, 0) 100%);
+ background: -ms-linear-gradient(top, #000000 5%, rgba(0, 0, 0, 0) 100%);
position: relative;
padding-top: 11px;
z-index: 5; }
@media (max-width: 1055px) {
header#page-header {
padding: 0; } }
- header#page-header h1.site-title {
+ header#page-header h1.site-title a {
color: #FFFFFF; }
header#page-header h3.site-description {
color: #FFFFFF; }
img.orb-shadow {
position: relative;
- text-align: center; }
+ text-align: center;
+ top: -185px; }
+
+#content-wrapper {
+ position: relative; }
main .wp-caption p.wp-caption-text {
text-align: left; }
/*bottom: 0;*/ }
main.page-front #main-content {
margin-top: 25px; }
-main.page-inside #content-wrapper {
- position: relative; }
main #mid {
margin: 40px auto 0;
max-width: 1000px; }
#slideshow {
position: relative;
- margin-top: -295px;
+ margin-top: -80px;
top: -185px;
z-index: -1; }
@media only screen and (max-width: 40em) {
#slideshow {
- margin-top: -140px;
max-height: 230px; } }
#slideshow .metaslider {
max-height: 610px;
@media #{$small-only} {
height: 185px;
}
- @include gradient (rgba($black, 0.95), rgba($black, 0));
+ @include gradient (rgba($black, 1), rgba($black, 0));
position: relative;
padding-top: 11px;
z-index: 5;
@media (max-width: 1055px) {
padding: 0;
}
- h1.site-title {
+ h1.site-title a {
color: $white;
}
h3.site-description {