/* 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;

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

/* this puts a background on the top header menu */
.tm-toolbar {
  padding: 0px;
  background: rgba(0, 0, 0, .5);
}


/*  pagination results for K2 updates adds space*/
li, dt, dd {
    padding-left: 5px;
}

/* mouse over link */
a:hover {
    color: white;
}



/* Only large screens - changed to ALL 26th April-2016  */  


body
{ 
background-image:url('http://www.candycharms.xxx/tour/artwork/background/candy_background2.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.6);
  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:rgba(0, 0, 0, .5);
  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;
}

