body
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/kustvandrarna_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* padding: 10px 20px; */
}
.row
{
	max-width: 1100px;
}
header.header
{
	border-top: 5px #96ce84 solid;
}

.off-canvas-wrapper
{
	margin: 15px 10px;
}

header .top-bar
{
	background-color: #ffffff;
	position: relative;
}

header .top-bar ul
{
	background-color: transparent;
}

#inner-content
{
	background-color: #ffffff;
}

.top-menu-wrapper
{
	margin-left: 100px;
	margin-top: 60px;
}
header .menu .active > a
{
	background-color: #f0f0f0;
	color: #353535;
}

header .menu li a
{
	color: #353535;
    
    font-family: 'Special Elite', cursive;

    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 20px;
    display: block;
    position: relative;  
    line-height: 1;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Alegreya', serif;
}

h1.page-title,
h1.single-title
{
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 36px;
	display: inline-block;
	
}

p.byline
{
	display: none;
}

.entry-content
{
	max-width: 580px;
}

.entry-content-start
{
	max-width: none;
	padding-bottom: 70px;
}

.start-about-wrapper
{
	margin-top: 50px;
}


body.single-trail article.hentry
{
	max-width: 580px;
}

.sidebar
{
	margin-top: 60px;
	padding-left: 40px;
	padding-right: 20px;
}

.header-image
{
	margin-bottom: 30px;
}

.green-divider
{
	width: 95.5%;
	margin: 0 auto;
	height: 4px;
	background-color: #96ce84;
	margin-bottom: 15px;
}
article.hentry
{
	padding-left: 10px;
}

.sidebar .widget
{
	margin-bottom: 50px;
	background: url(/wp-content/themes/kustvandrarna/assets/images/paperbg2.jpg) repeat center center transparent;
	
}

.sidebar .widget h4.widgettitle
{
	background-color: #2c2c2c;
	color: #ffffff;
	padding: 8px 10px 8px 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0px;
	border-bottom: 3px #96ce84 solid;
	
}

.sidebar .widget .textwidget
{
	padding: 20px;
}
 

header .menu li.active a:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 0;
    height: 0;
    border-color: #f0f0f0 transparent  transparent transparent;
    border-style: solid;
    border-width: 11px;  
}

.wood-border
{
	height: 9px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(/wp-content/themes/kustvandrarna/assets/images/wood_border.png) repeat-y center bottom transparent; 
}

#start-slider
{
	margin-bottom: -1px;
	padding: 0;
}
#start-slider .ms-info
{
	background-color: rgba(40,40,40,0.52);
	/*
	border-top: 1px rgba(255,255,255,0.52) dotted;
	border-bottom: 1px rgba(255,255,255,0.52) dotted;
	*/
	color: #ffffff;
	font-family: 'Alegreya', serif;
    font-weight: 700;
    font-size: 26px;
    padding: 15px 30px;
    text-align: right;
    margin-bottom: 30px;
}

#trails
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/wood_bg2.jpg) repeat center top transparent; 
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#trails > h2,
#trails > h5
{
	font-family: 'Alegreya', serif;
	text-align: center;
}
#trails > h2
{
	font-weight: 700;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 15px;
	font-size: 36px;
	
    font-family: 'Special Elite', cursive;
	/* background-color: rgba(151,207,133,0.85); */
	background-color: rgba(0,0,0,0.65);
	color: #fff;
	
}
#trails > h5
{
	margin: -2px auto 20px auto;
	background-color:rgba(255,255,255,0.87);
	display: block;
	padding: 10px;
	max-width: 450px;
		-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
    position: relative;
	
}

#trails > h5 > i
{
	position: absolute;
	left: 20px;
	top: 10px;
	bottom: 0;
	margin: auto;
	-ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
    transform: rotate(-25deg);
    font-size: 25px;
}

#trails .trail
{
	
	float: left;
	width: 23%;
	margin: 1%;
	padding: 8px;
	position: relative;
}

#trails .trail .inner
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/paperbg.jpg) repeat center center transparent;
	width: 95%;
	z-index: 25;
	margin-top: 44px;
	min-height: 250px;
	padding: 5px 10px 5px 10px;
	border-bottom: 6px #61472c solid;
}


#trails .level-description-btn
{
	font-size: 18px;
	font-weight: 700;
	 font-family: 'Alegreya', serif;
	 color: #ffffff;
	 text-align: center;
	 background-color: rgba(0,0,0,0.49);
	 padding: 4px 8px;
	 max-width: 400px;
	 margin: 10px auto;
	 cursor: pointer;
	 
}

#trails .level-description
{
	max-width: 600px;
	background-color: rgba(0,0,0,0.69);
	color: #ffffff;
	margin: 0px auto;
	padding: 30px;
	display: none;
}

#trails .level-description ul li
{
	padding-bottom: 20px;
}

#trails .level-description p.level-description-btn-close
{
	color: yellow;
	background-color: rgba(0,0,0,0.67);
	margin: 0 auto;
	text-align: center;
	padding: 5px;-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 80px;
	cursor: pointer;
}

#trails .trail h2.level-title
{
	height: 58px;
	background: url(/wp-content/themes/kustvandrarna/assets/images/woodsign-1.png) repeat center right transparent;
	font-size: 24px;
	color: #ffffff;
	z-index: 15;
	position: absolute;
	top: 0;
	width: 100%;
	padding-left: 50px;
	line-height: 62px;
    font-family: 'Special Elite', cursive;
    font-weight: 700;
    text-shadow: 0px 0px 3px rgba(72, 45, 17, 0.95);
}

#trails .trail h2.level-title i.rotated-square
{
	width: 20px;
	height: 20px;
	display: block;
	background-color: #ffffff;
	position: absolute;
	left: 15px;
	top: 18px;
	margin: auto;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border: 1px rgba(20,20,20,0.51) solid;
}

#trails .trail.trail-yellow h2.level-title
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/woodsign-1.png) repeat center right transparent;
}

#trails .trail.trail-green h2.level-title
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/woodsign-2.png) repeat center right transparent;
}

#trails .trail.trail-blue h2.level-title
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/woodsign-3.png) repeat center right transparent;
}

#trails .trail.trail-red h2.level-title
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/woodsign-4.png) repeat center right transparent;
}


#trails .trail.trail-yellow h2.level-title i.rotated-square
{
	background-color: yellow;
}
#trails .trail.trail-green h2.level-title i.rotated-square
{
	background-color: green;
}
#trails .trail.trail-blue h2.level-title i.rotated-square
{
	background-color: blue;
}
#trails .trail.trail-red h2.level-title i.rotated-square
{
	background-color: red;
}

#trails .trail .trail-link
{
	color: #000000;
	font-family: 'Alegreya', serif;
	font-weight: 600;
	padding: 20px 10px;
	display: block;
	margin: 0 auto;
	width: 90%;
	border-bottom: 1px rgba(86,56,37,0.2) solid;
}

#trails .trail .trail-link:last-of-type
{
	border-bottom: 0px;
}

#trails .trail .trail-link i
{
	padding-right: 4px;
	color: rgba(255,0,0,0.51);
}

#trails .trail .trail-link:hover
{
	color: rgba(255,0,0,0.51); 
}

#trails .trail.trail-yellow .trail-link i
{
	color: yellow;
	text-shadow: 0px 0px 3px rgba(72, 45, 17, 0.25);
}

#trails .trail.trail-green .trail-link i
{
	color: green;
}

#trails .trail.trail-blue .trail-link i
{
	color: blue;
}
#trails .trail.trail-red .trail-link i
{
	color: red;
}

/*

	Trail extas

*/

#trail-extras
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/wood_bg_black2.jpg) repeat center top transparent; 
	margin-top: 0px;
	border-top: 4px rgba(0,0,0,0.5) solid;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	text-align: center;
	font-family: 'Alegreya', serif;
}

#trail-extras h2,
#trail-extras h5,
#trail-extras p,
#trail-extras ul li
{
	max-width: 600px;
	text-align: center;
	margin: 5px auto;
	font-family: 'Alegreya', serif;
	font-weight: 600;
}
#trail-extras ul
{
	text-align: left;
	max-width: 400px;
	margin: 0px auto;
}
#trail-extras ul li
{
	font-weight: 300;
	text-align: left;
	font-size: 20px;
}
#trail-extras p
{
	font-size: 20px;
	letter-spacing: 0.5px;
}
#trail-extras h2
{
	font-weight: 700;
	font-size: 34px;
	font-family: 'Special Elite', cursive;
	
}

#trail-extras h5
{
	font-weight: 500;
	color: #f0f0f0;
}
.yellow-divider
{
	height: 4px;
	width: 100%;
	max-width: 280px;
	background-color: yellow;
	margin: 10px auto;
}

.nf-form-cont
{
	padding: 20px;
	background-color: #f9f9f9;
	
}

div.field-wrap.submit-wrap input
{
	background-color: #000000;
	color: #ffffff;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 0;	
font-family: 'Alegreya', serif;
text-transform: uppercase;
font-weight: 700;
}

div.field-wrap.submit-wrap input:hover
{
	background-color: #96ce84;
	cursor: pointer;	
}

div.trail-single-level
{
	background: url(/wp-content/themes/kustvandrarna/assets/images/wood_bg_black2.jpg) repeat center top transparent;
	color: #ffffff;
	padding: 10px 10px;
	font-family: 'Alegreya', serif;
	margin-bottom: 20px;
}

div.trail-single-level span
{
	font-weight: 700;
	
}

div.trail-single-level i.rotated-square
{
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #ffffff;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border: 1px rgba(20,20,20,0.51) solid;
    margin-right: 5px;
    margin-left: 10px;
}

div.trail-single-level i.rotated-square-yellow
{
	background-color: yellow;
}
div.trail-single-level i.rotated-square-green
{
	background-color: green;
}
div.trail-single-level i.rotated-square-blue
{
	background-color: blue;
}
div.trail-single-level i.rotated-square-red
{
	background-color: red;
}

.default-trail-text
{
	border: 2px #96ce84 dotted;
	margin-top: 30px;
	padding: 20px;
	background: url(/wp-content/themes/kustvandrarna/assets/images/paperbg2.jpg) repeat center center transparent;
}

.default_trail_extras
{
	border: 2px #96ce84 dotted;
	margin-top: 30px;
	padding: 20px;
	background: url(/wp-content/themes/kustvandrarna/assets/images/paperbg2.jpg) repeat center center transparent;
}

.single-trail section.entry-content .attachment-full
{
	margin-bottom: 20px;
}

ul.menu li a i
{
	color: #96ce84;
}

ul.menu li a span
{
	line-height: 1;
	padding-top: 3px;
}


ul li.book-btn a,
ul li.book-btn.active a
{
	background-color: #96ce84;
	position: absolute;
	width: 110px;
	text-align: center;
	height: 35px;
	right: 0px;
	/* right: 50px; */
	bottom: 17px;
}

ul li.book-btn.active a:before
{
	border: 0;
}

ul li.book-btn a:hover
{
	background-color: #000000;
	color: #fff;
}

#inner-footer
{
	text-align: center;
	background-color: #000000;
	color: #f1f1f1;
	border-top: 4px #96ce84 solid;
}
body .footer
{
	margin-top: 0;
}
#inner-footer a
{
	color: #96ce84;
}

#lang-switch
{
	position: absolute;
	width: 200px;
	height: 50px;
	right: 20px;
	top: 15px;
	text-align: right;
}

#lang-switch ul li 
{
    display: inline;
    list-style: none;
}

#lang-switch ul li img
{
	width: 20px;
	height: auto;
}

.level-help
{
	background-color: rgba(98,71,44,0.7);
	width: 95%;
}
.level-help .inner-text
{
	padding: 10px;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
}

.level-help .inner-text h6
{
	text-decoration: underline;
	font-weight: 600;
	font-size: 18px;
}

ul li.lang-book
{
	padding-left: 15px;
}
ul li.lang-book a,
ul li.lang-book.active a
{
	background-color: #96ce84;
	width: 110px;
	text-align: center;
	font-weight: 700;
	padding: 6px 6px 3px 6px;
	color: #000000;
	font-family: 'Special Elite', cursive;
	/* right: 50px; */
}

ul li.lang-book.active a:before
{
	border: 0;
}

ul li.lang-book a:hover
{
	background-color: #000000;
	color: #fff;
}

.p-thin-margin section.elementor-inner-section p
{
	margin-bottom: 2px;
}