article .entry-content p { margin-bottom: 10px; } .link-holder { text-align: right; padding: 0; } .pad-0lr { padding-right: 0 !important; padding-left: 0 !important; } /* *----------------------------------------- * Homepage *----------------------------------------- */ .entry-thumbnail img { float: left; } /* *----------------------------------------- * -- MS CSS -- *----------------------------------------- */ body.category{ overflow: hidden; } .site-main { max-width: 1040px; margin: 0 auto; } .site-main:before, .site-main:after { display: table; content: ""; clear: both; } .header-position{ background: #e8e5ce; position: relative; margin: 0 -9600rem; padding: 7px 9600rem; z-index: 0; margin-bottom: 30px; } body.sidebar .entry-header, body.sidebar .entry-content, body.sidebar .entry-summary, body.sidebar .entry-meta { padding: 0 15px; } .entry-content img.alignleft, .entry-content .wp-caption.alignleft { margin-left: 0; } .entry-content img.alignright, .entry-content .wp-caption.alignright { margin-right: 0; } a.more-link{ font-weight: bold; float: left; clear: both; } /** * ----------------------------------------- * search page * ---------------------------------------- */ body.search #infinite-handle { display:none; visibility: hidden; } /** * ----------------------------------------- * category or archive page * ---------------------------------------- */ body.archive #infinite-handle,body.category #infinite-handle { display:none; visibility: hidden; } /** * home page header font and size */ body.home article h1.entry-title{ font-family: Bitter, Georgia, serif; font-size: 30px; } .site-footer-child { background-color: #220e10; color: #fff; padding: 20px 0; } .site-footer-child .widget .widget-title{ color: #fff; } body.sidebar #colophon-child .sidebar-container{ max-width: 1040px; margin: 0 auto; } .site-info-child { background: #E8E5CE; position: absolute; width: 100%; } .site-info-child .container{ max-width: 1040px; margin: 0 auto; padding: 30px 0; } .site-info-child a { color: #686758; } /* *----------------------------------------- * Responsive Fix *----------------------------------------- */ @media only screen and (min-width: 768px) { #primary { float: left; width: 70%; } .site-main .sidebar-container { float: left; height: auto; position: relative; top: inherit; width: 30%; } body.sidebar #colophon-child .sidebar-container aside{ background: transparent; width: 25%; float: left; display: block; margin: 0; padding: 0; position: relative !important; left: 0 !important; right: 0 !important; top: inherit !important; } } /** * Pagination */ .search-pagination{ text-align:center; margin-top: 40px; } .page-numbers { display: inline-block; padding: 5px 10px; margin: 0 2px 0 0; border: 1px solid #eee; line-height: 1; text-decoration: none; border-radius: 2px; font-weight: 600; } .page-numbers.current, a.page-numbers:hover { background: #f9f9f9; } .page-numbers.current, a.page-numbers:hover { background: #25AFCA; color: #fff; }