main.page-front #content-wrapper a.action-block img {
margin: 35px 0 30px; } }
main.page-inside #content-wrapper {
- background: -webkit-linear-gradient(top, #2f4d4f 73%, #2f4d4f 84%, rgba(255, 255, 255, 0) 100%);
- background: -moz-linear-gradient(center top, #2f4d4f 73%, #2f4d4f 84%, rgba(255, 255, 255, 0) 100%);
- background: -ms-linear-gradient(top, #2f4d4f 73%, #2f4d4f 84%, rgba(255, 255, 255, 0) 100%);
+ background: -webkit-linear-gradient(top, #2f4d4f 73%, #2f4d4f 85%, rgba(255, 255, 255, 0) 100%);
+ background: -moz-linear-gradient(center top, #2f4d4f 73%, #2f4d4f 85%, rgba(255, 255, 255, 0) 100%);
+ background: -ms-linear-gradient(top, #2f4d4f 73%, #2f4d4f 85%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
main.page-inside #content-wrapper .featured-image {
min-height: 525px;
// filter: none;
}
@mixin bodygradient($from, $to1, $to2) {
- background: -webkit-linear-gradient(top, $from 73%, $to1 84%, $to2 100%);
- background: -moz-linear-gradient(center top, $from 73%, $to1 84%, $to2 100%);
- background: -ms-linear-gradient(top, $from 73%, $to1 84%, $to2 100%);
+ background: -webkit-linear-gradient(top, $from 73%, $to1 85%, $to2 100%);
+ background: -moz-linear-gradient(center top, $from 73%, $to1 85%, $to2 100%);
+ background: -ms-linear-gradient(top, $from 73%, $to1 85%, $to2 100%);
// filter: progid:DXIm-ageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr'#{$to}');
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#{$from}', endColorstr='#00ffffff',GradientType=0 );
// filter: none;