/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.tm-navbar:not(.uk-navbar-attached) .tm-nav-logo {
  position: absolute;
  left: 0%;
  -webkit-transform: translateX(-0%);
  -ms-transform: translateX(-0%);
  transform: translateX(-0%);
}

@media (min-width: 768px) {
  .tm-cover-content {
    height: 600px;
    width: 600px;
    padding: 0;
    background: url('../images/default/home_fullscreen_content1.svg') 50% 50% no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tm-cover-content.tm-cover-content-2 {
    background-image: url('../images/home_fullscreen_content1_02.svg');
  }
  .tm-cover-content.tm-cover-content-3 {
    background-image: url('../images/home_fullscreen_content1_03.svg');
  }
}


.tm-navbar.uk-navbar-attached .tm-nav-logo {
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
}