/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import 'https://fonts.googleapis.com/css?family=Raleway:300,400';

.willdur_wht_button {
	font-size: 36px;
    line-height: 44px;
	font-family: 'Raleway',sans-serif;
	font-weight: 300;
	color: #343434;
	background: linear-gradient(to bottom,  rgba(255,255,255,0.91) 0%,rgba(255,255,255,0.91) 100%);
	padding: 5px;
	text-decoration: none;
	margin-bottom:10px;	
}

.willdur_blk_button {
	font-size: 24px;
    line-height: 28px;
	font-weight: 300;
	font-family: 'Raleway',sans-serif;
	color: #fff;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.77) 0%,rgba(0,0,0,0.77) 100%);
	padding: 15px;
	text-decoration: none;
	margin-bottom:10px;
}

.willdur_blk_button:hover {
	color: #343434;
	background: linear-gradient(to bottom,  rgba(255,255,255,0.91) 0%,rgba(255,255,255,0.91) 100%);
}

.willdur_blk_button_small {
	font-weight: bold;
	font-family: 'Raleway',sans-serif;
	color: #fff;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.77) 0%,rgba(0,0,0,0.77) 100%);
	padding: 15px;
	text-decoration: none;
	margin-bottom:10px;	
}

.willdur_blk_button_small:hover {
	background: linear-gradient(to bottom,  rgba(132, 132, 132, 0.91) 0%,rgba(150, 150, 150, 0.91) 100%);
}

.willdur_side_border {
	border-right-style: solid;
	border-width: 1px;
	border-color: #000;
}

/* Move the menu to the right: */  

.tm-navbar-center.uk-flex-center {  
-ms-flex-pack: end;  
-webkit-justify-content: flex-end;  
justify-content: flex-end;  
/* Optional distance in case there is a "search" or other module to the right: */  
padding-right: 75px;  
}  

/* Make the navbar background use the full with: */  

.tm-navbar-sticky .tm-navbar-wrapper, .tm-navbar-sticky .tm-navbar-wrapper-animate {  
border-right-width: 0;  
border-left-width: 0;  
}

.raleway-bold {
	font-family: Raleway; 
	font-weight: bold;
}

.thin-border {
	padding: 20px; 
	border: 1px solid #000;
}

.showcase-block {
	padding: 10px;
	background-color: #2a2d33;
}

.willdur_grn_button_small {
	font-weight: bold;
	font-family: 'Raleway',sans-serif;
	color: #fff;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.77) 0%,rgba(0,0,0,0.77) 100%);
	padding: 15px;
	text-decoration: none; 
	margin-bottom:10px;	
}

.willdur_grn_button_small:hover {
	background: linear-gradient(to bottom,  rgba(132, 132, 132, 0.91) 0%,rgba(150, 150, 150, 0.91) 100%);
}
