/*********************************************
	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;
}

@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;
}

.builder-module #it-exchange-cart input[type="submit"].it-exchange-checkout-cart {
	margin-top: 3em;
	float: left;
	clear: both;
}
/*********************************************
	HopeWebServices Styling
*********************************************/

.site-title {
	font-family: 'Roboto Slab', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 0;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1;
	color: #FFFFFF;
}
.site-tagline {
	letter-spacing: 5px;
	font-weight: 300;
	font-size: 1.1em;
	margin-top: .5em;
	color: #BACDE9;
}