/*
	Theme Name: Anew Child
	Theme URI: http://alxmedia.se/themes/anew/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: anew
	Version: 1.0.0
*/

@import url("../anew/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */
body { background: #f2f2f2; font-size: 16px; line-height: 1.6em; color: #333; font-weight: 300; }

a:hover { color: #8b8178; }
.page-title-single { color: #333; font-size: 32px; font-weight: 300; letter-spacing: -0.5px; line-height: 1.4em; margin-bottom: 14px; }
.post-title { color: #333; font-size: 32px; font-weight: 300; letter-spacing: -0.5px; line-height: 1.4em; -ms-word-wrap: break-word; word-wrap: break-word; }
#header { border-bottom: 6px solid #8b8178; position: relative; }
.vision { font-size: 36px; color: #9b1889;}
.post-meta, .post-meta a {color: #9b1889;}
/*.site-description {
	font-size: 20px;
	font-style: italic;
	color: #333;
	float: left;
	margin-left: 20px;
	line-height: 80px;
	padding: 10px 0;
}
*/
.site-description {
	color: #333;
}
.icons { color:#9b1889; }
/*.buzzwords { color:#9b1889; }*/
#footer-bottom #copyright { color: #fff; color: rgba(255,255,255,0.5); font-size: 15px; line-height: 1.5em; }
#footer-bottom #credit { display:none; }




/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}