position: absolute;
top: 0;
width: 2.8125rem;
- border-right: solid 1px gray;
+ border-right: solid 1px #FFFFFF;
left: 0; }
.right-small {
position: absolute;
top: 0;
width: 2.8125rem;
- border-left: solid 1px gray;
+ border-left: solid 1px #FFFFFF;
right: 0; }
.tab-bar-section {
float: none;
left: 0;
right: 0; }
+ @media only screen and (max-width: 40em) {
+ .blocks .block .block-text {
+ left: auto;
+ right: auto; } }
.blocks .overlay:hover:before {
position: absolute;
content: '';
@media screen and (max-width: 1130px) {
#slideshow #cat-text p {
margin-bottom: 15px; } }
- @media screen and (min-width: 675px) {
- #slideshow img {
- min-height: 267px; } }
#slideshow .nivo-caption {
background: transparent;
- width: 1200px;
+ max-width: 1200px;
position: absolute;
right: 0;
left: 0;
#slideshow .nivo-caption h6 {
width: 400px;
font-weight: bold;
- font-size: 28; }
- @media screen and (max-width: 674px) {
- #slideshow .nivo-caption h6 {
- padding-bottom: 8px; } }
+ font-size: 28;
+ padding: 0 5px; }
#slideshow .nivo-caption p {
width: 400px;
letter-spacing: 0.1em;
font-size: 18px;
- padding: 0;
- margin-bottom: 30px; }
- @media screen and (min-width: 795px) and (max-width: 849px) {
- #slideshow .nivo-caption p {
- width: 375px; } }
- @media screen and (min-width: 728px) and (max-width: 794px) {
- #slideshow .nivo-caption p {
- width: 350px; } }
- @media screen and (min-width: 641px) and (max-width: 727px) {
- #slideshow .nivo-caption p {
- width: 325px; } }
- @media screen and (max-width: 674px) {
+ padding: 0; }
+ @media screen and (max-width: 849px) {
#slideshow .nivo-caption p {
- display: none; } }
+ width: auto;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ background: #000000;
+ padding: 0 15px; } }
#slideshow .nivo-caption a.button {
text-transform: uppercase;
background: transparent;
// $tabbar-middle-padding: 0 rem-calc(10);
// Off Canvas Divider Styles
-// $tabbar-left-section-border: solid 1px scale-color($tabbar-bg, $lightness: -50%);
+ $tabbar-left-section-border: solid 1px $white;
// $tabbar-right-section-border: $tabbar-left-section-border;
}
}
}
- img {
- @media screen and (min-width: 675px) {
- min-height: 267px;
- }
- }
.nivo-caption {
background: transparent;
- width: 1200px;
+ max-width: 1200px;
position: absolute;
right: 0;
left: 0;
width: 400px;
font-weight: bold;
font-size: (28);
- @media screen and (max-width: 674px){
- padding-bottom: 8px;
- }
+ padding: 0 5px;
}
p {
width: 400px;
letter-spacing: 0.1em;
font-size: 18px;
padding: 0;
- margin-bottom: 30px;
- @media screen and (min-width: 795px) and (max-width: 849px) {
- width: 375px;
- }
- @media screen and (min-width: 728px) and (max-width: 794px) {
- width: 350px;
- }
- @media screen and (min-width: 641px) and (max-width: 727px) {
- width: 325px;
- }
- @media screen and (max-width: 674px){
- display: none;
+ @media screen and (max-width: 849px) {
+ width: auto;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ background: $black;
+ padding: 0 15px;
}
}
a.button {