/*
 Theme Name:   Lyka Child
 Description:  child theme 
 Template:     yoo_lykka_wp
 Version:      1.0.0
*/
/* gst-code*/
body:not(.home) section.tm-top-a.uk-grid {
  display: none !important;
}
.uk-panel.uk-panel-box.widget_block p {
  display: none !important;
}
.nav-holder > a.tm-logo:empty {
  display: none !important;
}
.uk-navbar-nav li a {
  color: #ffffff !important;
}
p:empty {
  display: none !important;
}
.uk-panel > p:first-child,
.widget_block > p:first-child {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}
.tm-block.tm-block-main.tm-block-alt.tm-block-padding-large {
  min-height: auto !important;
}
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li > a:active {
  color: #cccccc !important;
}
/**/
@media (min-width: 768px) and (max-width: 1024px) {
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cf-field {
    border: 1px solid #41474c;
  }
  textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf-field.cf-area {
    border: 1px solid #41474c;
  }
}
