/*
	Theme Name: Scribe Winery
	Description: 
	Version: 1
	Author: PermanentADG
	Author URI: permanentadg.com
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}

body {
	font: 300 11px / 1.4 'Historic Roman', Helvetica, Arial, sans-serif;
	color: #444;
	height: 100%;
	max-width: 1400px;
	position: relative;
	margin: auto;
	//background-image: url('img/bg.jpg');
	//background-repeat:no-repeat;
	//background-position: center top;
	//background-size:1337px 705px;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.readMore img {
	height:14px !important;
}

a {
	font-family: 'Historic Roman';
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

p {
	margin: 10px 0px;
	font-size: 16px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	width: 70%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

.archive .wrapper,
.single .wrapper {
	height: auto;
}

.archive .footer,
.single .footer {
	clear: both;
	position: relative;
}

.single article {
	height: auto;
}

/* header */
.header {
}

/* logo */
.logo {
}

.logo-img {
}

/* nav */
.nav {
}

/* sidebar */
.sidebar {
}

/* footer */
.footer {
}

.pagination {
	width:94px;
	margin: 0 auto;
}

p.next {
	height:15px;
	float:right;
	width:35px;
	background-image:url('img/rightarrow.svg');
	display:block;
}
p.prev {
	height:15px;
	width:35px;
	float:left;
	background-image:url('img/leftarrow.svg');
	display:block;
}
p.next2 {
	height:15px;
	float:right;
	width:35px;
	background-image:url('img/rightarrow.svg');
	display:block;
	opacity:.4;
}
p.prev2 {
	height:15px;
	width:35px;
	float:left;
	background-image:url('img/leftarrow.svg');
	display:block;
	opacity:.4;
}

.fPostTitleInner a:hover {
	border-bottom:1px solid #999;
}

.prevPost {
	float:left;
}

.nextPost {
	float:right;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'Historic Roman';
	src: url('fonts/HISTOFTR.eot');
	src: url('fonts/HISTOFTR.eot?#iefix') format('embedded-opentype'), url('fonts/HISTOFTR.woff') format('woff'), url('fonts/HISTOFTR.ttf') format('truetype'), url('fonts/HISTOFTR.svg#historic-roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Historic Italic';
	src: url('fonts/HISTOFTI.eot');
	src: url('fonts/HISTOFTI.eot?#iefix') format('embedded-opentype'), url('fonts/HISTOFTI.woff') format('woff'), url('fonts/HISTOFTI.ttf') format('truetype'), url('fonts/HISTOFTI.svg#historic-italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

i {
	font-family:'Historic Italic';
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
	.mobileShow {
		display: block;
		margin: 20px 0px 0px;
	}
	
	.mobileHide {
		display: none;
	}
	
	.mobileMenu {
		width: 100%;
		margin: 10px auto 0px;
		border-top: 1px solid #EFEFEF;
		border-bottom: 1px solid #EFEFEF;
		text-align: center;
		font-family: 'Historic Italic';
	}
	
	.mobileMenuAction {
		height: 88vh;
		width: 100%;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, 1);
		z-index: 500;
	}
	
	.mobileMenuAction ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.mobileMenuAction ul li {
		width: 100%;
		height: 10vh;
		padding: 3vh 0px 0px;
		text-align: center;
		border-bottom: 1px solid #EFEFEF;
	}
	
	.mobileMenuAction ul li a {
		font-size: 20px;
		text-transform: uppercase;
	}
	
	.wrapper {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	
	.archive .wrapper,
	.single .wrapper {
		height: auto;
	}
	
	.archive .footer,
	.single .footer {
		clear: both;
		position: relative;
	}
	
	.single article {
		height: auto;
	}
	
	h1 {
		width: 100%;
		text-align: center;
		font-size: 4.5vw;
		color: rgb(219,45,45);
		text-transform: uppercase;
		font-weight: 400;
		margin: 20px 0px 0px;
	}
	
	h2 {
		margin: 0;
	}
	
	/* Header */
	.header {
		height: 15vh;
	}
	
	.logo {
		width: 50%;
		margin: 3vh auto;
	}
	
	.nav {
		width: 80%;
		margin: auto;
	}
	
	.nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.nav ul li {
		width: 20%;
		text-align: center;
		float: left;
	}
	
	.nav ul li a {
		font-size: 1.5vw;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	
	.vineL {
		position: absolute;
		left: -24px;
		top: 70px;
		height: 50vh;
		width: 15vh;
		background-image: url('img/vineL.jpg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
	}
	
	.vineR {
		position: absolute;
		right: -30px;
		top: 70px;
		height: 25vh;
		width: 16vh;
		background-image: url('img/vineR.jpg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		display: none;
	}
	
	/* Home Page */
	main {
		width: 90%;
		margin: auto;
	}
	
	article {
		position: relative;
		height: auto;
	}
	
	.home article {
		height:68vh;
	}
	
	#slider {
		height: 100%;
		width: 100%;
		margin: 2vh auto 0;
	}
	
	#slider ul.slides {
		height: 100%;
	}
	
	#slider ul.slides li {
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	#slider ul.slides li p {
		font-size: 16px;
		position: absolute;
		width: 100%;
		bottom: -50px;
		text-align: center;
		display:none;
	}
	
	#slider ul.slides li p span {
		font-family: 'Historic Italic';
	}
	
	.slideBox {
		position: absolute;
		top: 0;
		width: 100%;
		height: 80vh;
		background-image: url('img/slidebox.svg');
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 2;
	}
	
	/* About Page */
	.page p {
		font-size: 16px !important;
		text-align: center;
	}
	
	.about #slider {
		height: 40vh;
		width: 100%;
		margin: 3vh auto 0;
	}
	
	.about #slider ul.slides {
		height: 100%;
	}
	
	.about #slider ul.slides li {
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.about #slider ul.slides li p {
		font-size: 16px;
		position: absolute;
		width: 100%;
		bottom: -50px;
		text-align: center;
	}
	
	.current-menu-item a {
		//color: rgb(219,45,45);
	}
	
	/* Journal */
	.featuredPost {
		margin-top: 20px;
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #DCDCDC;
		    display: inline-block;
	}
	
	.listFeatImageHero {
		width: 100%;
		height: 150px;
		background-size: cover;
		background-position: center center;
		cursor:pointer;
	}
	
	.featuredPostMeta {
		margin-top: 20px;
		width: 100%;
		height: 192px;
	}
	
	.featuredPostDate {
		width: 20%;
		height: 150px;
		text-transform: uppercase;
		border-right: 1px solid #DCDCDC;
		float: left;
		text-align: center;
		display: none;
	}
	
	.date {
		display: table-cell;
		vertical-align: middle;
	}
	
	.single .featuredPostDate {
		height: 100px;
	}
	
	.featuredPostDate span {
		font-size: 30px;
	}
	
	.featuredPostTitle {
		width: 100%;
		text-align: center;
		float: left;
		padding: 5px 0px;
	}
	
	.featuredPostTitle h2 a{
		font-family: 'Historic Italic' !important;
		font-size:20px;
		line-height: 24px;
	}
	
	#tags {
		font-size:12px;
		text-align: center;
		margin-bottom:30px;
	}
	
	.listPost {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		border-bottom: 1px solid #DCDCDC;
		text-align: center;
	}
	
	.listPost:nth-child(even) {
		padding-left: 0px;
	}
	
	.listPost:nth-child(odd) {
		padding-right: 0px;
	}
	
	.listPost h2 {
		font-size: 25px;
	}
	
	.listFeatImage {
		width: 100%;
		height: 200px;
		margin-bottom: 10px;
		background-size: cover;
		background-position:center center;
	}
	
	.archive h2 {
		text-transform: none;
		font-weight: 400;
		line-height:28px;
	}
	
	.archive .menu-item-26 a {
		color: rgb(219,45,45);
	}
	
	.postInner {text-align:center;}
	
	.postInner img {
		max-width:100%;
		height:auto;
	}
	
	.postInner h2 {
		text-align:center;
		font-size:20px;
		margin:30px 0px;
	}
	
	.listTitleHide h3 {
		font-size:20px;
		font-weight:normal;
	}
	
	/* Visit Page */
	.visitL {
		width: 100%;
		height: 16vh;
		padding-top: 0vh;
		padding-right: 0px;
		float: left;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		font-size: 15px;
	}
	
	.visitL h2 {
		font-weight: 400;
		font-size: 24px;
		//text-transform: uppercase;
	}
	
	.visitL span {
		color: rgb(219,45,45);
	}
	
	.visitR {
		width: 100%;
		height: 42vh;
		padding-left: 0px;
		float: left;
		background-image: url('http://scribewinery.com/wp-content/uploads/2016/09/ScribeHacienda.jpg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	.visitMain {
		display: table;
		width: 90%;
		height: 80vh;
	}
	
	/* Footer */
	.footer {
		width: 100%;
		height: 50px;
		position: relative;
		margin-bottom: 20px;
	}
	
	.footerImage {
		width: 90%;
		height: 8vh;
		margin: auto;
		position: relative;
		bottom: 0;
		font-size: 1.6vh;
		background-image: url('img/footer.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	#footerAddress {
		position: absolute;
		top: 1.7vh;
		left: 0;
	}
	
	#footerEmail {
		position: absolute;
		bottom: 1vh;
		left: 0;
	}
	
	#footerDesign {
		position: absolute;
		bottom: 1vh;
		right: 0;
	}
	
	.mobileFooter {
		width: 90%;
		height: 135px;
		font-size: 12px;
		margin: 0 auto 20px;
		background-image: url('img/footerLogos.svg');
		background-size: 40%;
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	
	.listPostLink {
		position:absolute;
		width:100%;
		height:100%;
		top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	}
	
	.listPost {
		    position: relative;
	}
	
	.fPostTitleInner {
		display:block;
	}
	
	/* Upcoming Events */
	
	.singleEvent {
		width:100%;
		overflow:hidden;
		display:inline-block;
		margin-top:30px;
		margin-bottom:25px;
	}
	
	.dateColumn {
		width:24%;
		padding: 0px 10px 0px 0px;
		float:left;
		background-image:url('img/eventDivider.jpg');
		background-size: 3px;
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	.eventColumn {
		padding-left:10px;
		width:76%;
		float:left;
	}
	
	#dateDay {
		font-size:30px;
		line-height:42px;
		text-align:center;
	}
	
	#dateMonth {
		font-size:30px;
		line-height:42px;
		text-align:center;
		font-family: 'Historic Italic' !important;
	}
	
	#dateYear {
		font-size:22px;
		line-height:26px;
		text-align:center;
	}
	
	#eventTitle {
		font-size:20px;
		line-height: 24px;
		letter-spacing: 2.5px;
		margin-bottom:5px;
	}
	
	#eventDesc {
		font-size:18px;
		font-family: 'Historic Roman', Helvetica, Arial, sans-serif !important;
		color: #444 !important;
	}
	
	#eventTitle p span, #eventDesc p span {
		font-family: 'Historic Roman', Helvetica, Arial, sans-serif !important;
		color: #444 !important;
	}
	

}

@media only screen and (min-width: 550px) {
	.header {
		height:30vh;
	}
	
	.mobileFooter {
		height:180px;
	}
	
	.visitL {
		height:24vh;
	}
	.visitR {
		height:400px;
	}
	
	.listFeatImageHero {
		height:250px;
	}
	
	.featuredPostMeta {
		height:auto;
	}
	
}

@media only screen and (min-width: 900px) {
	
	.fPostTitleInner {
		display:table-cell;
	}
	
	
	.sticky {
		position:fixed;
		z-index:1000;
		top:0;left:0;right:0;
		margin:auto;
		max-width:850px;
		height: 94px !important;
		margin-bottom: 0px!important;
		background:rgba(255,255,255,.8);
		
	}
	
	.sticky .logo {
		margin: 16px auto 12px;
	}
	
	.featuredPostTitle h2 a{
		font-family: 'Historic Italic' !important;
		font-size:30px !important;
		    line-height: 38px;
	}
	
	.mobileShow {
		display: none;
	}
	
	.mobileHide {
		display: block;
	}
	
	.wrapper {
		width: 1024px;
		max-width:1024px;
		height: 100vh;
		margin: 0px auto 0px;
		position: relative;
	}
	
	.archive .wrapper,
	.single .wrapper {
		height: auto;
	}
	
	.archive .footer,
	.single .footer {
		clear: both;
		position: relative;
	}
	
	.single article {
		height: auto;
	}
	
	h1 {
		width: 100%;
		text-align: center;
		font-size: 24px;
		color: #444;
		text-transform: none;
		font-weight: 400;
		margin: 0;
	}
	
	h2 {
		margin: 0;
	}
	
	/* Header */
	.header {
		//position:fixed;
		//z-index:1000;
		//top:0;left:0;right:0;
		margin:auto;
		max-width:850px;
		height:170px;
		margin-bottom:60px;
		transition: all 0.4s ease;
	}
	
	.logo {
		width: 220px;
		margin:70px auto 40px;
		//margin: 4vh auto;
		transition: all 0.4s ease;
	}
	
	.nav {
		width: 100%;
		margin: auto;
		max-width: 800px;
	}
	
	.nav ul {
		padding: 0;
	    margin: 0 auto;
	    /* display: inline-block; */
	    height: 28px;
	    list-style: none;
	    width: 840px;
	    position: absolute;
	    left: 0;
	    right: 0;
	}
	
	.nav ul li {
		width:auto;
		text-align: center;
		float: left;
		    margin: 0 25px;
	}
	
	.nav ul li a {
		font-size: 20px;
		text-transform: uppercase;
	}
	
	.vineL {
		display: block;
		position: absolute;
		left: -28px;
		top: -44px;
		height: 80vh;
		width: 30vh;
		max-height: 672px;
		background-image: none;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.vineR {
		display: block;
		position: absolute;
		right: 0;
		top: -4px;
		height: 37.2vh;
		width: 30vh;
		max-width: 250px;
		max-height: 312px;
		background-image: none;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	body {
		background-image: url('img/background.jpg');
		background-size: 1394px 727px;
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	/* Home Page */
	main {
		width: 100%;
		margin: auto;
		//height: 67vh;
		max-width: 800px;
	}
	
	article {
		position: relative;
		height: 56vh;
		min-height:600px;
	}
	
	#slider {
		height: 625px;
		width: 770px;
		margin: auto;
	}
	
	#slider ul.slides {
		height: 100%;
	}
	
	#slider ul.slides li {
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	#slider ul.slides li p {
		font-size: 16px;
		position: absolute;
		width: 100%;
		bottom: -50px;
		text-align: center;
		display:none;
	}
	
	#slider ul.slides li p span {
		font-family: 'Historic Italic';
	}
	
	.slideBox {
		position: absolute;
		top: 0;
		width: 100%;
		height: 80vh;
		background-image: url('img/slidebox.svg');
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 2;
	}
	
	/* About Page */
	.page p {
		font-size: 18px !important;
		text-align: center;
		letter-spacing: 1px;
	}
	
	.about #slider {
		height: 40vh;
		width: 64vh;
		margin: 3vh auto 0;
	}
	
	.about #slider ul.slides {
		height: 100%;
	}
	
	.about #slider ul.slides li {
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.about #slider ul.slides li p {
		font-size: 16px;
		position: absolute;
		width: 100%;
		bottom: -50px;
		text-align: center;
	}
	
	.current-menu-item a {
		//color: rgb(219,45,45);
	}
	
	/* Journal */
	.featuredPost {
		margin-top: 0;
		width: 100%;
		margin-bottom: 0px;
		border-bottom: 0px solid #eee;
		padding: 0px 20px;
		    display: block;
	}
	
	.listFeatImageHero {
		width: 100%;
		height: 370px;
		background-size: cover;
		background-position: center center;
	}
	
	.readMore {
		margin:0 auto;
		text-align: center;
		margin-top:20px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.featuredPostMeta {
		margin-top: 0px;
		width: 100%;
		height: auto;
		margin-bottom:0px;
	}
	
	.featuredPostDate {
		width: 100%;
		height: 20px;
		text-transform: uppercase;
		border-right: 0px solid #DCDCDC;
		float: none;
		text-align: center;
		display: table;
		margin-bottom: 10px;
	}
	
	.date {
		display: table-cell;
		vertical-align: middle;
		font-size:13px;
	}
	
	.postInner img {
		max-width:100%;
		height:auto;
	}
	
	.postInner h2 {
		text-align:center;
		font-size:20px;
		margin:30px 0px;
	}
	
	#tags {
		font-size:13px;
		text-align: center;
		margin-bottom:30px;
	}
	
	.single .featuredPostDate {
		height: auto;
	}
	
	.featuredPostDate span {
		font-size: 40px;
	}
	
	.featuredPostTitle {
	    width: 100%;
	    text-align: center;
	    float: none;
	    padding: 37px 0px 30px;
	    display: table;
	    height: auto;
	    text-transform: uppercase;
	    margin: 0 auto;
	}
	
	.postHR {
		width:100%;
		height:4px;
		background-image:url('img/hr.svg');
		background-repeat: no-repeat;
		background-size:contain;
		background-position: center center;
		margin: 10px 0px;
		clear:both;
	}
	
	.listPost {
		width: 48%;
		float: left;
		margin-bottom: 0px;
		border-bottom: 0px solid #DCDCDC;
		text-align: left;
		 padding: 0px 20px;
		 margin-top:20px;
	}
	
	.listPost:nth-child(even) {
		padding-left: 20px;
		margin-right:4%;
	}
	
	.listPost:nth-child(odd) {
		padding-right: 20px;
	}
	
	.listPost:nth-child(4), .listPost:nth-child(5) {
		padding-bottom:20px;
		border-bottom: 1px solid #dcdcdc;
	}
	
	.listPost:nth-child(6) {
		margin-bottom:20px;
	}
	
	.listPost h2 {
		font-size: 25px;
	}
	
	.listFeatImage {
		width: 100%;
		height: 200px;
		margin-bottom: 10px;
	}
	
	.archive h2, .single h2 {
		text-transform: none;
		font-weight: 400;
		font-size: 25px;
	}
	
	.archive .menu-item-26 a {
		color: rgb(219,45,45);
	}
	
	.listTitleHide {
		background-color:rgba(255,255,255,.8);
		position:absolute;
		width:100%;
		height:200px;
		opacity:0;
		padding:20px;
		top:0;bottom:0;left:0;right:0;
		text-align: center;
		display:table;
		cursor:pointer;
		transition: all 0.4s ease;
	}
	
	.listTitleHide h3 {
		display:table-cell;
		vertical-align: middle;
		font-size:20px;
		font-weight:normal;
	}
	
	.listPost:hover .listTitleHide {
		opacity:1;
	}
	
	/* Visit Page */
	.visitL {
		width: 100%;
		height: auto;
		padding-top: 0vh;
		padding-right: 0px;
		float: left;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		font-size: 18px;
		letter-spacing:1px;
	}
	
	.visitL h2 {
		font-weight: 400;
		font-size: 24px;
		//text-transform: uppercase;
	}
	
	.visitL span {
		color: rgb(219,45,45);
	}
	
	.visitR {
		width: 100%;
		height: 500px;
		padding-left: 0px;
		float: left;
		background-image: url('http://scribewinery.com/wp-content/uploads/2016/09/ScribeHacienda.jpg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	.visitMain {
		display: table;
		width: 80%;
		height: auto;
	}
	
	/* Footer */
	.footer {
		width: 100%;
		height: 66px;
		//position: absolute;
		position:relative;
		margin-top:70px;
	}
	
	.footerImage {
		width: 100%;
		height: 66px;
		position: relative;
		bottom: 0;
		font-size: 15px;
		background-image: url('img/footer.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	
	#footerAddress {
		position: absolute;
		top: 12px;
		left: 0;
	}
	
	#footerEmail {
		position: absolute;
		bottom: 5px;
		left: 0;
	}
	
	#footerDesign {
		position: absolute;
		bottom: 5px;
		right: 0;
	}
	
	.socialIcons {
		width:202px;
		height:19px;
		float:right;
		    margin-top: 8px;
	}
	
	#facebook {
		height:19px;
		width:18px;
		float:left;
		background-image:url('img/socialSprite.svg');
		background-repeat:no-repeat;
		background-size:66px 38px;
		background-position:6px -19px;
		margin-right:5px;
	}
	#instagram {
		height:19px;
		width:24px;
		float:left;
		background-image:url('img/socialSprite.svg');
		background-repeat:no-repeat;
		background-size:66px 38px;
		background-position:-16px -19px;
		margin-right:5px;
	}
	
	#twitter {
		height:19px;
		width:23px;
		float:left;
		background-image:url('img/socialSprite.svg');
		background-repeat:no-repeat;
		background-size:66px 38px;
		background-position:-44px -19px;
	}
	
	#newsletter {
		float:left;
		margin-right:10px;
	}
	
	#facebook:hover {

	}
	#instagram:hover {

	}
	
	#twitter:hover {

	}
	
	/* Upcoming Events */
	
	.singleEvent {
		width:100%;
		overflow:hidden;
		margin-top:0;
		margin-bottom:55px;
	}
	
	.dateColumn {
		width:18%;
		padding: 0px 30px 0px;
		float:left;
		background-image:url('img/eventDivider.jpg');
		background-size: 3px;
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	.eventColumn {
		padding-left:30px;
		width:82%;
		float:left;
	}
	
	#dateDay {
		font-size:34px;
		line-height:42px;
		text-align:center;
	}
	
	#dateMonth {
		font-size:34px;
		line-height:42px;
		text-align:center;
		font-family: 'Historic Italic' !important;
	}
	
	#dateYear {
		font-size:22px;
		line-height:26px;
		text-align:center;
	}
	
	#eventTitle {
		font-size:20px;
		line-height: 24px;
		letter-spacing: 2.5px;
		margin-bottom:5px;
	}
	
	#eventTitle p {
		font-size:20px !important;
		line-height: 24px !important;
		letter-spacing: 2.5px !important;
	}
	
	#eventDesc {
		font-size:18px;
	}
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin: 0px 0px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

.listPosts {
	width:100%;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a,
	a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr,
	img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: 0.5cm;
	}
	
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2,
	h3 {
		page-break-after: avoid;
	}
}
