/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
.tm-block {
  padding: 5px !important;
}
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
.footer-logo {
  margin-top: -60px;
  padding-bottom: 20px;
}
}

.slogan {
  margin-top: 12px;
  font-size: 20px;
}

/*Logos*/
.desktop-logo {
    width: 150px;
    height: auto;
}
.mobile-logo {
    width: 110px;
    height: auto;
}

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

/*Social BG*/
.tm-block.top-c.tm-block-default {
	background: url('/wp-content/uploads/home-social-bg.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Why Join Us BG*/
.tm-block.bottom-b.tm-block-default {
	  background: #f2f2f2;
	color: #949b9f;
}

/*Subscribe*/
.tm-block.bottom-c.tm-block-dark h3 {
	color: #fff;
}

/*Footer*/
.uk-text-center.uk-margin-bottom-large.tm-block.footer.tm-block-primary .uk-h4.uk-margin-top-remove {
	color: #fff;
}
.uk-text-center.uk-margin-bottom-large.tm-block.footer.tm-block-primary a {
	color: #fff !important;
}

/*BG*/
.home .tm-block.top-b.tm-block-default { 
  background: #fff !important;
}
.tm-block.top-b.tm-block-default { 
  background: url('/wp-content/uploads/bg.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}