/*
Theme Name: Theme buatan Setyawan
Author: Setyawan Widodo
Description: Theme buatan sendiri untuk latihan pembuatan theme wordpress
Version: 1.0
Tags: theme wordpress, buatan sendiri
*/
body {
    background:url('images/bgbody.jpg') fixed ;
    opacity:0.9;
}
.navbar-brand img { height:50px; width:auto;}
.card {overflow:hidden;}
.headline h3 { font-size:20px; border-bottom: solid 2px #999; margin:10px 0 10px 0;}
.gambarheadline {margin-top:20px;}
.gambarheadline img { width:70px; height:auto; float:left; margin-right:10px; border-radius:5px; border:solid 1px #999;}
.gambarheadline small {color:#999; font-size:12px;}
.gambarheadline a { text-decoration:none; color:red; }
.peta h3 { font-size:20px; border-bottom: solid 2px #999; margin:10px 0 10px 0; color:purple;}

.roundedkirisaja { border-top-right-radius:0; border-bottom-right-radius:0;}
.roundedkanansaja { border-top-left-radius:0; border-bottom-left-radius:0;}
.footerwidget li a  { color:red; text-decoration:none;}
.footerwidget li { margin-left:-10px; list-style-type:square; }
.footertext { font-size:12px; color:#555;}
.gambarsingle img, .postterkait img, .sidebar img { width:100%; height:auto; border-radius:10px; overflow:hidden; box-shadow:0 0 5px #999;}
.single h2 { text-shadow:0 0 3px #999;}
.postterkait { line-height:15px;}
.postterkait img {margin-bottom:10px;}
.postterkait a { text-decoration:none; color:red; font-size:13px;}
.sidebar img {margin-bottom:35px;}
.sidebar a { color:red; text-decoration:none; }
.sidebar li { margin-left:-10px; list-style-image:url('images/icon.png');}

h3, a {margin-bottom:25px; 
background: #121FCF;
background: linear-gradient(to right, #f00 0%, #00f 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.arsip h6 a {text-decoration:none; color:red;}