/********* Do not edit this file *********/
/*
My Custom CSS - Maked by Salvatore Noschese
a.k.a. DarkWolf - http://www://darkwolf.it/
*/

.uk-article-title {
    font-size: 24px !important;
}

.tm-navbar-center [class*="tm-logo"] {
    transform: none !important;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {

background: #0000ff;

}


.kuukauden-blogi h3 {
    text-shadow: 4px 4px 4px #000;
}

.tm-block-top-c.uk-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tm-main .nlposts-ulist-container .nlposts-ulist-wtitle {
    font-size: 20px;
}

.nlposts-ulist-title {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 13px;
}

.nlposts-ulist-container .nlposts-ulist {
    padding-left: 0;
}

.nlposts-ulist-meta {
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 6.5px 0 13px;
}

.nlposts-ulist-litem {
    word-wrap: break-word;
}

.tm-main .nlposts-ulist-container .nlposts-ulist-litem .nlposts-ulist-excerpt {
    margin: -8px 0 32px !important;
}

/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
.uk-block-large {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/* Tablets and bigger */
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.tm-block-bottom-e .uk-panel {
    line-height: 1.2;
}

@media (min-width: 768px) {
    .uk-width-medium-2-3.tm-main  {
        width: 60%;
    }

    .uk-width-medium-1-3.tm-sidebar-a  {
        width: 40%;
    }
}

@media (min-width: 960px) {
    .uk-width-medium-2-3.tm-main  {
        width: 66.666%;
    }

    .uk-width-medium-1-3.tm-sidebar-a  {
        width: 33.333%;
    }
}

.uplp-post-title {
    margin-bottom: 16px;
}