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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 @charset "UTF-8";
/* CSS Document */

.pp_social {
    display: none;
}

.cweb {float: left; 
  width: 320px; 
  border: 0px solid #ccc;
  text-align: center;
  margin: 16px;
  padding: 10px 0;
}

/* =========================  HEADER CUSTOM  ==================================  */
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {padding:0 20px 0 0;}
.uk-navbar-nav > li > a {color: #b1c47c;}

/* =========================  BODY CUSTOM  ==================================  */
h1, h2, h3, h4, h5, h6 {font-family: sans-serif;}
.uk-navbar-nav {font-family: sans-serif; margin-top:40px;}
.tm-mosaic h3 {color: #000;}

/* Fix black hanging down covering page title */
/*.uk-navbar {background: none;}*/
/*.tm-block-top {background: none;}*/


/* Lower mosaid a bit */
.tm-mosaic {margin: 30px -10px;}

.uk-navbar {
  background-image: url("https://www.seriouslight.com/images/graphics/StarrySkyBG.jpg");
  color: #88898e;
  min-height: 90px;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
  margin-top: 40px;
}
/* =========================  SIG CUSTOM  ==================================  */
ul.sigProSleek.singleThumbGallery {padding: 0 !important;}

/*  === from theme.css (line 242)  ======  */
p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure {margin: 0;}

/*  === from template.css (line 19)  ======  */
ul.sigProSleek li.sigProThumb {margin: -6px;}
#wood ul.sigProSleek li.sigProThumb {margin: 12px;}

ul.sigProSleek span.sigProPseudoCaption, ul.sigProSleek span.sigProCaption {
    bottom: 10%;
    display: block;
    font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
    font-size: 16px;
    left: 10%;
    padding: 2px 6px;
    position: absolute;
    right: 0;
    text-align: center;
}

ul.sigProSleek span.sigProPseudoCaption {
    background: none;
}

div.pp_default .pp_description { color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 5px 50px 5px 0;
}

/*a, .uk-link {font-size: 12px;}*/

/* =========================  Remove prev/next video arrows from lightbox  ==================================  */
.uk-slidenav-position .uk-slidenav-previous {
    left: -500px;
}
.uk-slidenav-position .uk-slidenav-next {
    right: -500px;
}
/* =========================  Flix Grid CUSTOM  ==================================  */
.wrapper {
  display: grid;
   grid-template-columns: 1fr 1fr;
   grid-auto-rows: 400px;
}

