/*
Theme Name: Fundify
Theme URI: http://appthemer.com
Author: AppThemer
Author URI: http://appthemer.com
Description: Crowdfunding WordPress Theme
Version: 1.1.1
License: GNU General Public License
License URI: license.txt
Tags: white, green, two-column, right-sidebar, fixed-width, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

/**
 * Genericons, a flexible icon-font.
 * License: GPL version 2 or any later version with font exception (http://www.gnu.org/licenses/gpl-faq.html#FontException)
 * See also LICENSE.txt and COPYING.txt in the ./fonts directory.
 * Thanks to FontSquirrel for web-font conversion!
 * More info: genericons.com
 */
@font-face {
	font-family: 'Genericons';
	src: url('fonts/genericons-regular-webfont.eot');
	src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/genericons-regular-webfont.woff') format('woff'),
		 url('fonts/genericons-regular-webfont.ttf') format('truetype'),
		 url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.genericon:before,
.date:before,
.post-meta .funding-ends:before,
.comments-link:before,
.categories-links a:first-child:before,
#searchsubmit:before,
#sidebar .widget-pletges .backers:before,
#main-content .post-meta .location:before,
.menu-toggle:before,
.contact-twitter a:before,
.contact-facebook a:before,
.contact-link a:before,
.share-twitter:before,
.share-facebook:before,
.share-google:before,
.share-pinterest:before,
.share-link:before {
	color: #a4a4a4;
	-webkit-font-smoothing: antialiased;
	font: normal 30px/1 'Genericons';
	vertical-align: top;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font: 13px/20px 'Merriweather', serif;
	color: #565656;
	min-width: 1160px;
	background: #fff url(images/bg_body.jpg) repeat;
}

body.admin-bar #header {
	top: 28px;
}

input, textarea, select {
	font-family: 'Merriweather', serif;
	outline: 0;
}

a, a:visited {
	text-decoration: none;
	color: #565656;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

label {
	font-weight: bold;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
input[type=file],
textarea,
select {
	font-size: 12px;
	color: #565656;
	border: 1px solid #dbd9d4;
	letter-spacing: 1px;
	width: 200px;
	padding: 5px 9px;
	display: block;
	line-height: 21px;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input.error {
	border: 1px solid red;
}

input[type=file] {
	width: auto;
}

input[type=submit]:not(#searchsubmit),
.entry-content .button:not(.add_media) {
	background: #05927d;
	font-family: 'Oswald';
	border: 0;
	box-shadow: 0 2px 0 #006657;
	line-height: 43px;
	height: 43px;
	font-size: 16px;
	clear: both;
	border-radius: 4px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 0 24px;
	text-shadow: none;
	color: #fff;
}

.entry-content .button {
	display: inline-block;
}

/* Container
------------------------------------------------------------------------------*/

.container {
	width: 1140px;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Header
------------------------------------------------------------------------------*/

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	padding: 30px 0;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);

	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	        transition: all 300ms linear;
}

#header.mini {
	padding: 30px 0;
}

#logo {
	margin: 0 auto 0;
	display: block;
}

#logo img {
	display: block;
}

.site-title {
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 26px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	left: 0;
}

.site-title span {
	display: block;
	margin-top: 10px;
}


/* Navigation
------------------------------------------------------------------------------*/

#menu {
	position: relative;
}

#menu ul {
	position: absolute;
	top: 50%;
	z-index: 999;
}

#menu .sub-menu {
	display: none;
	position: absolute;
	top: 35px;
	z-index: 999;
	width: 138px;
	background: #fff;
	border: 1px solid #c5c5c5;
	padding: 16px 20px 7px;
}

#menu ul ul li a {
	color: #565656;
	font-size: 14px;
	float: none;
	display: block;
}

#menu .right {
	right: 0;
}

#menu li {
	float: left;
	height: 50px;
	z-index: 999;
	position: relative;
	padding: 0 50px 0 0;
	letter-spacing: 2px;
}

#menu .right li {
	padding: 0 0 0 50px;
}

#menu ul .sub-menu li {
	padding: 0 0 9px;
	float: none;
	height: auto;
}

#menu a {
	font-family: 'Oswald';
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #878787;
}

#menu a:hover {
	text-decoration: none;
}


#menu li:hover ul {
	display: block;
}


/* Content
------------------------------------------------------------------------------*/

#home-page-featured {
	background: #000;
	position: relative;
	height: 552px;
	overflow: hidden;
	clear: both;
}

.home-page-featured-single {
	width: 100%;
	height: 100%;
	display: block;
}

#home-page-featured ul {
	margin: 0 -500px 0 0;
}

#home-page-featured li {
	float: left;
}

#home-page-featured img {
	float: left;
	position: relative;
	filter: alpha(opacity=41);
	opacity: 0.41;
}

#home-page-featured img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 99;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, .7);
}

#home-page-featured h1 {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 30%;
	color: #fff;
	line-height: 60px;
	font-size: 29px;
}

#home-page-featured h1 span {
	display: inline-block;
	margin: 0 0 10px;
	position: relative;
	letter-spacing: 2px;
	z-index: 99;
}

#home-page-featured h1 a {
	color: #fff;
	text-decoration: underline;
}

#home-page-featured h1 a:hover {
	text-decoration: none;
}

.contacts {
	margin: 30px 0;
}

.contacts .address {
	float: right;
	padding: 5px 0 43px;
	width: 550px;
}

.contacts .address .left {
	float: left;
	padding: 0;
	font-size: 13px;
	line-height: 23px;
	color: #05927d;
	width: 253px;
	padding: 0;
}

.contacts .address .left a {
	color: #05927d;
}

.contacts .div-c {
	clear: both;
	margin: 0 0 45px;
}

.contacts #respond input[type=submit] {
	margin: 18px 0 0;
	padding: 0 29px;
}

.contacts #respond input[type=text] {
	width: 248px;
}

.contacts #respond textarea {
	height: 184px;
	width: 835px;
}

.comment-subscription-form {
	clear: both;
	float: right;
}

.contacts h2 {
	float: left;
	width: 500px;
	font-family: 'Oswald';
	font-size: 32px;
	letter-spacing: 3px;
	line-height: 40px;
	padding: 0 0 30px;
	color: #515151;
}

#title-image {
	position: relative;
	height: 470px;
	overflow: hidden;
}

#title-image .image {
	position: absolute;
	left: 50%;
	width: 2000px;
	text-align: center;
	margin: 0 0 0 -1000px;
}

#title-image .image img {
	min-width: 100%;
}

#title-image h1 {
	text-align: center;
	position: absolute;
	top: 30%;
	width: 100%;
	color: #fff;
	line-height: 60px;
	font-size: 29px;
}

#title-image h1 span {
	display: inline-block;
	margin: 0 0 10px;
	position: relative;
	letter-spacing: 2px;
	z-index: 99;
}

#title-image h1 a {
	color: #fff;
	text-decoration: underline;
}

#title-image h1 a:hover {
	text-decoration: none;
}

.title {
	height: 166px;
	text-align: center;
}

.title.pattern-1 {
	background: url(images/bg_title.png) repeat;
}

.title.pattern-2 {
	background: url(images/bg_title_2.png) repeat;
}

.title.pattern-3 {
	background: url(images/bg_title_3.png) repeat;
}

.title.pattern-4 {
	background: url(images/bg_title_4.png) repeat;
}

.title h1 {
	font-family: 'Oswald';
	font-size: 27px;
	line-height: 45px;
	padding: 57px 0 0;
	text-transform: uppercase;
	color: #515151;
	letter-spacing: 3px;
	text-shadow: 0 1px 0 #fff;
}

.title-two h1 {
	padding: 46px 0 0;
}

.title h3 {
	display: none;
	padding: 7px 0 0;
	line-height: 18px;
	font-size: 13px;
	text-transform: uppercase;
    font-family: 'Merriweather';
	color: #515151;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #fff;
}

.sort-tabs {
	margin: 0;
	height: 64px;
}

.home .sort-tabs {
	margin: 30px 0 2px;
	border-bottom: 1px solid #dbd9d4;
}

.sort-tabs h3 {
	font-family: 'Oswald';
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 2px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	color: #515151;
	float: left;
}

.sort-tabs .dropdown ul {
	display: none;
	position: absolute;
	top: 35px;
	z-index: 999;
	left: -5px;
	width: 138px;
	background: #fff;
	border: 1px solid #c5c5c5;
	padding: 16px 20px 7px;
}

.sort-tabs .dropdown ul li {
	float: none;
	height: auto;
	padding: 0;
	border: 0;
	margin: 0;
	height: auto;
}

.sort-tabs .dropdown ul li a {
	color: #565656;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	background: none; 
	border: 0;
	margin: 0 0 9px;
	float: none;
	display: block;
}

.sort-tabs .dropdown ul li a.selected {
	display: none;
}

.sort-tabs .dropdown {
	position: relative;
	float: left;
}

.sort-tabs .dropdown .current {
	font-family: 'Oswald';
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
	margin: 0 0 0 -5px;
	height: 35px;
	float: left;
	letter-spacing: 2px;
	color: #04937f;
	text-transform: uppercase;
}

.sort-tabs ul {
	float: left;
}

.option-set.home {
	float: right;
}

.sort-tabs li {
	font-family: 'Oswald';
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #939393;
	margin: 0 18px 0 0;
	float: left;
}

.sort-tabs li a:hover,
.sort-tabs li a.selected {
	border: 1px solid #05927d;
	text-decoration: none;
	color: #05927d;
}

.sort-tabs li a {
	border: 1px solid #dbd9d4;
	color: #939393;
	float: left;
	padding: 0 25px;
}

.project-details {
	overflow: hidden;
}

.project-details .image {
	width: 745px;
	float: left;
}

.project-details img {
	display: block;
	float: left;
	margin-bottom: 58px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 396px;
}

.project-details .right-side {
	width: 310px;
	float: right;
	height: 346px;
	background: #f7f7f7;
	padding: 25px;
	position: relative;
}

.project-details .right-side li {
	margin-bottom: 5px;
}

.project-details h3 {
	font-family: 'Oswald';
	font-size: 46px;
	letter-spacing: 4px;
	line-height: 46px;
}

.project-details .fund {
	font-size: 11px;
	line-height: 17px;
	clear: both;
	padding: 18px 0 0;
}

.project-details .btn-green {
	background: #05927d;
	font-family: 'Oswald';
	border: 0;
	box-shadow: 0 2px 0 #006657;
	line-height: 43px;
	height: 43px;
	font-size: 19px;
	float: left;
	border-radius: 4px;
	letter-spacing: 2px;
	margin: 8px 0 0;
	font-weight: normal;
	padding: 0 20px;
	text-shadow: none;
	color: #fff;
}

.project-details li p {
	font-family: 'Oswald';
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 5px 0 8px;
}

.div-c {
	border-top: 1px solid #dbd9d4;
	padding: 1px;
	margin: 40px 0 58px;
	border-bottom: 1px solid #dbd9d4;
	clear: both;
}

.search-box {
	float: right;
	height: 28px;
	position: relative;
	margin: 0 0 0;
	width: 170px;
	border: 1px solid #dbd9d4;
}

.entry-content .search-box {
	float: none;
}

.search-box input[type=text] {
	float: left;
	padding: 0 10px;
	border: 0;
	background: none;
	font-size: 12px;
	color: #939393;
	height: 28px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Oswald';
	width: 144px;
}

#searchsubmit {
	margin: 4px 6px 0 0;
	float: right;
	background: none;
	border: 0;
}

#searchsubmit:before {
	font-size: 18px;
	content: '\f400';
}

.entry-content .search-box {
	width: 99%;
}

/*.submit-content fieldset {
	padding: 0 0 32px;
}*/

.submit-content select {
	height: 33px;
	border: 1px solid #dbd9d4;
}

.submit-content input[type=text] {
	font-size: 12px;
	color: #565656;
	border: 1px solid #dbd9d4;
	letter-spacing: 1px;
	width: 200px;
	padding: 5px 9px;
	height: 21px;
	display: block;
	line-height: 21px;
}

.submit-content input[type=text]::-webkit-input-placeholder {
	color: #565656;
}

.submit-content input[type=text]::-moz-placeholder {
	color: #565656;
}

.submit-content input[type=submit] {
	background: #05927d;
	font-family: 'Oswald';
	border: 0;
	box-shadow: 0 2px 0 #006657;
	line-height: 43px;
	height: 43px;
	font-size: 19px;
	float: left;
	border-radius: 4px;
	letter-spacing: 2px;
	margin: 30px 0 0;
	font-weight: normal;
	padding: 0 24px;
	text-shadow: none;
	color: #fff;
}

.reward-description {
	display: block;
	margin-left: 240px;
}

.reward-description input.full {
	width: 100%;
}

.submit-content {
	margin: -5px 0 -10px;
}

.submit-content h3 {
	font-family: 'Oswald';
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	padding: 0 0 20px;
	color: #515151;
}

.submit-content .div {
	border-top: 1px solid #dbd9d4;
	padding: 1px;
	margin: 0 0 20px;
	border-bottom: 1px solid #dbd9d4;
}

.submit-content fieldset .div {
	margin: -5px 0 23px;
}

.submit-content select.curr {
	float: left;
	height: 33px;
	margin: 0 0 0 10px;
}

#projects {
	border-top: 1px solid #dbd9d4;
	padding: 42px 0 2px;
}

#projects.none {
	border-top: 0;
	clear: both;
}

#projects section {
	margin: 0 -43px 0 0;
}

#projects .item {
	width: 252px;
	background: #f7f7f7;
	float: left;
	padding: 0 0 7px;
	margin: 0 43px 32px 0;
}

.digits {
	margin: 5px 20px 5px;
	color: #565656;
	font-size: 10px;
	overflow: hidden;
}

.digits ul {
	margin: 0;
	list-style: none  !important;
}

.digits li {
	float: left;
	width: 70px;
	text-transform: uppercase;
	margin: 0 !important;
}

.digits strong {
	font-weight: normal;
	display: block;
	margin: 0 0 -4px;
	color: #282828;
}

.bar {
	margin: 0 0 5px 0;
	background: #c5c5c5;
	height: 6px;
}

.bar span {
	float: left;
	background: #01a58d;
	height: 6px;
}

#projects .item img {
	display: block;
}

#projects h3 {
	font-size: 14px;
	color: #515151;
	font-weight: bold;
	padding: 14px 17px 5px;
	letter-spacing: 1px;
}

#projects p {
	font-size: 12px;
	padding: 0 17px 5px;
	line-height: 18px;
}

#content {
	padding: 37px 0 50px;
}

#content:after {
	clear: both;
	content: "";
	display: table;
}

#sidebar {
	width: 360px;
	float: right;
}

.sidebar-widgets,
.widget-bio {
	padding: 20px;
	background: #f7f7f7;
}

#sidebar .widget:not(.widget-pletges) {
	border-bottom: 4px double #dbd9d4;
	padding: 20px;
}

#sidebar .widget ul {
	
}

#sidebar .widget:last-child {
	border: 0;
}

#sidebar .widget:last-child ul {
	border: 0;
}

#sidebar .widget ul li {
	line-height: 20px;
	padding: 0 0 9px 3px;
	margin: 0 0 0 15px;
	list-style: outside circle;
}

#sidebar .widget-pletges {
	border: 0;
	margin: -20px;
	background: #f7f7f7;
}

#sidebar .widget-pletges ul {
	border: 0;
	padding-bottom: 0;
}

#sidebar .widget-pletges ul li {
	list-style: none;
	margin: 0;
	padding: 20px;
	position: relative;
	border-bottom: 4px double #dbd9d4;
	background-clip: padding-box;
}

#sidebar .widget-pletges ul li:last-child {
	border: 0;
}

.edd_download_purchase_form .edd_price_options {
	margin: 0;
}

#sidebar .widget-pletges .edd-add-to-cart {
	float: none;
	width: 100%;
}

#sidebar .widget-pletges .backers {
	margin-left: -7px;
	font-family: 'Oswald';
	font-size: 16px;
	letter-spacing: 2px;
	color: #006657;
	text-transform: uppercase;
	line-height: 30px;
}

#sidebar .widget-pletges .backers .limit,
#sidebar .widget-pletges .backers .gone {
	color: #6b6c48;
	font: bold 10px sans-serif;
	letter-spacing: 0;
	vertical-align: middle;
	display: inline-block;
	margin: -5px 0 0 5px;
	padding: 2px 5px;
	background: #fdffc7;
	border-radius: 2px;
}

#sidebar .widget-pletges .backers .gone {
	color: #fff;
	background: #515151;
}

#sidebar .widget-pletges .backers:before {
	color: #006657;
	content: '\f304';
}

#sidebar .widget-pletges .backers a {
	color: #006657;
}

#sidebar .widget ul li>a {
	color: #006657;
	font-size: 12px;
}

#sidebar .widget h3 {
	font-family: 'Oswald';
	font-size: 19px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0 0 12px;
	color: #515151;
}

#sidebar .search-box {
	height: 28px;
	position: relative;
	background: #fff;
	width: 100%;
	overflow: hidden;
	float: none;
	border: 1px solid #dbd9d4;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sidebar .search-box .icon-search {
	z-index: 1;
}

#sidebar .search-box input[type=submit] {
	position: relative;
	z-index: 2;
}

#sidebar img {
	max-width: 100%;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar .widget-bio {
	display: none;
	margin-bottom: 20px;
	border-bottom: 0 !important;
}

.widget-bio .avatar,
.single-author-bio .avatar {
	float: left;
}

.author-bio {
	margin-left: 50px;
	overflow: hidden;
	min-height: 40px;
}

.author-bio.big {
	margin-left: 100px;
	min-height: 80px;
}

.author-bio.big p:first-child {
	margin-top: 0;
}

.author-bio-desc {
	clear: both;
}

#sidebar .widget-bio .author-bio-links,
#sidebar .widget-bio .author-bio-links li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .widget-bio .author-bio-links {
	margin: 15px 0;
	clear: both;
}

#sidebar .widget-bio .author-bio-links li {
	margin: 0 0 6px;
	padding: 0;
	list-style: none;
}

#sidebar .widget-bio .author-bio-links li a {
	line-height: 30px;
}

.contact-facebook a:before {
	color: #3a5799;
	content: '\f203';
}

.contact-link a:before {
	display: inline-block;
	margin-top: -3px;
	vertical-align: top;
	content: '\f107';
}

.contact-twitter a:before {
	color: #34ccfb;
	content: '\f202';
}

.contact-link,
.contact-twitter,
.contact-facebook {
	height: 24px;
	margin-bottom: 10px;
}

.contact-twitter a:before,
.contact-facebook a:before {
	margin-left: 3px;
	margin-right: 8px;
	font-size: 18px;
	vertical-align: text-bottom;
}

.author-bio p {
	margin-top: 8px;
}

.single-author-bio .author-bio-links {
	overflow: hidden;
}

.single-author-bio .author-bio-links li {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

#main-content {
	width: 745px;
	float: left;
}

#main-content .entry-content {
	overflow: hidden;
	padding: 20px 0;
}

#main-content .entry-content.inner {
	padding-top: 0;
}

#main-content .post-meta {
	overflow: hidden;
	padding: 18px 0 11px;
	margin: 0 0 3px;
	border-bottom: 4px double #dbd9d4;
}

#main-content .post-meta.campaign-meta {
	padding-top: 0;
}

#main-content .post-meta .date,
#main-content .post-meta .funding-ends {
	float: left;
	line-height: 30px;
	font-size: 13px;
	margin-right: 20px;
}

.post-meta .date:before {
	content: '\f306';
}

.post-meta .funding-ends:before {
	content: '\f303';
}

#main-content .post-meta .comments {
	font-size: 13px;
	float: left;
}

#main-content .post-meta .comments-link {
	line-height: 30px;
}

#main-content .post-meta .comments-link span,
#main-content .post-meta .comments-link a:first-child {
	margin-left: 4px;
}

#main-content .post-meta .comments-link:before {
	content: '\f108';
}

#main-content .post-meta .location {
	line-height: 30px;
	font-size: 13px;
	float: left;
}

#main-content .post-meta .location:before {
	content: '\f417';
}

#main-content .image {
	padding: 0 0 20px;
}

#main-content .image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.entry-content,
.entry-summary,
.mu_register {
	line-height: 24px;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 24px;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry-content pre code,
.comment-content pre code {
	display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}

img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}

img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	max-width: 100%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}

.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.entry-content .div {
	border-bottom: 1px solid #dbd9d4;
	margin: 35px 0 12px;
}

.entry-content blockquote {
	font-size: 16px;
	line-height: 32px;
	padding: 15px 48px 0;
	border-top: 1px solid #dbd9d4;
	margin: 15px 0 20px;
	border-bottom: 1px solid #dbd9d4;
	font-weight: bold;
}

.entry-content blockquote p {
	padding: 0 0 16px;
}

.entry-content h1 {
	font-size: 34px;
	line-height: 40px;
	padding: 20px 0 20px;
}

.entry-content h2 {
	font-size: 28px;
	line-height: 34px;
	padding: 0 0 20px;
}

.entry-content h3 {
	font-size: 20px;
	line-height: 26px;
	padding: 10px 0 20px;
}

.entry-content h3.sans,
.atcf-submit-campaign h3,
.atcf-profile h3 {
	font-family: 'Oswald';
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	padding: 0 0 11px;
	color: #515151;
	text-transform: uppercase;
}

.entry-content h4 {
	font-size: 18px;
	line-height: 26px;
	padding: 5px 0 15px;
}

.entry-content h5 {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 18px;
}

.entry-content h6 {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 18px;
}

#respond {
	overflow: hidden;
	padding: 0 0 35px;
}

#comments h2 {
	font-family: 'Oswald';
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	border-bottom: 1px solid #dbd9d4;
	padding: 0 0 14px;
	color: #515151;
}

#comments h3 {
	font-family: 'Oswald';
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	padding: 10px 0 20px;
	color: #515151;
}

#respond p {
	margin: 0 15px 21px 0;
}

#respond input[type=text]::-webkit-input-placeholder {
	color: #565656;
}

#respond input[type=text]::-moz-placeholder {
	color: #565656;
}

#respond textarea {
	font-size: 12px;
	color: #565656;
	border: 1px solid #dbd9d4;
	width: 100%;
	padding: 5px 9px;
	height: 187px;
	letter-spacing: 1px;
	display: block;
	margin: 0 0 0 0;
	line-height: 21px;
}

.logged-in #respond .comment-form-comment {
	float: none;
	width: 100%;
}

.logged-in #respond .comment-form-comment textarea {
	width: 100%;
}

#respond textarea::-webkit-input-placeholder {
	color: #565656;
}

#respond textarea::-moz-placeholder {
	color: #565656;
}

#respond .form-submit input {
	clear: both;
	float: right;
}

.logged-in-as {
	float: left;
}

#respond .form-submit {
	float: right;
	clear: both;
}

#comments .commentlist {
	margin: 2px 0 0;
	border-top: 1px solid #dbd9d4;
	padding: 10px 0;
}

#comments .commentlist .children {
	border-top: 1px solid #dbd9d4;
}

#comments .commentlist .children article {
	padding-left: 70px;
}

#comments .commentlist .children li:last-child article {
	border: 0;
}

#comments .commentlist li {
	border-bottom: 1px solid #dbd9d4;
	margin: 0 0 2px;
}

#comments .commentlist article {
	border-bottom: 1px solid #dbd9d4;
	overflow: hidden;
	padding: 20px 0 40px;
	margin: 0 0 2px;
}

#comments .commentlist li.first {
	border-top: 0;
}

#comments .commentlist .comment-meta {
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px;
}

#comments .commentlist .comment-meta img {
	float: left;
	padding: 0 19px 0 0;
	margin: -4px 0 0;
}

#comments .commentlist .comment-content {
	padding: 0 0 0 72px;
}

#comments .commentlist .fn {
	font-size: 13px;
	padding: 4px 0 0;
	display: block;
	color: #006657;
	font-weight: bold;
}

#comments .commentlist time {
	font-size: 13px;
	display: block;
}

#comments .commentlist .fn a {
	color: #006657;
}

#comments .commentlist .reply {
	float: right;
	color: #565656;
}

#comments .commentlist .reply a {
	color: #565656;
}

#comments .commentlist .reply span {
	color: #006657;
	font-size: 18px;
}

.entry-content .atcf-submit-campaign input[type="text"],
.entry-content .atcf-submit-campaign input[type="file"],
.entry-content .atcf-submit-campaign input[type="number"],
.entry-content .atcf-submit-campaign textarea,
.entry-content .atcf-submit-campaign select {
	width: 100%;
}

.entry-content .atcf-submit-campaign-length,
.entry-content .atcf-submit-campaign-goal,
.entry-content .atcf-submit-campaign-images,
.entry-content .atcf-submit-campaign-video {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.entry-content .atcf-submit-campaign-length,
.entry-content .atcf-submit-campaign-video {
	margin-right: 0;
	float: right;
}

.atcf-submit-campaign-reward,
.atcf-submit-campaign-description,
.atcf-submit-campaign h3,
.atcf-profile h3 {
	clear: both;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.atcf-submit-campaign h3,
.atcf-profile h3 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding: 20px 0;
	border-top: 4px double #dbd9d4;
	border-bottom: 4px double #dbd9d4;
}

.contact-campaign-author,
.campaign-updates-title {
	margin: 12px 0;
	border-bottom: 4px double #dbd9d4;
}

.atcf-submit-campaign h3:first-child,
.atcf-profile h3:first-child {
	margin-top: 0;
}

.atcf-submit-campaign-excerpt textarea,
.atcf-submit-campaign-video textarea {
	width: 100%;
}

.atcf-submit-campaign-reward {
	overflow: hidden;
}

.atcf-submit-campaign-rewards .atcf-submit-campaign-reward:last-of-type,
.atcf-submit-campaign-rewards .atcf-submit-campaign-reward:last-of-type p {
	margin-bottom: 0;
}

.entry-content .atcf-submit-campaign-reward-price,
.entry-content .atcf-submit-campaign-reward-description,
.entry-content .atcf-submit-campaign-reward-file,
.entry-content .atcf-submit-campaign-reward-limit,
.entry-content .atcf-submit-campaign-reward-remove {
	float: left;
	margin-bottom: 0;
}

.entry-content .atcf-submit-campaign-reward-price {
	margin-right: 2%;
	width: 15%;
}

.entry-content .atcf-submit-campaign-reward-description {
	margin-right: 2%;
	width: 47%;
}

.entry-content .atcf-submit-campaign-reward-file {
	width: 22%;
}

.entry-content .atcf-submit-campaign-reward-limit {
	margin-right: 2%;
	width: 8%;
}

.entry-content .atcf-submit-campaign-reward-file input,
.entry-content .atcf-submit-campaign-submit input[type="submit"] {
	-webkit-appearance: none;
}

.entry-content .atcf-submit-campaign-reward-remove {
	float: right;
}

.entry-content .atcf-submit-campaign-reward-remove a {
	line-height: 38px;
}

.entry-content .atcf-submit-campaign-add-reward {
	margin: 10px 0 0;
}

.entry-content .atcf-submit-campaign-add-reward em {
	font-style: normal;
	border-bottom: 1px solid #ccc;
}

.entry-content .atcf-submit-campaign-add-reward a:hover {
	text-decoration: none;
}

.edd_price_options li {

}

.edd_price_options li input[type="checkbox"] {
	margin: 7px 10px 0 0;
	float: left;
}

.edd_price_options.active li:not(.inactive):hover,
.edd_price_options.active li.active {
	background: #ededed;
	cursor: pointer;
}

#sidebar .widget-pletges .edd_price_options.expired li:last-child::after {
	border-bottom: 0;
}

#sidebar .widget-pletges ul li p { line-height: 24px; 

}

nav.navigation {
	margin-top: 40px;
	padding-top: 16px;
	border-top: 4px double #dbd9d4;
}

a.post-edit-link,
a.comment-edit-link {
	color: #05927d;
}

.wp-caption {
	max-width: 100%; 
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}

.sticky,
.bypostauthor {

}

.entry-content .backer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry-content .backer {
	margin: 0;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}

.entry-content .backer img {
	float: left;
}

.entry-content .backer-info {
	margin-left: 50px;
}

.atcf-profile .digits {
	margin: 0;
}

.entry-content .atcf-profile-campaigns {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.entry-content .atcf-profile-campaigns .atcf-profile-campaign-overview {
	margin: 0 0 2em;
	background: #f7f7f7;
	padding: 17px;
}

.entry-content .atcf-profile-campaigns .atcf-profile-campaign-overview .actions {
	margin-bottom: 1.5em;
}

.entry-content .atcf-profile-campaigns .atcf-profile-campaign-overview .entry-title {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}

.entry-content .atcf-profile-campaigns .atcf-profile-campaign-overview .entry-title a {
	color: #515151;
}

.single-author-bio {
	margin: 0 0 40px;
	padding: 20px;
	background: #f7f7f7;
}

.single-author-bio .author-bio-links {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 4px double #dbd9d4
}

.entry-share {
	line-height: 24px;
	border-bottom: 4px double #dbd9d4;
	padding: 18px 0;
	margin-bottom: 30px;
}

.entry-share a {
	margin: 0 20px;
}

.entry-share a:hover {
	text-decoration: none;
}

.share-twitter:hover:before {
	color: #00aced;
}

.share-facebook:hover:before {
	color: #3b5998;
}

.share-google:hover:before {
	color: #dd4b39;
}

.share-pinterest:hover:before {
	color: #d53939;
}

.share-link:hover:before {

}

.entry-share .share-link {
	margin-bottom: -25px;
	display: inline-block;
	margin-top: -20px;
	vertical-align: middle;
}

.share-twitter:before,
.share-facebook:before,
.share-google:before,
.share-pinterest:before,
.share-link:before {
	font-size: 24px;
}

.share-twitter:before {
	content: '\f202';
}

.share-facebook:before {
	content: '\f203';
}

.share-google:before {
	content: '\f206';
}

.share-pinterest:before {
	content: '\f210';
}

.share-link:before {
	font-size: 36px;
	display: inline-block;
	content: '\f107';
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 30px 0 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .10);
	padding: 83px 0;
	color: #005a4d;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

#footer h3 {
	font-family: 'Oswald';
	font-size: 24px;
	color: #005a4d;
	line-height: 39px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 0 0 8px;
}

#footer h3 label {
	font-weight: normal;
}

#footer .browse-widget ul {
	float: left;
	width: 111px;
}

#footer p {
	padding: 0 0 18px;
}

#footer input[type=submit] {
	background: #005e50;
	font-family: 'Oswald';
	box-shadow: 0 2px 0 #004b40;
	line-height: 38px;
	height: 38px;
	font-size: 19px;
	float: left;
	border-radius: 4px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 0 18px;
	text-shadow: none;
	color: #01a58d;
}

#footer input[type=text],
#footer input[type=email] {
	border: 0;
	padding: 5px 10px;
	background: #005e50;
	color: white;
}

#footer .social-widget .icon-twitter {
	font-size: 45px;
}

#footer .social-widget li {
	font-size: 35px;
	margin: 5px 22px 0 -14px;
	text-align: center;
	color: #005e50;
	line-height: 40px;
	float: left;
}

#footer a {
	color: #005a4d;
}

#footer .footer-widget {
	margin-right: 40px;
	width: 225px;
	float: left;
}

#footer .footer-widget > div {
	margin-bottom: 40px;
}

#footer .footer-widget > div:last-child {
	margin-bottom: 0;
}

#footer .last-widget {
	width: 325px;
	float: right;
}

#footer .last-widget ul {
	margin: 0 -40px 0 0;
	overflow: hidden;
	padding: 0 0 48px;
}

#footer .last-widget .copy img {
	display: block;
}

#footer .last-widget .copy p {
	clear: right;
	font-size: 12px;
	font-family: 'Merriweather', Arial, Helvetica, sans-serifr
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 0 0;
}

#footer .last-widget li {
	font-weight: normal;
	font-size: 23px;
	float: left;
	padding: 5px 40px 0 0;
	letter-spacing: 2px;
	line-height: 39px;
	font-family: 'Oswald';
}

#footer .last-widget li strong {
	display: block;
	letter-spacing: 4px;
	padding: 0 0 7px;
	font-size: 40px;
	line-height: 30px;
}


/**
 * EDD
 */

#edd_checkout_form_wrap p {
	margin-bottom: 18px;
}

#edd_purchase_form span.edd-description {
	line-height: normal;
}

#edd_purchase_form fieldset {
	margin: 2em 0;
}

#edd_purchase_form legend,
#edd_final_total_wrap {
	font-family: 'Oswald';
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	color: #515151;
	text-transform: uppercase;

	margin: 0 0 0.5em;
	padding: 20px 0;
	border-top: 4px double #dbd9d4;
	border-bottom: 4px double #dbd9d4;
}


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.hidden-desktop {
	display: none;
}

@media screen and (min-width: 1140px) {
	#header .container {
		position: relative;
	}
}

@media screen and (max-width: 1140px) {
	body {
		min-width: 0;
		padding: 0;
	}

	.hidden-desktop {
		display: block;
	}

	#header {
		padding: 30px 0;
		position: relative;
	}

	.menu-toggle {
		float: right;
		position: relative;
		z-index: 10;
		margin-top: -4px;
	}

	.menu-toggle:before {
		color: #565656;
		content: '\f419';
	}

	body.admin-bar #header {
		top: 0;
	}

	body.admin-bar {
		padding-top: 0;
	}

	.site-title {
		text-align: left;
		position: relative;
	}

	#menu {
		display: none;
		padding: 40px;
		position: absolute;
		top: 83px;
		background: #fff;
		width: 100%;
		left: 0;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#menu ul {
		float: none;
		padding: 0;
		margin: 0;
		position: relative;
		top: auto;
	}

	#menu .sub-menu {
		margin-left: 20px;
		display: block !important;
		position: relative;
		top: auto;
		width: auto;
		background: none;
		border: 0;
		padding: 0;
	}

	#menu ul .sub-menu li {
		margin: 0;
		padding: 0;
	}

	#menu li {
		float: none;
		height: auto;
		padding: 0;
	}

	#menu .right {
		float: none;
	}

	#menu .right li {
		padding: 0;
	}

	#menu li a {
		padding: 6px;
		display: block;
	}

	#home-page-featured,
	#title-image {
		height: auto;
		background: none;
	}

	#home-page-featured ul,
	#title-image .image {
		display: none;
	}

	#home-page-featured h1,
	#title-image h1 {
		width: auto;
		line-height: 40px;
		font-size: 20px;
		margin: 0 0 20px;
		padding: 0 20px;
		position: relative;
	}

	#home-page-featured h1 span,
	#title-image h1 span {
		margin: 0;
		display: block;
	}

	#home-page-featured h1 br,
	#title-image h1 br {
		display: none;
	}

	.sort-tabs:not(.campaign) {
		display: none;
	}

	.search-box {
		float: none;
		width: auto;
	}

	.mobile-feature {
		background: #000;
	}

	#home-page-featured .mobile-feature img {
		display: block;
		max-width: 100%;
		height: auto;
		float: none;
		position: relative;
	}

	#projects {
		margin-top: 40px;
		border-top: 4px double #dbd9d4;
	}

	#projects section {
		margin: 0;
	}

	.project-details .image {
		width: auto;
		float: none;
	}

	.project-details img {
		width: 100%;
		height: auto;
		display: block;
	}

	.project-details iframe,
	.project-details embed,
	.project-details object {
		min-width: 100%;
	}

	.video-container iframe {
		max-height: none;
	}

	.project-details .right-side {
		float: none;
		width: auto;
		margin: 40px 0;
		clear: both;
		height: auto;
	}

	.div-c {
		margin: 40px 0;
	}

	#sidebar {
		float: none;
		width: auto;
		margin: 0 0 40px;
	}

	#main-content {
		width: auto;
		float: none;
	}

	.search-box {
		float: none;
		width: auto;
	}

	.search-box input[type=text] {
		width: 90%;
	}

	.sort-tabs {
		margin-top: 10px;
		height: auto;
	}

	.sort-tabs ul {
		float: none;
		margin-bottom: 20px;
	}

	.sort-tabs li {
		margin: 10px 0 0;
		float: none;
	}

	.sort-tabs li a {
		text-align: center;
		float: none;
		display: block;
	}

	.project-details {
		clear: both;
	}

	input[type="submit"] {
		-webkit-appearance: none;
	}

	#footer {
		padding: 30px 0;
	}

	.container,
	#footer .footer-widget,
	#footer .last-widget {
		width: 90%;
	}

	#footer .footer-widget,
	#footer .last-widget {
		float: none;
		margin: 0 0 40px;
	}

	.contacts .address {
		float: none;
		width: auto;
		overflow: hidden;
	}

	.contacts h2 {
		float: none;
		width: auto;
	}

	#respond .comment-form-comment {
		float: none;
	}

	#respond textarea,
	#respond input {
		width: 100%;

		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	#respond .comment-form-comment {
		width: 100%;
	}
}
