/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
.uk-navbar {
  background: transparent;
}
.tm-block.top-teaser.tm-block-full-width.tm-block-default {
  margin-top: -100px;
}
	.uk-sticky-init.uk-active {
		position: absolute !important;
	}
}

/*Logos*/
.desktop-logo {
    width: 170px;
    height: auto;
}
.mobile-logo {
    width: 110px;
    height: auto;
}
.footer-logo {
  top: -20px;
  position: relative;
}
.tm-block.footer-top.tm-block-primary {
	padding-top:20px !important;
}

/*Contact Form*/
.powered-by {
    display: none !important;
}

/*Shop*/
.screen-reader-text {
    display: none;
}
.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 24px;
}
.product_title.entry-title {
    font-size: 30px;
    line-height: 38px;
}
.wsmsb_title {
    font-size: 22px;
    line-height: 26px;
}
.woocommerce-products-header__title.page-title {
    font-size: 30px;
    line-height: 38px;
}
.alignright {
    width: 100px !important;
    height: auto !important;
}

/*Shop Products Dual*/
@media only screen and ( max-width: 980px ) {
.woocommerce-page ul.products li.product:nth-child(n) {
width: 47.5% !important;
margin-right: 2.5% !important;
}
.woocommerce-page ul.products li.product:nth-child(2n) {
margin-right: 0 !important;
}
}

/*Newsletter*/
.tm-block.bottom-b.tm-block-default {
  background: #f8f8f8;
  margin-top: 20px !important;
}

/*Blogs & Services*/
.uk-overlay-panel.uk-ignore.uk-flex.uk-flex-center.uk-flex-middle.uk-text-center {
	text-align: left !important;
}

/*Footer*/
.uk-h4.uk-margin-top-remove {
  color: #fff;
}
.footer-top a {
	color: #fff !important;
}