/*
Theme Name: LinuxAcademy blog
Theme URI: 
Author: Zack Gilbert + Jarrod Drysdale 
Author URI: http://studiofellow.com
Description: Customer built blog theme designed by Jarrod Drysdale and built by Zack Gilbert
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linuxacademy
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header/Footer
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
15.0 Widgets
16.0 Media
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "omnes-pro", "Omnes", Helvetica, Arial, sans-serif;
  font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	/*font-size: 0.9375rem;*/
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	/*padding: 1.6em;*/
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	/*font-size: 0.9375rem;*/
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #72A1BE;
	text-decoration: none;
	-webkit-transition: opacity 0.2s; 
	transition: opacity 0.2s;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: underline;
	opacity: 0.7;
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

#page {
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*--------------------------------------------------------------
13.1 Header / Footer
--------------------------------------------------------------*/

.site-header, .site-footer {
	background-color: #182329;
	position: relative;
	color: #ffffff;
}

.site-header a, .site-footer a {
	color: #ffffff;
}

.site-banner {}

/* Site branding */

.branding-container { z-index: 9; }

.site-branding {
  margin: 20px 0 20px;
}

.site-title {
	clear: none;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	/*text-transform: uppercase;*/
}

.site-title,
.site-title a {
	color: #fff;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
	letter-spacing: 0px;
	font-size: 24px;
  text-decoration: none;
}
.site-title a:hover {
	text-decoration: none;
}

/* Zoom logo on hover */
.csstransitions a.logo img {
  transition: all .25s ease-in-out;
}
.csstransitions a.logo:hover img {
  transform: scale(1.1);
}

.social-container { margin-top: 25px; }

.social-links-menu { text-align: right; font-size: 22px; }
.social-links-menu ul { margin-bottom: 0px; }
.social-links-menu ul li {
  display: inline;
  color: #72A1BE;
  padding-left: 20px;
}
.social-links-menu ul li a { color: #72A1BE; text-decoration: none; }

.navigation-container { border-top: 1px solid #666; margin: 0px 15px; padding: 10px 0 20px; }
.navigation { font-size: 16px; text-align: center; padding: 0px; white-space: nowrap; }
.navigation ul { margin: 0px; }
.navigation > ul > li { display: inline; position: relative; }
.navigation > ul > li > a {
  text-decoration: none;
  padding: 10px 10px;
  line-height: 40px;
  white-space: nowrap;
}
.navigation > ul > li > a:hover { color: #72A1BE; opacity: 1; }
.navigation > ul > li:hover > a { color: #72A1BE; opacity: 1; }
.navigation > ul > li:first-child > a { padding-left: 0px; }
.navigation > ul > li:last-child > a {
  border: 1px solid #1bb398;
  color: #1bb398;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 10px;
  margin-top: 10px;
}
@media (max-width: 424px) { .navigation > ul > li:last-child > a { display: block; } }
@media (min-width: 430px) { .navigation > ul > li:last-child > a { margin-left: 10px; } }

.navigation > ul > li:last-child a:hover { text-decoration: underline; color: #1bb398; }

.navigation > ul li:hover ul.navigation-pullout:hover { display: block; }
.navigation ul li ul.navigation-pullout { 
	position: absolute;
	display: none;
	border: 5px solid #72A1BE;
	background: #fff;
	padding: 20px 20px;
	margin: 0px;
	clear: both;
	text-align: left;
	/*width: 300px;*/
  z-index: 2;
  top: 30px;
}
.site-footer .navigation ul li ul.navigation-pullout { top: auto; bottom: 30px; }

@media (min-width: 670px) {
	.navigation > ul > li > a:after {content: " \2304"; }
	.navigation > ul > li > a:only-child:after { content: ''; }

	.navigation > ul li:hover ul.navigation-pullout { display: block; }

	.navigation ul li ul.navigation-pullout { 
		left: 50%;
	  margin-left: -200%;
  }
  .navigation ul li ul.navigation-pullout.row-with-columns {
  	width: 600px;
  	margin-left: -300px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .navigation ul li ul.navigation-pullout li {
  	display: block;
  }

  .navigation ul li ul.navigation-pullout:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(114, 161, 190, 0);
		border-bottom-color: #72A1BE;
		border-width: 14px;
		margin-left: -14px;
	}

	.site-footer .navigation ul li ul.navigation-pullout:before {
		top: 100%;
		border-top-color: #72A1BE;
		border-bottom-color: transparent;
	}
}

@media (max-width: 670px) {
	.navigation > ul > li > a:before {
		display: none;
	  border: solid transparent;
	  content: " ";
	  height: 0;
	  width: 0;
	  position: absolute;
	  top: 10px;
	  left: 50%;
	  pointer-events: none;
	  border-color: rgba(114, 161, 190, 0);
	  border-bottom-color: #72A1BE;
	  border-width: 11px;
	  margin-left: -11px;
	}
	/*.navigation > ul > li > a:hover:before { display: block; }
	.navigation > ul > li:hover > a:before { display: block; }
	.navigation > ul > li > a:only-child:hover:before { display: none; }
	.navigation > ul li:hover ul.navigation-pullout:hover { display: block; }*/
	.logo img { min-width: 250px; }

	.site-footer .navigation > ul > li > a:before {
		top: -10px;
		border-top-color: #72A1BE;
		border-bottom-color: transparent;
	}
}

@media (max-width: 470px) {
	.branding-container {
		display: block;
    float: none;
    text-align: center;
    margin: auto;
    width: auto;
  }
  .social-container {
  	display: block;
    float: none;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
  }
  .social-container nav { text-align: center; }
}

.navigation ul li ul.navigation-pullout > li { list-style: none; min-width: 150px; }
.navigation ul li ul.navigation-pullout > li a { padding: 0px; text-decoration: none; color: #333; }
.navigation ul li ul.navigation-pullout > li a:hover { text-decoration: underline; color: #72A1BE; }
.navigation ul li ul.navigation-pullout > li h5 { color: #72A1BE; font-weight: 400; font-size: 1.3rem; letter-spacing: 0px; }
.navigation ul li ul.navigation-pullout > li ul { clear: both; margin: 0; padding: 0; }
.navigation ul li ul.navigation-pullout > li ul li { display: block; list-style: none; }


@media screen and (min-width: 48em) {
	.site-header, .site-footer { padding: 20px 0; }
	.social-container { margin-top: 5px; }
	.navigation-container { margin: -50px auto 0; border-top: none; }
	.navigation { text-align: right; padding-right: 15px; }
}


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.linuxacademy-front-page .site-content { padding: 0; }

.linuxacademy-panel { overflow: hidden; position: relative; }

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.linuxacademy-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.linuxacademy-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.linuxacademy-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.linuxacademy-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.linuxacademy-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Feature Post Hero
--------------------------------------------------------------*/
#featured {
	text-align: center;
	padding: 80px 20px;
	background-color: #182B37;
	color: #fff;
  font-size: 1.5em;
  position: relative;
  z-index: 1;
}
#featured .background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	background-position: center center;
	background-size: cover;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
#featured .category {
	color: #1bb398;
  text-transform: uppercase;
}
#featured h2 {
	font-size: 50px;
  color: #fff;
  padding-top: 0px;
  line-height: 50px;
  margin-bottom: 30px;
}
#featured h2 a { color: #fff; }	
#featured p { font-size: 1.2em; margin: 0px; }
#featured p.read-more { margin-top: 50px; color: #fff; }
#featured p.read-more a { color: #fff; text-decoration: none; }
#featured p.read-more a:hover { color: #fff; text-decoration: underline; }

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 1em 0;
}

.popular-panel {
	background: #182329;
	border-top: 5px solid #182329;
	padding: 20px 30px 10px 20px;
  margin-bottom: 50px;
}
.popular-panel h4 { 
	color: #1bb398; 
	text-transform: uppercase; 
	font-size: 1.4em; 
	font-weight: 300; 
	margin-bottom: 0px; 
}
.popular-panel ul li { 
	font-size: 18px; 
	list-style: none; 
	padding: 10px 0; 
}
.popular-panel a { color: #fff; }

.popular-panel-lite { background-color: #fff; }
.popular-panel-lite h4 { color: #72A1BE; }
.popular-panel-lite a { color: #182329; }
@media (min-width: 768px) {
	.float-desktop { float: right; }	
}


.home-panel {
  font-size: 1.5em;
  border-top: 5px solid #182329;
  padding: 20px;
  color: #182329;
  margin-bottom: 50px;
  overflow: hidden;
}
.home-panel a { color: #182329; }
.home-panel .banner-image {
	background-size: cover;
	background-position: center center;
	height: 125px;
  margin: auto;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
.home-panel .category {
	color: #1bb398;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.4em;
}
.home-panel h3 { font-size: 30px; line-height: 1.2em; }
.home-panel h4 { margin-bottom: -40px; }
.home-panel p { font-size: 16px; }

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.page .panel-content .entry-title,
.page-title,
body.page:not(.linuxacademy-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination {
	text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin: 50px 20px;
  color: #72A1BE;
}
.pagination a { color: #182329; text-decoration: none; }
.pagination a:hover { text-decoration: none; }
.pagination a.inactive { text-decoration: underline; }
.pagination a.inactive:hover { text-decoration: none; }
.pagination a, .pagination .current, .pagination .spacer { padding: 10px; }


.entry-content h1, 
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-size: 28px;
  font-weight: 600;
  padding-top: 0px;
  color: #182329;
}

.entry-content h3,
.entry-content h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2em;
}

.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	display: block;
	margin: 1em auto;
	overflow: hidden;
}

@media (min-width: 768px) {
	.entry-content img.alignleft {
		display: inline;
		float: left;
	  position: relative;
	  left: -80px;
	  margin: 20px -40px 20px 0;
	}

	.entry-content img.alignright {
		display: inline;
		float: right;
	  position: relative;
		right: -80px;
	  margin: 20px 0px 20px -40px;
	}
}

/* .entry-content blockquote {
  margin: 50px 10px;
  border: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  quotes: "“" "”" "‘" "’";
}

.entry-content blockquote p:last-child { margin-top: -1.5em; }
.entry-content blockquote:before {
  content: open-quote;
  display: inline;
  float: left;
} */

.entry-content blockquote {
	margin: 12px 0 24px;
    font-size: 18px;
    border-left: 5px solid #1bb398;
    padding: 12px;
    font-weight: 600;
    color: #29485B;
	font-style: normal;
}
.entry-content blockquote p {
	margin: 0;
	padding:0 
}

.entry-content blockquote p:last-child > b, 
.entry-content blockquote p:last-child > strong, 
.entry-content blockquote q, .entry-content blockquote footer {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 18px;
}
.entry-content blockquote p:last-child > strong:before, 
.entry-content blockquote q:before, .entry-content blockquote footer:before {
	content: "–";
	margin-right: 10px;
  display: inline;
  font-weight: 300;
}

/* @media (min-width: 768px) {
	.entry-content blockquote {
	  margin: 50px 100px;
	  font-size: 38px;
	  line-height: 1.4em;
	}
} */

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.linuxacademy-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.linuxacademy-front-page) .entry-header,
body:not(.linuxacademy-front-page) .entry-content {
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
  line-height: 1.6em;
}

body:not(.linuxacademy-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}


/* Single Post */

.single-post #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-post .primary-header h2 {
	font-size: 40px;
  margin: 0 auto 0;
	padding-top: 30px;
  text-align: center;
  color: #222;
  width: 80%;
}

.single-post .primary-header h3 {
  margin: 0 auto 30px;
  text-align: center;
  color: #222;
  width: 80%;
	font-size: 18px;	
}

.single-post .primary-header h3 img {
	border-radius: 100%;
	margin-right: 10px;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #72A1BE;
	border-top: 1px solid #72A1BE;
	margin: 0px;
	margin-top: 2em;
	margin-bottom: 3em;
	padding: 1em 0 0.5em;
	color: #72A1BE;
	font-size: 18px;
	display: table;
	width: 100%;
}
.entry-footer .social { padding-left: 0px; }
.entry-footer .social ul { margin: 0px; padding: 0px; }
.entry-footer .social ul li { list-style: none; display: inline; margin-right: 15px; }
.entry-footer .social ul li a { font-size: 28px; line-height: 28px; }

.entry-footer .meta { padding-right: 0px; text-align: right; }

.entry-footer .category {
  border: 1px solid #1bb398;
  color: #1bb398;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 10px;
  margin-bottom: 0.5em;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
}

.entry-footer .edit-link {
	float: right;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.entry-footer .edit-link a.post-edit-link {
	background-color: #72A1BE;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
	margin-top: 0;
	margin-left: 1em;
}
.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
	text-decoration: none;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Categories listing template */
.categories-container { margin-bottom: 50px; }
.categories-container ul:hover { display: block; }
.categories-container ul { 
	font-size: 20px;
	padding: 20px 20px;
	margin: 0px auto;
	text-align: left;
	max-width: 800px;
}

.categories-container ul.row-with-columns {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.categories-container ul li { display: block; }

/*--------------------------------------------------------------
14.0 CTAs
--------------------------------------------------------------*/

.cta-container { margin-bottom: 80px; }
.cta-container .row { padding: 0; margin: 0; }

.cta-header {
	padding: 25px 0px !important;
	background-size: 100% auto;
	background-color: #182329;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
 	position: relative;
  z-index: 1;
}
.cta-header .background {
	position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
	background-size: 100% auto;
	background-color: #182329;
	background-repeat: no-repeat;
	opacity: 0.2;
}
.cta-docker-ebook .cta-header { 
	text-align: left; 
	/*background-image: url(./assets/images/ebook-cover@2x.png);
  background-position: 25px 50px;
  background-size: 300px; */
}

.cta-container h3 {
	font-size: 32px;
  padding-top: 50px;
  color: #fff;
  font-weight: 500;
}
.cta-newsletter h3 { margin-bottom: 0px; padding-top: 20px; }

.cta-container .cta-form {
	background-color: #72A1BE;
	position: relative;
	padding: 30px 0px;
  font-size: 18px;
}

.cta-container .cta-form input {
	background: transparent;
  border-radius: 0px;
  border-color: #fff;
  font-size: 18px;
  color: #fff;
}
.cta-container .cta-form .col-sm-2, .cta-container .cta-form .col-sm-3 { padding-left: 0px; }
.cta-container .cta-form button {
  padding: 13px 15px;
  background-color: #fff;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 300;
  color: #72A1BE;
}
.cta-docker-ebook .col-sm-6 { padding-left: 40px; padding-right: 0px; }
.cta-docker-ebook .ebook-cover {
	background-position: 20px 30px;
  background-repeat: no-repeat;
  background-size: 300px;
  margin-bottom: -57%;
  overflow: hidden;
  height: 400px;
}



@media (max-width: 767px) {
	.cta-docker-ebook .cta-header {
    text-align: center;
  }
  .cta-docker-ebook .col-sm-6 {
  	padding-left: 15px;
  	padding-right: 15px;
  }
	.cta-docker-ebook .ebook-cover {
	  background-position: center top;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 300px;
    margin-bottom: -30px;
  }

	.cta-container .cta-form .col-sm-2, .cta-container .cta-form .col-sm-3 { padding-left: 15px; }
	.cta-container .cta-form button {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

.cta-container .cta-form input:hover, .cta-container .cta-form input:focus { border-color: #fff; color: #fff; }
.cta-container .cta-form input::-webkit-input-placeholder { color: #fff; } /* Chrome/Opera/Safari */
.cta-container .cta-form input::-moz-placeholder { color: #fff; } /* Firefox 19+ */
.cta-container .cta-form input:-ms-input-placeholder { color: #fff; } /* IE 10+ */
.cta-container .cta-form input:-moz-placeholder { color: #fff; } /* Firefox 18- */

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* Search */

.search-form {
	position: relative;
	max-width: 500px;
  margin: auto;
}

.search-form .search-field {
	background: transparent;
  border-radius: 0px;
  border-color: #fff;
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.search-form .search-field:hover, .search-form .search-field:focus { border-color: #fff; color: #fff; }
.search-form .search-field::-webkit-input-placeholder { color: #fff; } /* Chrome/Opera/Safari */
.search-form .search-field::-moz-placeholder { color: #fff; } /* Firefox 19+ */
.search-form .search-field:-ms-input-placeholder { color: #fff; } /* IE 10+ */
.search-form .search-field:-moz-placeholder { color: #fff; } /* Firefox 18- */

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
	background-color: #fff;
	border-radius: 0px;
	color: #333;
  font-size: 20px;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		max-width: 1200px;
		padding-left: 3em;
		padding-right: 3em;
	}

	/* Site Branding */

	.site-title { font-size: 36px; }

	/* Posts */

	.site-content {
		padding: 5.5em 0 3em;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	.site-footer {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.linuxacademy-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.linuxacademy-front-page.has-header-image .site-branding,
	.linuxacademy-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.linuxacademy-front-page.has-header-image .site-title,
	.linuxacademy-front-page.has-header-video .site-title,
	.linuxacademy-front-page.has-header-image .site-title a,
	.linuxacademy-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.linuxacademy-front-page.has-header-image .site-description,
	.linuxacademy-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
/* Comment Styles */
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}