/*===============MOBILE AND UP===============*/ #skip2content { padding: 0; } /* ===== BLOG FRAMEWORK ===== */ .read-more { display: block; float: right; color: #275D38; font-size: 14px; padding: 10px 40px 10px 0; background-image: url("/_common/blog/images/arrow_circle_gray.png"); background-position: right center; background-repeat: no-repeat; &:hover { background-image: url("/_common/blog/images/arrow_circle_green_hover.png") !important; } } .blog-columns { max-width: 1200px; margin: 0 auto; } .blog-main-content { padding-left: 0; padding-right: 0; .container { padding-left: 30px; padding-right: 30px; } } .section-title { font-size: 24px; font-weight: 500; text-transform: uppercase; letter-spacing: 3px; color: #777; padding: 20px 30px; background-color: #f9f9f9; border-bottom: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1; } /* ===== LISTING PAGES ===== */ /* PAGE HEADER */ section[data-uvu-template="header-default"] { padding: 0; header { font-family: "Stratum-1-web", sans-serif; font-size: 24px; text-transform: uppercase; letter-spacing: 3px; background-color: #f9f9f9; border-bottom: 1px solid #e1e1e1; padding: 20px 40px; color: #777; } +section { padding: 0; } } /* FEATURED LISTING */ .featured-post { position: relative; margin: 0 0 20px; border-bottom: 1px solid #e1e1e1; background-color: #e1e1e1; background-size: cover; &.container { padding-left: 15px; padding-right: 15px; } } .featured-content { color: #fff; padding: 30px; margin-top: 20%; background: rgba(1, 1, 1, 0.6); } .featured-title, .featured-title a { color: #fff; font-family: arial, sans-serif; font-weight: bold; font-size: 24px; margin: 0; padding-top: 0; } .featured-read-more { a { display: block; color: #fff; text-align: center; padding: 40px 0 0; background: url(/_common/blog/images/arrow_circle_gray.png) no-repeat center 10px; } } /* END FEATURED */ /* ====== LISTINGS ====== */ .blog-listings { height: 100% } .listing-post { font-size: 14px; padding: 40px; border-bottom: 1px solid #e1e1e1; } .listing-post-title { padding-top: 0; margin: 0 0 10px; a { font-family: arial, sans-serif; font-size: 24px; font-weight: bold; color: #777; } } .listing-post-details { font-weight: normal; } .listing-post-details, .post-details, .post-author, .read-more { font-size: 16px; } .listing-post-details { color: #757677; } .listing-post-description { padding-bottom: 15px; } .listing-post-thumbnail { max-width: 100%; padding: 0 15px 15px; } .listing-pagination { padding: 20px; &:after { display: table; content: ''; clear: both; } } .listing-older { float: left; } .listing-newer { float: right; } /* === SIDEBAR WIDGETS === */ .side-widgets { background-color: #f9f9f9; border-left: 1px solid #e1e1e1; padding: 0; .section-title { font-size: 18px; text-align: center; padding: 12px; margin: 0; border: none; background-color: #eee; } } .recent-list, .posts-by-tag { padding: 20px; li { font-size: 16px; margin-left: 30px; } &:after { display: table; content: ''; clear: both; } } .posts-by-tag { li { float: left; } } .archive-list { .accordion { padding: 10px 20px; margin: 0; background-color: inherit; &:after { align-items: center; background-color: inherit; border-radius: 0; bottom: 0; color: #000; content: "\f104"; // display: none; font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro"; font-size: 90%; height: auto; justify-content: center; margin: auto; position: absolute; right: 0; top: 0; width: 30px; } &.open:after { content: '\f107'; } &:hover { background-color: #f4f4f4; } } ul { padding-left: 15px; list-style-type: none; } } /* ========== POST PAGES ========== */ .blog-post-captioned { padding: 0 15px; font-size: 18px; .post-image { padding: 0; } .post-title { margin-top: 0px; padding-top: 0px; font-size: 24px; font-weight: 500; } } .post-caption { background-color: #f9f9f9; padding: 30px; text-align: center; border-bottom: 1px solid #e1e1e1; } .post-details { margin: 0; } .post-meta { padding: 0 30px; } .post-date { color: #7d7d7d; font-family: "Stratum-1-web", sans-serif; font-size: 18px; font-weight: normal; padding-bottom: 10px; } .post-thumb { padding: 20px 20px 20px 0; float: left; } .post-tag-list { ul { list-style: outside none none; padding: 0 30px; } li { display: inline-block; margin-bottom: 30px; a { background-color: #eee; border-radius: 4px; color: #00843d; font-size: 16px; margin: 5px; padding: 5px 10px; text-decoration: none; &:hover { background-color: #00843d; color: #fff; } } } } .post-related-list { li { font-size: 16px; padding: 5px; a, a:hover { color: #944100; } } } .recent-list-images { padding: 0 30px; display: flex; flex-wrap: wrap; h2 { font-weight: 600; color: #777; } .recent-list-post { padding-bottom: 40px; } .read-more { position: absolute; bottom: 0; } } /*End mobile and up styles*/ /*===============TABLET AND UP===============*/ @media only screen and (min-width: 760px) {} /*end media query*/ /*End tablet and up styles*/ /*===============DESKTOP ONLY===============*/ @media only screen and (min-width: 1200px) {} /*end media query*/ /*end desktop only styles*/ /*END OF DOCUMENT*/