/*
Theme Name:         Michipreneur
Theme URI:          http://michipreneur.com/
Description:        Custom Wordpress Theme for Michipreneur
Version:            5.5.2
Author:             Momentum
Author URI:         http://seekmomentum.com/
*/
/* ---------------------------------------------------------------------------- 
  
Custom Styles

---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- 
  
General Styles and Resets

---------------------------------------------------------------------------- */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'segoe ui', helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #0f0f0f;
	margin: 0 !important;
}

.row {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

nav.hoverMenu {
	float: right;
	margin: 18px 0px 0px 0px;
}

a {
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
}
strong {
        font-weight: bold;
}
h2 {
	font-size: 36px;
        line-height: 36px;
	color: #333333;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 30px;
        line-height: 38px;
	color: #137CA4;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 26px;
	color: #404040;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 0px;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	padding: 15px 0px;
}

input {
	line-height: initial;
}
/* ---------------------------------------------------------------------------- 
  
Header and Nav Styles

---------------------------------------------------------------------------- */

header.mainHeader {
	background: #1a1a1a;
	padding: 13px 0px;
}

nav.resourceMenu {
	position: relative;
	margin: 18px 0px 0px 42%;
	float: left;
	width: 42%;
	z-index: 9999999999999;
}

nav.resourceMenu ul li {
	display: inline-block;
	margin: 0px 25px 0px 0px;
}

nav.resourceMenu > ul > li {
	font-size: 20px;
}

nav.resourceMenu > ul > li:after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 9px;
	background: url('img/nav-dropdown.png') no-repeat;
	margin: 0px 0px 0px 5px;
	opacity: 0.75;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	  position: relative;
  padding: 0px 0px 40px 0px;
  top: 10px;
  display: block;
  float: right;
}

nav.resourceMenu > ul > li:hover:after {
	opacity: 1;
}

nav.resourceMenu ul li a {
	color: #fff;
	padding: 0px 0px 30px 0px;
	opacity: 0.75;
}

nav.resourceMenu ul li a:hover {
	opacity: 1;
}

nav.hoverMenu a {
	opacity: 0.75;
}

nav.hoverMenu a:hover {
	opacity: 1;
}

nav.resourceMenu ul li ul {
	display: none;
	position: absolute;
	z-index: 999999999;
}

nav.resourceMenu ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
	width: 84%;
	margin-top: 25px;
}


nav.resourceMenu ul.sub-menu li a {
	font-size: 18px;
	padding-left: 4px;
}

nav.resourceMenu ul li:hover ul li {
	display: block;
}

ul.sub-menu {
	margin: 0px 0px 0px 0px;
	background: #1A1A1A;
	padding: 13px 28px;
	border-top: 2px solid #1E92C2;
}

ul.sub-menu li {
	padding: 10px 0px;
}
/*
.topSearch {
  position: absolute;
  width: 300px;
  float: left;
  right: 5%;
  top: 42%;
  z-index: 9999999999999;
}
*/

.topSearch .search {
	position: relative;
}

.topSearch input[type="text"] {
	width: 242px;
	position: absolute;
	margin: 0px;
	top: 10px;
	right: 168px;
	z-index: 9999999999999999;
	line-height: 22px;
}

i.fa.fa-search {
	color: #fff;
	font-size: 22px;
	position: absolute;
	right: 18%;
	top: 20px;
	z-index: 999999999999999999999;
	opacity: 0.75;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

i.fa.fa-search:hover {
	opacity: 1;
}

article#black-studio-tinymce-4 i:after {
	display: block;
	content: "";
	border: 1px solid #fff;
	width: 36px;
	height: 33px;
	display: block;
	position: absolute;
	top: 6px;
	left: 5px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

article#black-studio-tinymce-4 i:hover:after {
	opacity: 1;
}

.headerRight {
	position: relative;
}

.panel {
	display: none;
	width: 390px;
	padding: 0px;
	background-color: #181818;
	color: #fff;
	border: 0;
	z-index: 99999999999999 !important;
}

a#menuBurger {
	color: #fff;
	border-left: 1px solid #535353;
	padding: 1px 0px 0px 18px;
	font-size: 20px;
}

i.fa.fa-bars {
	font-size: 21px;
	padding: 0px 0px 0px 9px;
}

li#menu-item-8781 {
	border-top: 1px solid #0E6C93;
}
/*
nav#mobileMenu li {
	background-color: #197BA3;
}
*/

nav#mobileMenu ul li a {
	color: #fff;
	font-size: 18px;
	padding: 14px 48px;
	display: block;
	opacity: 0.75;
}

nav#mobileMenu ul li a:hover {
	opacity: 1;
	color: #1E92C2;
}

nav#mobileMenu ul.sub-menu {
	background: none;
	border: 0;
	padding: 0 0 0 16px;
	margin: -14px 0px 0px 0px;
}

nav#mobileMenu ul.menu {
	margin: 20px 0px 0px 0px;
}

nav#mobileMenu ul.sub-menu li {
	padding: 0;
	margin: 0px 0px -10px 0px;
}

li#menu-item-8965 a:after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 9px;
	background: url('img/nav-dropdown.png') no-repeat;
	margin: 0px 0px 0px 7px;
}

li#menu-item-8965 a:hover:after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 9px;
	background: url('img/nav-dropdown-blue.png') no-repeat;
	margin: 0px 0px 0px 7px;
}

nav#mobileMenu ul.sub-menu li a:after {
	display: none;
}
/*
nav#mobileMenu li#menu-item-8781 {
  background-color: #44c29b;
}

nav#mobileMenu li#menu-item-8782 {
  background-color: #F87F44;
}


nav#mobileMenu li#menu-item-8784 {
  background-color: #44c29b;
}


nav#mobileMenu li#menu-item-8783 {
  background-color: #ee5e5e;
}
*/
/* ---------------------------------------------------------------------------- 
  
Content Styles

---------------------------------------------------------------------------- */

section.container {
	margin-top: 52px;
}

h1.entry-title {
	font-weight: bold;
	color: #1e92c2;
	font-size: 32px;
	text-transform: uppercase;
	padding: 0px 0px 30px 0px;
	line-height: 35px;
}

.entry-content {
	margin-bottom: 65px;
}

.entry-content p,
.singlePost .postExcerpt p {
	padding: 0px 0px 30px 0px;
}

.featuredArticle .articleTop {
	position: relative;
	overflow: hidden;
	height: 275px;
}

.featuredArticle .articleTop span {
	position: absolute;
	top: 13px;
	left: 16px;
	background: #f06d6d;
	color: #fff;
	padding: 0px 10px;
}

.articleTop span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.featuredArticle .articleTop span:hover {
	background-color: #CD5A5A;
}

article.featuredArticle {
	border-bottom: 7px solid #f06d6d;
	margin: 0px 0px 30px 0px;
}

.featuredArticle .articleTop span a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

article.featuredArticle h2 a {
	font-weight: bold;
	color: #ee5e5e;
	font-size: 26px;
	text-transform: uppercase;
}

article.featuredArticle h2 a:hover {
	color: #CD5A5A;
}

article.featuredArticle h2 {
	padding: 18px 0px 10px 0px;
}

.columns .articleBottom {
	padding: 0px 0px 16px 0px;
        font-size: 17px;
}

.row.homeFeatured {
	margin-top: 50px;
}

.row.homeFeatured .columns.large-4 {
	width: 50%;
	min-height: 375px;
}

.homeFeatured h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 10px;
	padding: 4px 0px;
}

.homeFeatured .articleTop {
	height: 125px;
	overflow: hidden;
	position: relative;
}

.homeFeatured .articleTop span {
	position: absolute;
	top: 13px;
	left: 16px;
	color: #fff;
	padding: 0px 10px;
}

.homeFeatured .articleTop span a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
/* Home Cat Colosr */

.homeFeatured .technology .articleBottom {
	border-bottom: 5px solid #49b1dd;
}

.homeFeatured .technology h4 a {
	color: #49b1dd;
}

.technology h4 a:hover {
	color: #3e9ac1;
}

.singlePost.technology h2 a:hover {
	color: #3e9ac1;
}

.homeFeatured .technology .articleTop span {
	background: #49b1dd;
}

.technology .articleTop span:hover {
	background: #3e9ac1;
}

.homeFeatured .food .articleBottom {
	border-bottom: 5px solid #f87f44;
}

.homeFeatured .food h4 a {
	color: #f87f44;
}

.food h4 a:hover {
	color: #D06D3D;
}

.singlePost.food h2 a:hover {
	color: #D06D3D;
}

.homeFeatured .food .articleTop span {
	background: #F87F44;
}

.food .articleTop span:hover {
	background: #D06D3D;
}

.homeFeatured .marketing .articleBottom {
	border-bottom: 5px solid #49b1dd;
}

.homeFeatured .marketing h4 a {
	color: #49b1dd;
}

.marketing h4 a:hover {
	color: #1E92C2;
}

.singlePost.marketing h2 a:hover {
	color: #1E92C2;
}

.homeFeatured .marketing .articleTop span {
	background: #49b1dd;
}

.homeFeatured .interviews .articleBottom {
	border-bottom: 5px solid #49b1dd;
}

.homeFeatured .interviews h4 a {
	color: #49b1dd;
}

.interviews h4 a:hover {
	color: #1E92C2;
}

.singlePost.interviews h2 a:hover {
	color: #1E92C2;
}

.homeFeatured .interviews .articleTop span {
	background: #49b1dd;
}

.marketing .articleTop span:hover {
	background: #1E92C2;
}

.homeFeatured .retail .articleBottom {
	border-bottom: 5px solid #49b1dd;
}

.homeFeatured .retail h4 a {
	color: #49b1dd;
}

.retail h4 a:hover {
	color: #2fa1d1;
}

.singlePost.retail h2 a:hover {
	color: #2fa1d1;
}

.singlePost.retail .articleTop span {
	background: #49b1dd;
}

.singlePost.retail .articleTop span:hover {
	background: #2fa1d1;
}

.retail .articleTop span {
	background: #49b1dd;
}

.retail .articleTop span:hover {
	background: #2fa1d1;
}

.singlePost.retail {
	border-bottom: 7px solid #49b1dd;
}

.singlePost.retail h2 a,
.singlePost.retail h2 {
	color: #1D91C1;
}

.homeFeatured .innovate .articleBottom {
	border-bottom: 5px solid #44c29b;
}

.homeFeatured .innovate h4 a {
	color: #44c29b;
}

.innovate h4 a:hover {
	color: #34A381;
}

.singlePost.innovate h2 a:hover {
	color: #34A381;
}

.homeFeatured .innovate .articleTop span {
	background: #44c29b;
}


/* Food */

.homeFeatured .food .articleBottom {
	border-bottom: 5px solid #44c29b;
}

.homeFeatured .food h4 a {
	color: #44c29b;
}

.food h4 a:hover {
	color: #34A381;
}

.singlePost.food h2 a:hover {
	color: #34A381;
}

.homeFeatured .food .articleTop span {
	background: #44c29b;
}


.singlePost.food .articleTop span {
	background: #44c29b;
}

.singlePost.food .articleTop span:hover {
	background: #34A381;
}

.singlePost.food {
	border-bottom: 7px solid #44c29b;
}

.singlePost.food h2 a,
.singlePost.food h2 {
	color: #44c29b;
}

/* Food */

/* Interviews */
.homeFeatured .interviews .articleBottom {
	border-bottom: 5px solid #44c29b;
}

.homeFeatured .interviews h4 a {
	color: #44c29b;
}

.interviews h4 a:hover {
	color: #34A381;
}

.singlePost.interviews h2 a:hover {
	color: #34A381;
}

.homeFeatured .interviews .articleTop span {
	background: #44c29b;
}


.singlePost.interviews .articleTop span {
	background: #44c29b;
}

.singlePost.interviews .articleTop span:hover {
	background: #34A381;
}

.singlePost.interviews {
	border-bottom: 7px solid #44c29b;
}

.singlePost.interviews h2 a,
.singlePost.interviews h2 {
	color: #44c29b;
}

/* Interviews */


.homeFeatured .lists .articleBottom {
	border-bottom: 5px solid #44c29b;
}

.homeFeatured .lists h4 a {
	color: #44c29b;
}

.lists h4 a:hover {
	color: #34A381;
}

.singlePost.lists h2 a:hover {
	color: #34A381;
}

.postExcerpt h3 {
	padding: 10px 0px 20px 0px;
	line-height: 41px;
	font-size: 30px;
}

.homeFeatured .lists .articleTop span {
	background: #44c29b;
}


.homeFeatured .investments .articleBottom {
	border-bottom: 5px solid #49b1dd;
}

.homeFeatured .investments h4 a {
	color: #49b1dd;
}

.investments h4 a:hover {
	color: #1E92C2;
}

.singlePost.investments h2 a:hover {
	color: #1E92C2;
}

.homeFeatured .investments .articleTop span {
	background: #49b1dd;
}


.singlePost.investments .articleTop span {
	background: #49b1dd;
}

.singlePost.investments .articleTop span:hover {
	background: #1E92C2;
}

.singlePost.investments {
	border-bottom: 7px solid #49b1dd;
}

.singlePost.investments h2 a,
.singlePost.investments h2 {
	color: #49b1dd;
}


.innovate .articleTop span:hover {
	background: #34A381;
}

.homeFeatured .create .articleBottom {
	border-bottom: 5px solid #f87f44;
}

.homeFeatured .create h4 a {
	color: #f87f44;
}

.create h4 a:hover {
	color: #C85B26;
}

.singlePost .create h2 a:hover {
	color: #C85B26;
}

.homeFeatured .create .articleTop span {
	background: #f87f44;
}

.create .articleTop span:hover {
	background: #C85B26;
}

.business .articleTop span {
	background: #F87F44;
}

.business .articleTop span:hover {
	background: #e7682b;
}

.business h4 a {
	color: #F87F44;
}

.business h4 a:hover {
	color: #e7682b;
}



.singlePost.business .articleBottom h2{color: #F87F44;}

.homeFeatured .business .articleBottom {
	border-bottom: 5px solid #F87F44;
}



.singlePost.featured-category .articleBottom h2{color: #ee5e5e;}

.singlePost.featured-category .articleTop span { background: #ee5e5e;}


/* Home Cat Color */

a.button1 {
	display: block;
	width: 100%;
	text-align: center;
	background: #1e92c2;
	color: #fff;
	padding: 12px 0px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

a.button1:hover {
	background: #097FB0;
}

a.button1:after {
	content: "";
	font-weight: bold;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	font-size: 22px;
	background: url('./img/carrot.png') no-repeat;
	width: 10px;
	height: 16px;
	top: 16px;
}

a.button1:hover:after {
	right: 36%;
	opacity: 1;
}
/* Sidebar */

aside#sidebar {
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 75px 0px;
}

aside#sidebar .row.widget {
	margin: 0;
	padding: 0;
}

aside#sidebar .row.widget .columns:before {
	border-bottom: 1px solid #e3e3e3;
	content: "";
	display: block;
	margin: 32px 0px 25px 0px;
}

aside#sidebar article#black-studio-tinymce-5.row.widget .columns:before {
	display: none;
}

aside#sidebar h6 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px;
}

input.wpcf7-form-control.wpcf7-submit.signup {
	width: 100%;
	background: #1e92c2;
	color: #fff;
	display: block;
	border: 0;
	padding: 14px 0px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

input.wpcf7-form-control.wpcf7-submit.signup:hover {
	background-color: #097FB0;
}

#wpcf7-f8993-o1 input.wpcf7-form-control.wpcf7-text {
	border: 0;
	outline: 0;
	background: #f2f2f2;
	box-shadow: none;
	padding: 0px 17px;
	height: 45px;
}

#wpcf7-f8993-o1 div.wpcf7-validation-errors {
	display: none !important;
}

#wpcf7-f8993-o1 span.wpcf7-not-valid-tip {
	display: block;
	margin: 0px 0px 10px 7px;
}

p#sideSign {
	position: relative;
	color: #fff;
}

p#sideSign:after {
	content: "";
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	font-size: 22px;
	top: 16px;
	background: url('./img/carrot.png') no-repeat;
	width: 10px;
	height: 16px;
}

p#sideSign:hover:after {
	right: 34%;
	opacity: 1;
}

article#black-studio-tinymce-4 ul li {
	display: inline-block;
	padding: 0px 0px 0px 8px;
}

article#black-studio-tinymce-4 i {
	color: #fff;
	width: 47px;
	font-size: 22px;
	text-align: center;
	padding: 12px 0px;
}

i.fa.fa-facebook {
	background: #37589b;
}

i.fa.fa-twitter {
	background: #64a8f2;
}

i.fa.fa-linkedin {
	background: #4875b4;
}

i.fa.fa-instagram {
	background: #517fa4;
}

::-webkit-input-placeholder {
	color: #a1a1a1;
	font-size: 16px;
}

:-moz-placeholder {
	/* Firefox 18- */
	
	font-size: 16px;
	color: #a1a1a1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	
	font-size: 16px;
	color: #a1a1a1;
}

:-ms-input-placeholder {
	color: #a1a1a1;
	font-size: 16px;
}

article#tribe-events-list-widget-4 h4 a {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

article#tribe-events-list-widget-4 .duration {
	font-size: 14px;
	color: #737373;
	font-weight: normal;
	padding-top: 2px;
}

.tribe-events-list-widget ol li {
	margin-bottom: 10px !important;
	list-style: none;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
	font-weight: 500 !important;
}

article#black-studio-tinymce-3 p {
	font-size: 14px;
}
/* Map Section */

section#map {
	background: #0a4153;
	color: #fff;
	padding: 35px 0px;
	text-align: center;
}

section#map h3 {
	color: #fff;
	padding: 20px 0px 15px 0px;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
}

p.mapImg {
	padding: 60px 0px 50px 0px;
}
/* Home Directory Section */

section#startupResource {
	margin: 70px 0px 0px 0px;
}

section#startupResource h3 {
	padding: 0px 0px 18px 0px;
	font-weight: bold;
}

.row.dirListing {
	margin-top: 55px;
	margin-bottom: 65px;
}

.row.dirListing .columns {
	min-height: 295px;
}

.row.dirListing .dirListing:first-child h3 {
	margin: -13px 0px 0px 0px;
}
.row.dirListing .dirListing:nth-child(2) h3 {
	margin: -13px 0px 0px 0px;
}

/* Home Directory Section Hover Effect */

figure.dirContainer:hover {
    text-shadow: 0 1px 4px #242424;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.dirContainer img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.dirContainer:hover img {
	opacity: 1;
}

figure.dirContainer figcaption::before,
figure.dirContainer figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.dirContainer figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.dirContainer figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.dirContainer:hover figcaption::before,
figure.dirContainer:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.dirContainer:hover h2,
figure.dirContainer:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.columnz.dirListing {
	position: relative;
	margin: 0 auto;
	max-width: 1080px;
	list-style: none;
	text-align: center;
}

.dirListing figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0px 28px 28px;
	min-width: 320px;
	max-height: 360px;
	text-align: center;
	cursor: pointer;
	width: 30%;
}

.dirListing figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.dirListing figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dirListing figure figcaption::before,
.dirListing figure figcaption::after {
	pointer-events: none;
}

.dirListing figure figcaption,
.dirListing figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#startupResource .dirContainer h3 {
	padding: 0;
}

section#startupResource .dirContainer h3 a {
	display: block;
	color: #fff;
	padding: 34% 0 35% 0;
	text-align: center;
	line-height: 35px;
}

figure.dirContainer img {
	max-width: 100%;
	height: auto;
}
/* Footer Styles */

section#footerNewsletter {
	background: #0A4153;
	color: #fff;
	padding: 55px 0px 40px 0px;
	margin: 0;
}

section#footerNewsletter h3 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 14px 0px;
}

div#wpcf7-f8992-o2 input {
	width: 365px;
	padding: 28px 13px;
	line-height: 19px;
}

div#wpcf7-f8992-o2 span.wpcf7-not-valid-tip {
	color: #fff;
	position: absolute;
	width: 300px;
}

div#wpcf7-f8992-o2 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	color: #fff;
	position: relative;
	width: 300px;
}

div#wpcf7-f8992-o2 input.wpcf7-form-control.wpcf7-submit {
	background: #1e92c2;
	width: 136px;
	padding: 20px 0px 19px 0px;
	border: 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

div#wpcf7-f8992-o2 input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #097FB0;
}

div#wpcf7-f8992-o2 div.wpcf7-validation-errors {
	display: none !important;
}

div#wpcf7-f8992-o2 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	border: 0;
}

div#wpcf7-f8993-o1 div.wpcf7-mail-sent-ok {
	border: 0;
	color: #0D7BA8;
	display: block;
	width: 100%;
	height: 20px;
}

.footerNewsInput input {
	width: 365px;
	padding: 28px 13px;
}

.footerNewsInput input.wpcf7-form-control.wpcf7-submit {
	background: #1e92c2;
	width: 136px;
	padding: 18px 0 19px 0;
	border: 0;
        border-radius: 1px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.footerNewsInput input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #097FB0;
}

.footerNewsInput p {
	float: left;
	margin: 0;
	padding: 0;
}

div#wpcf7-f8698-o3 input {
	width: 365px;
	padding: 28px 13px;
}

p#footSign {
	position: relative;
}

p#footSign:after {
	content: "";
	font-weight: bold;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	font-size: 22px;
	top: 23px;
	background: url('./img/carrot.png') no-repeat;
	width: 10px;
	height: 16px;
}

p#footSign:hover:after {
	right: 14%;
	opacity: 1;
}

div#wpcf7-f8698-o3 input.wpcf7-form-control.wpcf7-submit {
	background: #1e92c2;
	width: 136px;
	padding: 20px 0px;
	border: 0;
}

div#wpcf7-f8698-o3 p {
	float: left;
	margin: 0;
	padding: 0;
}

div#wpcf7-f8992-o2 p {
	float: left;
	margin: 0;
	padding: 0;
}

div.wpcf7 img.ajax-loader {
	display: none !important;
}

section#bottomFooter {
	background: #040c0e;
	padding: 40px 0px 30px 0px;
	margin: 0;
}

nav.footernav ul li {
	display: inline-block;
	color: #fff;
	padding: 0px 10px 0px 0px;
}

nav.footernav ul li a {
	color: #D8D8D8;
}

nav.footernav ul li a:hover {
	color: #fff;
}

p.copyright {
    color: #aaa;
}

p.copyright a {
	color: #2E3031;
}

p.copyright a:hover {
	color: #6F6F6F;
}

section#bottomFooter img {
	float: right
}

div#wpcf7-f8992-o2::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
}

.entry-content ul {
	margin: 0px 0px 15px 30px;
}

.entry-content ul li {
	padding: 5px 0px;
	position: relative;
}

.entry-content ul li:before {
	content: "•";
	position: absolute;
	left: -18px;
	color: #1E92C2;
	font-size: 18px;
}
/* Archive and Post Layout Styles */

.singlePost .articleTop {
	height: 212px;
	overflow: hidden;
}

.singlePost .articleTop span {
	position: absolute;
}

.singlePost .articleTop span {
	position: absolute;
	top: 13px;
	left: 16px;
	background: #F87F44;
	color: #fff;
	padding: 0px 10px;
}

.singlePost {
	border-bottom: 7px solid #F87F44;
	margin: 0px 0px 85px 0px;
	position: relative;
}

.singlePost .articleTop span a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.singlePost h2 a {
	font-weight: bold;
	color: #F87F44;
	font-size: 26px;
	text-transform: uppercase;
}

.singlePost h2 {
	padding: 30px 0px 10px 0px;
	font-weight: bold;
	color: #1D91C1;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 32px;
}

.articleBottom {
	padding: 0px 0px 10px 0px;
}

.row.homeFeatured .articleBottom {
	min-height: 184px;
}

.singlePost .postExcerpt {
	padding: 0px 0px 30px 0px;
}

.singlePost.marketing .articleTop span {
	background: #49b1dd;
}

.singlePost.marketing .articleTop span:hover {
	background: #1E92C2;
}

.singlePost.technology h2 a,
.singlePost.technology h2 {
	color: #49b1dd;
}

.singlePost.technology h2 a:hover {
	color: #3e9ac1;
}

.singlePost.marketing {
	border-bottom: 7px solid #49b1dd;
}

.singlePost.marketing h2 a,
.singlePost.marketing h2 {
	color: #49b1dd;
}

.singlePost.innovate .articleTop span {
	background: #44c29b;
}

.singlePost.innovate .articleTop span:hover {
	background: #34A381;
}

.singlePost.innovate {
	border-bottom: 7px solid #44c29b;
}

.singlePost.innovate h2 a,
.singlePost.innovate h2 {
	color: #44c29b;
}







.singlePost.create .articleTop span {
	background: #f87f44;
}

.singlePost.create .articleTop span:hover {
	background: #C85B26;
}

.singlePost.create {
	border-bottom: 7px solid #f87f44;
}

.singlePost.technology .articleTop span:hover {
	background: #3e9ac1;
}

.singlePost.create h2 a,
.singlePost.create h2 {
	color: #f87f44;
}

p#pbd-alp-load-posts a {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #1e92c2;
	color: #fff;
	padding: 10px 0px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0px;
}

#postContainer {
	margin: 0px 0px 88px 0px;
}

#singlePage h2 {
	line-height: 32px;
}

div#singlePage .post {
	border: 0;
}
/* Job Board Styles */

.single_job_listing .application .apply-with-linkedin {
	border: 0;
}

.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time {
	color: #44c29b;
}

job-manager .temporary,
.job-types .temporary,
.job_listing .temporary {
	color: #49b1dd;
}

.job_filters {
	background: #F2F2F2;
	zoom: 1;
	margin: 5px 0px 14px 0px;
}

.tribe-events-notices ul li:before {
	display: none;
}

.job_filters .search_jobs {
	padding: 20px 20px;
	zoom: 1;
	margin: 0;
}

.single_job_listing .company {
	padding: 12px 20px 35px 10px;
}

.job_filters .job_types {
	padding: 7px 0px 0px 0px;
}

.job-manager-form fieldset .account-sign-in .button {
	margin-right: 0px;
	float: right;
	padding: 10px 10px;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
}

.page-id-8736 .container h2 {
	font-size: 22px;
	line-height: 24px;
	padding: 10px 0px 35px 0px;
}

.page-id-8930 .container h2 {
	font-size: 22px;
	line-height: 24px;
	padding: 10px 0px 35px 0px;
}

button,
.button {
	margin: 15px 5px 0px 0px;
	padding: 10px 9px;
}

.job_listing_preview.single_job_listing h1 {
	margin: 18px 0px;
	font-size: 18px;
}

.job_listings li:before {
	display: none;
}

.entry-content h2 {
	padding: 0px 0px 30px 0px;
	font-size: 26px;
}
/* Event Styles */

.tribe-events-list .type-tribe_events {
	padding: 30px 0px 30px 0px;
}

.tribe-events-list h2.tribe-events-list-event-title {
	display: block;
	padding: 0px 0px 20px 0px;
}

.tribe-events-loop .tribe-events-event-meta {
	    margin: 0px 0px 13px -12px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #1E92C2;
}

#tribe_events_filters_wrapper input[type=submit] {
	background: #1E92C2 !important;
}

.tribe-events-list-separator-month {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	margin: 0;
	background-color: #EEE;
	padding: 20px 0px;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
	font-size: 14px !important;
	margin-left: 0 !important;
}

.eventForm select {
	font-size: 11px;
	width: 25%;
	margin-left: 15px;
}

#tribe-community-events input[type="text"],
#tribe-community-events textarea {
	background-color: #F9F9F9;
	width: 95%;
}

.single-tribe_events .tribe-events-event-meta {
	font-size: 13px;
	padding: 10px 0px 15px 0px;
}

div#job_category_chosen ul li:before {
	display: none;
}

.single-tribe_events abbr.region.tribe-events-abbr {
	font-weight: normal;
}

.single-tribe_events .tribe-events-before-html {
	display: none;
}

.single-tribe_events .tribe-events-content {
	width: 100%;
	max-width: 100%;
	padding: 25px 25px 0px 25px;
	margin: 0px;
}

h3.tribe-events-related-events-title,
ul.tribe-related-events.tribe-clearfix.hfeed.vcalendar {
	display: none;
}

div#tribe-events-header li.tribe-events-nav-previous,
div#tribe-events-header li.tribe-events-nav-next {
	display: none;
}

.chosen-container {
	width: 95%!important;
}

.entry-content li.tribe-events-nav-next:before {
	display: none;
}

.tribe-events-user-recurrence-toggle,
.tribe-bar-filters {
	display: none;
}

#tribe-events-header li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past {
	display: none !important;
}

.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title,
.tribe-events-list h2.tribe-events-page-title {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
	display: none;
}

#tribe-community-events .eventForm td {
	vertical-align: top;
	background-color: #F9F9F9;
}

div#event-categories ul li:before {
	display: none;
}
/*
li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past a {
  background-color: #1E92C2;
  display: block;
  text-align: center;
  padding: 14px;
  color: #fff;
}


#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left {
  float: none;
  display: block;
}
*/

p.tribe-events-back {
	padding: 0;
}

.vcard {
	padding: 16px 0px 0px 0px;
}


/* Search Page */

.page-content input#s {
	width: 100%;
	margin: 14px 0px 0px 0px;
}

input#d {
	width: 80%;
	float: left;
}

input#searchsubmit2 {
	padding: 9px 16px;
	box-shadow: none;
	border: 0;
	background-color: #1E92C2;
	color: #fff;
}

form.search-form2 {
	margin: 18px 0px 0px 0px;
}

li.job-type.freelance {
	margin: 0px 33px 0px 0px;
}
/* About Us Style */

.thumb {
	float: left;
	margin: -2px 0px 15px 0;
	text-align: center;
}

.description {
	width: 80%;
	float: left;
}

.clear-after:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both;
}

.clear-before:before {
	content: "";
	display: block;
	height: 0;
	clear: both;
	padding: 0px 0px 38px 0px;
}
/* Contat Page */

div#wpcf7-f165-p149-o1 p {
	padding: 0px 0px 10px 0px;
}

input#contactZ {
	padding: 13px 50px;
	background-color: #1E92C2;
	color: #fff;
	border: 0;
}
/* Startup Directory */

.company_listing {
	margin: 0px;
	padding: 40px 0px;
	border-bottom: 1px solid #e3e3e3;
}

p.ltIcon {
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 10px 0px;
}

span.lDivide {
	padding: 0px 0px 0px 10px;
	color: #e3e3e3;
}

span.rDivide {
	padding: 0px 10px 0px;
	color: #e3e3e3;
}

p.ltIcon.industriez:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url('img/industry-icon.png') no-repeat;
}

p.ltIcon.locationZ:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url('img/location-icon.png') no-repeat;
}

.company_listing h4 {
	margin: 0;
	padding: 0px 0px 10px 0px;
}

img.startup_profile_pic {
	padding: 0px 25px 20px 0px;
	margin: 0;
	float: left;
}

.startUpSide .widget {
	width: 99%;
	margin-bottom: 40px;
}

.startUpSide h3 {
	font-size: 18px;
	color: #404040;
	text-transform: uppercase;
	padding: 0px 0px 20px 0px;
}

.startUpSide input,
select {
	border: 0;
	outline: 0;
	background-color: #f2f2f2;
}

.startUpSide input.acps_submit {
	width: 100%;
	background-color: #404040;
	color: #fff;
	padding: 14px 0px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
}

.startUpSide input.acps_submit:hover {
	background-color: #000;
}

article#adsanity-group-3 {
	width: 100%;
	margin: -30px 0px 30px -6px;
}

article#adsanity-group-3 div {
	float: left;
	margin: 0 0 0 1%;
}

.acps_results {
	margin-bottom: 70px;
}

form.fbt-simple-guest-post input {
	margin: 0px 0px 30px 0px;
}

form.fbt-simple-guest-post input[type="submit"] {
	background-color: #1e92c2;
	padding: 13px 15px;
	border: 0;
	color: #fff;
	display: block;
	margin: 30px 0px 0px 0px;
	transition: all .35s ease-in-out;
	
}

form.fbt-simple-guest-post input[type="submit"]:hover {
	background-color: #0a3e4f;
}

p#contactSubmit {
	float: left;
	position: relative;
}

p#contactSubmit input {
	background-color: #1E92C2;
	border: 0;
	outline: 0;
	color: #fff;
	padding: 15px 55px;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	position: relative;
}

p#contactSubmit input:hover {
	background-color: #097FB0;
}

p#contactSubmit:after {
	content: "";
	font-weight: bold;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	font-size: 22px;
	top: 16px;
	background: url('./img/carrot.png') no-repeat;
	width: 10px;
	height: 16px;
}

p#contactSubmit:hover:after {
	right: 20%;
	opacity: 1;
}

.adsanity-single img {
	margin: 0px !important;
}

ul.login_wid {
	margin: 15px 0px 0px 0px;
}

ul.login_wid input {
	border: 0;
	box-shadow: none;
	background-color: #F2F2F2;
	padding: 11px 19px;
}

ul.login_wid input[type=submit] {
	background-color: #1E92C2;
	color: #fff;
	padding: 12px 25px;
}

.page-id-5405 input[type="reset"] {
	display: none;
}

div#singlePage input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #1E92C2;
	color: #fff;
	border: 0;
	padding: 15px 25px;
}

input.apply-with-linkedin {
	display: none;
}

.single_job_listing .meta li {
	margin-right: 40px;
}
/* map container */

#mapCntr {
	clear: both;
	padding-bottom: 100px;
	background: #0a4153;
	margin: 0 0 0 0;
}
/* map box */
/* text box */

.textBox {
	padding: 57px 0 64px;
	overflow: hidden;
}

.textBox h3 {
	padding-bottom: 18px;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.textBox p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}
/* map box */

.mapBox {
	padding: 12px 14px 13px 13px;
	width: 100%;
	float: left;
	border: 1px solid #d2d6d7;
	border-radius: 0 0 2px 2px;
	background: #f9f9f9;
}

.mapBox .left {
	padding: 17px 0 0 0;
	width: 315px;
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	background: #fff;
}

.mapBox .left .form {
	width: 100%;
	float: left;
	position: relative;
}

.mapBox .left .form a {
	width: 20px;
	height: 20px;
	color: #f15a11;
	font-size: 20px;
	display: block;
	position: absolute;
	top: -12px;
	right: 23px;
}

.mapBox .left .form a i {
	color: #f15a11;
}

.mapBox .left p {
	padding: 0 0 8px 14px;
	font-size: 14px;
	color: #2c2c2c;
}

.mapBox .left p.border {
	border-bottom: 1px solid #ededed;
}

.mapBox .left .code {
	margin: 0 0 19px 13px;
	padding: 9px 0 8px 10px;
	width: 285px;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 1px;
}

.mapBox .left .number {
	padding: 12px 0 11px 14px;
	width: 100%;
	float: left;
	border-top: 1px solid #e5e5e5;
}

.mapBox .left .number:hover {
	color: #fff;
	background: #1e92c2;
}
.mapBox .left .number:hover span a {
	color: #fff;
}

.mapBox .left .active {
	color: #fff;
	background: #1e92c2;
}
.mapBox .left .active h4{
	color: #fff!important;
}
.mapBox .left .active span a {
	color: #fff;
}

.mapBox .left .number:hover h4 {
	color: #fff;
}

.mapBox .left h4 {
	float: left;
	font-size: 45px;
	color: #f15a11;
	font-weight: 700;
}

.mapBox .left #upcomingEvents h4 {
	color: #44A886;
}

.mapBox .left #startupJob h4 {
	color: #D35759;
}

.mapBox .left #upcomingEvents:hover h4 {
	color: #fff;
}

.mapBox .left #startupJob:hover h4 {
	color: #fff;
}

.mapBox .left span {
	padding: 8px 0 0 8px;
	float: left;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	width: 215px;
}

.mapBox .left span em {
	display: block;
	font-style: normal;
}

.mapBox .right {
	width: 726px;
	float: right;
}

.popup h2 {
	font-size: 18px;
	line-height: 26px;
}

#wpcf7-f165-p149-o1 div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	margin: 72px 0px 0px 0px;
}

#wpcf7-f165-p149-o1 div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	margin: 72px 0px 0px 0px;
}

.mapBox .left h4.bloo {
	color: #5DB1D5;
}

.preloadz {
	display: none;
}

section.medium-8.columns.fundMe .locationZ {
	display: none;
}

h4.noFilter {
	margin: 6px 0px 0px 0px;
	line-height: 24px;
	font-size: 16px;
}

.acps_text_input {
	line-height: 14px;
}

span.blogMeta {
    display: block;
    margin-bottom: 8px;
}
span.blogCred {
	color: #797979;
	font-style: italic;
}


section#comments h3 {
  font-size: 18px;
  color: #3F3F3F;
}

.vcard {
  padding: 0px 0px 0px 14px;
  border: 0;
  margin: 0px;
}


.comment-body {
  margin: 30px 0px 30px 0px;
}


.comment {
  margin: 15px 0px 0px 0px;
}


section#respond h3 {
  font-size: 18px;
}


aside.comments {
  margin: 0px 0px 95px 0px;
}

cite.fn {
  padding: 0px 15px 0px 0px;
}


.pagination {
  margin: 50px 0px 115px 0px;
}


.wp-pagenavi span.current {
  font-weight: normal;
}

wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #BFBFBF;
  background-color: #1E92C2;
  color: #fff;
}



.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 10px;
  margin: 0px 10px 0px 0px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #BFBFBF;
  background-color: #1E92C2;
  color: #fff;
}



form.searchandfilter {
  width: 100%;
}


.searchandfilter ul {
  display: block;
}

.searchandfilter li {

    display: block;
}

.searchandfilter input[type="submit"] {

  width: 100%;
  background-color: #404040;
  color: #fff;
  padding: 14px 0px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
}

.searchandfilter input[type="submit"]:hover {
  background-color: #000;
}


.single-social {
    margin: 0px 0px 25px 0px;
}




input#getBook {
    width: 61%;
    padding: 20px 18px;
}

p#bookP {
    padding: 12px 0px 10px 0px;
}



div#wpcf7-f9919-p9314-o1 div.wpcf7-validation-errors {
    border: 2px solid #FF3333;
    display: block;
    clear: both;
}


.wpcf7-validation-errors  {
clear: both;
}


div.wpcf7-mail-sent-ok {
clear: both;
}





.relatedthumb {
    display: block;
    float: left;
    width: 28%;
    margin: 0px 34px 0px 0px;
}



.relatedposts.clearfix {
    margin: 0px 0px 135px 0px;
}



.relatedthumb h4 {
    visibility: hidden;
        margin: 0px 0px 10px 0px;
}




.relatedposts .relatedthumb:first-child h4 {
    visibility: visible;
}


.pagination span.extend {
    display: none;
}




.single-job_listing .blogCred, .single-job_listing .single-social, .single-job_listing .commentCounter {

	display: none;
}



.job-manager-message, p.job-manager-error.job-manager-applications-error {

    padding: 38px 8px;
}


/* Articles */
article.post {
    font-size: 18px;
    line-height: 30px;
}


article.post ol {
    list-style: decimal;
}

article.post ul {
    list-style: square;
}

article.post ol li, article.post ul li {
    margin: 0 0 1.8em 3em;
}

/* Social */

.post_img .social_tag {
    font-size: 1.4em;
}

.social_tag {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 10px 0 !important;
}

.social_tag li {
    float: left;
    list-style: none;
    margin: 6px 18px 0 0 !important;
}
.social_tag li:first-child {
    width: 86px;
}
.social_tag .fb-share-button span {
    vertical-align: top !important;
}
.social_tag li:first-child iframe {
    width: 94px !important;
}
.social_tag iframe {
    width: 86px !important;
}
#___plusone_0, #___plusone_1, #___plusone_2, #___plusone_3, #___plusone_4, #___plusone_5 {
    width: 60px !important;
}


p#validz1 {
    position: absolute;
    bottom: -18px;
}


p#validz2, p#validz3, p#validz4, p#validz5 {
    clear: both;
    display: block;
    color: #085A7B;
}

img#wpstats {
    display: none;
}


/* About the Author */
#about_the_author {
    padding-bottom: 18px;
    padding-top: 14px;
    margin-bottom: 26px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    float: left;
}

#about_the_author .thumb img {
    margin-top: 10px;
    margin-right: 12px;
    padding: 3px;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.viewAllArtcle {
    margin-bottom: 90px;
}

