/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Mark removing large top and bottom margin on theme, desktop and larger */

@media (min-width: 1360px) {    
  .tm-navbar {    
    margin-bottom: 25px;    
  }    
}

@media (min-width: 1220px) {    
  .tm-block-footer-bg {    
    margin-top: 25px;    
  }    
  .tm-footer {    
    margin-top: 25px;    
  }
}
  
/* Mark styling text on supporting page slideshows */
  
  h1.suppage {
    color: #ffffff;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
}

/* Geeks on the Beach Footer Logo */

div p.credits {
float: left;
background: url(/images/gotb/gotb-bw.png) 50% 50% no-repeat transparent;
width: 89px;
height: 60px;
overflow: hidden;
}
 
div p.credits:hover {
-moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
opacity: 1;
}

div p.credits a.gotb-link {
display: block;
background: url(/images/gotb/gotb-color.png) 50% 50% no-repeat transparent;
width: 89px;
height: 60px;
text-indent: -999em;
opacity: 0;
-moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
 
div p.credits a:hover.gotb-link {
opacity: 1;
moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

/* Mark making menu upprcase text */

.uk-navbar-nav > li > a {
    text-transform: uppercase;
}

/* Mark adding background to H1 module on homepage */

div.uk-panel.uk-panel-box.uk-panel-header.homeh1 {
    padding: 30px;
    background: #E6F1FD;
    color: #5c5c5c;
    overflow: hidden;
    background: #E6F1FD none 0 0 repeat;
    border-radius: 0;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}