/*********************************************
	Image Module (Full Window)
*********************************************/

.image-full-window-background-wrapper {
	padding: 0;
}


/*********************************************
	Comments
*********************************************/

.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	padding-right: 0;
	padding-left: .75em;
}
.commentlist .comment-body {
	margin-right: .5em;
}
.commentlist .children li.comment,
.commentlist .children  li.trackback,
.commentlist .children  li.pingback {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-right: 0;
}


/*********************************************
	Search Form Styling
*********************************************/

#searchform input[type="text"] {
	width: 100%;
}
#searchform input[type="submit"] {
	position: relative;
	width: 100%;
	margin-top: .25em;
}


@media only screen and (max-width:700px) {

	/*********************************************
		Footer Module
	*********************************************/

	.builder-module-footer .builder-module-element .alignleft,
	.builder-module-footer .builder-module-element .alignright {
		float: none;
		margin: 0 0 1.5em 0;
		text-align: left;
	}

}



/*********************************************
	Account View - Purchases
*********************************************/

.builder-module #it-exchange-purchases .it-exchange-purchase-top {
	display: inline-block;
}
.builder-module #it-exchange-purchases .it-exchange-purchase-top .it-exchange-purchase-total {
	float: none;
}

/*********************************************
	Account View - Downloads
*********************************************/

.builder-module #it-exchange-downloads .it-exchange-download-product {
	width: 100%;
	float: left;
}
.builder-module #it-exchange-downloads .it-exchange-download-product a {
	float: left;
	margin-bottom: .5em;
}