/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
.tm-navbar {
  background: url('/wp-content/uploads/mobile-nav-bg.png') !important;
}
.uk-navbar-toggle {
  color: #fff;
}
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
	#tm-top-a {
  margin-top: -110px;
}
.home .tm-navbar .desktop-logo {
  display: none;
}
	/*Heros*/
.hero-content {
	width: 40%;
}
}

/*Logos*/
.desktop-logo {
  width: 110px;
  height: auto;
  margin-top: 40px;
}
.mobile-logo {
    width: 160px;
    height: auto;
}

/*Contact Form*/
.powered-by {
    display: none !important;
}
/*Nav & Footer*/
.tm-navbar {
  position: relative;
  z-index: 999;
  background: transparent;
}
.uk-modal-dialog {
  top: 0px !important;
}
.tm-footer {
  display: none;
}

/*Home Buttons*/
.uk-button.uk-button-primary {
  width: 49%;
  border-radius: 0px;
background-color: #d8c46c;
}
.uk-button.uk-button-primary a:hover {
  width: 49%;
  border-radius: 0px;
background-color: #0b075c
;
}
.uk-button.uk-button-secondary {
  width: 100%;
  border-radius: 0px;
background-color: rgba(0,0,0,0.3);
	color: #fff;
}
.uk-button-primary:hover, .uk-button-primary:focus {
  width: 49%;
  border-radius: 0px;
background-color: #0b075c;
}
.uk-button-secondary:hover, .uk-button-secondary:focus {
  width: 100%;
  border-radius: 0px;
background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.uk-modal-dialog .uk-margin-large-bottom.uk-flex.uk-flex-center {
  float: right;
}

/*BG's*/
.uk-panel.uk-panel-space.uk-width-1-1 {
  background: url('/wp-content/uploads/logo-bg-transparent.png')no-repeat right center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 18%;
}
.uk-grid.uk-grid-collapse.uk-margin-top-remove.uk-text-left.uk-flex-middle {
	background: #d8c46c;
}
