/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
ul {
     list-style-image: url('star.png');
} 
.tm-footer + .tm-footer-meta {
  border-top: 0px;
}
.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover,
.tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel a:not([class]):hover,
.tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel .uk-link:hover {
  text-decoration: none;
}
.uk-modal {
  background: rgba(24, 24, 34, 0.7);
}
.uk-block-default + .uk-block-default,
.uk-block-muted + .uk-block-muted,
.uk-block-primary + .uk-block-primary,
.uk-block-secondary + .uk-block-secondary {
  border-top: 0px;
}
.tm-page-frame {
    background: #ffffff;
}

.uk-dotnav > * > *::before {
    background: rgba(224, 105, 133, 0.9) none repeat scroll 0 0;
}
.uk-dotnav > * > * {
    background: rgba(224, 105, 133, 0.3) none repeat scroll 0 0;
}
.uk-dotnav > .uk-active > *::before {
    background: #e06985 none repeat scroll 0 0;
}
.uk-contrast .uk-button, .tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel .uk-button {
    background: #e06985 none repeat scroll 0 0;
    color: #7b0d27;	
}
.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus,
.tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel .uk-button:hover,
.tm-gallery-dolce-vita .tm-overlay-background-secondary .uk-overlay-panel .uk-button:focus {
  background-color: #e6d7da;
  color: #e06985;
}
.uk-button {
    background: #e06985 none repeat scroll 0 0;
    color: #7b0d27;	
}
.uk-button:hover,
.uk-button:focus {
  background-color: #e6d7da;
  color: #e06985;
}
}
@media (min-width: 960px) {
  .tm-page-frame {
    padding: 10px;
  }
}
}
@media (min-width: 768px) {
  .tm-page-padding .tm-page-frame {
    padding: 0 25px;
  }
  .tm-page-frame {
    background: #ffffff;
  }
}