/*!
Theme Name: Fellestheme
Theme URI: http://www.fellesadventures.com/
Author: Jacob Felsted
Author URI: http://www.fellesadventures.com/
Description: A custom wordpress theme using bootstrap
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fellestheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments

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

Bootstrap to Wordpress is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	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;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}















/*--------------------------------------------------------------
## Theme specific styles
--------------------------------------------------------------*/



/* COLOR REFERENCES

Green:      #79b044
Salmon:     #dd5638
Blue Gray:  #3e4249
background: #faeacc


*/

.side-topgrafik {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	max-width: 100%;
/*	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.3); */
}

.side-description {
	position: relative;
	top: 0;
	margin: 0 0 30px 0;
	padding: 0 20px 0 20px;
	font-family: 'Permanent Marker';
	font-size: 25px;
	color: #faeacc;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.3);
	height: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.side-name {
	font-family: 'Permanent Marker';
	position: relative;
	top: 20px;
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 60px;
	line-height: 60px;
	text-shadow: 2px 2px 4px #000000;
	vertical-align: center;
	text-align: center;
}

.side-description .badge-socialt {
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px 0px 0;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
	color: #faeacc;
}

.side-description .badge-socialt i.fa {
  padding-left: 10px;
}

.side-description .badge-socialt.twitter:hover {
  color: #55acee !important;
}

.side-description .badge-socialt.instagram:hover {
  color: #C92BB7 !important;
}

.side-description .badge-socialt.facebook:hover {
  color: #3b5998 !important;
}

.side-description .badge-socialt.youtube:hover {
  color: #ff0000 !important;
}

.side-description .badge-socialt.patreon:hover {
  color: #012847 !important;
}

/* === MENU === */



nav {

	background: url('assets/img/bgwood_menu2.jpg');
	background-size: cover;
	border: 5px solid #faeacc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

nav.navbar {
	margin: 0;
	padding: 0;
	top: 0;
}

#menu-main_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu-main_menu li {
	float: left;
}

#menu-main_menu li a {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #faeacc;
	text-shadow: 2px 2px 5px black;
	font-size: 24px;
	display: block;
}

#menu-main_menu li a:hover {
	color: white;
	text-shadow: 2px 2px 5px black;
	text-decoration: none;
	background-color: rgba(210,105,50,0.7);
	-webkit-backdrop-filter: blur(1px);
}

#menu-main_menu li.current-menu-item a {
	font-weight: bold;
	color: white;
	background-color: rgba(210,105,50,0.7);
	-webkit-backdrop-filter: blur(1px);

}

div.dropdown-menu {
	background-color: rgba(210,105,50,0.7);
	-webkit-backdrop-filter: blur(1px);
	margin: 0;
	padding: 0 0 0 20px;
}

a.dropdown-item {
	background: none !important;
}



/* === FOOTER MENU === */



#menu-footer_menu {
	display: flex;
	list-style: none;
}

#menu-footer_menu li {
	padding-left: 0;
	padding-right: 20px;
}

nav img {
	padding-right: 40px;
}

#carouselExampleCaptions{
	margin: 30px 0 0 0;
}

.carousel-item img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}



/* === GENERAL === */


body {
  margin-top: 55px;
  font-family: 'Raleway', 'proxima-nova', Helvetica, sans-serif;
  font-size: 16px;
	background: url('assets/img/bg-wood-jungle.jpg') center no-repeat fixed;
	background-size: cover;
}

.logged-in .navbar {
	top: 0px;
}


/* === GLOBAL === */

h1,h2,h3,h4,h5,h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
}

h1 {
  font-size: 3em;
}

h1,h2 {
  margin: 0 0 40px;
}

h3 {
  margin: 20px 0;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 15px;
}

p.lead {
  font-weight: normal;
}

a:link, a:visited {
  color: #A0522D;
}

a:hover {
  text-decoration: underline;
  color: #A0522D;
}

.container hr {
  display: block;
  border-style: solid;
  height: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
  background: linear-gradient( 90deg, #A0522D 20%, #A0522D 85%);
}

.wpsp-read-more a.wp-show-posts-read-more {
	border: 0 !important;
	padding: 0;
	margin: 0;
	color: #A0522D;
	font-size: 1em;
}

.wpsp-read-more a.wp-show-posts-read-more:hover {
	text-decoration: underline;
	background: none;
}


button, input, .btn, a.btn {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: white;
}

.btn {
  font-weight: bold;
}

.btn-danger {
  background-color: red;
  border-color: white;
}

.btn-success {
  background: #D2691E;
  border: none;
}

.btn-success:hover {
  background: #A0522D;
  border-color: #A0522D;
}

strong { font-weight: bold; }

img {
  max-width: 100%;
}

.search-result-text {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: 'Permanent Marker';
	font-size: 60px;
	color: #faeacc;
	text-shadow: 2px 2px 4px #000000;
}

.search-noresult-text {
	margin: 0;
	padding: 10px 0 40px 20px;
	font-family: 'Permanent Marker';
	font-size: 60px;
	color: #faeacc;
	text-shadow: 2px 2px 4px #000000;
}

h1.page-title {
	margin: 0 0 0 0 !important;
	padding: 10px 0 0 0 !important;
	font-family: 'Permanent Marker';
	font-size: 60px !important;
	color: #faeacc !important;
	text-shadow: 2px 2px 4px #000000 !important;
	text-align: left !important;
}

.badge.social {
  background: #ccc;
  font-size: 24px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 5px 0px 0;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: white;
}


blockquote {
  padding: 0;
  border: none;
  font-style: italic;
  text-align: left;
}

blockquote cite {
  display: block;
  color: #777;
  margin: 15px 0 0 0;
}

blockquote:before {
  display: none;
}

/* === HERO === */

#hero {
  background: url('assets/img/hero-bg.jpg') 50% 0 repeat fixed;
  min-height: 500px;
  padding: 40px 0;
	padding-top: 72px;
  color: white;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#hero .hero-text {
  margin-top: 30px;
}

#hero article {
  width: 100%;
  text-align: center;
}

#price-timeline {
  margin: 30px 0 60px;
  text-align: center;
}

#price-timeline .price {
  display: inline-block;
  margin: 0 2% 0 0;
  width: 30%;
  background: #3e4249;
  padding: 10px 20px 30px;
  position: relative;
  vertical-align: top;
}

#price-timeline .price.active {
  background: #dd5638;
}

#price-timeline .price span {
  background: #101010;
  display: block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -35px;
}

#price-timeline h4 {
  margin: 0 0 10px;
}

#price-timeline h4 small {
  color: white;
  font-weight: bold;
  display: block;
}

/* === LAYOUT === */

.row + .row {
margin-top: 20px
}

section {
  padding: 40px 40px;
}

section.main-content {
  padding: 40px 40px;
}

.section-header {
  text-align: center;
}

section h2 {
  margin: 20px 0 40px;
}

section h3 {
  margin: 30px 0 10px;
}

#primary {
  padding-top: 40px;
  padding-bottom: 40px;
}

.feature-image {
  display: table;
  width: 100%;
}

.feature-image-default {
  background: url('assets/img/stuff-feature.jpg') no-repeat;
  background-size: cover;
}

.feature-image-default-alt {
  background: url('assets/img/hipster-stuff.jpg') no-repeat;
  background-size: cover;
}

.feature-image h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
}

#optin {
background: #3e4249;
padding: 20px 0;
color: white;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 1.2em;
}

#optin p {
  margin: 7px 0 0 0;
}

#who-benefits {
  background: white;
}

#course-features {
  background: #3e4249;
  color: white;
  text-align: center;
}

#project-features {
  text-align: center;
}

#featurette {
  background:  url('assets/img/stuff-bg.jpg') 50% 100% repeat fixed;
  background-size: cover;
  color: white;
}

#instructor {
  background: white url('assets/img/brad-elvis.png') 90% -10px no-repeat;
}

#instructor h2 {
  margin: 0 0 20px;
}

#instructor .num {
  margin-right: 50px;
  display: table;
  font-size: 30px;
  font-weight: bold;
  color: white;
  line-height: 24px;
  height: 140px;
  width: 140px;
  text-align: center;
  background: #dd5638;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#instructor .num .num-content {
  display: table-cell;
  vertical-align: middle;
}

#instructor .num span {
  display: block;
  font-size: 20px;
  font-weight: normal;
}

#kudos {
  text-align: center;
}

.testimonial {
  margin-bottom: 60px;
}

.testimonial img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#signup {
  text-align: center;
  background: url('assets/img/hipster-stuff.jpg') center center repeat fixed;
  background-size: cover;
  color: white;
  padding: 140px 0;
}

#signup h2 {
  font-weight: normal;
}

#signup h2 strong {
  border-bottom: solid 2px #dd5638;
}

#signup .btn {
  font-size: 24px;
}

footer {
	color: #faeacc;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.3);
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 10px;
	padding-right: 10px;
	margin-top: -40px;
	margin-bottom: 30px;
  font-size: 12px;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}




footer p {
  margin: 0;
}

footer a:link, footer a:visited {
  color: white;
}

footer a:hover {
  color: #faeacc;
}


footer .current_page_item {
	font-weight: bold;
}


/* === BLOG === */

body.blog {
	margin : 0 !important;
}

.post, .widget, #comments {
  position: relative;
  border: solid 5px #A0522D;
  background: #faeacc;
	background: url('assets/img/bg-conquor-yellow.png');
  margin: 0 0 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
  padding: 20px;
}

.post header h1,
.post header h3 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #A0522D;
}

.post header h1 {
  font-size: 24px;
}

.post-image img {
  height: auto;
}

.post-details {
  font-size: 12px;
  width: 90%;
}

.post-details i.fa {
  padding-left: 10px;
}

.post-details i.fa:first-child {
  padding-left: 0;
}

/* === WIDGET === */

.widget {
  padding: 20px;
}

.widget h4 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #A0522D;
}

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

.widget ul li {
  margin: 0 0 5px;
}

.widget ul li:hover {
  position: relative;
  left: 3px;
}


/* === COMMENTS === */

.post-comments-badge {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 25px;
  right: 20px;
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #D2691E;
  text-align: center;
  display: table;
}

.post-comments-badge a {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 20px;
  line-height: 20px;
}

.post-comments-badge i.fa {
  display: block;
  font-size: 15px;
  padding: 0;
  margin-bottom: 4px;
}

.post-comments-badge:hover {
  background-color: #A0522D;
}

.post-comments-badge a:hover {
	text-decoration: none;
}

#comments h3 {
  text-align: center;
}

#comments h4 {
  font-size: 1.3em;
}

#comments ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#comments ol li {
  background: rgba(0,0,0,0.02);
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px rgba(0,0,0,0.03);
}

#comments ol li ol.children {
  padding: 0;
  list-style: none;
  font-size: 0.96em;
}

#leave-comment {
  margin: 40px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #eee;
}

/* === SPECIFIC WORDPRESS COMMENT STYLES === */
#comments footer {
	background: none;
	color: inherit;
}

#comments footer a {
	color: inherit;
}

#comments .comment-metadata {
	margin: 10px 0 0px;
}

#comments footer.comment-meta {
	background: none;
}

footer.comment-meta {
	margin-top: 10px;
}

/* === WP SHOW POSTS FIXES === */

section.wp-show-posts {
	margin: 0 !important;
	padding: 0 !important;
}
article.wp-show-posts-single {
	margin: 0;
	padding: 0;
	border: 0;
}
article.wp-show-posts-single header.wp-show-posts-entry-header {
	padding: 20px 0 0 0;
	border-top: 1px solid #A0522D;
}


/* === RESOURCES === */

.resource {
  width: 31.33333333%;
  float: left;
  margin: 0 3% 40px 0;
}

.resource:nth-child(3n) {
  margin-right: 0;
}

/* === CUSTOM ICON SPRITES === */

i.ci {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url('assets/img/icon-sprite.png') no-repeat;
}

.ci.ci-computer   { background-position: 0 0 }
.ci.ci-watch      { background-position: -40px 0 }
.ci.ci-calendar   { background-position: -80px 0 }
.ci.ci-community  { background-position: -120px 0 }
.ci.ci-instructor { background-position: -160px 0 }
.ci.ci-device     { background-position: -200px 0 }

/* === FORMS === */

label {
  display: block;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #A0522D !important;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 12px;
	font-weight: bold;

}

input[type="search"] {
	background: rgba(255, 255, 255, 0.5);
	width: 50%;
}

input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A0522D;
	font-weight: bold;
  opacity: 1; /* Firefox */
}

input[type="submit"],
button[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	background: #D2691E;
  background-image: none;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  outline: none;
  border: none;
  background: #A0522D;
}

.emaillist input[type="text"],
.emaillist input[type="email"],
.emaillist input[type="submit"] {
	width: 100%;
}




/* === MEDIA QUERIES === */

@media screen and ( max-width : 991px ) {
  #instructor .container {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  }
}

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

}

@media screen and ( max-width : 768px ) {
  .logo {
    width: 50%;
  }

  #optin p {
    margin: 0 0 10px;
  }

  #featurette iframe {
    height: 240px;
  }

  .resource {
    width: 48%;
    margin-right: 2%;
    min-height: 800px;
  }
}

@media screen and ( max-width : 568px ) {
  #instructor .num {
    height: 100px;
    width: 100px;
    font-size: 22px;
  }

  #instructor .num span {
    font-size: 16px;
  }

  .resource {
    width: 100%;
    margin-right: 0;
    min-height: 0;
  }

}
