h1.uppercase {
text-transform: none;
text-align: center;
font-size: 50px;
letter-spacing: 0;
font-weight: 400;
margin-bottom: 60px!important;
}
h2 {
font-size: 34px;
margin-bottom: 1em;
}
h3 {
font-size: 24px;
}
#marikoo {
text-align: right;
position: absolute;
right: 15px;
bottom: 10px;
}
#marikoo img {
width: 18px;
opacity: 0.6;
}
body:not(.search) .is-divider {
position: relative;
margin-top: 70px!important;
}
body:not(.search) .is-divider:before {
content: "";
width: 50px;
height: 50px;
display: block;
background-image: url(//grandoaks.fi/wp-content/themes/grandoaks/graf/tammenlehdet-tl.png);
background-repeat: no-repeat;
background-size: 48px;
position: absolute;
top:-50px;
left:50%;
}
#content a,
#content a:focus,
#content a:visited {
color:rgb(73, 19, 117);
border-bottom:1px solid;
padding-bottom: 2px;
letter-spacing: 0.5px;
transition: all .3s;
}
#content a:hover {
opacity: 0.6;
border-bottom:4px solid;
animation: pulse 5s infinite;
}
#content a[href^="tel:"],
#content a[href^="mailto:"]  {
color:inherit;
border-bottom: none;
padding-bottom: 0;
letter-spacing: 0;
}
#content a[href^="tel:"]:hover {
opacity: 0.6;
border-bottom:none;
animation: none;
}
.entry-title a.plain {
border-bottom:none!important;
animation: none!important;
}
table#sukutaulu,
table.sukutaulu {
border-top: 1px solid #9d9d9d;
}
table#sukutaulu td,
table#sukutaulu th,
table.sukutaulu td,
table.sukutaulu th {
padding: 0.3em;
border-bottom: 1px solid #9d9d9d;
color: #555;
font-size: 0.85em;
line-height: 1.2;
}
ul.mobile-nav i.icon-menu {
color:#fff;
}
@media only screen and (max-width: 48em) {
#main {
background-color: rgba(255,255,255,0.9)!important;
}
h1.uppercase {
font-size: 30px;
margin-bottom: 20px!important;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 20px;
}
}