/** * Remove default li styles and margins */ .acf-rpw-block.acf-rpw-default ul { list-style: none!important; margin-left: 0!important; padding-left: 0!important; } /** * Make sure that posts are visually separated */ .acf-rpw-block.acf-rpw-default li { border-bottom: 1px solid #eee; margin-bottom: 10px; padding-bottom: 10px; list-style-type: none; } /** * Remove the decoration and fix display */ .acf-rpw-block.acf-rpw-default a { display: inline!important; text-decoration: none; } /** * Remove default styles, adjust size and colour. */ .acf-rpw-block.acf-rpw-default h3 { background: none!important; clear: none; margin-bottom: 0!important; margin-top: 0!important; font-weight: 400; font-size: 12px!important; line-height: 1.5em; } .acf-rpw-default .acf-rpw-before, .acf-rpw-default .acf-rpw-after, .acf-rpw-default .acf-rpw-before-whole, .acf-rpw-default .acf-rpw-after-whole{ clear:both; } /** * Make sure thumb has borders and padding around */ .acf-rpw-default .acf-rpw-thumb { border: 1px solid #EEE!important; box-shadow: none!important; margin: 2px 10px 2px 0; padding: 3px!important; max-width:100%; } /** * Reduce the excerpt size */ .acf-rpw-default .acf-rpw-excerpt { font-size: 12px; } /** * Make sure this doesn't stand aside */ .acf-rpw-default .acf-rpw-time { color: #bbb; font-size: 11px; } /** * Make sure images align properly */ .acf-rpw-default .acf-rpw-left { display: inline; float: left; } .acf-rpw-default .acf-rpw-right { display: inline; float: right; } .acf-rpw-default .acf-rpw-middle { display: block; margin-left: auto; margin-right: auto; } /** * Define clearfixes */ .acf-rpw-default .acf-rpw-clearfix:before, .acf-rpw-clearfix:after { content: ""; display: table !important; } .acf-rpw-default .acf-rpw-clearfix:after { clear: both; } .acf-rpw-default .acf-rpw-clearfix { zoom: 1; }