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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* ========================================================================
   background-repeat:no-repeat;
background-attachment:fixed;

 ========================================================================== */


/*  adds a background to the footer menu*/
.uk-subnav {
    background-color: rgba(0,0,0,0.7);
}




/* ========================================================================
   added to remove colour from latest photos and video in K2 tools
 ========================================================================== */

.lastItem {
  background-color: rgba(0, 0, 0, 0);
}

div.k2Pagination {
  background-color: rgba(0, 0, 0, 0.5);
}

li {
  padding: 5px;
}


body
{ 
background-image:url('https://www.lyndaleigh.com/tour/artwork/template/lyndaleigh-bg2.jpg');
background-repeat:repeat;
background-attachment:fixed;
  
}





/* custom button */

.uk-button {
  background-color: rgba(255, 83, 83, 0.4);
  color: white;
  border:1px solid #fffff8;
	
}




/* overlay for TOUR on over colour */

.uk-overlay-area {
background: rgba(174, 93, 93, 0.9);
}


/* remove the padding around the BLOG and Articles for updates */

.tm-isblog .uk-article {
padding: 10px;
  margin-right: 10px;
}


.tm-footer, .tm-footer-space {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 5px;   /* was 30 50 */
  text-align: center;
}




.tm-navbar,    
.tm-navbar-space .tm-navbar {    
margin-top: 10px;  
margin-bottom: 25px;  
}


h1  {
  background-color:black;
  font-size:1.7em;
}




/* this removes the margin between the header and top A  both set to 70 */

.tm-block {
margin-bottom: 5px;
}

/*
.tm-main-top {
margin-bottom: 25px;
}
*/


span.header { 
  color:white;
}








/* these stop a fader effect that was on the original template */
.tm-wrapper {
background: rgba(0,0,0,0);  
}

.tm-background:after {
  background: rgba(0,0,0,0); 
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
}

/* This was added to stop the image appearing after the theme was updated. */

.tm-background {
/* background-image: url("../../../images/body_default.jpg"); */
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
}

