/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
div#main {
	color: #000;
}

ul, ol, p {
	line-height: 26px;
}

li {
	margin-bottom: 10px;
}

p.indent {
	padding-left: 2em;
	padding-right: 5em;
	color: gray;
}

.header-post-title-class {
	font-size: 26px;
	font-weight: 800;
}

.sidebar {
	float: right;
	margin-left: 40px;
	background-color: #D6D6D6;
	padding: 10px;
	border-left: 3px solid brown;
	max-width: 320px;
}

.sidebar div.caption {
	margin-bottom: 10px;
	font-weight: bold;
}

@media only screen and (max-width: 320px) {
	.header-post-title-class {
		font-size: 22px;
		font-weight: inherit;
	}
	
	.sidebar {
		float: none;
		margin-left: 0;
	}
	
	.sidebar:before {
		content: 'Sidebar';
		font-weight: bold;
		letter-spacing: 1px;
		top: 5px;
		position: relative;
	}
	
	.sidebar div:first-child,
																																							.sidebar p:first-child {
		margin-top: 10px;
	}
}

code {
	padding: 5px;
}

.linux code {
	background-color: #1c1c1c;
	color: #01FF00;
}

.email-quote {
	border: 2px solid #77011c;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #fafafa;
	background: #FAFAFA url(/wp-content/uploads/EnvelopeCircleWhite.png) -5% -1% no-repeat;
	padding: 20px;
	padding-top: 115px;
	margin-bottom: 30px;
}

/* Hide the comments counter underneath post spiels. See https://wordpress.org/support/topic/how-to-remove-comment-counts/ */
.comments {
	display: none;
}

/************************************************/
/*         Spacious Overrides by Ofer           */
/************************************************/
body.single #content article a {
	border-bottom: 1px dashed;
}

body.single #content article a:hover {
	text-decoration: none;
}

body.single #content .entry-meta a {
	border-bottom: 0;
}

body.home #content .entry-meta {
	border: 0;
}

body.home               #content .entry-meta .by-author,
body.home               #content .entry-meta .date time.updated,
body.home               #content .entry-meta .category,

body.single             #content .entry-meta .by-author,
body.single             #content .entry-meta .date time.updated,
body.single             #content .entry-meta .category {
	display: none;
}

body.single #content h3 {
	padding-top: 20px;
}

/* Add logo */
div#header-text::before {
	content: url(https://fullstack.info/wp-content/uploads/cropped-Stack-Single-Plain-Resized.jpg);
    width: 120px;
    height: 150px;
    float: left;
    margin-right: 20px;
}

/* Stretch site title so it doesn't break lines */
h1#site-title, h3#site-title {
	width: 600px;
}

/* Force the footer menu to the left, on high resolution (low remains centered) */
.footer-socket-wrapper .small-menu {
	float: none;
}

/************************************************/
/*          Media overrides by Ofer            */
/************************************************/
@media only screen and (max-width: 420px) {
	
}

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

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

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

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


aside .widget,
.newsletter-subscribe {
  background: #fcfcfc;
  -webkit-box-shadow: 0 11px 11px -8px #bdbdbd;
  -moz-box-shadow: 0 11px 11px -8px #bdbdbd;
  box-shadow: 0 11px 11px -8px #bdbdbd;
  margin-bottom: 30px;
  padding: 10px;
}

.newsletter-subscribe .af-textWrap input {
  padding: 10px;
  margin: 10px;
  width: 90%;
}

.newsletter-subscribe input[type=\"submit\"] {
   border-top: 1px solid #f2c5b8;
   background: #e8ae9d;
   background: -webkit-gradient(linear, left top, left bottom, from(#f04f23), to(#e8ae9d));
   background: -webkit-linear-gradient(top, #f04f23, #e8ae9d);
   background: -moz-linear-gradient(top, #f04f23, #e8ae9d);
   background: -ms-linear-gradient(top, #f04f23, #e8ae9d);
   background: -o-linear-gradient(top, #f04f23, #e8ae9d);
   padding: 10px 40px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
}
.newsletter-subscribe input[type=\"submit\"]:hover {
   border-top-color: #cf5f40;
   background: #cf5f40;
   color: #ffffff;
}
.newsletter-subscribe input[type=\"submit\"]:active {
   border-top-color: #ffffff;
   background: #ffffff;
}

.profileBox,
.newsletter-subscribe
.recommendationsBox {
  border-top: 4px solid #77011c;
  padding-top: 10px;
  padding-bottom: 10px;
}

.profileBox h4,
.newsletter-subscribe h4 {
  display: inline;
  line-height: 60px;
  margin-left: 20px;
  font-weight: bold;
}

aside#adswidget1-quick-adsense {
  text-align: center;
}

.recommendationsBox {
  text-align: center;
}

.recommendationsBox iframe {
  margin: 0 20px;
}

.recommendationsBox {
	display: inline;
}

.recommendationsBox iframe {
	width: 40% !important;
}

.recommendationsBox iframe,
.recommendationsBox div {
}

/************************************************/
/*          Media overrides by Ofer            */
/************************************************/
@media only screen and (max-width: 420px) {
  
}

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

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

@media screen and (max-width: 1078px) {
	.recommendationsBox iframe {
    margin: 0;
  }
	
	/* Cancel stretch site title since it'd create a horizontal bar */
	h1#site-title {
		width: auto;
	}
}

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