/** * Homepage style control */ @include susy-media($desktop) { .azb-featured-posts { @include clearfix; padding-bottom: ms(5); margin-bottom: ms(5); border-bottom: 2px solid #ccc; .featured-posts-thumb { position: relative; .featured-posts-title { background: rgba(0, 0, 0, .5); position: absolute; bottom: 0; width: 100%; margin: 0; padding: 5px 15px; a { color: #fff; &:hover { color: #f90; } } } } .featured-posts-first { @include span(7 of 12); } .featured-posts-second { @include span( last 5 of 12); .featured-posts-list { margin: 0; padding: 0; list-style: none; li { padding: 10px 0; border-bottom: 1px solid #ccc; a { font-size: 1.3em; &::before { font-family: "FontAwesome"; margin-right: 0; display: block; float: left; opacity: 0.35; width: 20px; content: "\f105"; } } } } } } .azb-hmp-container { .azb-hmp-row{ @include clearfix; margin-bottom: ms(5); } } .azb-box { ul { margin: 1em 0 1em 1em; li { list-style: none; a { color: #0000EE; &:hover { color: #f90; } } &::before { font-family: "FontAwesome"; margin-right: 0; display: block; float: left; opacity: 0.35; margin-left: -1em; width: 1em; content: "\f105"; } } } } .cat-summary { .cat-desc { font-style: italic; } } .azb-hmp-box-2 { .azb-box { @include span(6 of 12); &.azb-box-2 { @include last; } } } .azb-hmp-box-3 { .azb-box { @include span(4 of 12); &.azb-box-3 { @include last; } } } .azb-hmp-box-4 { .azb-box { @include span(3 of 12); &.azb-box-4 { @include last; } } } } @include susy-media (max-width $handheld) { .header-menu-container { display: none; } }