/* 

	Default VCMS CSS template for The Existential Academy
	================================================================
	Created on: 13th Dec '17
	Author: Little Fire Digital
	Copyright: Little Fire Digital Ltd 2017
	Generated by: Simon Norris

	Notice
	================================================================
	This is a base style sheet generated by the system	

	Colours:
	================================================================

	Primary Colour: #355252
	Primary Highlight: #456b6b
	Primary Shadow: #2d4646
	Accent Colour: #ffaa00
	Accent Highlight: #ffdd00
	Accent Shadow: #d99100


*/

body {
	background-image: url(/_client/assets/ws_Red_Green_Leaf_1024x685.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
body.modal {
	background: #fff;
}

#footer {
	background: transparent;
}

#wrapper {
	padding-top: 20px;
	margin: 0 auto;
}


header + main#content {
	padding-top: 0px;

}

main> div  > div.panel_wrapper {
	padding-bottom: 20px;

}

.side_column > * {
	padding: 0 15px;
	box-sizing: border-box;
}

.side_column > * + * {
	margin-top: 20px;
}

hr {
	clear: both;
	float: none;
	width: 90%;
	height: 1px;
	margin: 0 5%;
	border: none;
	background: #ddd;
	background-image: none;
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, rgb(255,243,242)),color-stop(0.3, rgb(185,169,136)),color-stop(0.7, rgb(185,169,136)),color-stop(1, rgb(255,243,242)));
	background-image: -moz-linear-gradient(left center,rgb(255,243,242) 0%,rgb(185,169,136) 30%,rgb(185,169,136) 70%,rgb(255,243,242) 100%);
}

hr + div {
	padding-top: 20px;
}

main > div {
	background: #fff;
}

.page_content > div {
	float: left;
}

.top_widgets {
	position: static;
	background-color: #eee;
	min-height: 30px;
}


.top_widgets > div > * {
	display: inline-block;
}

.top_widgets > div > * + * {
	margin-left: 20px;
}

#masthead_row {
	text-align: center;
}

#m1 {
	display: inline-block;
}

#m1 ul {
	text-align: left;
}

#foot_links {
	width: auto;
	overflow: hidden;
	text-align: center;
	background-color: #eee;
}

#foot_links > div {
	min-width: 80%;
	display: inline-block;
	float: none;
	opacity: .6;
	transition: opacity 1s ease;
	padding: 10px;
}

.logo_row_default > * + * {
	margin-left: 1.5% !important;
}

#foot_links > div:hover {
	opacity: 1;
}

.button_set {
	padding-top: 10px;
	text-align: right;
}

.nugget .nugget_image {
	overflow: hidden;
}

.nugget .nugget_image img {
	transition: transform 1s ease;
}

.nugget:hover .nugget_image img {
	transform: scale( 1.05 , 1.05 );
}

.button_set {
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

.pointer .icon {
	opacity: .5;
	transition: opacity .5s ease;
}

.pointer:hover .icon {
	opacity: 1;
}

#masthead_row {
	padding: 10px 0;
}

#masthead_row  > * + * {
	margin-top: 10px;
}

form.basket_add.cssForm {
	padding: 0 1em;
}

#font-size,#font-size > li,.ul_stripped,.ul_stripped > li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:0;
}
#font-size {
	max-height: 30px;
	overflow: hidden;
}
#font-size > li {
	line-height:30px;
}
#font-size > li a:hover,#font-size > li.selected a {
	color:#000;
}
.font_size_smallest {
	font-size:60%;
}
.font_size_small {
	font-size:80%;
}
.font_size_large {
	font-size:120%;
}
.font_size_largest {
	font-size:140%;
}

#top-menu {
	font-size: 9pt;
}

#document .panel .relative {
	padding-bottom: 40px;
	box-sizing: border-box;
}

.panel .relative .buttonSet {
	position: absolute;
	bottom: 0;
	width: calc( 100% - 2em );
}

.nugget_title .footnote {
	color: #999;
	font-size: 14px;
}

#columnRight .panel {
	float: none;
	width: 100%;
}

#top-menu > li {
	float: left;
	display:inline-block;
	line-height:20px;
	margin: 7px 0 0;
	padding-right: .5em;
}
#top-menu > li + li {
	border-left: 1px solid #999;
	padding-left: .5em;
}

#top-menu a:hover {
	color: #000;
	text-decoration: none;
}

/*#search_small {
	margin-top:3px;
	margin-bottom:3px;
}
#search_small_go {
	width:26px;
	height:26px;
	text-indent:-3000px;
	background:url(/assets/layout/search.png) left top no-repeat;
	border:none;
}
#search_small_query {
	border:1px solid #7398a6;
	color:#7398a6;
	background-color:transparent;
	width:182px;
}

#search_small_suggestions {
	position:absolute;
	width:212px;
	top:22px;
	right:0;
	z-index:20;
	left:50%;
	margin-left:-106px;
}*/

#search_small > * {
	float: left;
}
#search_small_go {
	border:none;
}

#search_small_query {
	border-radius: 0;
	border:1px solid #999;
	border-width: 0 0 1px 0;
	background-color:transparent;
	width:100px;
	max-height: 26px;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 9pt;
	transition: width .5s ease, border-color .5s ease;
	margin: 4px 5px 0px 0;

}

#search_small_query:focus {
	width:180px;
	border-color: #000;
}

form #search_small_query:focus + #search_small_go {
	background-position: right bottom;
}

.top_widgets > * {
	text-align: right;
	padding: 0 10px;
	box-sizing: border-box;
}

.top_widgets > * {
	text-align: center;
}

.top_widgets > *:first-child {
	text-align: left;
}

.top_widgets > *:last-child {
	text-align: right;
}

#masthead a,
#masthead a:visited {
	color: #999;
}

#masthead .selected > a,
#masthead a:hover {
	color: #000;
}

#socials {
	max-height: 30px;
}

.search_small_label {
	display: none;
}

#m1 > li > a#m1_esse {
	padding-left: 30px;
	display: block;
	background: url(/components/locale/assets/flags/32/EU.png) left center no-repeat #003399;
	color: #fff;
	font-weight: 600;
}

#socials li+li {
	margin-left: 5px;
}

#search_small_go,
.top_widgets .round_icon {
	background-image: url('data:image/png;base64,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');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	min-height: 0;
	margin: 5px 0;
	text-indent: 3000px;
	display: inline-block;
	overflow: hidden;
	padding: 0;
}

#social_facebook .round_icon {
	background-position: left top;
}

#social_facebook .round_icon:hover {
	background-position: left bottom;
}

#social_twitter .round_icon {
	background-position: center top;
}

#social_twitter .round_icon:hover {
	background-position: center bottom;
}


#search_small_go {
	background-position: right top;
}

.nugget_title_wrapper {
	background-color: #355252;
}

.nugget_title_wrapper > *,
.nugget_title_wrapper a, 
.nugget_title_wrapper a:visited {
	color: rgba( 255, 255, 255, 1);
	transition: color .5s ease;
}

.nugget .nugget_title_wrapper a:hover,
.nugget:hover .nugget_title_wrapper a {
	text-decoration: none;
	color: rgba( 255, 255, 255,.7);
}

.nugget .date_block {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	border: 2px solid #fff;
	box-shadow: 0 2px 6px rgba( 0,0,0, .5);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#355252+0,456b6b+100 */
	background: #355252; /* Old browsers */
	background: -moz-linear-gradient(top, #355252 0%, #2d4646 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #355252 0%,#2d4646 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #355252 0%,#2d4646 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#355252', endColorstr='#2d4646',GradientType=0 ); /* IE6-9 */	
}

main .recordRow + .recordRow {
	margin-top: 20px;
	padding-top: 22px;
	background: url(/_client/assets/layout/score.png) top repeat-x;
}


.account_page_nav {
	top: 10px;
	right: 10px;	
	flex: 1;
	flex-direction: row;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.account_page_nav > li {
	float: left;
}

.account_page_nav > li + li {
	margin-top: 0;
	padding-left: 10px;	
}

.account_page_nav > li > a,
.account_page_nav > li > a:visited {
	border-radius: 5px;
	text-transform: lowercase;	
	text-align: left;
	padding: 10px;
	transition: background .5s ease, color .5s ease;
	box-sizing: border-box;
	white-space: nowrap;
	color: #fff;
	display: block;	
	text-decoration: none;
}	

.account_page_nav > li > a:hover {
	background: #222;
	color: #fff;
	text-decoration: none;
}

.account_page_nav > li > a span {
	float: left;
	margin-right: 10px;
}

.basket_add input[type=number] {
	width: 100%;
}
div.panel form.basket_add .cssInput,
div.panel form.basket_add .itemLabel {
	width: 100%;
	text-align: center;
	float: none;
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

form#conference_admin button {
	float: right !important;
}

#submitForm_0_checkout-review-form {
	width: 30vw;
	min-width: 500px;
	margin: 0 auto;
}

.logo_row_default_wrapper {
	background-color: #eee;
	padding: 2em;
}

.logo_row_default_wrapper > div {
	max-width: 700px;
	margin: 0 auto;
}

.call_to_action {
	position: absolute;
    bottom: 15px;
    right: 15px;
    height: 20px;


}