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

/*Screen*/
@media (min-width: 767px) {
    .mobile {
      display: none;
    }
/*Titles*/
.title-images {
  max-width: 1530px !important;
}
.title-images-right {
  max-width: 1530px !important;
  position: relative;
  right: 400px;
}
}

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

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

/*Brands*/
.tm-bottom-b.uk-grid {
  box-shadow: 4px 10px 23px -4px rgba(0,0,0,0.5);
  padding-top: 35px;
  padding-bottom: 35px;
}

/*About BG Bird*/
.page-id-857 .tm-block.top-b.tm-block-default {
   background-color: #fff; /*Default bg, similar to the background's base color*/
   background-image: url("/wp-content/uploads/bg-bird-blue.png");
   background-position: left; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/
}

/*Welcome Top BG Bird*/
.home .tm-block.top-a.tm-block-default {
   background-color: #fff; /*Default bg, similar to the background's base color*/
   background-image: url("/wp-content/uploads/bg-bird-blue.png");
   background-position: right; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/
}

.page-id-881 .tm-block.top-a.tm-block-default {
	background-color: #fff; /*Default bg, similar to the background's base color*/
   background-image: url("/wp-content/uploads/bg-bird-blue.png");
   background-position: right; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/
}


.footer-top .uk-h3.uk-margin-top-remove {
  color: #fff;
  font-weight: bold;
}

.page-id-881 .tm-bottom-b.uk-grid {
  box-shadow: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*Acordian*/
.uk-accordion.uk-text-left {
background-color: #fff; /*Default bg, similar to the background's base color*/
   background-image: url("/wp-content/uploads/bg-bird-green-1.png");
   background-position: right; /*Positioning*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/}