/* Comments
------------------------------------------------------------ */

p.comment-policy {
	font-size: 12px;
}

p.comment-policy span {
	font-weight: 700;
}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer .gototop {
	float: left;
	padding: 15px 0;
	width: 200px;
}

#footer a.gsdlogolink {
	background: transparent url(images/footer-logo.png) no-repeat center;
	float: left;
	height: 52px;
	left: 180px;
	position: relative;
	text-indent: -9999px;
	width: 170px;
}

#footer .creds {
	float: right;
	padding: 15px 0;
	text-align: right;
	width: 450px;
}

#footer .legal {
	clear: both;
	padding-top: 20px;
}


/* Column Classes
	Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Code
------------------------------------------------------------ */

pre {
	background-color: #fff;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-size: 13px !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 20px !important;
	margin: 10px 0;
	padding: 10px 0;
	overflow: auto;
	text-align: left !important;
}

pre::selection {
	background-color: #3399ff;
}

code {
	background-color: #fff8c6;
	font-size: 14px;
}


/* Plugin: All-in-One Event Calendar
------------------------------------------------------------ */

/* Remove calendar from unwanted pages */
.no-calendar .timely {
	display: none;
}


/* Plugin: Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper .top_label li.gfield.gf_left_third {
	margin-top: 10px;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	.ai1ec-agenda-widget-view .ai1ec-popup-summary-wrap  {
		right: 81% !important;
	}

	.five-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.two-fifths,
	.two-thirds {
		padding: 0;
		margin: 0 0 10px;
		width: 100%;
	}


}

@media only screen and (max-width: 960px) {

	#footer .gototop,
	#footer .creds {
		float: left;
		text-align: center;
		width: 100%;
	}

	#footer a.gsdlogolink {
		left: 0;
		width: 100%;

	}

	.ai1ec-agenda-widget-view .ai1ec-popup-summary-wrap  {
		right: 91%;
	}

}