/*
	Theme Name:		Beyond Cassandra (Path Child)
	Theme URI:		http://beyondcassandra.org/
	Description:	Child theme for the Path theme (Path version 0.2)
	Author:			Beyond Cassandra
	Author URI:		http://beyondcassandra.org/
	Template:		path                             
	Version:		1.0
*/

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


/* Home */
#slider-content.flexslider {
	margin-bottom: 1.6em !important;
}
@media only screen and (min-width: 49em) {
	#sidebar-before-content .widget {
		width: 48%;
	}
	#sidebar-before-content .widget:nth-child(2n) {
		margin-right: 0;
	}
	#sidebar-subsidiary .widget {
		width: 48%;
	}
	#sidebar-subsidiary .widget:nth-child(2n) {
		margin-right: 0;
	}
}


/* Post */
.loop-nav {
	display: none;
}
.wp-caption-text {
	text-align: right;
	font-style: italic;
	font-size: 75%;
	background: none;
	border: none;
}


/* Contact Form */
input[type="email"] {
	background: #e9edf1;
	border: 1px solid #e5e5e5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	display: block;
	padding: 0.5em;
	width: 100%;
}
input[type="email"]:focus {
	background: #fff;
}
input[type="email"] {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
textarea.wpcf7-textarea {
	background: #e9edf1;
	border: 1px solid #e5e5e5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	display: block;
	padding: 0.5em;
	width: 100%;
}
textarea.wpcf7-textarea:focus {
	background: #fff;
}
img.captcha {
	margin-top: 4px;
}
input.captcha {
	width: 10em;
}
div.wpcf7-response-output {
	margin: 0 0 1em 0 !important;
}
