/*
 Theme Name:   wildroses child theme
 Theme URI:    
 Description:  wildroses
 Author:       
 Author URI:   
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  wildroses
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */




.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	background: rgba(255,255,255,.7);
}
.site-content .entry-content, .site-content .entry-summary, .page-content {
}




#post-2 .entry-header {
	display: none;
}

.wp-caption-text {
    background: rgba(0,0,0,.5);
    margin: 0 0 9px;
    padding: 9px;
    text-align: center;
}

.wp-caption-text a {
	text-decoration: none;
}	
.wp-caption-text a:hover {
	text-decoration: underline;
}




/* Media queries
--------------------------------------------------------------*/

@media screen and (max-width: 400px) {

}




@media screen and (min-width: 401px) {

}



@media screen and (min-width: 594px) {

}


@media screen and (min-width: 673px) {

	body {
		background: url(images/field-of-wild-roses-bg.jpg) no-repeat fixed center center / cover;
	}
	
	a {
		color: #24620d;
		color: #E6FFD9;
		text-decoration: none;
	}

	a:hover {
		color: #DDF5FF;
	}
	
	.site {
		background: none;
	}

	.site:before {
		display: none;
	}

	.site, .site-header {
		max-width: inherit;
	}

	#content {
		margin: 0;
	}

	
	.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
		background: rgba(255,255,255,.85);
		background: none;
		max-width: 60%;
	}
	.content-area, .content-sidebar {
		padding-top: 0;
		margin-bottom: 0;
	}
	.site-content .entry-content {
		padding-bottom: 30px;
	}
	.site-content .entry-header {
		padding-top: 32px;
	}

	.hentry {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.site-footer {
		position: relative;
		bottom: 0;
		width: 100%;
		min-height: 100px;
	}
	
	.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
		margin-right: 0;
	}
	blockquote {
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 14px;
		margin-top: 2em;
		padding: 6px 8px 1px;
	}
	
	h1, h2, p {
		color:#fff;
	}
	.ai1ec-event-description h1, .ai1ec-event-description h2, .ai1ec-event-description p {
		color: #082913;
	}
	.ai1ec-date {
		background: none !important;
	}
	
	
	.entry-content p {
		font-size: 110%;
	}
}


@media screen and (min-width: 783px) {

}


@media screen and (min-width: 810px) {

}


@media screen and (min-width: 846px) {


	#footer-sidebar {
		margin-left: 18%;
	}

}


@media screen and (min-width: 1008px) {

}


@media screen and (min-width: 1040px) {

}


@media screen and (min-width: 1080px) {

}


@media screen and (min-width: 1110px) {

}


@media screen and (min-width: 1218px) {

}


@media screen and (min-width: 1260px) {

}





@media print {

}