#logo>h1,
#logo .blogname,
.nlposts-caption>h3>a,
.nlposts-caption>span>a {
    color: #000
}

#navigation_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

#logo>h1,
#logo>h3,
#logo>.blogname {
    font-family: 'Lato', serif;
    font-size: 60px;
    font-weight: 600;
    font-stretch: expanded;
    color: #ffa100;
	margin: 16px 0;
}

#logo>h4,
#logo>.slogan {
    font-family: Lato, sans-serif;
    font-size: 16px;
    width: 50%;
    color: #747678;
    letter-spacing: 1px;
    text-transform: uppercase
}

#logo>h1>a,
#logo>.blogname>a,
#logo>h3 a {
    color: #000
}

html {
    overflow-y: scroll
}

.fa-info-circle {
    float: right;
    color: #ff5a00;
    margin: 10px 20px 0
}

.fa-rss-square {
    margin-right: 6px;
    color: #8f2d00;
}

div#pop-up,
div.post-header>h1>a,
div.post-header>.header>a {
    color: #000
}

.post-header h1,
.post-header .header {
    font-family: 'Slabo 13px', serif!important;
    margin-left: 2px
}

div.crp_related.crp_related_shortcode>ul>li:nth-child(2) {
    margin: 0 17px
}

.related-item {
    height: 187px;
    margin-bottom: 10px
}

div#pop-up {
    z-index: 600;
    display: none;
    position: absolute;
    width: 25%;
    padding: 40px 50px;
    background: #fdfdfd;
    background: rgba(253, 253, 253, .9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tab label,
.tabs {
    position: relative
}

div#pop-up h2 {
    font-size: 15px;
    font-family: Arimo, sans-serif;
    line-height: 1.5;
    color: #ff5a00
}

.mean-container .mean-nav {
    margin-top: 50px!important
}

.tab,
.tabs {
    margin: 0 auto
}

.tabs {
    width: 70%;
    clear: both
}

.tab {
    width: 100%
}

.tab label {
    background: #eee;
    padding: 10px;
    cursor: pointer;
    margin: 0 auto 0 -1px;
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    left: 1px
}

.tab label i {
    font-style: normal;
    font-size: 10px;
    color: #aaa
}

.tab [type=radio] {
    display: none
}

.contentshit {
    margin-top: -3px;
    width: 110px;
    position: inherit;
    top: 40px;
    opacity: 0;
    left: 0;
    background: #fff;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    height: 0;
    -webkit-transition: all .4s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .4s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .4s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .4s cubic-bezier(.25, .46, .45, .94);
    transition: all .4s cubic-bezier(.25, .46, .45, .94)
}

.suodatus {
    width: 100%
}

.suodatus_wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    max-width: 80%;
	column-gap: 10px;
}

#navigation,
#sidebar,
.content.sidebar {
    display: inline-block
}

.suodatus_wrapper label {
	vertical-align: middle;
    max-width: 150px;
    padding: 0% 0!important;
    text-align: center;
    background-color: #fff!important;
    margin: auto 0;
    max-height: 70px!important;
    float: left
}

.suodatus_wrapper label,
.suodatus_wrapper>input[type=submit] {
    -webkit-appearance: none;
    border: none!important;
    font-size: small;
    letter-spacing: 1px;
    width: 120px;
    height: 60px;
    color: #999;
    background-color: #eee;
    margin-bottom: 3px;
    font-family: Lato, sans-serif;
    text-transform: uppercase
}

#next a:hover,
#next:hover,
#previous a:hover,
#previous:hover,
.suodatus_wrapper>input[type=submit]:hover {
    background-color: #f5f5f5;
    color: #fff;
    cursor: pointer;
}

.suodatus_wrapper>input[type=submit].selected {
    /*background-color:#fdc82f!important;*/
    color: #fff!important
}

[type=radio]:checked~label {
    z-index: 2;
}

[type=radio]:checked~label~.contentshit {
    z-index: 1;
    opacity: 1;
    height: 100%;
}

#previous {
    float: right
}

#next,
#previous {
    padding: 20px 10px;
    margin: auto 0;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 83px;
}

.pagination {
    margin: 40px 0;
    height: 13px
}

#next a,
#previous a {
    color: #999;
    vertical-align: middle;
    font-size: small;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    margin: auto 0;
}

.gallery-caption,
.nlposts-block-title,
.post-entry .first {
    font-family: 'Slabo 13px', serif
}

#close-tab {
    position: absolute;
    z-index: -1;
    top: 0
}

#close-tab label {
    background: #fff
}

[type=radio]:checked~label~#close-tab {
    z-index: 3
}

a img {
    max-width: 100%;
    height: auto;
    width: auto\9
}

div.post-image.full>a>img {
    width: 100%
}

#header {
    border: none;
    padding-bottom: 16px!important
}

.m_logo {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: inherit
}

.m_logo a img {
    max-width: 80%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    margin-top: 7px
}

.mean-container .mean-bar {
    min-height: 52px
}

.mean-container a.meanmenu-reveal {
    padding: 19px 13px 11px
}

#top_social {
    margin-top: 20px
}

#navigation_bar {
    height: 60px
}

#navigation ul li a {
    padding-bottom: 5px;
    /*color: #999;*/
    color: #fff;
    /*border-bottom: 2px solid #000;*/
}

.current-menu-item a {
    color: #fff !important;
    border-bottom: 2px solid #ff5000 !important;
} 

#navigation ul li a:hover {
    color: #fff !important;
    /*border-bottom: 2px solid #fff !important;*/
	border-bottom: 2px solid #ff5000 !important;

}

.container.top {
    width: 75%!important;
    margin-top: 7px;
    left: 69px
}

#top_social i,
#top_social em {
    margin-right: 4px
}

#footer_social i.fa-envelope:hover,
#footer_social em.fa-envelope:hover,
#top_social i.fa-envelope:hover,
#top_social em.fa-envelope:hover {
/*    background: #ff5a00;*/
 background: #D14900;
    color: #FFF
}

.gallery-caption {
    text-align: center;
    color: #000;
    font-size: 24px
}

.gallery-item {
    height: 350px!important;
    width: 300px!important
}

.gallery {
    margin: 0 auto!important
}

.gallery img {
    border: none!important
}

.gallery img:hover {
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: .7
}

.post-entry p {
    color: #363738;
    font-size: 14px
}

.post-entry .first {
    margin: 35px auto;
    text-align: center;
    font-size: 45px;
    background-color: #ff5a00;
    width: 65%;
    color: #fff
}

#wrapper {
    width: 99.9%!important
}

.widget_slider {
    max-width: 940px;
    margin: 0 auto 2px
}

.widget-picture {
    margin-bottom: 38px;
    text-align: center
}

.container {
    width: 100%!important
}

.whole-content {
    max-width: 990px;
    margin: 0 auto
}

.content.sidebar {
    max-width: 610px
}

#sidebar {
    float: left;
    width: 340px;
    margin-left: 40px;
    min-width: 220px
}

.container.footer {
    width: 90%
}

.post-header {
    margin-top: 25px
}

.post-image {
    text-align: inherit
}

.post-author {
    padding: 0;
    min-height: 150px;
}

.post-author .author-info .author-connect a.author-social.linkedin {
    background: url(img/side-linkedin.png) no-repeat;
    background-size: 30px auto
}

.post-author .author-info .author-connect a.author-social.email {
    background: url(img/email.png) no-repeat;
    background-size: 30px auto
}

.post-author .author-info .author-connect a.author-social:hover {
    background-position: -15px 0
}
/*
.post-entry iframe {
    max-height: 313px
}
*/ 

.post-entry>div>img {
    max-width: 100%;
    height: auto
}


.post-entry .iframe-wrapper{
height:1400px !important
}


 .post-entry .iframe-wrapper iframe,  .post-entry .Embed {
 height:1400px !important;	
}
  .post-entry iframe.instagram-media {
min-height:900px !important;
}
 

.post-entry .wp-caption {
    max-width: 100%
}

#blogs_short h2 {
    /*color: #555;*/
    text-align: -webkit-left;
    margin: 0 auto 50px;
    font-size: 15px
}

#fancybox-wrap {
    width: 70%;
    height: 70%
}

#sidebar .widget .collapsible-widget-container ul.tab-nav {
    margin: 0 0 20px;
    background: #8f2d00;
    height: 44px;
    padding-left: 14px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#sidebar .widget .collapsible-widget-container ul.tab-nav li {
    background: 0 0;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 43px
}

#sidebar .widget .collapsible-widget-container ul.tab-nav li.active a {
    color: #FFF
}

#sidebar .widget .collapsible-widget-container ul.tab-nav li a {
    color: rgba(255, 255, 255, .4)
}

#sidebar .widget .collapsible-widget-container ul.tab-nav li.ui-tabs-active a {
    text-decoration: none;
    color: #FFF
}

#sidebar .widget .tabs-wrapper .tab_content {
    padding: 0;
    display: none;
    border: none;
    margin-bottom: 0
}

#sidebar .widget .tab_content ul.side-newsfeed li .side-item.comment img {
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 14px;
    float: left
}

#sidebar .widget .tab_content ul.side-newsfeed li .side-item.comment span.side-comment {
    display: block;
    margin-bottom: 2px
}

#sidebar .widget .tab_content ul.side-newsfeed li .side-item.comment a {
    color: #999
}

div.nlposts-container.nlposts-block-container.nlp-instance-Main div {
    display: flex;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto
}

div.nlposts-block-item {
    flex-basis: auto
}

div.nlposts-block-item ul {
    padding-left: 0;
    margin-bottom: 0
}

.nlposts-caption {
    margin-right: 10px!important;
    margin-top: 10px!important;
    margin-left: 10px!important;
}

div.nlposts-block-pagination.pagination {
    width: 100%;
    margin-top: 50px!important
}

div.nlposts-block-pagination.pagination ul.page-numbers {
    box-shadow: none;
    width: 100%;
    padding: 0
}

div.nlposts-block-pagination.pagination>ul>li>a,
div.nlposts-block-pagination.pagination>ul>li>span {
    width: 7%;
    padding: 2% 5%;
    float: none
}

div.nlposts-block-pagination.pagination>ul>li>span.page-numbers.dots {
    width: 7%;
    padding: 2% 1%;
    float: none
}

div.nlposts-block-pagination.pagination>ul>li {
    margin: 0 auto;
    list-style: none
}

.nlposts-block-container .pagination a,
.nlposts-block-container .pagination span {
    border: none!important;
    font-size: medium
}

.nlposts-block-container .pagination .current {
   /* background-color: #ff5a00 !important;*/
background-color: #D14900 !important;
    color: #fff!important
}

li.nlposts-block-thumbnail-litem {
    list-style: none!important;
    display: block;
    overflow: hidden;
    width: 310px;
    margin-bottom: 0!important
}

.nlposts-block-container .nlposts-block-item {
    width: 310px!important;
    margin: 0!important
}

.nlposts-block-thumbnail-litem-thumb {
    height: 210px;
    width: 310px;
    overflow: hidden;
    /*background-color: #747678*/
}

.nlpost-block-meta,
.nlposts-block-excerpt,
.nlposts-olist-thumbnail-litem {
    width: 100%
}

.nlposts-block-thumbnail-litem-thumb>a {
    margin: 0 auto
}

.nlposts-block-excerpt {
    border-top: 1px dotted #ddd
}

.nlposts-block-title {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 9.6px!important;
    height: 96.6px
}

.nlposts-block-title a {
    position: relative;
    left: 2px
}

.blogs_namelink {
    font-family: Lato;
    text-transform: uppercase;
    font-weight: 700
}

.widget a,
.widget p {
    font-size: 13px;
    color: #555;
    font-weight: 400!important
}

.widget .post-author .author-info h4 a {
    line-height: 20px
}

.widget-picture p {
    text-align: left
}

.nlposts-olist-thumbnail-litem-thumb {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    overflow: hidden
}

.sidemargin#left {
    float: left;
    width: 2%;
    height: 100%
}

.sidemargin#right {
    float: right;
    width: 2%;
    height: 100%
}

#respond input,
.author-connect.mainsite,
.author_link {
    float: left
}

div.nlposts-block-thumbnail-litem-thumb>a>span>img:hover {
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: .7
}

.nlposts-block-container .pagination {
    height: 73px!important
}

.author-info.mainsite {
    width: 194px;
    position: relative
}

.author-info.mainsite h4 {
    font-family: Lato;
    font-size: small;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    margin-bottom: 2px
}

.author-info.mainsite a {
    letter-spacing: 1px;
    font-family: Arimo, sans-serif
}

.blog_short h1,
.blog_short h2 {
    font-family: 'Slabo 13px', serif
}

.post-author.mainsite {
    display: flex;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    width: 310px!important;
    border: none;
    margin: 0 20px 20px
}

.author-description.mainsite {
    height: auto;
    width: inherit
}

.author-link.mainsite {
    width: 100%
}

.author-container {
    display: flex;
    flex-flow: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto
}

.blog_short h1 {
    margin: 35px auto;
    text-align: center;
    font-size: 45px;
    background-color: #ff5a00
}

.blog_short h2 {
    margin: 35px auto!important;
    text-align: center!important;
    font-size: 20px!important
}

.blog_short h1 a {
    background-color: #ff5a00;
    color: #fff
}

.blog_short>div>div>.nlposts-block-pagination.pagination {
    display: none
}

.post-entry#blogs_short {
    width: 70%;
    margin: auto
}

.blog_short>div>.sidemargin {
    display: none!important
}

.blog_short>div>div>.nlposts-block-item {
    margin: 0 auto!important
}

.wpulike {
    /*margin-left:20px*/
}

#respond label {
    float: left;
    width: 100%;
    margin-bottom: 5px
}

#respond input {
    margin-bottom: 10px;
    width: 50%;
    -webkit-appearance: none
}

#respond textarea {
    max-width: 96%
}

.post-share,
.post-share:hover {
    border: none;
    padding: 18px 0 16px
}

#sidebar .widget h3.widget_title {
    line-height: 1em;
    letter-spacing: 1px
}

#sidebar>div:nth-child(1)>h3 {
    margin-top: 32px
}

.nlposts-olist-container .nlposts-olist-thumbnail-litem a>img {
    margin: 0!important;
    width: auto;
    height: 80px
}

.nlposts-block-meta {
    margin: 0 auto
}

.nlposts-block-meta,
.nlposts-block-meta a {
    text-align: center;
    color: #747678!important;
    /*lisää väriä leiskaan*/
    /*color: #ff5a00 !important; */
    letter-spacing: 1px;
    font-family: Arimo, sans-serif
}

a.blogs_namelink {
    line-height: 1.5
}

.nlposts-olist-container .nlposts-olist-meta {
    font-style: normal!important
}

.author-connect {
    float: right
}

.author-image.mainsite {
    margin-bottom: 10px
}

div.author-info.mainsite>div>a.author-social.mainsite {
    margin-bottom: 5px
}

.crp_related {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    padding-bottom: 40px;
    overflow: hidden
}

.crp_related h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 16px
}

.crp_related ul li {
    width: 192px;
    float: left
}

.crp_thumb {
    margin-bottom: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.crp_thumb:hover {
    opacity: .82
}

.crp_title {
    font-size: 14px;
    color: #000;
    line-height: 20px
}

.crp_title:hover {
    text-decoration: underline
}

.jaw_widget a {
    font-size: medium;
    color: #555
}

.jaw_widget a:hover {
    color: #888
}

.jaw_widget>li>ul {
    margin-left: 25px
}

.jaw_widget a span {
    color: #ff5a00
}

.jaw_months,
.jaw_posts,
.jaw_years {
    margin-top: 10px;
    margin-bottom: 0!important
}

.jaw_posts {
    margin-left: 50px
}

.wp-caption-text,
.post-image-meta {
    /*color: #888 !important;*/
    color: #53565a !important;
    font: normal 12px arial !important;
    margin: 0 5px !important;
    padding: 3px 12px 5px 0px;
}

.moove-gdpr-cookie-notice .wpulike,
moove-gdpr-tab-main-conent .wpulike,
.lity-container .wpulike {

	display:none;
}

@media  (max-width: 479px)  {
	#logo>h1, #logo>h3, #logo>.blogname {
    		font-size: 40px !important;
	}
}

.pagination li a, .pagination li a:hover, .pagination li.active a, .pagination li.disabled {
    color: ##8f2d00 !important;
}

/*
.author-info.mainsite h4{
	margin-top:8px !important; 
}
*/


#logo>h1, #logo>h3, #logo>.blogname{
    color: #ff5000 !important;
}

#previous a, #next a, .author-description p, .post-meta,.post-meta a, .post-image-meta, .wp-caption-text, 
.post-header span.post-meta span.line, .side-item-meta{
   color:#53565a !important;
}

#previous:hover, #next:hover{
    background-color: #ff5000 !important;
    
}

.widget a, #sidebar .widget ul li a, .post-tags a,
.item span.item-comments a, .post-header span.item-comments a{
    color:#8f2d00 !important;
}


#sidebar .widget h3.widget_title{
    background-color:#D14200 !important;
}

.jaw_widget a span {
    color:#D14200 !important;
}


#sidebar .featured-video-plus.post-thumbnail iframe{
    display:none;
}

#sidebar .featured-video-plus.post-thumbnail {
    background: url(https://blogit.metropolia.fi/hiilta-ja-timanttia/wp-content/plugins/featured-video-plus/img/playicon.png)  fixed top center;

    height: 64px !important;
width: 64px !important;

}

.author-info.mainsite .author-connect.mainsite a:last-child{
 margin-bottom:10px !important;
padding-bottom:20px !important;
}
 

.blog-short-text::after {
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 210px;
	transition: 0.25s all;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100,000000+100&0+0,0.5+100,0.5+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.blog_short a .blog-short-text::after {
	/*background-color: #ff5a00 !important;*/
	transition: 0.25s all;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100,000000+100&0+0,0.5+100,0.5+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.blog_short .blog-short-text h2, .blog_short .blog-short-text h3{
	/*color:#fff !important;
	background: #757575 !important;*/

        color:#000 !important;
	background: #fff !important;        
        padding:3px;
	
}

div.post-wrapper a{
 color: #8f2d00 !important;
}
/*
input:focus, :focus{
	border:3px solid blue;
         outline-offset: 0px;
 	outline: -webkit-focus-ring-color auto 5px !important;
}
*/


/* Remove outline for non-keyboard :focus */
/*
*:focus:not(.focus-visible) {
  outline: none !important;
}
*/
/* -------------------------------------------------- */
/* Skip To Content
/* -------------------------------------------------- */
/*
.skip-link {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 15px;
  line-height: 30px;
  font-size:26px !important;
   color: #000 !important;
    background-color: #ff5000;
  text-decoration: underline;
   border-radius: 0 0 10px 10px;
  z-index: 10000;

  @include border-radius(0 0 5px 5px);

  @include translate(-50%, -100%);

  @include transition(all 0.2s ease-out);

  &.visually-hidden.focusable:focus {

    position: absolute !important;

    @include translate(-50%, 0);
  }
}

*/
/*
.skip-link {
   position: absolute !important;
    top:10% !important;
    left: 50% !important;
    padding: 0 15px;
    line-height: 30px;   
    border-radius: 0 0 10px 10px;
    z-index: 2000 !important
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background-clip: padding-box;
    -moz-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size:26px !important;
   color: #000 !important;
    background-color: #ff5000;
}


.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(10px,10px,10px,10px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
*/


.skip-link {
  background: #e77e23;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
font-size:20px;
  transform: translateY(-100%);
  transition: transform 0.3s;
color:#000;
}

.skip-link:focus {
  transform: translateY(0%);
}

.post-entry p a {
	border-bottom:none !important;
	color: #8f2d00;
}
a, #footer .widget p a, #footer .widget ul.side-newsfeed li h4 a, .post-author .author-info .author-connect span.connect-text, .post-entry blockquote p, .item span.category a, #footer .widget a:hover {
    color: #8f2d00;
}

a.highlighted-link {
    border-bottom: none !important;
    
}

.item .item-image .review-box, .thecomment span.reply a.comment-reply-link, #respond #submit, .post-review .review-top .overall-score, .post-review .review-criteria .criteria .thescore, .flex-control-paging li a.flex-active, .content.sidebar ul.newsfeed.classic li .item .item-image .review-box, #sidebar .widget ul.side-newsfeed li .side-item .side-image .review-box {
    background: #8f2d00 !important;
}
/*
[tabindex="-1"]:focus{outline:0 !important}
a:not([href]):not([tabindex]){color:inherit;text-decoration:none}
a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}
a:not([href]):not([tabindex]):focus{outline:0}
*/
/*
a:focus, input:focus, :focus, .nlposts-container a:focus, .scale.wp-post-image:focus img, img:focus, a:focus img, a:focus img.resizecrop, a:hover .resizecrop{
  outline: 3px solid orange !important;
}
*/
/*
.link a:focus,a:focus img.resizecrop, .link:focus img{
outline: 3px solid orange !important;

}
*/
/*
input { outline: none; }
:focus {border-width: 3px sold red !important}
*/

:focus {
    outline: -webkit-focus-ring-color auto 5px !important;
}

.post-entry a{
color:#8f2d00 !important;
font-weight: 700 !important;
}

#sidebar a, .widget a, .widget ul li a, .widget ol li a, .widget ul.side-newsfeed li .side-item .side-item-text h4{
font-weight: 700 !important;
}

.related-item a{
color:#8f2d00 !important;
font-weight: 700 !important;
}

.crp_title{
color:#8f2d00 !important;
} 


/*
#footer .widget p a, #footer .widget ul.side-newsfeed li h4 a, .post-author .author-info .author-connect span.connect-text, .post-entry blockquote p, .item span.category a, #footer .widget a:hover{
	color:#8f2d00 !important;
*/


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.menu_text {
	position: relative;
	text-indent: 0px;
	font-size: 14px;
	left: 27px;
	bottom: 17px;
}

#sidebar .textwidget p, #sidebar .widget p  {
    margin-bottom: 10px !important;
}