/*
------------------------------------
Theme Name: TinkerTry
Platform: Kirby CMS
Author: Andy Braren
Author URI: http://andybraren.com
Description: This is a custom stylesheet for TinkerTry
------------------------------------
*/



/* Navigation
-------------------------------------------------- */
.menu a {
  display: block;
}

.menu-mini a {
  line-height: 1.5rem;
  color: #e1e1e1;
}

.menu a:hover {
  color: #439845;
  text-decoration: none;
}

.menu .active {
  color: red;
}

.menu li {
  list-style: none;
}

.menu > li {
  position: relative;
  float: left;
}

.menu > li > a {
  border: 0;
  padding: .5rem .5rem;
}

ul.menu {
  float: left;
}

.menu-mini {
  display: flex;
  justify-content: space-between;
}

ul.menu.menu-main {
  width: 100%;
  margin-bottom: 10px;
}

ul.menu-main {
  margin-left: 10px;
  margin-right: 10px;
  min-width: 800px;
}


.mini-menu-social {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}

.mini-menu-social img {
  height: 24px;
}

.mini-menu-links {
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  margin-left: 10px;
}

.mini-menu-links a {
  padding: 0.5rem 0;
  margin: 0 0.5rem;
}




.menu-mini > a {
  line-height: 40px;
}
.menu.menu-mini a {
  padding: 0 8px;
  border-right: 1px solid black;
}
.menu-main > a:first-child {
  border-left: solid 1px #e1e1e1;
}
.menu-main > a {
  border-right: solid 1px #e1e1e1;
  min-width: 80px;
}
.menu-main > a {
  padding: .5rem 1.2rem;
}


nav.menu-main {
  background-color: #f8f8f8;
}

nav {
  font-size: .75rem;
  width: 100%;
}

nav.menu-mini {
  background-color: #222;
}
ul.menu.menu-mini {
  background-color: #222;
}
nav.menu-main > ul > li > a {
  color: #777;
  text-align: center;
}
nav.menu-main > ul > li:hover {
  background-color: #FDFDFD;
}


.scrollable-menu {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.scrollable-menu > ul > li {
  opacity: 1;
  list-style-type: none;
  display: inline-block;
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
}

.scrollable-menu > ul > li > a {
  padding: .5rem 0;
  margin: 0 .5rem;
  display: block;
}




/* Search form */
.search_site #searchform #s{
width: 100%;
}

.search_site {
width: 18%;
}
#searchform #s {
width: 100% !important;
}
/* Keeps border contained within search box */
.search_site #searchform #s {
padding: 12px 0px !important;
text-indent: 10px;
}

/* Changes the icon used in the search box */
#top #searchsubmit {
	background: url("/wp-content/themes/shoutbox-child/images/shared/search-glass.png") no-repeat scroll center center transparent !important;
}


.shareaholic-canvas {
	height: 60px;
	margin-top: -10px;
}






.searchboxcontainer {
  float: right;
}
li.searchboxcontainer {
  border-right: none;
  min-width: 20px;
  float: right !important;
}





.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  background: #f8f8f8;
}
.search-box + label .search-icon {
  color: black;
}
.search-box:hover {
  color: white;
  background: #c8c8c8;
}
.search-box:hover + label .search-icon {
  color: white;
}
.search-box:focus {
  transition: width 0.6s, border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 40px;
  cursor: text;
  width: 240px;
  border-radius: auto;
  background: #ebebeb;
  color: black;
}
.search-box:focus + label .search-icon {
  color: black;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
  display: none;
}

.search-icon {
  position: relative;
  left: -30px;
  color: white;
  cursor: pointer;
}

input#search-box {
  background-image:url('//cdn.tinkertry.com/assets/images/icons.png');
  background-position: 0 -24px;
  background-repeat: no-repeat;
  left: 28px;
  font-size: 1rem;
  color: rgb(95, 95, 95);
}

/*
.social li {
  background-image:url('//cdn.tinkertry.com/assets/images/icons.png');
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  width: 24px;
}
*/


.searchboxcontainer {
  float: right;
}














.footer {
  overflow: auto;
  padding-bottom: 30px;
}





.pagination {
  float: left;
  width: 100%;
}


.logo {
  max-width: 100%;
  width: 28.5%;
  padding-top: 10px;
  padding-bottom: 12px;
}
.logo img {
  max-height: 90px;
  margin-left: 12px !important;
  width: 290px;
}







.topad {
  padding: 10px 0px;
  width: 68.5%;
}

/*
.topad > * {
	width: 728px;
	height: 90px;
}
*/


.postbox {
  width: 69.8%;
  max-width: 740px;
  background-color: white;
  margin-bottom: 1.5rem;
  line-height: 26px;
  margin-right: 1%;
  float: left;
}
.postboxes {
  max-width: 740px;
  width: 69.8%;
  margin-bottom: 1.5rem;
  line-height: 26px;
  margin-right: 1%;
  float: left;
}


.readmore {
  float: right;
}
.date {
  float: left;
}

.readbox {
  height: 15px;
  background-color: rgb(250, 250, 250);
  padding: 10px;
  border-top: solid 1px rgb(208, 208, 208);
  position: relative;
}

.articlebox {
  background-color: white;
  width: 49.325%;
  float: left;
  /*max-height: 340px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.35%;
}
.articlebox p {
  margin: 0.1rem auto;
}
.articlebox:nth-child(even) {
  margin-right: 1.35%;
}
.articleboxcontent h1 {
font-size: 1rem;
line-height: 1.4rem;
}

.articleboxcontent {
  padding: 10px;
  max-height: 147px;
}



.sidebar {
  width: 310px;
  width: 29.2%;
  margin: 0;
  position: relative;
  float: left;
  overflow: auto;
}

.sidebar .widget {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  overflow: auto;
}

#about p:first-child {
  margin-top: 0px;
}
#about p:nth-child(2) {
  margin-bottom: 0px;
}

/* Advertisements (Clean up by turning off BSA CSS)
-------------------------------------------------- */
.sidebar > .widget > #buysellad1 {
  background-color: white;
  padding: 1.25rem;
  margin-bottom: 10px;
}
.sidebar > .widget > #buysellad2 {
  background-color: white;
  padding: 1.25rem;
  margin-bottom: 10px;
}
.sidebar > .widget > #buysellad3 {
  background-color: white;
  padding: 1.25rem;
  margin-bottom: 10px;
}
div#buysellad1 {
  overflow: auto;
  padding: 10px 10px 0 10px;
}

div#buysellad2 {
  height: 250px;
  padding: 5px;
}
div#buysellad3 {
  overflow: auto;
  padding: 4px;
}
div#buysellad4 {
  overflow: hidden;
  padding: 1px;
  height: auto;
  width: auto;
  overflow: hidden;
}
/* BuySellAd at bottom of article */
div#buysellad4 a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
div.bsap_1296362 a img {
  margin: 0;
  height: inherit;
  margin: 0 auto;
}
div.bsap_1296362 a {
  width: inherit !important;
  margin-bottom: 5px !important;;
}
div.bsap_1300197 a img {
  margin: 0;
  height: auto;
}
a#bsa_17655 {
  width: inherit;
}
a#bsa_19376 {
  width: inherit;
}
a#bsa_5360714 {
  width: inherit;
}
a#bsa_5224080 {
  width: inherit;
}
a#bsa_4972475 {
  width: inherit;
}
a#bsa_5414522 {
  width: inherit;
}
a#bsa_24440 {
  width: inherit;
}

html>body div.bsap_1296362 a.adhere {
  width: 100% !important;
  height: auto !important;
}

div.bsap_1296069 {
  /*min-height: 135px;*/
}
#advertisehere {
  float: left;
  margin-right: 0px;
  margin-bottom: 10px;
}


div.bsap_1296069 a img {
  margin: 0;
  width: 100% !important;
}
#bsap_1296069 img {
  height: auto !important;
}
div.bsap_1296069 a {
  max-width: 100% !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
/*height: 125px;*/
}
#buysellad1 iframe {
  min-height: initial !important;
  width: 125px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

#advertisehere {
  max-width: 100%;
  height: auto !important;
}


/* top ad */
html>body div.bsap_1300197 a.adhere {
  max-width: 100%;
}

/* remove this when we disable buysellads styling */
div.bsap_1300197 a.adhere {
  border: none !important;
}


/* Advertise Here */
a.adhere {
  display: block;
  width: 123px;
  height: 123px;
  line-height: 1000%;
  color: #666;
  font-weight: bold;
  font-size: 12px;
  /*
  border: 1px solid #ccc;
  */
  background: #e7e7e7;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  float: left;
  font-family: verdana,sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
}

.adhere:before {
  content: "";
}
.adhere.ad2 {
  width: 300px;
  height: 190px;
  padding-top: 60px;
}

.amazon {
  border: none !important;
  padding-top: 20px;
}

.widget.ad {
  padding: 4px;
}


.ad.ad2 {
  width: 100%;
  position: relative;
  background: #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}
.ad.ad2:after {
  padding-top: 100%;
  content: '';
  display: table;
}
.ad.ad2 span {
  color: initial;
}
.ad.ad2:hover span {
  color: #52a365;
}


.ad.ad1 {
    width: 100%;
    position: relative;
    background: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;;
    max-width: 125px;
    margin-bottom: 10px;
}
.ad.ad1:after {
  padding-top: 100%;
  content: '';
  display: table;
}
.ad.ad1 span {
  color: initial;
}
.ad.ad1:hover span {
  color: #52a365;
}


#bsap_1300197 a {
  max-width: 100%;
}


mark {
  background-color: #FFFF00;
}



@media (max-width: 780px) {
  .mc-field-group input {
  	width: 100% !important;
  	max-width: 100% !important;
  }
  #mc-embedded-subscribe {
    margin-top: 5px;
  }

ul#dsq-combo-tabs {
    display: block;
    overflow: hidden;
}
ul#dsq-combo-tabs li {
    width: 100%;
    max-width: 100%;
}
}
#ShopWiredzoneHouseAd img {
  width: 100% !important;
  height: auto !important;
}


#support {
  padding: 10px;
}
#support h4 {
  margin-bottom: .5rem;
}

.size-50 {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1062px) {
.size-50 {
	width: 50%;
}
}
@media (max-width: 600px) {
.size-50 {
  flex-flow: row;
}
}

#support-images {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#support-images img {
  margin: 0;
}



/* Mailing list button */
input#mc-embedded-subscribe {
  padding: 6px;
  background-color: #52a365;
  border-width: 1px;
  border-color: #73c586;
  color: #ffffff;
  border-style: solid;
  cursor: pointer;
  font-size: 12px;
  max-width: 66%;
}

input#mce-EMAIL {
  padding: 6px 0;
  text-indent: 5px;
  width: 60%;
}





div#disquswidget {
  font-size: .75rem;
}
#dsq-combo-widget #dsq-combo-content p {
  line-height: 1.3rem;
}
div#disquswidget {
padding: 10px;
}


.content {
  max-width: 98.2%;
  margin: auto;
  overflow: auto;
  margin-top: 1%;
}


.featuredimage > img {
  width: 100%;
  margin: 0;
  max-height: 150px;
}

figure {
  border-radius: 3px;
  margin: .5rem 0;
  clear: right;
}

figcaption {
  text-align: center;
  font-size: .9em;
  margin-top: -.1rem;
  line-height: normal;
  margin: .5rem;
  padding-bottom: .5rem;
  color: #444;
}

hr {
  margin: 15px 0;
  clear: both;
}


img.featuredimage {
  margin: 0;
  width: 100%;
  max-height: 300px;
}




/* Category list in articles */
.meta li {
  display: inline;
}

.meta li:after {
  content: ", ";
}
.meta li:nth-last-child(2):after {
  content: "";
}

/* DROPDOWN MENU
http://cssdeck.com/labs/another-simple-css3-dropdown-menu
-------------------------------------------------- */
#dropdown > ul {
  margin: 0;
  list-style: none;
}
#dropdown > ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  position: relative;
  padding: 15px 15px;
  cursor: pointer;
}
#dropdown > ul li ul {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 0;
  width: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
}
#dropdown > ul li ul li { 
  background: rgba(0, 0, 0, 0.6); 
  display: block; 
  color: #fff;
}
#dropdown > ul li ul a li {
  float: none;
  font-family: 'Open Sans';
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
}
#dropdown > ul li ul li:hover {
  background: rgba(58, 58, 58, 0.6);
}
#dropdown > ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  left: 1em;
}
.submenu:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -.5em;
  left: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #222;
}
.submenu li {
  border-bottom: 1px solid #444;
}
.submenu a {
  padding: .5em 1.5em;
  font-size: .9em;
  font-weight: 300;
  color: #fff;
  background: #222;
  white-space: nowrap;
}
.submenu a:hover {
  background: #333;
  color: #fff;
}

/* Dropdown Menus
-------------------------------------------------- */

/* Header
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #717c74;
}

a {
	color: #52a365;
	text-decoration: none;
  word-wrap: break-word;
}

a:hover {
	color: #49d15d;
}

.nav {
color: #C8C3BC;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.nav a {
color: #C8C3BC;
}
.nav a:hover {
color: orange;
}

header a:hover {
  color: orange;
}

.filter {
  letter-spacing: 1px;
  text-align: center;
  color: #C8C3BC;
  margin-top: 20px;
}

.title {
	font-family: Georgia, Times, serif;
	font-size: 3rem;
	padding-top: 2rem;
  padding-bottom: 1rem;
}

.home h1 {
	text-align: left;
	font-size: 1rem;
  line-height: inherit;
}

.home .meta {
font-size: 13px;
line-height: 24px;
float: left;
margin-left: -65px;
margin-top: -24px;
width: 55px;
text-align: right;
font-family: 'Open Sans';
}

body {
  font-family: Verdana, sans-serif;
  font-size: .87rem;
  background: #C9DBC8;
  padding-bottom: 30px;
  max-width: 1080px;
  margin: auto;
  padding: 0;
}

.top {
  max-width: 1060px;
  margin: 0 auto;
  overflow: auto;
  background-color: rgb(201, 219, 200);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top > a > img {
  margin: 0;
}

/* Code Blocks
-------------------------------------------------- */
pre {
  line-height: 20px;
  padding: 5px 0;
}

pre code {
  overflow-x: auto;
  display: block;
  padding: 0;
  font-size: 13px;
  border-left: 4px solid rgba(214, 139, 0, 0.7);
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 0;
  background-color: rgba(214, 139, 0, 0.05);
}

code {
  overflow-x: auto;
  font-family: monospace;
  font-size: 1rem;
}

blockquote {
	border-left: 4px solid #51A364;
	padding: .05rem 1rem;
	color: #666;
  background-color: rgba(181, 229, 182, 0.21);
  margin: 0.5rem auto;
}

blockquote p {
  color: #626262;
}


/* Images
-------------------------------------------------- */
img {
  outline: 0;
  border: 0;
  max-width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

.medium {
  max-width: 50%;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.small {
  max-width: 25%;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
.large {
	max-width: 100%;
	margin-left: 0;
}
}
img.medium {
width: 50%;
float: right;
margin-left: 10px;
}


.shareicons {
  height: 50px;
}
.shareaholic-share-buttons-container ul.shareaholic-share-buttons {
  padding: 0px !important;
}
.shareaholic-share-buttons-container.shareaholic-ui.flat.badge-counter.center-align {
  margin-bottom: -10px !important;
}



/* Headings & Text
-------------------------------------------------- */
h1 {
  color: #444;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Arial',sans-serif;
  line-height: 1.5rem;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  margin: 15px 0 5px 0;
  clear: both;
}
h3 {
  font-weight: bold;
  font-size: 16px;
  color: rgb(68, 68, 68);
  margin-top: 15px;
  clear: both;
}
h4 {
  font-weight: bold;
  font-size: 14px;
}

h2 a {
  color: initial;
  text-decoration: initial;
}
h2 a:hover, h3 a:hover, h4 a:hover {
  color: initial;
}

h3 a {
  color: initial;
  text-decoration: initial;
}



p {
	font-size: 0.85rem;
	color: #444;
	line-height: 1.4rem;
	margin: 0.5rem auto;
	word-wrap: break-word;
}
ol {
  color: #444;
  margin-left: 1rem;
}
article ol {
    margin-left: 1rem;
    padding-left: 1rem;
}

article ul {
  padding: 0 0 0 1.5rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  color: #444;
}

article ol li {
	list-style-type: decimal;
}

article {
  padding: 10px 20px 0;
}



/* Prevents jerkiness when loading */


::selection {
background: rgba(0, 0, 0, 0.1);
}

.page .meta {
font-size: .8rem;
line-height: 1rem;
color: #8B8B8B;
}
.page .meta a {
color: #8B8B8B;
}
.page .meta a:hover {
color: orange;
}


#dsq-combo-widget #dsq-combo-content .dsq-combo-box {
  margin: 0 !important;
}


/* Amazon widgets
-------------------------------------------------- */

.amazon {
  display: flex;
  display: -webkit-flex;
  border: 1px solid #FF9900;
  padding: 5px;
  margin-top: -1px;
}

.amazon-image {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
/*
h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/



/* Footer
-------------------------------------------------- */
footer {
  padding-top: 20px;
  margin-top: 20px;
  font-size: 13px;
  clear: both;
  overflow: auto;
  background-color: #fff;
}

.half {
  width: 46%;
  margin: 0px 2%;
}

.half.first {
  float: left;
}
.half.second {
  float: right;
}


/* Extra?
-------------------------------------------------- */
/* Pagination */
a.older {
float: right;
}

li {
	line-height: 1.5rem;
}

/* Projects
-------------------------------------------------- */
.teaser li {
width: 30%;
float: left;
margin-left: 5%;
}

.teaser li:nth-child(3n+1) {
margin-left: 0;
}

/* Embeds
-------------------------------------------------- */

video {
  display: block;
  width: 100%;
  background-color: black;
}
audio {
  display: block;
  width: 100%;
  margin: 0.5rem auto;
}

iframe {
  width: 100%;
  /*
  min-height: 300px;
  */
  border: 0;
}

.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 1rem 0;
}
.video-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.videocontainer object {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-container > video {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.youtube, .vimeo {
  
  padding-bottom: 56.25%;
  background-size: 100% !important;
  background-repeat: no-repeat;
  cursor: pointer;
  
  /*
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-out;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  */
}

iframe.visible {
  z-index: 1;
}

.youtube .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 85px;
  height: 60px;
  background-color: rgba(17, 17, 17, 0.80);
  border-radius: 17px;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
  z-index: 0;
}
.youtube:hover .play {
  background-color: rgba(185, 26, 51, 1);
}
.youtube .play:after {
  content: "";
  border-style: solid;
  border-width: 11px 0px 11px 22px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}

.vimeo .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 85px;
  height: 52px;
  background-color: rgba(17, 17, 17, 0.80);
  border-radius: 5px;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
  z-index: 0;
}
.vimeo:hover .play {
  background-color: rgb(0, 173, 239);
}
.vimeo .play:after {
  content: "";
  border-style: solid;
  border-width: 11px 0px 11px 22px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}

/* Social Icons
-------------------------------------------------- */
.social_bookmarks {
  padding-top: 8px;
  float: right;
  margin-right: 8px;
}
.social_bookmarks li {
  float: left;
  padding: 0 0 0 5px;
  list-style: none;featured
}
.social_bookmarks > li > a > img {
  margin: 0;
}


/*
.social {
  float: right;
  margin-top: 8px;
  margin-right: 4px;
  background-image:url('//cdn.tinkertry.com/assets/images/icons.png');
  float: right !important;
}
*/

.social a {
  width: 24px;
  height: 24px;
  padding: 0px !important;
  margin: 0px !important;
}

.social li {
  background-image:url('//cdn.tinkertry.com/assets/images/icons.png');
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  width: 24px;
}

.social li, #social a {
  height: 24px;
  display: block;
}

#googleplus {left: 0px; background-position: 0 0;}
#twitter    {left: 28px; background-position: -24px 0;}
#youtube    {left: 56px; background-position: -48px 0;}
#linkedin   {left: 84px; background-position: -72px 0;}
#icoemail      {left: 112px; background-position: -96px 0;}
#rss        {left: 140px; background-position: -120px 0; margin-right: 10px;}




/* PhotoSwipe buttons, remember to figure this out */
/*
button.pswp__button {
  display: none;
}
*/
.pswp__button--share {
  display: none !important;
}


/* Widgets (buttons)
-------------------------------------------------- */
/*
button {
  background: #59AB3E;
  border-radius: 10px;
  box-shadow: 0 4px #488634;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-size: .87rem;
  cursor: pointer;
  width: 50%;
  display: block;
  margin: 20px auto;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
}
button:hover {
  box-shadow: 0 2px #488634;
  top: 2px;
}
button:active {
  box-shadow: 0 0;
  top: 4px;
}
*/

/*
table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: hide;
  margin-bottom: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

th {
  background: #EDF5FF;
  text-align: left;
}

th:empty {
  visibility: hidden;
}

td, th {
  border: solid 1px #ccc;
  padding: 6px;
  word-wrap: break-word;
}

tr:nth-of-type(odd) td {
  background: #F7F7F7;
}
*/

.table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Small Screens / Mobile Devices
-------------------------------------------------- */
@media (max-width: 550px) {
  .articlebox {
    width: 100%;
  }
  .article > .sidebar {
    width: 100%;
  }
  .sidebar .widget {
    padding: 0.5rem;
  }
  div.bsap_1296069 {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .postbox {
    width: 100%;
  }
  .top {
    flex-direction: column;
  }
  .logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .topad {
    width: 100%;
    height: 100%;
  }
  .top > a > img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 414px) { /* 6 Plus */
  
}

@media (max-width: 400px) {
  h1 {
  	font-size: 1.2rem;
  }
  .nav {
    display: none;
    width: 100%;
  }
  .postbox {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .topad {
    width: 100%;
  }
  .logo {
    width: 100%;
    float: none;
  }
  #social {
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  a.logo > img {
    margin: 10px auto 0px;
  }
  .postboxes {
    width: 100%;
  }
  .sidebar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

/* Mobile Devices
-------------------------------------------------- */
@media (max-width: 900px) {
	.link .meta {
		float: none;
		margin-right: 0;
		width: auto;
		margin-left: 0;
		margin-top: 0;
		text-align: left;
	}
  .home .meta {
  float: none;
  margin-left: 0;
  margin-top: 0;
  width: auto;
  text-align: left;
  }
}







/* (Hopefully) temporary fixes to cover up the crap that third parties do
-------------------------------------------------- */

/* Shareaholic and their dumb notifications.css which changes the pointer for no good reason */
@media (max-width: 1024px) and (min-width: 721px) {
body {
  cursor: default !important;
}
}
@media (min-width: 721px) and (max-width: 1024px) {
body {
  cursor: default !important;
}
}


div#amzn_wdgt_t_8001_0 {
  width: 100% !important;
}