/*
Theme Name: Tutti Frutti !!
Author: Kari Svendsboe
Author URI: http://code.rodeo/
Description: A maptacular, ajaxian, bespoke, technicolor yawn of a theme for ENDLESS ORCHARD
Version: 2.0
*/


/****************************************/
/*************** RESET! *****************/
/***************************************

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************/
/************* BASE LAYOUT **************/
/****************************************

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Blocks
are based on 10px sizing. So basically 1.5rem = 15px :) 
html {
	font-size: 62.5%; }
body {
	font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element 
	line-height: 1.6;
	margin-top: 40px;
	font-family: 'Nunito', sans-serif; 
	background-color: #73dac9
}
a {
	color: white;
	text-decoration: none
}
@media (min-width: 750px){
	.two-columns > * {
	    flex-basis: 50%;
		flex-grow: 1;
	}
}

/****************************************/
/*************** ELEMENTS ***************/
/***************************************

.relative {
	position: relative
}
@media (min-width: 750px){
	.one-half{
	flex: .46 0 0 !important;
    margin: 3% !important;
    height: calc(100% - 6vw) !important;
	}
}
.stagger {
	min-height: calc(100vh - 65px)
}
.stagger:nth-of-type(odd), .row-reverse {
	flex-direction: row-reverse
}
.no-flex{
	flex: 0 !important
}
.button {
	display: table;
    margin: auto;
    position: relative;
    color: #fff;
    background: #ea008a;
    border-radius: 30px;
    padding: 10px 15px !important;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-transform: uppercase;
}
.button.white {
    color: #ea008a;
    background: #fff;
}
.button.fuschia {
    color: #fff;
    background: #ea008a;
}

/****************************************/
/**************** HEADER ****************/
/***************************************

header#header {
	height: 40px;
	background: black;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}

header#header h1 {
	font-family: "cooper-black-std";
	color: white;
    font-size: 1.75em;
    line-height: 40px;
    padding-left: 20px;
    display:inline-block;
    margin: 0

}

header#header h1 a {
	text-decoration: none;
	border-bottom: none
}

header#header a.logout {
	text-decoration: none;
	border-bottom: none;
	float:right;
	margin-right: 10px;
	margin-top:8px;
}

header#header ul#menu-login {
	position: absolute;
	right: 10px;
	top: 7px;
}


/****************************************/
/*********** PAGE TEMPLATE *************/
/***************************************
main.page * {
	box-sizing: border-box
}
main.page > section > header > div {
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    left: 50%;
    width: 100%;
    padding: 0;
    opacity: 0;
    transition: transform 0.4s 0.3s, opacity 0.4s 0.3s;
}
main.page > section.visible > header > div {
	opacity: 1;
	transform: translate(-50%, -50%);
} 
main.page > section > header h1{
    display: table;
    margin: auto;
    padding: 0 2rem;
    color: white;
    background: red;
}
main.page #index-content {
	background: white;
}
main.page .heading {
    padding: 6rem 3rem;
    background: red;
}
main.page .heading p {
	margin: 0 auto;
	color: white;
    background: red;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
    text-align: center;
}
main.page .two-columns > h1 {
    color: red;
    padding: 6rem 3rem;
    font-size: 4rem;
    line-height: 5rem;
    margin: 0;
    text-align: right; 
}
main.page .two-columns.row-reverse > h1 {
	text-align: left
}
main.page .two-columns > p {  
	padding: 3rem 6rem;
	margin: 0
} 
/****************************************/
/************ NEWS & EVENTS *************/
/****************************************
#newsevents article > header {
	border: 1rem solid #222;
	padding: 0
}
#newsevents section.visible > article > header, article.visible > header {
	opacity: 1;
	transition: transform 0.4s 0.3s, opacity 0.4s 0.3s;

}
#newsevents article {
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}
#newsevents article header > h1{
	flex: none;
    margin: none;
    font-size: 3rem;
    line-height: 4rem;
    background: #222
}
#newsevents .tf-title > * {
	flex: none;
	padding: 10px
}
#newsevents #infinite-handle span {
    display: table;
    margin: 50px auto;
    position: relative;
    color: #fff;
    background: #ea008a;
    border-radius: 30px;
    padding: 10px 15px !important;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: #ea008a;
    background: #fff;
}
.infinite-loader {
	margin: 50px auto;
}
.infinite-loader .spinner{
	height: 40px
}

/***************************/
/********* FOOTER **********/
/***************************

footer#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 25px;
	background: black;
	z-index: 10;
	color: white
}
footer#footer li {
	font-size: .75em;
	line-height: 25px;
	padding: 0 20px
}
footer#footer li:first-child {
	float: left
}
footer#footer li:last-child {
	float: right
}

*/
















