/* CUSTOM */ ul {list-style-type: none;} ul li a:focus,a:focus { outline: 0; } ul li a:hover, a:hover { text-decoration: none; } /* HEADER */ .tagline { opacity: 1; color: rgba(255,255,255,.87); font-family: 'Bungee', cursive; } .header .container { text-align: center; } .header .logo {float: none;} .pagetitle .pagetitle-title { color: rgba(255,255,255,.87); } .breadcrumb { display: none; } /* BODY */ .widget .widget-title, .post .post-title a { font-family: 'Merriweather', serif; } #content { background: rgba(255,255,255,.8); padding: 40px 40px 0 40px; } .post-author a, .post-category a, .post-comments a, .logged-in-as a { color: #5fbdb0; } .post-author a:hover, .post-category a:hover, .post-comments a:hover, .logged-in-as a:hover { color : #3c9099; } #submit, .post-readmore { background: #5fbdb0 !important; } #submit:hover, .post-readmore:hover { background : #3c9099 !important; } .post-readmore { margin: 25px 0px 0px; } /* SIDEBAR */ .sidebar { padding: 40px 0 0 0; } #sidebar ul li a { color: rgba(0,0,0,.54); } #sidebar ul li a:hover { color: rgba(0,0,0,.87); } /* FOOTER */ .secondary-color-bg { background-color: transparent; }