/*
Theme Name: Medium
Theme URI: https://array.is/themes/medium-wordpress-theme/
Description: Medium is a neatly designed blog-style theme, perfect for sharing photos, videos, quotes, and thoughts.
Author: Array
Author URI: https://array.is
Version: 2.1.9
Tags: white, gray, white, one-column, flexible-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready, photoblogging, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

html, body {
	overflow-x: hidden;
-webkit-font-smoothing:antialiased;
}

html {
	position: relative;
	background: #fff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
-webkit-font-smoothing:antialiased;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {
list-style-type: none !important;
}

p, ul, ol {
padding-bottom: 15px;
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	*display: inline-block;
	height: 1%;
}

*::-moz-selection, *::-webkit-selection, ::selection, .highlight {
	background: #fff198;
	color: #222;
}



blockquote, q { quotes: none }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus { outline: 0 }

ins { text-decoration: none }

del { text-decoration: line-through }

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin-top: 20px;
	margin-bottom: 20px;
}

th, td {
	padding: 10px;
}

th, tbody tr:nth-child(even) {
   background-color: rgb(243, 243, 243);
}

th {
	color: #246f75;
	text-transform: uppercase;
}

body {
	margin: 0;
	color: #555;
	background: #fff;
	font: 16px/28px 'Helvetica Neue', Helvetica, sans-serif;
	overflow-x: hidden;
	padding: 0;
}

img {
	border-style: none;
}

a {
	color: #13A1FE;  /* now using our blue from styleguide. old link colour: #12b796; */
	text-decoration: none;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}

a:hover, entry-content a:hover {
	color: #1287D5; /*rgb(28,160,133); */
	text-decoration: none;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}

input, textarea, select {
	font: 100% arial,sans-serif;
	vertical-align: middle;
	color: #000;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"], textarea {
	color: #999;
	border: none;
	border: solid 1px #e4e4e4;
	border-bottom: solid 0px #ddd;
	background-color: rgb(18, 137, 122);
	width: 100%;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance:none;
}

input:focus, textarea:focus {
	outline: none;
}

submit {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #666;
	padding: 10px 15px;
	margin: 10px 0 0 0;
	font-size: 13px;
	outline: none;
	background: #f1f1f1;
	border: 1px solid #d8d8d8;
	border-bottom: 0px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	overflow: visible;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-webkit-appearance: none;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

submit:hover {
	background: #f9f9f9;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.75);
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

submit:active {
	border: 1px solid #d2d2d2;
	border-bottom: 0px solid #d8d8d8;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20); -o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
}

hr {
	margin: 20px 0 20px;
	border: 0;
	border-bottom: 2px solid rgb(238, 238, 238);
	height: 1px;
}

/* ===[ Text Formatting ]=== */

h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 25px 0;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #444;
}

/* changed this to make more consistent with our dashboard heading sizes  14/07/19 */
h1 {
	font-size: 24px;
}


h1.entry-title {
	font-size: 32px;
	line-height: 40px;
}


h2 {
	font-size: 22px; /*font-size: 28px; */
	line-height: 32px;
 }

h3 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: normal; /* changed from bold */

}

h4 {
	font-size: 18px;
	line-height: 22px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 12px;
}

small {
	font-size: 12px;
}


div.crayon-main {
	border-color: rgb(247, 247, 247);
	background: rgb(247, 247, 247);
	line-height: 28px !important;
}

div.crayon-syntax {
	background-color: rgb(247, 247, 247) !important;
	border-color: rgb(247, 247, 247) !important;
	border-radius: 3px !important;
	font-size: 13.6px !important;
}

div.crayon-syntax .crayon-line {
    /* width: 500px !important; */
    white-space: pre-wrap !important;
    /*    word-wrap:normal !important;*/
    height: auto;
    word-break: normal;
}

div.crayon-num {
	color: #757575 !important;
}


/* ===[ Header Area Styles ]=== */

.header {
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 1.6;
	position: fixed;
	/* background: #303739 url(images/sidebar.jpg); */
	background-color: #3F4E5D;

	z-index: 10;
	width: 250px;
	height: 100%;
	float: left;
}

.header hgroup {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 100;
	position: relative;
}

/* ===[ Search Form ]=== */

.error404 .post .search-form {
	margin-top: 30px;
	margin: 0 auto;
	position: relative;
}

.error404 .post .search-form-input {
	background: rgb(18, 137, 122);
	font-weight: normal;
	text-transform: none;
	border: solid 0px #e4e4e4;
	border-bottom: solid 0px #ddd;
	padding: 10px;
	font-size: 20px;
	width: 100%;
}

.error404 .post .search-form .submit {
	display: none;
}

.error404 .post .box-wrap {
	padding-bottom: 65px;
}

/* ===[ Navigation Styles ]=== */

.toc_widget_list a:active{
	color: #13A1FE;
}

/* ===[ Home page ]=== */

.page-template-Home-php {
	width: 100%;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	display: block;
display:absolute;
    background: #0f2234; /* 14/06 - removed tile image url(./images/wave-bg.png) repeat-x 0 90px */
}

#home-developer img {
	content: url(./images/homepic-01.png);
}
#home-dashboard img {
	content: url(./images/homepic-03.png);
}
#home-training img {
	content: url(./images/homepic-02.png);
}
#home-data img {
	content: url(./images/homepic-04.png);
}


.header-nav {
	border-bottom: solid 0px #262627;
	padding: 0 20px 20px 20px;
	display: inline-block;
	width: 100%;
}

.header_title {
background-clip: border-box;
background-origin:padding-box;
background-size:auto;
border-left-color:rgba(255, 255, 255, 0.498039);
border-left-style:solid;
border-left-width:1px;
box-sizing:border-box;
color:rgb(255, 255, 255);
display:inline-block;
line-height:24px;
padding-left:20px;
margin-left: 20px;
text-decoration:none;
vertical-align:top;
}

.home-pg header {
padding: 20px;
}

.header_logo {
float:left;
}

img #logo {
margin-top: -2px;
}
 
.header_nav {
align-items:center;
float:right;

display:inline-block;
margin-top: -2px;
}

.home-pg a {
color: #fff;
}

div.hero_banner {
width: 50%;
padding-top: 35px;
min-width: 300px;
display: block;
clear: both;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 100px;
}

.hero_banner h2 {
font-size: 66px;
font-weight: 300;
-webkit-font-smoothing:antialiased;
line-height: 1;
font-style: normal;
font-variant: normal;
line-height: 60px;
margin-bottom: 32px;
color: rgb(255, 255, 255);
text-shadow: 10px 10px 60px rgb(0, 0, 0);
}

.search_container form input {
margin-top:10px;
	border: none !important;
	font-weight: bold;
	border-radius: 8px;
	color: rgb(18, 137, 122);
	max-width: 450px;
	height: 50px;
font-weight: 400;
	padding-left: 30px;
	background-color: rgba(255, 255, 255, 0.8);
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 9px 14px 0px;
}

.intro .search_container form input {
	background-color: rgb(255, 255, 255);
}

#searchsubmit {
margin-left: 10px;
background-color: #12B796;
text-align: center;
font-size: 16px;
color: rgb(255, 255, 255);
padding-left: 40px;
padding-right: 40px;
letter-spacing: 0.75px;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
}

#searchsubmit:hover {
background-color: #119982;
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.page-template-Home footer {
display: none;
}

.submit-a-request {
border-radius:8px;
border-width:2px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 20px;
background-color: #13A1FE;
}

.submit-a-request:hover {
background-color: #1287D5;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.search_topics {
padding-top: 10px;
font-size: 105%;
text-shadow: 10px 10px 60px rgb(0, 0, 0);
}

.search_topics strong {
	color: #12B796;
;
}

.search_topics a:hover, .header_to_swrve:hover {
-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
color: rgba(255, 255, 255, 0.5);
} 

.topic_cards {
min-height: 150px;
width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.topic_cards_container {
padding: 20px;
background-color: rgb(241, 245, 248);
}

.topic_cards_container div {
border: 1px #e3e8ea; /* porcelain */
border-style: solid;
border-radius: 8px;
box-shadow: #f0f4f6 0px 4px 4px 0px; /* .aquaHaze */
background-color: rgb(255, 255, 255);
width: 40%;
min-height: 150px;
min-width: 300px;
display: inline-block;
padding: 20px;
margin: 20px;
}

.topic_cards_container div:hover{
box-shadow: #f0f4f6 0px 8px 8px 0px; /* .aquaHaze */	
}


.topic_cards_container h3 {
font-size: 38px;
color: rgb(37, 183, 150);
font-weight: 300;
line-height: 40px;
}

.topic_cards_container p {
	padding-left: 40px;
padding-right: 40px;
padding-bottom: 20px;
}

.topic_cards_container a {
	color: #444;
}

.topic_cards_container img {
max-width: 190px;
}

.topic_cards_container div:hover {
-o-transition:.6s;
  -ms-transition:.6s;
  -moz-transition:.6s;
  -webkit-transition:.6s;
  transition:.6s; 
transform: perspective(1px) scale(1.05);
-webkit-font-smoothing:antialiased;
}

.footer_home {
float: right;
text-align: right;
padding-top: 30px;
padding-bottom: 30px;
padding-right: 20px;
}

.footer_nav a {
font-size: 18px;
padding-left: 80px;
padding-bottom:10px;
/*color: rgba(255,255,255,0.5); */
display: inline-block;
}

.home-pg #wrapper {
display: none;
}


/* ===[ Header Search Styles ]=== */

.header-search {
	position: relative;
	display: none;
}

.header .search-form-input {
	position: relative;
	display: inline-block;
	width: 100%;
	border: none !important;
	padding: 12px 8px 12px 28px !important;
	font-size: 12px;
	font-weight: bold;
	border-radius: 8px;
	color: rgb(18, 137, 122);
	display: none;
}

@media only screen and (min-width:768px) {
	.header .search-form-input {
		display: inline-block;
	}
}

.header .search-button {
	position: relative;
	background-color: rgb(18, 137, 122);
	border: none;
	padding: 8px;
	color: rgb(255, 255, 255);
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.header .search-form {
	margin: 0;
	padding: 16px 15px;
	border-bottom: solid 0px #262627;
}

.header .search-form-input {
	position: relative;
	background: rgb(18, 137, 122);
	color: rgb(255, 255, 255);
	padding-left: 34px;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
	z-index: 10;
}

.header .search-form-input:focus, .header .search-form-input:hover {
	color: rgb(255, 255, 255);
	background: rgb(18, 137, 122);
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}

.header .search-form fieldset:before {
	font-family: "FontAwesome";
	-webkit-font-smoothing: antialiased;
	content: "\f002";
	font-size: 13px;
	position: absolute;
	top: 24px;
	left: 25px;
	display: block;
	z-index: 50;
}

.header .widgets .search-form {
	border-bottom: none;
	padding: 0;
}

.header .widgets .search-form fieldset:before {
	top: 16px;
	color: rgb(255, 255, 255);
}

/* ===[ Footer Search Styles ]=== */

footer .search-form-input {
	padding: 5px 10px;
}

footer .search-form .submit {
	display: none;
}

/* ===[ Logo Styles ]=== */

.logo {
	display: block;
	margin: 0;
}

#logo {
	content:url(./images/swrve-logo.png);
}

.logo-image img {
	display: inline-block;
	margin-bottom: 0;
	width: 100px !important;
}

.js .logo-retina {
	display: none;
}

.logo-text {
	position: relative;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 0;
	letter-spacing: 0px;
}

.logo-subtitle {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	color: #92999C;
	margin: 5px 0 0 0;
	display: inline-block;
	width: 100%;
}

.logo-text a {
	color: #fff;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.logo-text a:hover {
	color: #ddd;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

/* ===[ Navigation Styles ]=== */
.header h2.widgettitle {
	display:none;
}

nav.header-nav {
	padding:0px;
}

.dcjq-accordion ul li a{
   	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	line-height: 24px;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.nav li{
	margin-bottom: 24px;
}

.dcjq-accordion ul li .sub-menu li {
	padding: 4px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	display: block;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 0px;
}

.dcjq-accordion ul li .sub-menu li a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: none;
	font-weight: normal;
}

hgroup {
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.other-sections {
text-align: left;
color: rgb(36,111,117);
border-top: 1px solid rgba(36,111,117, 0.5);
padding-top: 10px;
padding-bottom:10px;
}

.other-sections a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
color: #32C2AB; 
font-size: 12px;
}

.other-sections a:hover {
border-color: rgb(255,255,255);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
color: rgb(255,255,255) !important;
}


/* ===[ Main Body Styles ]=== */

#body-wrap {
	
	position: relative;
}

#wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding: 0 250px 50px 250px;
}

#wrapper a:hover {
	color: #1287D5; /* replaced with gauloiseBlue-120. old color: #555; */
}

#main {
	width: 100%;
	margin: 0 auto;
}

/* ===[ Post Styles ]=== */

.post {
	position: relative;
	background: #fff;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: solid 0px #eee;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post ul li, .post ol li {
	margin-left: 40px;
}

.post ul li
{	list-style-type: disc;}

.post .fitvid, .post .featured-image, .post .gallery-wrap {
	margin-top: -31px;
}

.post .entry-content .fitvid {
	margin-top: 0;
}

.single .post .fitvid, .page .post .fitvid, .single .post .featured-image, .page .post .featured-image, .single .post .gallery-wrap, .post:first-child .fitvid, .post:first-child .featured-image, .post:first-child .gallery-wrap {
	margin-top: 0px !important;
}

.post .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	display: block;
}

.post .featured-image img, .attachment-large-image {
	max-width: 100%;
	width: 100%;
	height: auto;
	float: left;
	display: inline-block;
}

.archive .featured-image, .search .featured-image, .archive .fitvid, .search .fitvid {
	display: none;
}

.post .box-wrap {
	display: inline-block;
	width: 100%;
}

.post .box {
	position: relative;
	margin: 0 auto;
	padding: 32px 14% 0 14%;
}

.page .post .box {
	padding-bottom: 50px;
}

.post .post-content {
	width: 100%;
	float: left;
	padding: 0 0 0 0;
}

.post .more-link {
	width: 100%;
	display: inline-block;
}

.post .more-link:hover {
	color: #555;
}

.post .excerpt-more .more-link {
	margin-top: 28px;
}

.title-meta {
	display: none;
}

.archive .title-meta, .search .title-meta {
	margin-bottom: 10px;
}

.title-meta-left {
	float: left;
}

.title-meta-left a {
	color: #999;
}

.title-meta-left a:hover {
	color: #555 !important;
}

.title-meta-right {
	float: right;
	margin-left: 15px;
}

.title-meta-right a {
	color: #444;
}

.title-meta-right a:hover {
	color: #b3b3b3 !important;
}

.entry-title, .archive-title {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 44px;
	line-height: 50px;
	letter-spacing: -1px;
margin: 0 0 24px 0;
	padding: 0 0 0 0;
}

.archive-title {
padding: 10px 0;
	margin: 30px 14%;
}

.entry-title a {
	color: #444;
}

.entry-title a:hover {
	color: #666 !important;
}

.intro {
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	color: #0f2234;
	margin: 0 0 32px 0;
	padding: 30px;
	display: block;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	background-color: #f6f8fa; /* .haze */
    border: 1px #e3e8ea; /* porcelain */
    border-style: solid;
	border-radius: 8px;
	box-shadow: #f0f4f6 0px 4px 4px 0px; /* .aquaHaze */
}

blockquote, p.info, div.info, .post img {
	padding: 30px;
	display: block;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	border-left: solid 10px #eee;
	background-color: #f6f8fa;
	border-color: rgb(27, 30, 36);
	border-style: none;
	border-width: 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 25px 0px;
}

/* new info style */

div.info {
	font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #0f2234;
    margin: 0 0 32px 0;
    padding: 30px;
    display: block;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    background-color: #f6f8fa;
    border: 2px #e3e8ea;
    border-style: dashed;
    border-radius: 8px;
    box-shadow: #f0f4f6 0px 4px 4px 0px;
}

.post img {
    padding: 0px;
	display: block;
	background-color: #f6f8fa;
	box-shadow: #f0f4f6 0px 4px 4px 0px; /* box-shadow: rgba(59, 81, 94, 0.4) 0px 4px 4px 0px; */
}

/* ===[ Header Widget Styling ]=== */

.header .widgets {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}

.header .widget {
	padding: 25px 20px 15px 20px;
	border-bottom: solid 0px #262627;
	border-top: solid 0px #3B4143;
}

.header .widget:last-child {
	border-bottom: none;
	padding-bottom: 50px;
}

.header .widget a:hover {
	color: rgb(255, 255, 255);
}

.header .widgettitle, .pg-type {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #32C2AB;
	text-transform: uppercase;
}

.header .widget ul {
	margin: 0px;
/* 	padding-right: 20px; */
}

.header .widget ul li {
	border-bottom: solid 1px rgba(255,255,255,.08);
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.header .widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-weight: bold;
}

/* ===[ Text Widget Styles ]=== */

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

.textwidget img {
	max-width: 100%;
	height: auto;
}

.header select {
	width: 100%;
}

/* ===[ RSS Widget Styles ]=== */

.header .widget_rss .widgettitle {
	padding-left: 0;
}


/* ===[ Search Widget Styles ]=== */

.header .widgets .widget_search {
	position: relative;
}

.header .widgets .search-form-input {
	padding-left: 12px !important;
	background: rgb(18, 137, 122);
}

.header .widgets .search-form fieldset:before {
	display: none;
}

/* ===[ Breadcrumbs Styles ]=== */

.breadcrumbs {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	 opacity: 0.5;
	padding-left: 14%;
	padding-right: 14%;
	text-align: left;
}

/* ===[ Content Styles ]=== */

#content {
	width: 100%;
	margin: 0 auto;
}

.post_content {
padding-bottom: 28px;
margin-bottom: 28px;
}
#content img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}

#content .meta {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	color: #999;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	float: left;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#content .meta a {
	color: #999;
}

#content .meta a:hover {
	color: #555;
}

#content .meta li {
	position: relative;
	list-style-type: none !important;
	margin: 0 0 4px 0;
	padding: 0;
}

#content .meta li:last-child {
	border-bottom: none;
	border-right: none;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 0;
}

#content .meta li i {
	margin-right: 8px;
}

#content .meta span {
	font-weight: bold;
	color: #555;
}

#content .meta strong {
	color: #555;
}

#content .pagelink {
	font-weight: bold;
}

#content .post-nav {
	margin: 40px 14% 75px 14%;
}

#content .post-nav-inside {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
	margin: 0 0 0 0;
	border-top: solid 5px #444;
	border-bottom: solid 1px #e5e5e5;
	color: #444;
	display: inline-block;
	width: 100%;
}

#content .post-nav a {
	color: #444;
}

#content .post-nav a:hover {
	color: #666;
}

#content .post-nav i {
	font-size: 11px;
}

#content .post-nav-left i {
	padding-right: 2px;
}

#content .post-nav-right i {
	padding-left: 2px;
}

#content .post-nav-left {
	float: left;
}

#content .post-nav-right {
	float: right;
	text-align: right;
}

#content .infinite {
	display: none;
}

#infscr-loading {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #bbb;
	height: 75px;
	letter-spacing: 3px;
}

#infscr-loading img, #infscr-loading div {
	display: inline-block;
}

#infscr-loading img {
	display: none;
}

#infscr-loading img {
	margin-right: 5px;
}

/* ===[ Comment Styles ]=== */

.comments {
	background: #fff;
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 50px 14% 0 14%;
}

#comments-title h3 {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
	margin: 0 0 40px 0;
	border-top: solid 5px #444;
	border-bottom: solid 1px #e5e5e5;
	color: #444;
 }

.comments-open {
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 60px !important;
}

#respond {
	margin: 0 0 15px 0;
	padding: 0 0 60px 0;
}

.comment #respond {
	margin-top: 0px;
	padding-bottom: 10px;
}

#respond h3 {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0;
	margin: 0 0 0 0;
	border-top: solid 5px #444;
	border-bottom: solid 1px #e5e5e5;
	color: #444;
	display: inline-block;
	width: 100%;
}

.commentlist #respond h3 {
	margin-top: 15px;
}

#respond label {
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #555;
}

#commentform p {
	width: 100%;
	position: relative;
}

#respond .required {
	color: #e36b37;
	font-size: 10px;
}

#respond p {
	margin-bottom: 12px;
}

#respond input[type="text"], #respond textarea {
	color: #999;
	border: none;
	border: solid 1px #e4e4e4;
	border-bottom: solid 1px #ddd;
	background: #fff;
	width: 100%;
	padding: 9px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance:none;
}

#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
}

#respond input:focus, #respond textarea:focus {
	outline: none;
}

#respond textarea {
	line-height: 22px;
	width: 100%;
}

#commentform #submit {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #666;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.59);
	padding: 10px 15px;
	margin: 10px 0 0 0;
	font-size: 13px;
	outline: none;
	background: #f1f1f1;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	overflow: visible;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-webkit-appearance: none;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

#commentform #submit:hover {
	background: #f9f9f9;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.75);
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

#commentform #submit:active {
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20); -o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
}

.form-allowed-tags {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	float: left;
	margin: 10px 0 25px 0;
	width: 100% !important;
	display: none;
}

.commentlist {
	list-style-type: none !important;
	counter-reset:li;
}

.commentlist li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #e5e5e5;
	position: relative;
	list-style:none;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 15px;
}

.commentlist > li:before {
	content: "0" counter(li);
	counter-increment:li;
	/* Position and style the number */
	position:absolute;
	font-family: 'Source Sans Pro', 'NovecentowideLightBold', 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: -1px;
	left:-50px;
	top: -5px;
	color:#ddd;
	font-size: 20px;
	font-weight: bold;
	display: none;
}

.commentlist .children {
	margin-top: 10px;
	display: inline-block;
}

.commentlist .children li {
	padding-left: 40px;
	border-left: solid 1px #e5e5e5;
}

.commentlist .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-block {
	padding: 0;
}

.comment-text {
	position: relative;
}

.comment-text p {
	margin-bottom: 15px !important;
}

.reply a {
	font-size: 13px;
}

.comments .children .reply { text-align: left }

#cancel-comment-reply-link {
	position: relative;
	color: #999;
	margin: 0 0 0 0;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}

#cancel-comment-reply-link:hover {
	color: #555;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}

#cancel-comment-reply-link i {
	font-size: 18px;
	color: #444;
}

#cancel-comment-reply-link i:hover {
	color: #777;
	cursor: pointer;
}
.comments .logged-in-as a {
	color: #777;
}

.comments .logged-in-as a:hover {
	color: #555;
}

.comment-notes, .comments .logged-in-as {
	width: 100% !important;
	color: #bbb;
	margin-bottom: 0 !important;
	padding-top: 34px;
	padding-bottom: 30px;
}

.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.comment-awaiting-moderation {
	color: #555;
	font-weight: bold;
	font-size: 11px;
}

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

.vcard img {
	float: left;
	height: 32px;
	width: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.fn {
	float: left;
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	margin-top: 0;
}

.fn a {
	color: #444;
}

.fn a:hover {
	background: none;
	color: #777;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta {
	float: left;
	margin: 0 0 0 12px;
	line-height: 10px;
}

.comment-time {
	text-transform: uppercase;
	font-size: 11px;
	color: #bbb;
	display: inline-block;
	margin-top: 4px;
}

.comment-time:hover {
	color: #999;
}

.comment-edit-link {
	font-size: 11px;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	margin: -44px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #e7e7e7;
}

#comment-nav-below .nav-previous {
	float: left;
}

#comment-nav-below .nav-next {
	float: right;
}

/* ===[ Post Gallery Styles ]=== */

.alignleft { float: left }

.alignright { float: right }

.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption img, .size-thumbnail {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.bypostauthor {}

.archive .gallery-wrap, .search .gallery-wrap {
	display: none;
}

.gallery-wrap {
	margin-bottom: 10px;
}

/* ===[ Footer Styles ]=== */

footer {
	position: fixed;
	right: 0;
	top: 0;
	background: #f3f3f3;
	width: 250px;
	height: 100%;
	float: right;
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 2%;
}

.admin-bar footer {
	top: 32px;
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

footer .widget {
	width: 100%;
	display: inline-block;
	padding: 25px 20px 30px 20px;
	border-bottom: solid 1px #e4e4e4;
	border-top: solid 1px #f7f7f7;
}

footer a {
	color: #888;
}

footer .widgettitle {
	font-size: 14px;
	margin-bottom: 10px;
	color: #12b796;
	text-transform: uppercase;
}

footer .widget ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #e7e7e7;
}

footer .widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

footer .widget p {
	margin-bottom: 5%;
}

.flickr-widget li, .dribbble-widget li {
	width: 100% !important;
	height: auto !important;
	border-bottom: none !important;
}

.flickr-widget li img, .dribbble-widget li img {
	width: 100% !important;
	height: auto !important;
	max-width: 300px;
}

.dribbbles img, .flickr img {
	margin-bottom: 0 !important;
}

footer .icons {
	padding-bottom: 12px !important;
	padding-top: 24px !important;
}

.copyright {
	margin: 0;
	padding: 32px 20px;
	font-size: 12px;
	color: #888;
	border-top: solid 1px #f7f7f7;
}

.copyright a {
	color: #555;
}

.copyright-date {
	width: 100%;
	font-weight: bold;
}

.copyright-date a {
	color: #999;
	text-shadow: 1px 1px #f9f9f9;
	font-weight: bold;
}

.copyright-date a:hover {
	color: #555;
}

.toc_widget_list li ul {
	margin-left: 10px;
	margin-top: 16px;
}

footer .widget.widget_search form.search-form input {
	border-radius: 25px;
	border-color: rgb(255, 255, 255);
	
}

/* ===[ Various Default WordPress Styles ]=== */

.sticky {}

.wp-caption {
	color: #999;
	max-width: 96%; /* Image does not overflow the content area */
	text-align: center;
	text-transform: uppercase;
}

.wp-caption.alignnone { margin: 5px 20px 20px 0 }

.wp-caption.alignleft { margin: 5px 40px 10px 0 }

.wp-caption.alignright { margin: 5px 0 10px 40px }

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 5px 40px 10px 0;
}

img.alignright {
	margin: 5px 0 10px 40px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 10px !important;
	margin: 0 !important;
	padding: 3px 0 0 0!important;
}

#content .gallery {
	margin-bottom: 5%;
}

#content .gallery-item img { border: none; }

/* ===[ WPCF7 Styles ]=== */

.wpcf7 p {
	font-weight: bold;
}

input[type="text"], input[type="email"], textarea {
	color: #777;
	border: none;
	border: solid 1px #e4e4e4;
	border-bottom: solid 1px #ddd;
	background: #fff;
	width: 100%;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wpcf7-submit {
	font-family:'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #666;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.59);
	padding: 10px 15px;
	margin: 0;
	font-size: 13px;
	outline: none;
	background: #f1f1f1;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	overflow: visible;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.57);
	-webkit-appearance: none;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.wpcf7-submit:hover {
	background: #f9f9f9;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0,0.027), inset 0px 1px 0px rgba(255,255,255,0.69), inset 0px -1px 0px rgba(0,0,0,0.0187), inset 0px 16px 15px rgba(255,255,255,0.75);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(255, 255, 255, 0.69), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px 16px 15px rgba(255, 255, 255, 0.75);
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
}

.wpcf7-submit:active {
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
	-o-box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.58), inset 0px 1px 6px rgba(0,0,0,0.07), inset 0px -16px 15px rgba(255,255,255,0.20);
}

.wpcf7-response-output {
	background: #faf7d6;
	border: none !important;
}
.wpcf7-mail-sent-ok {
	margin-left: 0px !important;
	margin-right: 0px !important;
	background: #ECF3E5;
	background: rgba(229, 243, 212, .5);
	padding: 15px !important;
	border: solid 1px #D2EFAC !important;
}
.wpcf7-validation-errors {
	margin-left: 0px !important;
	background: #FCF3F3;
	background: rgba(255, 238, 238, .5);
	border: solid 1px #FBDCDC !important;
	padding: 10px !important;
	margin-right: 0px !important;
}

/* ===[ Chirp Styles ]=== */

.chirp .chirp-avatar {
	display: none;
}

.chirp .meta {
	font-size: 11px;
	display: block;
	margin-top: 10px;
}

.chirp li {
	border-bottom: solid 1px #e4e4e4 !important;
	margin-bottom: 15px !important;
	padding-bottom: 15px !important;
}

.chirp li:last-child {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

/* ===[ Social Icons ]=== */

#icons {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

#icons a {
	display: inline-block;
	text-align: center;
}

/* ===[ Flickr and Dribbble Styles ]=== */

.flickr-widget li, .dribbble-widget li {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 15px 0 0;
}

.flickr-widget li img, .dribbble-widget li img {
	width: 110px;
	height: auto;
}

/* ===[ Tag Cloud Styles ]=== */

.tagcloud a {
	background: #ccc;
	padding: 0 8px;
	margin: 0 3px 3px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	font-size: 12px !important;
}

.tagcloud a:hover {
	background: #555 !important;
}

/* ===[ Custom Archive Page ]=== */


.archive-toc-list .entry-text, .archive-toc-list .meta {
display: none;
}

.archive-toc-list header a, .archive-toc-list .entry-title {
font-size: 16px !important;
line-height: 22.4px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: rgb(136, 136, 136);
letter-spacing: 0px;
margin-bottom: 0px;
}

.archive-toc-list .post-content {
padding-bottom: 5px;
margin-bottom: 5px;
}

.archive article {
padding-bottom: 0px;
margin-bottom: 0px;
}

.archive #content .meta {
display: none;
}

.archive .post-content header a {
font-size: 22px;
}

.archive article {
padding-bottom: 0px;
margin-bottom: 0px;
}

.archive #content .meta {
display: none;
}

#archive {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 75px;
	-webkit-column-gap: 75px;
	column-gap:75px;
	overflow: hidden;
}

.error404 #archive {
	border-top: none;
	margin-top: 25px;
}

.archive-col {
	display: inline-block;
}

.archive-col ul {
	padding: 0;
	margin: 0 0 40px 18px !important;
}

.archive-col li {
	list-style-type: square;
	margin-bottom: 5px;
}

#archive h4 {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
}

.post-content {
	padding-bottom: 24px !important;
	margin-bottom: 24px;
	border-bottom: 2px solid #eee;
}


/* ===[ Lifter LMS Styles ]=== */

.llms-content {
font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.llms-title {
font-size: 28px !important;
font-weight: bold !important;
line-height: 1.1 !important;
}

.courses li a {
background-color: rgb(255, 255, 255) !important;
box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 25px 0px !important;
min-height: 435px !important;
}

.courses li a img {
border: none;
padding-bottom: 30px;
}

span.llms-length {
color: #999 !important;
}

#main {
margin-top: 60px;
}

.posts .featured-image {
display:none;
}


/* Prevent double content, and solve visualisation issues, on previews.
   Applied by Sergio Mira on the 19 Aug 2016
*/
body.single.single-fork #content {
display: none;
}

body.single.single-fork #wrapper #main #content {
display: block;
}
/* End of fix */


/* Allow for collapsible links without Bootstrap (no longer used in this theme).
   Applied by Sergio Mira on the 22 Aug 2016
*/
.entry-content a.collapse-link.collapsed:before, .entry-content a.collapse-link:before {
  margin-right: 5px;
}

.entry-content a.collapse-link.collapsed:before {
  content: "+";
}

.entry-content a.collapse-link:before {
  content: "-";
}

.entry-content a.collapse-link {
  cursor: pointer;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
/* End of fix */

/* Addition by HMO */
img.clearimage,
.post table img {
	margin: 4px !important;
	}

img.noshadow {
	box-shadow: none;
	}

/* End of HMO additions */