.uk-button {
    padding: 0 14px;
}

.uk-text-pink {
    color: pink;
}


.uk-teaser-image-file {
    width:200px;
    height:300px;
}

@media (min-width: 1220px) {
    .uk-panel-space, .uk-panel-box {
        padding: 20px;
    }
}

@media (min-width: 1220px) {
    .uk-panel-box .uk-panel-teaser {
        margin-top: 0;
        margin-left: -50px;
        margin-right: -50px;
    }
}

.portfolio-book-title {
    font-weight: bold;
    min-height: 50px;
    font-size: 110%;
    text-transform: uppercase;
}

.portfolio-book-author {
    font-weight: normal;
    font-style: italic;
    padding-bottom: 15px;
    height:40px;
}

.portfolio-book-rating-title {
    padding-top: 15px;
}

.portfolio-book-rating-icon {
    font-size: 20px;
}

.home #tm-main {
    display:none;
}

#tm-bottom {
    padding-top:0px;
    padding-bottom:0px;
}

#tm-bottom-lower {
    padding-top:0px;
    padding-bottom:0px;
}

h3 {
    text-align: center;
    /*background-color: #fff7f8;*/
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:30px;
    text-transform: uppercase;
    position: relative;
}

h3, .blogsubtitle, .uk-article-title {
    text-align: center;
    /*background-color: #fff7f8;*/
    padding-top: 40px;
    padding-bottom: 10px;
    font-size:30px;
    text-transform: uppercase !important;
    position: relative;
}

.blogsubtitle, .uk-article-title {
    background-color: #fff;
}


h3 span, .blogsubtitle span, .uk-article-title span {
    background: #f9f9f9;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.blogsubtitle span, .uk-article-title span {
    background-color: #fff;
}

h3:before, .blogsubtitle:before, .uk-article-title:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

h3:before, .blogsubtitle:before, .uk-article-title:before {
    left: 0;
}

.blog h1 {
    text-align: left;
}

.blog .uk-article-title:before {
    background: none;
}

.uk-responsive-height {
    max-height: 85%;
    width: auto;
}

.book-cover img {
    width:200px;
    height:300px;
}

.uk-button {
    max-width: 90%;
    min-width: 210px;
    margin-bottom: 10px;
}

.portfolio-button {
    min-width: 95%;
}

.uk-icon-medium {
    min-width:30px;
}

h2, .uk-h2 {
    font-size: 27px;
    line-height: 32px;
}

.blog-image {
    height:220px;
}

.blog-excerpt {
    height:240px;
}

.image-float-left {
    float:left;
    margin-right:30px;
    margin-bottom:30px;
}

.uk-panel-box {
    padding: 5px;
    padding-top:10px;
}

.uk-button-primary {
    background-color: #333333;
    color: #fff;
    border-color: transparent;
}

#search-results .tm-article-title {
    text-align: left;
    background-color: none;
}

#search-results .uk-article-title:before {
    background: none;
}

.uk-text-success {
    font-weight: bolder;
    color: black !important;
}

.portfolio-image img {
    min-width:240px;
}

.home-page .blog-image {
    max-height:230px;
    height:225px;
    overflow:hidden;
}

.home-page .blog-image img {
    /* height:230px; */
}

.home-page #blogposts .uk-h2 {
    height: 80px;
}

.home-page .uk-h2 {
    font-size: 22px;
    line-height: 32px;
}

#offcanvas .uk-search-field {
    color:white;
}

#offcanvas .uk-search-field::placeholder {
    color:white;
}