.thicker {
    font-weight: 700;
}
.nm-menu li a {
    text-transform: uppercase;
    font-weight: 700;
}
.nm-footer-bar-text {
font-weight: 600;
}
h1, h2 {
   text-transform: uppercase;
font-weight: 700;
}
.woo-category-desc {
display: none;
}
.anchor {
  display: block;
  height: 325px; /*same height as header*/
  margin-top: -325px; /*same height as header*/
  visibility: hidden;
}  
.tg-item .tg-cats-holder *, .tg-item .tg-item-excerpt, .tg-item .tg-item-title, .tg-item .tg-item-title a {
    word-wrap: break-all;
}
.nm-row.nm-row-full {
    max-width: 1280px;
}
.layout-overlay .nm-portfolio-item-details h2 {
    top: 0;
    color: #ffffff;
	/* här kan man lägga en background-color: #; om man vill ha bakgrundsfärg bakom författarnamnet*/
}
.layout-overlay .nm-portfolio-item-details h2, .layout-overlay .nm-portfolio-item-details p {
    position: absolute;
    left: 0;
    line-height: 1.4;
    margin-top: 211px;
    padding: 5.5%;
}
.nm-portfolio-item-details h2 {
    font-size: 16px;
    margin-top: 18px;
}
.layout-overlay .nm-portfolio-grid li:not(.hide) a:hover .nm-portfolio-item-details {
    background-color: #282828;
    background-color: #ef781242;
}
.layout-overlay .nm-portfolio-grid li:not(.hide) a:hover .nm-portfolio-item-details h2 {
    color: #ffffff;
}
/* Allt ovan styr portfolio-sidan */
.wpfm-template-11 .wpfm-menu-nav ul li a span {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
/* Kod nedan tar bort footer bar allra längst ner så att enbart footer widget återstår*/
.nm-footer-bar-inner {
    background-color: #ffffff;
    display: none;
}
.nm-footer-block-grid > li {
    margin-bottom: 0;
    padding: 1px 5px 10px;
}
.nm-footer-widgets {
    padding: 35px 0 15px;
}
/* Nedan tar bort tips under enskild produkt */
.related {
    display: none;
}
/* hiding on mobiles */
@media screen and (max-width: 500px) {
.hide_on_mobiles {
		display: none;
}
.shop_attributes th {
    color: #282828;
    width: 23%;
    min-width: 160px;
}
.ug-button-fullscreen {
	background-image: url(images/button_fullscreen.png);
    position: absolute;
    width: 650px;
    height: 650px;
    cursor: pointer;
    background-position: 0px 0px;
}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
}
