@charset "UTF-8";

/* # 01. BASICS
---------------------------------------------------------------------------------------------------- */

/* ## General
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	min-height: 100vh;
}
html {
	display:table;
	width:100%;
	height:100%;
}
body {	
	font-size: 15px !important;
	background: #FFFCEF !important;
	color: #DF3614 !important;
	display:table-row;
}
a, a:visited, a:hover {
	color: #DF3614 !important;
	text-decoration: none;
}
ul li,
ol li {list-style: none;}
#cookie-law-info-bar {display: none !important;}

/* # 02. LINKTREE
---------------------------------------------------------------------------------------------------- */

.linktree-wrapper {
    display:table-cell;
    vertical-align:middle;
}
.linktree-inner {
	width: 100%;
	margin: 0 auto;
}
.linktree-header {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.linktree-header img {
	width: 100%;
	max-width: 240px;
	height: auto;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.linktree-content {position: relative;}
.linktree-content:before,
.linktree-content:after {
	content: " ";
	width: 2px;
	heght: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	background: #DF3614 !important;
}
.linktree-content:before {left: 30px;}
.linktree-content:after {right: 30px;}
.linktree-content li {
	height: auto;
	border-top: 2px solid #DF3614;
	font-size: 18px;
	position: relative;
	padding: 5px 30px;
}
.linktree-content li:last-child {
	border-bottom: 2px solid #DF3614;
	margin-bottom: -2px;
}
.linktree-content li a {
	display: block;
	padding: 0px 10px;
	height: auto;
}
.linktree-content li .linktree-num {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
    letter-spacing: 0.5px;
}
.linktree-content li span {line-height: 10px;}
.linktree-content li:nth-child(1) .linktree-num:before {content: "001";}
.linktree-content li:nth-child(2) .linktree-num:before {content: "002";}
.linktree-content li:nth-child(3) .linktree-num:before {content: "003";}
.linktree-content li:nth-child(4) .linktree-num:before {content: "004";}
.linktree-content li:nth-child(5) .linktree-num:before {content: "005";}
.linktree-content li:nth-child(6) .linktree-num:before {content: "006";}
.linktree-content li:nth-child(7) .linktree-num:before {content: "007";}
.linktree-content li:nth-child(8) .linktree-num:before {content: "008";}
.linktree-content li:nth-child(9) .linktree-num:before {content: "009";}
.linktree-content li:nth-child(10) .linktree-num:before {content: "010";}
.linktree-content li:nth-child(11) .linktree-num:before {content: "011";}
.linktree-content li:nth-child(12) .linktree-num:before {content: "012";}
.linktree-content li:nth-child(13) .linktree-num:before {content: "013";}
.linktree-content li:nth-child(14) .linktree-num:before {content: "014";}
.linktree-content li:nth-child(15) .linktree-num:before {content: "015";}
.linktree-content li:nth-child(16) .linktree-num:before {content: "016";}
.linktree-content li:nth-child(17) .linktree-num:before {content: "017";}
.linktree-content li:nth-child(18) .linktree-num:before {content: "018";}
.linktree-content li:nth-child(19) .linktree-num:before {content: "019";}
.linktree-content li:nth-child(20) .linktree-num:before {content: "020";}
.linktree-content li:nth-child(21) .linktree-num:before {content: "021";}
.linktree-content li:nth-child(22) .linktree-num:before {content: "022";}
.linktree-content li:nth-child(23) .linktree-num:before {content: "023";}
.linktree-content li:nth-child(24) .linktree-num:before {content: "024";}
.linktree-content li:nth-child(25) .linktree-num:before {content: "025";}
.linktree-content li:nth-child(26) .linktree-num:before {content: "026";}
.linktree-content li:nth-child(27) .linktree-num:before {content: "027";}
.linktree-content li:nth-child(28) .linktree-num:before {content: "028";}
.linktree-content li:nth-child(29) .linktree-num:before {content: "029";}
.linktree-content li:nth-child(30) .linktree-num:before {content: "030";}
.linktree-content li:nth-child(31) .linktree-num:before {content: "031";}
.linktree-content li:nth-child(32) .linktree-num:before {content: "032";}
.linktree-content li:nth-child(33) .linktree-num:before {content: "033";}
.linktree-content li:nth-child(34) .linktree-num:before {content: "034";}
.linktree-content li:nth-child(35) .linktree-num:before {content: "035";}
.linktree-content li:nth-child(36) .linktree-num:before {content: "036";}
.linktree-content li:nth-child(37) .linktree-num:before {content: "037";}
.linktree-content li:nth-child(38) .linktree-num:before {content: "038";}
.linktree-content li:nth-child(39) .linktree-num:before {content: "039";}
.linktree-content li:nth-child(40) .linktree-num:before {content: "040";}

.linktree-footer {
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding: 15px 0px;
	border-top: 2px solid #DF3614;
	background-color: #FFFCEF;
}

@media screen and (min-width: 768px) {
	.linktree-inner {max-width: 480px;}
}
@media screen and (max-width: 768px) {
	html,
	body {
		min-height: 100%;
	}
	.linktree-inner {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0px;
		right: 0px;
	}
	.linktree-content {
		min-height: -webkit-calc(100% - 90px);
		min-height: -calc(100% - 90px);
		min-height: -moz-calc(100% - 90px);
		min-height: calc(100% - 90px);
	}
	.linktree-footer {position: absolute;}
}
@media screen and (max-width: 460px) {
.postid-9134 .linktree-content li.Stories .linktree-num {
    padding-top: 2px;
    margin-bottom: -1px;
    }
.postid-9134 .linktree-content li.Stories span {
    line-height: 18px;
    display: block;
}
}