.tm-toolbar {
    padding-top: 10px;
    background-color: #81a2b5;
    color: #fff;
}

.tm-logo-small .textwidget.custom-html-widget {
    margin-top: -45px;
}

.tm-headerbar {
    padding: 30px 0;
    background-color: #598199;
}

.uk-navbar-nav > li > a {
    padding: 0 10px;
    font-size: 14px;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
	  margin-top: 0px;
}

h3, .uk-h3 {
	font-size: 20px;
	line-height: 25px;
}

.uk-article-title {
	font-size: 30px;
	line-height: 25px;
}

.uk-article-meta {
    display: none;
}

.wp-post-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.tm-bottom-button {
    padding-bottom: 70px;
}

.tm-button-align-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 50px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    line-height: 50px;
}

.tm-teaser-subtitle, .tm-teaser-subtitle-small {
	color: #4C6079;
}

.uk-thumbnail {
    border-radius: 4px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (min-width: 768px) {
    .tm-page .tm-block:first-child  {
        padding-bottom: 0;
    }

    .tm-main {
        margin-bottom: 40px;
    }

    .tm-sidebar-b .uk-panel-box:last-child {
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
	.tm-block-full {
  		height: 490px;
 	}
}


.uk-overlay-background {
    background: rgba(0, 0, 0, 0.8);
}

a, .uk-link {
    color: #4D7C96;
}

.tm-headerbar h2  {
    color: #F5F5F5;
}
/*
.tm-block-dark {
    background-color: #E8F2F8;
}*/

.category-northeast-pain-management-staff .tm-blog-more {
	display:none;
}

body {
    background: #F5F4F4;
}

.uk-navbar-center {
    max-width: 80%;
}



@media (max-width: 750px) {
	.tm-block-full {
	height: 60%;
	}

	.uk-navbar {
	background: #598199;
	}

	.uk-overlay-background  {
	display: none;
	}} 