/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import 'https://fonts.googleapis.com/css?family=Lato:400,300';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,300';
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
a,
.uk-link {
  color: #0055B9;

}
a:hover,
.uk-link:hover {
  color: #00ACA5;
  text-decoration: underline;
}
.opaque-panel .uk-overlay-background {  	opacity:0.4!important;
padding:100px 200px;
}
.tm-block-texture.uk-block-primary { background: #00ACA5;}
.uk-block-secondary:not(.tm-block-texture) { border-color: #0055B9;}
.uk-block-secondary{ background: #0055B9;}

/* remove featured image from all single posts*/
.single-post .wp-post-image { display: none; }