/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*HEADER*/
.site-header-main {
	float: left;
	width: 100%;
	padding: 20px 0;
	padding: 2rem 0;
	background-color: #fff;
}

.no-site-tagline .site-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 10px;
}

.site-header {
	float: left;
	width: 100%;
	color: #171717;
}

/*BODY SITE CONTAINER*/
body.boxed .site-wrapper {
	max-width: 900px;
}

.container,
.infinite-footer-container,
.page-template-template-builder-php .entry-content > .twitter-share {
	max-width: 900px;
	margin: 0 22px;
	margin: 0 2.2rem;
	padding: 0;
	padding: 0;
}

/*NO SIDEBAR TEMPLATE*/
.page-template-no-sidebar-page.has-right-sidebar .site-main, .page-template-no-sidebar-page.has-left-sidebar .site-main {
	width: 100%;
}

page-template-no-sidebar-page-php .entry-header,
.page-template-no-sidebar-page-php .entry-content,
.page-template-no-sidebar-page-php .entry-summary,
.page-template-no-sidebar-page-php .entry-meta {
	padding-right: 0;
	margin: 0 11px;
	margin: 0 1.1rem;
}

/*BLOCK QUOTE*/
blockquote {
	clear: both;
	margin: 22px 0;
	margin: 2.2rem 0;
}

blockquote p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}

blockquote cite {
	display: block;
	margin: 22px 0;
	margin: 2.2rem 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: normal;
}

blockquote cite:before {
	content: "\2014";
}

blockquote.ttfmake-testimonial {
	margin-bottom: 44px;
	margin-bottom: 4.4rem;
	padding: 33px 32px;
	padding: 3.3rem 3.2rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #bfbfbf;
	line-height: 0;
}

blockquote.ttfmake-testimonial p {
	margin-bottom: 0;
}

blockquote.ttfmake-testimonial cite {
	display: block;
	margin-bottom: 0;
	padding: 11px 0;
	padding: 1.1rem 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

blockquote.ttfmake-testimonial:after {
	position: relative;
	bottom: -60px;
	bottom: -6rem;
	left: 5px;
	left: .5rem;
	width: 0;
	height: 0;
	border-top: 22px solid #bfbfbf;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	content: "";
}

q:before {
	content: "\201C";
}

q:after {
	content: "\201D";
}

/* WIDGETS */
.widget {
	max-width: 100%;
	margin: 22px 11px 0;
	margin: 2.2rem 1.1px 0;
	font-size: 13px;
	font-size: 1.3rem;
}

/*---------------------------------------------------------
 Left and right (_sidebars.scss)
-------------------------------------------------------- */
@media screen and (min-width: 800px) {
	.has-left-sidebar .site-main {
		margin-left: 9.5833333333%;
	}
	
	.has-right-sidebar .site-main,
					.has-left-sidebar .site-main {
		width: 64.5833333333%;
	}
	
	.has-right-sidebar #sidebar-left,
					.has-right-sidebar #sidebar-right,
					.has-left-sidebar #sidebar-left,
					.has-left-sidebar #sidebar-right {
		width: 23.8333333333%;
		margin: 22px 0 0;
	}
}

/*IMAGES*/
.alignleft,
.entry-thumbnail.thumbnail {
	display: inline;
	float: left;
	margin: 0 22px 11px 0;
	margin: 0 2.2rem 1.1rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 11px 22px;
	margin: 0 0 1.1rem 2.2rem;
}