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

/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
}

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

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



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

/*Footer*/
.tm-block.footer-top.tm-block-dark a{
color: white !important;
}