/*
Theme Name: TwentyTwelve Child
Description: Wanda Theme
AUthor: Shawn Limbach
Version: 1.0
Template: twentytwelve


*/

@import url('../twentytwelve/style.css');

a:link {
color:#a27393;
}
a:visited {

}
a:hover {

}

.author-avatar img {
border-style: solid !important;
padding: 2px;
border: solid 3px #EFEFEF;
-webkit-box-shadow: 0 10px 6px -6px #777;
-moz-box-shadow: 0 10px 6px -6px #777;
box-shadow: 0 10px 6px -6px #777;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

/*adjustment to the cd images at the bottom for mobile view */
.awakening-page {
	width: 670px; 
	width:100%;
	border: 0px solid black;

}

.wanda-contact {

	border:1px dotted #a27393; 
	width:400px;
	text-align:left;
	padding:10px;
	padding-left:80px;

}
@media only screen and (max-width: 1024px) {

.wanda-contact {

	border:1px dotted #a27393; 
	/*width:400px;*/
	width:auto;
	text-align:left;
	padding:10px;
	/*padding-left:80px;*/

}
/*contact form adjustment*/
	.wpcf7-textarea{
		
		width:80%;
	}

}

/* Social Icons */

@media (min-width: 600px) {

.main-navigation .nav-social-twitter {
float: right;
margin-right: 5px;
background: url(images/twitter.png) no-repeat right;
}

/*
.nav-social-twitter:hover {
float: right;
margin-right: 5px;
background: url(images/twitter-hover.png) no-repeat right;
}*/

.main-navigation .nav-social-soundcloud {
float: right;
margin-right: -12px;
background: url(images/soundcloud.png) no-repeat right;
}

/*
.nav-social-soundcloud:hover {
float: right;
margin-right: -12px;
background: url(images/soundcloud-hover.png) no-repeat right;
}*/

.nav-social-facebook a {
opacity: 0;
}

.nav-social-twitter a {
opacity: 0;
}

.nav-social-soundcloud a {
opacity: 0;
}
} /*end media*/

@media (max-width: 320px) {
	.entry-header .entry-title {
		padding-top:30px;
	
	}
}