/* --- Article Pages Yo --- */
.single-post #main p {
  font-size:18px;
    color:#333;
}
.single-post #main td, .single-post #main td p, .single-post #main td ul li, .single-post #main td ol li {
  font-size:16px!important;
}
.single-post a {
  text-decoration:underline;
}
h1.entry-title {
    font-family:;
    color:#000;
    font-family:'Roboto', sans-serif;
}
.single-post #main h2 {
  font-family:'Roboto', sans-serif;
color:#000;

  border-bottom:solid 2px #1A715C;
}
.single-post #main h3 {
  font-family:'Roboto', sans-serif;
  margin-bottom: .375em;
}
.single-post #main h4 {
  color:#444;
  text-transform:uppercase;
  font-family:'Roboto', sans-serif;
}
.post h1, .post h2, .post .h3, .post h4, .post .h5 {
    font-weight: 700;
}
h3 {
    font-size: 1.3em;
    font-weight:700;
}
h3 .fa {
  color: #8cc640;
  font-size: 1.3em;
}
h5 {
  font-size: 1em;
  line-height: 2.09em;
  letter-spacing: 0px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
h6 {
  font-size: 1em;
  line-height: 2.09em;
  font-weight:400;
}
h6 i {
color: #8cc540;
}
.entry-meta {
  display:none;
}
.article-table-left {
  width:45%; 
  margin-right:10px;
  float:left;
}
.article-table-right {
  width:45%; 
  float:left;
}
.single-post #main ol li, .single-post #main ul li {
  margin-bottom:10px;
}
.single-post #main ol ul, .single-post #main ul ul {
  margin-top:5px;
  margin-bottom: 0px;
}
.single-post #main ol ul li, .single-post #main ul ul li {
  margin:0;
}

ol {
  margin-top:0px;
  margin-bottom: 20px;
  margin-left:20px;
}
.entry-meta-wrapper {
  display:none;
}
.collapsing-squares .wpb_column {
  border:1px solid #ccc!important;
  min-height:200px!important;
}
.vc_row.collapsing-squares:before {
  content:'Row';
}
.vc_row.collapsing-squares {
   border: 1px dotted #ccc;
   padding: 10px;
   margin-top:20px;
}
blockquote {
    border: 1px solid #ccc;
    padding: 5px 15px;
    background: #fbeded;
}
.single-post #main h3.faq:before {
	font-family:'FontAwesome';
	content:'\f059';
	margin-right:10px;
	color:#8cc640;
	font-size:1.1em;
}
/* -- Defaults -- */

a, a:link, a:visited {
  color: #0281b5;
  text-decoration: none;
}
a:hover, .hentry .entry-title a:hover, .single-post a:hover {
  color: #8cc640!important;
  text-decoration: none;
}


/* Screencast Lightboxes */
/*.popmake-content {
  text-align:center !important;
}*/
.popmake-overlay {
    background-color: rgba(0, 0, 0, 0.65) !important;
}
.pum-theme-2774 .popmake-title {
font-weight:700;
}
.pum-container {
position:relative;
  border-radius:5px !important;
}
.pum-container.pum-responsive.pum-responsive-medium {
  margin:0 auto;
  margin-top:10%;
}

/*-- Screencast Callout --*/
.screencast-callout {
  display:table;
  width:100%;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 2px #f3f3f3;
  -moz-box-shadow: 0 0 0 2px #f3f3f3;
  box-shadow: 0 0 0 2px #f3f3f3;
  padding: 1em;
}
.screencast-callout img {
  float:left;
  margin-right:10px;
}
.single-post #main .screencast-callout h3 {
  margin:0;
   color: #0281b5;
}
.screencast-callout p {
  margin:0;
}

.capabilities-table {
	margin-top:15px;
}
.capabilities-table tr {
	border-bottom:1px solid #97c408;
}
.capabilities-table td {
	padding:4px 0;
}
.capabilities-table td:first-child {
	font-weight:700;
	width:25%;
}
.capabilities-table th {
	font-size:1.3em;
	text-transform:uppercase;
}
.interface-screenshot {
  max-width:200px;
  float:right;
  border: solid 2px #eaeaea;
  border-radius:3px;
  padding:2px;
  margin-left:10px;
  margin-bottom:10px;
}
.interface-screenshot:after {
  font-family:FontAwesome, sans-serif;
  content: "Click image to expand \F14C";
  font-weight:bold;
  color: #0281b5;
  font-size: 14px;
  display:table;
  margin:0 auto;
}

/* Notes & Warnings */

.single-post #main blockquote {
  background:#fbeded;
  padding:15px;
  border: none;
  border-left:solid 3px #f9cccc;
  margin:0;
}
.single-post #main blockquote p {
  margin:0;
  font-size:100%;
  position:relative;
}
.single-post #main .note-wrapper {
  background:#edf4f7;
  padding:15px;
  border-left:solid 3px #9ad9f4;
  font-size:100%;
}
.single-post #main .important-wrapper {
   background:#fbeded;
	position:relative;
	border-left: solid 3px #f9cccc;
	padding:3px;
}
.single-post #main .important-wrapper p{
  padding-left:40px;
  font-size:100%;
  line-height:1.2;
  margin-top:10px;
  margin-bottom:10px !important;
  margin-right:10px;
}
.single-post #main .important-wrapper:before {
  font-family:'FontAwesome';
  	content:" \f071";
  position:absolute;
  top: 0;
  bottom: 0;
  background: #fbeded;
  padding:10px 0px 10px 10px;
}
.single-post #main .note-wrapper {
   background:#edf4f7;
	position:relative;
	border-left: solid 3px #9ad9f4;
	padding:3px;
}
.single-post #main .note-wrapper p{
  padding-left:40px;
  font-size:100%;
  line-height:1.2;
	margin-top:10px;
	margin-bottom:10px !important;
	margin-right:10px;
}
.single-post #main .note-wrapper:before {
  font-family:'FontAwesome';
  	content:" \f016";
  position:absolute;
  top: 0;
  bottom: 0;
  background: #edf4f7;
  padding:10px 0px 10px 10px;
}
/* in-table notes */
.single-post #main td .note-wrapper {
 background:none;
 padding:0;
 border:none;
 font-style:italic;
}
.single-post #main td .note-wrapper:before {
border:none;
background:none;
content:'';
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
position:relative;
display:inline;
padding:0;
}
.single-post #main td .note-wrapper p{
padding:0;
}
.single-post #main td .note-wrapper p:before {
content:'Note:';
margin-right:4px;
font-weight:700;
}
.single-post #main .example-box {
  background:#e9e9e9;
  padding:15px;
  border: none;
  border-left:solid 3px #cccccc;
  border-right:solid 3px #cccccc;
  margin:0;
}


/*----- Tables -----*/

.single-post #main table td {
  padding: 10px;
}

/* with alternating row colors */
.single-post #main table.alternating-bg tr:nth-child(odd) {
  background: #efefef;
}

/* 35-65 column width percentages */
.single-post  #main table.cols-35-65 {
  width:100%;
}
.single-post #main table.cols-35-65 td:nth-of-type(2){
  width:65%
}

/*----Buttons----*/
a.button {
    color:#fff!important;
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;
    font-family:'Roboto Condensed', sans-serif;
    background:#32725a;  
    margin-right:10px;
    border-radius:5px;
    padding:10px; 
}
