/*
	Theme Name: Chronicl
	Theme URI: http://kolakube.com/chronicl/
	Description: Chronicl is the WordPress theme for the blogger who wants to start writing content for their website in minutes, and not have to worry about any technical details during theme setup. Changing your site's layout is as simple as dragging a widget, and adjusting crucial design elements are only a few clicks away. Chronicl is flexible enough to display your content in a variety of different ways, while always being able to slim back down to the bare minimum.
	Author: Alex Mangini, Kolakube
	Author URI: http://kolakube.com/
	Version: 1.0.4
	Text Domain: kol
	Just do what makes you happy
*/

/*---[ Attributes ]---*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

body {
	background: #ebebeb url('images/textures/texture-chronicl.png');
	color: #1e1e1e;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}

main {
	display: block;
}

ul {
	list-style: square;
}

iframe {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}


/*---[ Links ]---*/

a {
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}
	a:hover,
	.footer a:hover {
		border-bottom: none;
	}
	a img {
		vertical-align: top;
	}

/* Primary */

.links-primary a {
	color: #32a4d6;
}

/* Gray */

.links-sec a {
	color: #888;
}
	.links-sec a:hover {
		color: #aaa;
	}

/* Logo, Menu, Headline */

.logo a,
.menu-main a,
.headline a {
	border-bottom: none;
	color: #1e1e1e;
}
	.logo a:hover,
	.menu-main a:hover,
	.headline a:hover {
		color: #555;
	}

/* Footer */

.footer a {
	border-bottom: 1px solid #aaa;
	color: #777;
}


/*---[ Forms ]---*/

input,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: inherit;
	font-size: 16px;
	padding: 13px;
}
	input:focus,
	textarea:focus {
		border-color: #1e1e1e;
		outline: none;
	}

textarea {
	padding: 25px;
	width: 100%;
}

/* Input Icons */

input.name {
	background: #fff url('images/sprite.png') no-repeat 12px 13px;
	padding-left: 40px;
}

input.email {
	background: #fff url('images/sprite.png') no-repeat 12px -40px;
	padding-left: 40px;
}

input.name:focus,
input.email:focus,
.box input:focus {
	background-color: #eee;
	border-color: #ddd;
	color: #1e1e1e;
}

/* Submit */

input[type='submit'] {
	background-color: #25ae72;
	border: none;
	color: #fff;
	cursor: pointer;
}
	input[type='submit']:hover {
		background-color: #888;
	}

/* Misc. Form Elements */

input[type='text'],
input[type='email'],
input[type='submit'],
textarea {
	-webkit-appearance: none;
}

label {
	cursor: pointer;
	display: block;
	margin-bottom: 7px;
}

.required {
	color: #ae2525;
}

::-webkit-input-placeholder { color: #888; }
:focus::-webkit-input-placeholder { color: transparent; }
:-moz-placeholder { color: #888; }
:focus:-moz-placeholder { color: transparent; }


/*---[ Fonts ]---*/

@font-face {
	font-family: 'bebas';
	src: url('fonts/bebas/bebas-webfont.eot');
	src: url('fonts/bebas/bebas-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/bebas/bebas-webfont.woff') format('woff'),
		 url('fonts/bebas/bebas-webfont.ttf') format('truetype'),
		 url('fonts/bebas/bebas-webfont.svg#bebasregular') format('svg');
	font-style: normal;
	font-weight: normal;
}


/*---[ Containers, Structure ]---*/

.container {
	margin: 55px auto;
}

.inner {
	padding: 50px;
	position: relative;
}

.content-box.inner {
	padding: 0 50px 50px;
}

.menu-main + .content-box.inner {
	padding-top: 50px;
}

.container-inner {
	background-color: #fff;
	position: relative;
}

/* Structure / Spacers */

.sidebar-1 .email-widget,
.container-slim .sidebar-2 .email-widget,
.sidebar-1 .profiles-area,
.container-slim .sidebar-2 .profiles-area {
	margin-right: -50px;
}

.sidebar-1 .profile,
.container-slim .sidebar-2 .profile {
	padding-right: 50px;
}

.sidebar-1 .email-widget .box,
.container-slim .sidebar-2 .email-widget .box {
	padding: 35px;
}


/*---[ Columns ]---*/

.container-columns .content,
.container-columns .sidebars {
	float: left;
}

/* Formatting */

.container-columns .entry-content blockquote,
.container-columns .entry-content h3,
.container-columns .entry-content h4 {
	border-left: 5px solid #32a4d6;
	margin-left: -50px;
	padding-left: 45px;
}

.container-columns .entry-content blockquote.right {
	margin-left: 25px;
	padding-left: 30px;
}


/*---[ Container Wide ]---*/

.container-wide .container {
	width: 1175px;
}

/* Sidebars */

.container-wide .sidebars {
	width: 475px;
}

.container-wide .sidebar-1 {
	float: right;
	width: 300px;
}

.container-wide .sidebar-2 {
	float: left;
	width: 150px;
}
	.container-wide .sidebar-2 ul,
	.container-wide .sidebar-2 ol {
		list-style: none;
		margin-left: 0;
	}

/* Footer */

.container-wide .footer-columns-4 .col {
	width: 275px;
}

.container-wide .footer-columns-3 .col {
	width: 366px;
}

.container-wide .footer-columns-2 .col {
	width: 562px;
}


/*---[ Container Slim ]---*/

.container-slim .container {
	width: 1050px;
}

/* Sidebar */

.container-slim .sidebars {
	width: 350px;
}

/* Footer */

.container-slim .footer-columns-4 .col {
	width: 243px;
}

.container-slim .footer-columns-3 .col {
	width: 325px;
}

.container-slim .footer-columns-2 .col {
	width: 487px;
}


/*---[ Container Small, No Sidebars ]---*/

.container-small .container {
	width: 1000px;
}

/* Content */

.container-small .content,
.no-sidebars .content {
	margin-left: auto;
	margin-right: auto;
}

.no-sidebars .content {
	float: none;
}

/* Footer */

.container-small .footer-columns-4 .col {
	width: 231px;
}

.container-small .footer-columns-3 .col {
	width: 308px;
}

.container-small .footer-columns-2 .col {
	width: 462px;
}


/*---[ Landing Page ]---*/

.landing .headline-area {
	text-align: center;
}


/*---[ Helpers ]---*/

/* Spacers */

.sb-large:not(:last-child) {
	margin-bottom: 50px;
}

.sb-med:not(:last-child) {
	margin-bottom: 25px;
}

/* Remove Last Bottom Margin */

.remove-bottom-margin ul:last-child,
.remove-bottom-margin ol:last-child,
.remove-bottom-margin li:last-child,
.remove-bottom-margin form:last-child,
.remove-bottom-margin p:last-child {
	margin-bottom: 0 !important;
}

/* Logo */

.logo {
	display: inline-block;
	font-family: 'bebas', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 66px;
	text-shadow: 2px 2px 0 #fff, 2px 3px 0 #ddd;
}

/* Bubbles */

.bubble {
	background-color: #ffeab7;
	border-radius: 3px;
	color: #897e61;
	display: inline-block;
	padding: 7px 13px;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}
	.bubble:before,
	.bubble:after {
		content: ' ';
		height: 0;
		margin-top: -6px;
		position: absolute;
		top: 50%;
		width: 0;
	}
	.bubble:before {
		border-color: transparent #ffeab7 transparent transparent;
		border-style: solid;
		border-width: 6px 6px 6px 0;
		left: -6px;
	}

.bubble-top:before {
	border-color: transparent transparent #ffeab7;
	border-width: 0 6px 6px;
	margin-left: -3px;
	left: 50%;
	top: 0;
}

/* Box */

.box {
	padding: 25px;
	position: relative;
}
	.box input {
		border: none;
	}
	.box a {
		border-bottom-color: #7bbcd4;
		color: #7bbcd4;
	}

/* Columns */

[class*='columns-'] {
	margin-left: -50px;
}

.col {
	float: left;
	padding-left: 50px;
}

.columns-two .col {
	width: 50%;
}

/* Alignments */

.left, .alignleft {
	display: block;
	float: left;
}

.right, .alignright {
	display: block;
	float: right;
}

.center, .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}

.alignnone {
	display: block;
	clear: both;
}

/* Misc. */

.video-wrap {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
}
	.video-wrap iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

.middot:not(:last-child):after {
	content: '\00b7';
	margin-left: 6px;
	margin-right: 3px;
}

/* Clearfix */

.clear:after,
.inner:after,
.menu:after,
.author-box:after,
.sidebars:after,
[class*='columns-']:after,
.box:after {
	clear: both;
	content: '';
	display: block;
}


/*---[ Colors, Textures ]---*/

/* Dark Elements */

input:focus,
textarea:focus,
.box,
.wp-caption {
	background-color: #333;
	color: #fff;
}

.profile:hover {
	background-color: #333 !important; /* to override inline styles from shortcode */
}

/* Stripes */

.stripes:before,
.stripes:after {
	background-image: url('images/colors/color-chronicl.gif');
	content: ' ';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.stripes:before {
	top: -5px;
}

.stripes:after {
	bottom: -5px;
}

/* Textures */

.texture-diamonds { background-image: url('images/textures/texture-diamonds.png'); }
.texture-noise { background-image: url('images/textures/texture-noise.png'); }
.texture-pop { background-image: url('images/textures/texture-pop.png'); }
.texture-diagonal-noise { background-image: url('images/textures/texture-diagonal-noise.png'); }
.texture-arches { background-image: url('images/textures/texture-arches.png'); }
.texture-sketch { background-image: url('images/textures/texture-sketch.png'); }
.texture-line-cubes { background-image: url('images/textures/texture-line-cubes.png'); }
.texture-gradient-diamonds { background-image: url('images/textures/texture-gradient-diamonds.png'); }
.texture-pixelated { background-image: url('images/textures/texture-pixelated.png'); }

/* Turtles */

.color-turtles .stripes:before, .color-turtles .stripes:after { background-image: url('images/colors/color-turtles.gif'); }
	.color-turtles .links-primary a { color: #339745; }
	.color-turtles .box a { border-color: #abdfbc; color: #abdfbc; }
	.color-turtles .menu-main { background-color: #339745; }
		.color-turtles .menu-main a, .color-turtles .menu-toggle { background-color: #d9ebdc; }
		.color-turtles .menu-main .fa, .color-turtles .menu-toggle span { color: #339745; }
	.color-turtles .format-main h3, .color-turtles .format-main h4, .color-turtles .format-main blockquote, .color-turtles .page-numbers.current { border-color: #339745; }

/* Blue Sky */

.color-blue-sky .stripes:before, .color-blue-sky .stripes:after { background-image: url('images/colors/color-blue-sky.gif'); }
	.color-blue-sky .links-primary a { color: #1a7fe5; }
	.color-blue-sky .box a { border-color: #a5d1fb; color: #a5d1fb; }
	.color-blue-sky .menu-main { background-color: #1a7fe5; }
		.color-blue-sky .menu-main a, .color-blue-sky .menu-toggle { background-color: #d4e7fa; }
		.color-blue-sky .menu-main .fa, .color-blue-sky .menu-toggle span { color: #1a7fe5; }
	.color-blue-sky .format-main h3, .color-blue-sky .format-main h4, .color-blue-sky .format-main blockquote, .color-blue-sky .page-numbers.current { border-color: #1a7fe5; }

/* Pink */

.color-pink .stripes:before, .color-pink .stripes:after { background-image: url('images/colors/color-pink.gif'); }
	.color-pink .links-primary a { color: #e33d5e; }
	.color-pink .box a { border-color: #e33d5e; color: #e33d5e; }
	.color-pink .menu-main { background-color: #e33d5e; }
		.color-pink .menu-main a, .color-pink .menu-toggle { background-color: #fbdce2; }
		.color-pink .menu-main .fa, .color-pink .menu-toggle span { color: #e33d5e; }
	.color-pink .format-main h3, .color-pink .format-main h4, .color-pink .format-main blockquote, .color-pink .page-numbers.current { border-color: #e33d5e; }

/* Red Flare */

.color-red-flare .stripes:before, .color-red-flare .stripes:after { background-image: url('images/colors/color-red-flare.gif'); }
	.color-red-flare .links-primary a { color: #bb0000; }
	.color-red-flare .box a { border-color: #eca8aa; color: #eca8aa; }
	.color-red-flare .menu-main { background-color: #bb0000; }
		.color-red-flare .menu-main a, .color-red-flare .menu-toggle { background-color: #f6d1d2; }
		.color-red-flare .menu-main .fa, .color-red-flare .menu-toggle span { color: #bb0000; }
	.color-red-flare .format-main h3, .color-red-flare .format-main h4, .color-red-flare .format-main blockquote, .color-red-flare .page-numbers.current { border-color: #bb0000; }

/* Orange Delight */

.color-orange-delight .stripes:before, .color-orange-delight .stripes:after { background-image: url('images/colors/color-orange-delight.gif'); }
	.color-orange-delight .links-primary a { color: #ff7b00; }
	.color-orange-delight .box a { border-color: #ffd2a7; color: #ffd2a7; }
	.color-orange-delight .menu-main { background-color: #ff7b00; }
		.color-orange-delight .menu-main a, .color-orange-delight .menu-toggle { background-color: #ffe8d0; }
		.color-orange-delight .menu-main .fa, .color-orange-delight .menu-toggle span { color: #ff7b00; }
	.color-orange-delight .format-main h3, .color-orange-delight .format-main h4, .color-orange-delight .format-main blockquote, .color-orange-delight .page-numbers.current { border-color: #ff7b00; }

/* Mono */

.color-mono .stripes:before, .color-mono .stripes:after { background-image: url('images/colors/color-mono.gif'); }
	.color-mono .links-primary a { color: #858585; }
	.color-mono .box a { border-color: #d4d4d4; color: #d4d4d4; }
	.color-mono .menu-main { background-color: #858585; }
		.color-mono .menu-main a, .color-mono .menu-toggle { background-color: #e8e8e8; }
		.color-mono .menu-main .fa, .color-mono .menu-toggle span { color: #858585; }
	.color-mono .format-main h3, .color-mono .format-main h4, .color-mono .format-main blockquote, .color-mono .page-numbers.current { border-color: #858585; }

/* Smooth Metal */

.color-smooth-metal .stripes:before, .color-smooth-metal .stripes:after { background-image: url('images/colors/color-smooth-metal.gif'); }
	.color-smooth-metal .links-primary a { color: #606faa; }
	.color-smooth-metal .box a { border-color: #8fa5ff; color: #8fa5ff; }
	.color-smooth-metal .menu-main { background-color: #916a4a; }
		.color-smooth-metal .menu-main a, .color-smooth-metal .menu-toggle { background-color: #e3cbb8; }
		.color-smooth-metal .menu-main .fa, .color-smooth-metal .menu-toggle span { color: #916a4a; }
	.color-smooth-metal .format-main h3, .color-smooth-metal .format-main h4, .color-smooth-metal .format-main blockquote, .color-smooth-metal .page-numbers.current { border-color: #916a4a; }


/*---[ Menus ]---*/

.menu {
	font-size: 15px;
	line-height: 25px;
}
	.menu li {
		list-style: none;
		position: relative;
	}	
	.menu a {
		border-bottom: none;
		display: block;
		padding: 7px 13px;
	}
	.menu .sub-menu {
		z-index: 100;
	}

@media all and (min-width: 1000px) {

	.menu-header li,
	.menu-main > ul > li {
		float: left;
	}

	.menu-header-pos {
		margin-top: -18px;
		position: absolute;
		right: 50px;
		top: 50%;
	}
}

@media all and (min-width: 800px) {

	/* Simple Header */

	.header-simple .menu > li {
		float: none;
		display: inline-block;
		text-align: center;
	}

	.header-simple .menu-main ul > li {
		text-align: left;
	}

	.header-simple .menu-header {
		margin-top: 25px;
	}

	/*---[ Main Menu ]---*/

	.menu-main .sub-menu,
	.menu-main .menu-item-has-children:hover,
	.menu-main .menu-item-has-children:hover:before,
	.menu-main .menu-item-has-children:hover:after {
		background-color: #333;
	}

	p.menu-toggle {
		display: none;
	}

	.menu-main > ul > .menu-item-has-children:hover:before,
	.menu-main > ul > .menu-item-has-children:hover:after {
		content: ' ';
		height: 5px;
		left: 0;
		position: absolute;
		width: 100%;
	}

	.menu-main .menu-item-has-children:hover:before {
		box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .3);
		top: -5px;
	}

	.menu-main .menu-item-has-children:hover a {
		background-color: #ccc;
	}

	.menu-main .menu-item-has-children:hover .fa {
		color: #333;
	}

	.menu-main > ul > li {
		display: inline-block;
	}

	/* Sub Menu */

	.menu-main .sub-menu {
		display: none;
		left: 0;
		margin-top: 13px;
		padding-bottom: 13px;
		padding-top: 13px;
		position: absolute;
		width: 225px;
	}
		.menu-main .sub-menu li {
			padding: 7px 13px;
		}
			.menu-main li:hover > .sub-menu,
			.menu-main .sub-menu a {
				display: block;
			}
		.menu-main .sub-menu .sub-menu {
			left: 225px;
			top: -24px;
		}
}

/* Menu Main */

.menu-main {
	background-color: #f87e12;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .3);
	padding-left: 37px;
	padding-right: 50px;
	text-align: center;
}
	.menu-main > ul > li {
		padding: 13px;
		text-align: left;
	}
	.menu-main a,
	.menu-toggle {
		background-color: #ffd6b3;
		border-radius: 25px;
		border-top: 1px solid rgba(255, 255, 255, .4);
		box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
		display: inline-block;
		padding: 3px 18px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	}
		.menu-main a:hover {
			opacity: .9;
		}
	.menu-main .fa,
	.menu-toggle span {
		color: #f87e12;
		margin-right: 3px;
	}

.menu-toggle { font-size: 15px; }


/*---[ Header ]---*/

.header-border {
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.header .logo {
	float: left;
}

.header .bubble {
	margin-left: 25px;
}

.header .bubble-pos {
	position: absolute;
	margin-top: -17px;
	top: 50%;
}

/* Simple */

.header-simple .header,
.header-simple .menu-main {
	text-align: center;
}
	.header-simple .header .logo {
		display: block;
		float: none;
	}
	.header-simple .header .bubble-top {
		margin-top: 13px;
	}
	.header-simple .header .bubble {
		margin-left: 0;
	}


/*---[ Content ]---*/

.content {
	width: 600px;
}


/*---[ Formatting ]---*/

blockquote {
	color: #888;
	font-style: italic;
}

pre,
code {
	background-color: #fffaca;
	color: #888;
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}

pre {
	overflow: auto;
	padding: 25px;
}

/* Headline */

.headline {
	font-size: 32px;
	font-weight: bold;
	line-height: 44px;
	margin-bottom: 7px;
}

/* Byline */

.byline,
.rss-date {
	color: #888;
}

/* Main */

.format-main {
	font-size: 16px;
	line-height: 25px;
}
	.format-main .left,
	.format-main .alignleft {
		margin-right: 25px;
	}
	.entry-content form,
	.format-main ul,
	.format-main ol,
	.format-main p,
	.format-main blockquote,
	.format-main pre,
	.format-main iframe,
	.format-main img:not(.wp-smiley):not(.avatar),
	.format-main .wp-caption,
	.format-main .video-wrap {
		margin-bottom: 25px;
	}
	.format-main ul,
	.format-main ol,
	.format-main .right,
	.format-main .alignright {
		margin-left: 25px;
	}
	.format-main blockquote {
		border-left: 5px solid #32a4d6;
		padding-left: 30px;
	}
		.format-main blockquote.left,
		.format-main blockquote.right {
			width: 300px;
		}
	.format-main h3 {
		border-color: #32a4d6;
		font-size: 26px;
		line-height: 37px;
		margin-bottom: 13px;
	}
	.format-main h4 {
		border-color: #32a4d6;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 13px;
	}
	.format-main .wp-caption {
		font-size: 14px;
		line-height: 21px;
		padding: 13px;
		text-align: center;
	}
		.content.format-main .wp-caption img {
			margin-bottom: 7px;
		}

	/* Box Formatting */

	.format-main .box {
		text-align: center;
	}
		.format-main .box form {
			margin-bottom: 0;
		}
		.format-main .box input[type='text'],
		.format-main .box input[type='email'] {
			float: left;
			margin-right: 2%;
			width: 37%;
		}
			.format-main .box input[type='submit'] {
				width: 22%;
			}

/* Secondary */

.format-sec {
	font-size: 14px;
	line-height: 21px;
}
	.format-sec ul,
	.format-sec ol,
	.format-sec p {
		margin-bottom: 21px;
	}
	.format-sec ul,
	.format-sec ol {
		margin-left: 21px;
	}


/*---[ Sidebars ]---*/

.sidebars,
.sidebar {
	padding-left: 25px;
}

.sidebar li {
	margin-bottom: 7px;
}

.sidebar input:not(:last-child) { margin-bottom: 21px; }

/* Email Widget */

.sidebar .email-widget input,
[class*='footer-columns-'] .email-widget input {
	width: 100%;
}
	.sidebar .email-widget input[type='text'],
	.sidebar .email-widget input[type='email'],
	[class*='footer-columns-'] .email-widget input[type='text'] ,
	[class*='footer-columns-'] .email-widget input[type='email'] {
		margin-bottom: 13px;
	}


/*---[ Pagination ]---*/

.page-numbers {
	border: 1px solid #eee;
	border-radius: 50%;
	font-size: 14px;
	height: 34px;
	line-height: 25px;
	padding-top: 4px;
	text-align: center;
	width: 34px;
}
	.page-numbers:not(:first-child) {
		margin-left: 13px;
	}
	.page-numbers:not(.prev):not(.next) {
		display: inline-block;
	}
	.page-numbers:hover {
		border: 1px solid #ddd;
	}
	.page-numbers.prev,
	.page-numbers.next,
	.page-numbers.dots {
		border-radius: 0;
		border-width: 0 0 1px;
		height: auto;
		padding: 0;
		width: auto;
	}
		.page-numbers.prev:hover,
		.page-numbers.next:hover {
			border-bottom: none;
		}
	.page-numbers.prev {
		padding-left: 0;
	}
	.page-numbers.dots {
		border-bottom: none;
	}
	.page-numbers.current {
		border-color: #32a4d6;
	}


/*---[ After Post ]---*/

/* Author Box */

.author-avatar {
	float: left;
	margin-right: 25px;
	width: 125px;
}
	.author-avatar img {
		border-radius: 50%;
	}

.author-content {
	float: left;
	width: 450px;
}

.author-name {
	display: inline-block;
}

.author-bio + .author-links {
	margin-top: 25px;
}

.author-link {
	border-bottom: none;
	font-size: 18px;
	margin-right: 13px;
}

.author-links a.author-link:hover {
	color: #333;
}

.author-links a.fa-link { color: #333; }
.author-links a.fa-twitter { color: #00aced; }
.author-links a.fa-facebook { color: #3b5998; }
.author-links a.fa-google-plus { color: #dd4b39; }
.author-links a.fa-instagram { color: #3f729b; }


/*---[ Comments ]---*/

ol.comments-list {
	margin-left: 0;
}

.comments-area .widget-title,
.comment:not(:last-child) {
	margin-bottom: 25px;
}

/* Comment */

.comments-list > .comment {
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.comment {
	list-style: none;
	position: relative;
}

ul.children {
	border-left: 1px solid #eee;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 25px;
	padding-left: 25px;
}

/* Byline */

.byline-comment .avatar {
	border-radius: 3px;
	float: left;
	margin-right: 13px;
}

.byline-comment .byline-author {
	display: block;
	margin-bottom: 3px;
}

/* Form */

h3.comment-reply-title {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}

.comment-body + .comment-respond {
	margin-top: 25px;
}

#cancel-comment-reply-link {
	float: right;
}

p.form-submit {
	margin-bottom: 0;
}


/*---[ Widgets ]---*/

.widget {
	position: relative;
}
	.widget:not(:last-child) {
		margin-bottom: 40px;
	}

.widget-title,
p.widget-title,
h3.comment-reply-title {
	letter-spacing: 2px;
	margin-bottom: 13px;
	text-transform: uppercase;
}

/* Profiles */

.profiles-area a.profile {
	border-bottom: none;
	color: #fff;
	display: block;
	padding: 12px 25px;
}
	.profile .fa {
		display: inline-block;
		margin-right: 6px;
		width: 12px;
	}

.profile-rss { background-color: #ee802f; }
.profile-twitter { background-color: #00aced; }
.profile-facebook { background-color: #3b5998; }
.profile-google-plus { background-color: #dd4b39; }
.profile-instagram { background-color: #3f729b; }

/* Search + Calendar */

.sidebar #s,
.sidebar #searchsubmit,
#wp-calendar {
	width: 100%;
}

/* RSS */

.widget_rss p.widget-title {
	margin-bottom: 11px;
}

.widget_rss ul {
	list-style: none;
	margin-left: 0;
}
	.widget.widget_rss li:not(:last-child) {
		border-bottom: 1px solid #eee;
		margin-bottom: 21px;
		padding-bottom: 21px;
	}

.rss-date {
	display: block;
	margin-bottom: 11px;
	margin-top: 7px;
}

.rssSummary {
	margin-bottom: 11px;
}


/*---[ Footer ]---*/

.footer {
	padding-left: 50px;
	padding-right: 50px;
}

.footer > .footer-group {
	margin-top: 55px;
}

.footer-group + .footer-copyright {
	border-top: 1px solid #ccc;
	padding-top: 25px;
}

.footer-copyright {
	margin-top: 50px;
}

/* Copyright */

.footer-copyright {
	text-align: center;
}


/*---[ Media Queries ]---*/

@media all and (max-width: 1175px) {

	/*---[ Container ]---*/

	.container { max-width: 100%; }

	.container .footer-columns-2 .col { width: 50%; }

	.container .footer-columns-3 .col { width: 33.33333333333333%; /* 1 / 3 */ }


	/*---[ Container Wide ]---*/

	.container-wide .content { width: 55.813953488372%; /* 600 / 1075 */ }

	.container-wide .sidebars { width: 44.186046511628%; /* 475 / 1075 */ }

	.container-wide .sidebar-1 { width: 66.666666666667%; /* 300 / 450 */ }

	.container-wide .sidebar-2 { width: 33.333333333333%; /* 150 / 450 */ }

	.container-wide .footer-columns-4 .col { width: 25%; /* 275 / 1100 */ }


	/*---[ Container Slim ]---*/

	.container-slim .content { width: 63.157894736842%; /* 600 / 950 */ }

	.container-slim .sidebars { width: 36.842105263158%; /* 350 / 950 */ }

	.container-slim .footer-columns-4 .col { width: 24.923076923077%; /* 243 / 975 */ }


	/*---[ Container Small ]---*/

	.container-small .footer-columns-4 .col { width: 24.972972972973%; /* 231 / 925 */ }


	/*---[ After Post ]---*/

	/* Author Box */

	.author-avatar,
	.author-content {
		float: none;
		text-align: center;
		width: 100%;
	}

	.author-avatar img {
		height: 100px;
		width: 100px;
	}

	.author-avatar + .author-content { margin-top: 13px; }

	.author-link {
		font-size: 21px;
		margin-right: 0;
	}
		.author-link:not(:last-child) { margin-right: 18px; }
}

@media all and (max-width: 1000px) {

	/*---[ Structure / Spacing ]---*/

	.container {
		margin-bottom: 45px;
		margin-top: 45px;
	}

	.inner { padding: 40px; }

	.no-sidebars .content { width: 60%; /* 600 / 1000 */ }

	.footer {
		padding-left: 40px;
		padding-right: 40px;
	}

	.menu-main + .content-box.inner { padding-top: 40px; }

	.content-box.inner { padding: 0 40px 40px; }

	.container-wide .sidebar-1,
	.container-wide .sidebar-2 {
		float: none;
		width: 100%;
	}

	.sidebar-1:not(:last-child) { margin-bottom: 40px; }


	/*---[ Header ]---*/

	.header { text-align: center; }
		.header .logo {
			display: block;
			float: none;
		}
			.header .bubble { margin-left: 0; }
		.header .bubble:before {
			border-color: transparent transparent #ffeab7;
			border-width: 0 6px 6px;
			margin-left: -3px;
			left: 50%;
			top: 0;
		}
		.header .bubble-pos {
			margin-top: 13px;
			position: relative;
		}

	.header-border { margin-bottom: 40px; }

	/* Menu */

	.menu-header { margin-top: 25px; }
		.menu-header li { display: inline-block; }


	/*---[ Menu Main ]---*/

	.menu-main {
		padding-left: 27px;
		padding-right: 40px;
	}


	/*---[ Formatting ]---*/

	.container-columns .entry-content blockquote,
	.container-columns .entry-content h3,
	.container-columns .entry-content h4 {
		margin-left: -40px;
		padding-left: 35px;
	}

	.entry-content blockquote.right { margin-left: 25px !important; }


	/*---[ Sidebars ]---*/

	.sidebar-1 .email-widget,
	.sidebar-1 .profiles-area { margin-right: -40px; }


	/*---[ Footer ]---*/

	.footer-group .col { margin-bottom: 40px; }

	.container .footer-columns-4 .col,
	.container .footer-columns-3 .col { width: 50%; }
}

@media all and (max-width: 800px) {

	/*---[ Container ]---*/

	.container { margin: 5px 0 0; }
		.container .content {
			float: none;
			width: 100%;
		}
			.container .content:not(:last-child) { margin-bottom: 40px; }
		.container .sidebars {
			float: none;
			padding-left: 0;
			width: 100%;
		}


	/*---[ Container Wide ]---*/

	.container-wide .sidebar {
		float: left;
		margin-bottom: 0;
		padding-left: 0;
	}

	.container-wide .sidebar-1 { width: 55%; /* arbitrary */ }

	.container-wide .sidebar-2 {
		padding-left: 40px;
		width: 45%; /* arbitrary */
	}


	/*---[ Container Slim ]---*/

	.container-slim .sidebar { padding-left: 0; }


	/*---[ Menu Main ]---*/

	.menu-main {
		padding-bottom: 13px;
		padding-top: 13px;
		text-align: center;
	}
		.menu-main > ul > li { padding: 0; }
		.menu-main a, .menu-open .menu-toggle { margin-bottom: 13px; }
		.menu-main a { 
			display: block;
			text-align: center;
		}
		.menu-main .menu { display: none; }

	.menu-open .menu { display: block; }

	.menu-toggle { cursor: pointer; }


	/*---[ Formatting ]---*/

	.format-main .entry-content h3,
	.format-main .entry-content h4 {
		border-style: solid;
		border-width: 0 0 0 5px;
	}

	.format-main .entry-content blockquote:not(.right),
	.format-main .entry-content h3,
	.format-main .entry-content h4 {
		margin-left: -40px;
		padding-left: 35px;
	}


	/*---[ Pagination ]---*/

	.page-numbers {
		font-size: 13px;
		height: 32px;
		padding-top: 3px;
		width: 32px;
	}
		.page-numbers:not(:first-child) { margin-left: 7px; }


	/*---[ Sidebars ]---*/

	.sidebar-1 .email-widget,
	.sidebar-1 .profiles-area { margin-right: 0; }

	.sidebar-1 .profile { padding-right: inherit; }


	/*---[ Footer ]---*/

	.footer-copyright { margin-bottom: 40px; }
}

@media all and (max-width: 600px) {

	/*---[ Forms ]---*/

	input[type='text'],
	input[type='email'] { margin-bottom: 13px; }


	/*---[ Spacing ]---*/

	.inner { padding: 25px; }

	.menu-main + .content-box.inner { padding-top: 25px; }

	.content-box.inner { padding: 0 25px 25px; }


	/*---[ Helpers ]---*/

	.sb-large:not(:last-child) { margin-bottom: 40px; }

	.left, .alignleft,
	.right, .alignright {
		clear: both;
		display: block;
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.logo {
		font-size: 45px;
		line-height: 60px;
	}

	.header .bubble {
		font-size: 13px;
		line-height: 18px;
	}

	[class*='columns-'] { margin-left: 0; }

	.col {
		padding-left: 0 !important;
		width: 100% !important;
	}


	/*---[ Forms ]---*/

	input,
	textarea {
		margin-left: 0 !important;
		width: 100% !important;
	}


	/*---[ Header ]---*/

	.header-border { margin-bottom: 25px; }

	.header .menu-header { margin-top: 13px; }


	/*---[ Menu Main ]---*/

	.menu-main {
		padding-left: 25px;
		padding-right: 25px;
	}


	/*---[ Container Wide ]---*/

	.container-wide .sidebars { margin-left: 0; }

	.container-wide .sidebar {
		float: none;
		padding-left: 0;
	}

	.container-wide .sidebar-1,
	.container-wide .sidebar-2 { width: 100%; }

	.container-wide .sidebar-1 { margin-bottom: 25px; }


	/*---[ Content ]---*/

	.headline {
		font-size: 24px;
		line-height: 34px;
	}

	.byline {
		font-size: 14px;
		line-height: 21px;
	}


	/*---[ Formatting ]---*/

	.format-main { font-size: 15px; }
		.format-main h3:not(#reply-title),
		.format-main h4 {
			font-size: 19px;
			line-height: 29px;
		}
		.format-main blockquote { padding-left: 18px; }
			.format-main blockquote.right,
			.format-main blockquote.left { width: auto; }
		.format-main .wp-caption { max-width: 100% !important; }

		.format-main .entry-content blockquote,
		.format-main .entry-content blockquote.right,
		.format-main .entry-content blockquote.left,
		.format-main .entry-content h3,
		.format-main .entry-content h4 {
			margin-left: -25px !important;
			padding-left: 20px !important;
		}


	/*---[ Author Box ]---*/

	.author .author-box {
		border-bottom: 1px solid #eee;
		padding-bottom: 25px;
	}


	/*---[ Comments ]---*/

	ul.children { padding-left: 13px; }

	#cancel-comment-reply-link { float: none; }


	/*---[ Sidebars ]---*/

	.sidebar-1 .email-widget .box { padding: 25px; }


	/*---[ Footer ]---*/

	.footer {
		margin-bottom: 14px;
		padding-left: 28px;
		padding-right: 28px;
	}

	.footer-copyright {
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.footer-group .col { margin-bottom: 25px; }
}