/*
Theme Name: Consultant Journal Theme
Theme URI: https://consultantjournal.com/
Description: Consultant Journal Theme.
Version: 3.0
Author: Brightflock Consulting WP Integration. Updated.
Author URI: https://brightflock.com/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10x */
	font-family: 'Open Sans', Verdana, Arial, Sans-Serif;
	background: #eeeeee;
    color: #000000;
	text-align: center;
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: #004878;
}

a:hover {
    color: #000080;
}

#page {
/*	background: #fff url(images/cj_bg.png) top center repeat-y; */
    margin: 0 auto;
    padding: 0;
}

#header, #header-full, #main, #main-full, #footer {
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
}

#header, #header-full {
    position: relative;
    background-color: #fff;
    padding: 0;
    height: 174px;
    width: 960px;
    margin: 0 auto;
}

#header #search-area, #header-full #search-area {
    position: absolute;
    background: #004878;
    height: 111px;
    width: 530px;
    top: 0px;
    right: 0px;
    text-align: left;
}

#search-area #search-menu {
    position: absolute;
    color: #fff;
    top: 5px;
    left: 116px;
    width: 250px;
    height: 15px;
}

#search-menu a {
    font-size: 1.1em;
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
}

#search-menu a:hover {
    text-decoration: underline;
}

#search-area #search-help {
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 15px;
    left: 14px;
    width: 280px;
    height: 17px;
}

#search-help strong {
    font-weight: bold;
    text-transform: uppercase;
}

#search-area #search-box {
    position: absolute;
    top: 23px;
    left: 94px;
    width: 280px;
    height: 19px;
}

#search-area #search-newsl-form-wrapper {
    position: absolute;
    width: 200px;
    top: 18px;
    right: 14px;
}
#search-newsl-form-wrapper button {
	float: right;
}

#search-area a#rss-subscribe {
    position: absolute;
    display: block;
    background: url(images/cj_rss_icon.png) top left no-repeat;
    width: 28px;
    height: 28px;
    top: 21px;
    right: 100px;
}

#search-area #rss-help {
    position: absolute;
    font-size: 1.15em;
    color: #fff;
    width: 88px;
    height: 50px;
    top: 25px;
    right: 45px;
}

#rss-help strong {
    font-weight: bold;
    text-transform: uppercase;
}

#header a#logo, #header-full a#logo {
    position: absolute;
    display: block;
    background: #fff url(images/cj_logo.jpg) top left no-repeat;
    height: 83px;
    width: 234px;
    top: 20px;
    left: 90px;
}

#header #tag, #header-full #tag {
    position: absolute;
    font-size: 1.3em;
    width: 255px;
    height: 55px;
    top: 76px;
    left: 410px;
    text-align: left;
}

#header #tag a, #header-full #tag a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #8dc63f;
}

#header #tag a:hover, #header-full #tag a:hover {
    text-decoration: underline;
}

#header #newsletter-help, #header-full #newsletter-help {
    position: absolute;
    font-size: 1.1em;
    width: 200px;
    height: 17px;
    top: 88px;
    right: 25px;
}

#header #newsletter-help a, #header-full #newsletter-help a {
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    color: #8dc63f;
}

#header #newsletter-help a:hover, #header-full #newsletter-help a:hover {
    text-decora.novtion: underline;
}

#header input#newsletter-email, #header-full input#newsletter-email {
    position: absolute;
    width: 175px;
    height: 15px;
    top: 118px;
    right: 32px;
    border: none;
}

#header #menu-area, #header-full #menu-area {
    position: absolute;
    background: #eee;
    width: 960px;
    height: 54px;
    top: 111px;
    left: 0px;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #dfdfdf;
}

#menu-area #menu {
    height: 50px;
    left: 0px;
    text-align: left;
    border: 2px solid white;
}

#menu a {
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    color: #555;
    margin: 0;
    padding: 16px 10px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
}
#menu a#menu-toggle {
    display: none;
}
#menu a:hover {
    color: #555;
    background: #ccc;
    text-decoration: none;
}

#header #header-ad-area, #header-full #header-ad-area {
    position: absolute;
    width: 646px;
    height: 35px;
    top: 174px;
    left: 0px;
}

#header #header-ad-area {
    background: #fff url(images/cj_header_ad_area.jpg) top left no-repeat;
}

#header-full #header-ad-area {
    background: #fff url(images/cj_header_ad_area_full.jpg) top left no-repeat;
}

#main, #main-full {
    background: #fff; /* url(images/cj_content_bg.png) top left repeat-y; */
    width: 960px;
    margin: 0 auto;
    padding-bottom: 20px;
}

#content {
    float: left;
    margin: 5px 17px 0 17px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    width: 558px;
    padding: 0 20px;
}
.content-full{}

#main-full #content {
    width: auto;
}

#content .entry, #content-full .entry {
    line-height: 1.4em;
}

#footer {
    background: #C5E29F;
    padding: 20px 0px 10px 0px;
    margin: 0 auto;
    width: 960px;
}

.footer-menu {
    float: right;
    width: 320px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}
.footer-menu ul {
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.footer-menu ul li {
    list-style-type: none;
    list-style-image: none;
}
.footer-menu a, .footer-menu a:visited {
    color: #333 !important;
    text-decoration: none;
}
.footer-menu a:hover {
    color: #444 !important;
}
    
/*  Begin Ads */
.ads {
    text-align: center;
}

#header-ad-area .ads {
    padding: 1px 0;
}

#sidebar-ad-area1 .ads {
    margin-top: 1px;
}

#sidebar-ad-area2 .ads {
}

#sidebar-ad-area3 .ads {
	margin-bottom: 15px;
}

#entry-ad-area .ads {
}
/* End Ads */

form {
    margin: 0;
    padding: 0;
}

form input:focus { /* Removes input field focus outline on webkit */
    outline: none;
}

.rel-wrapper {
    position: relative;
}

.float-right-wrapper { /* IE Hack */
    float: right;
}

.float-left-wrapper { /* IE Hack */
    float: left;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}


small {
	font-family: 'Open Sans',Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Open Sans', Arial Black, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.2em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
    line-height: 32px;
}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #004878;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
    color: #444;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Open Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* Begin Post */
.post {
    margin: 0 0 20px;
    text-align: left;
    }

.post h1, .post h2 {
    margin: 18px 0px 0px 0px;
    font-size: 32px;
    color: #000;
    font-weight: 600;
}

.post hr {
    display: block;
    }

.post .post-meta {
    margin: 3px;
}

.post a.more-link {
    font-weight: normal;
    float: right;
}

.post-divider {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
/* End Post */

/* Begin Structure */

.clear {
	clear: both;
}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 5px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry h2 {
  font-size: 1.6em;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar-right {
    width: 312px;
}

#sidebar-right .sidebar-links {
    margin-left: 40px;
    width: 260px;
}

#main-full #sidebar-right {
	display: none;
}

#sidebar-left {
    width: 1px;
}

#main-full #sidebar-left {
	display: none;
}

.sidebar {
    overflow: hidden;
    text-align: left;
    background: #fff;
    font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.sidebar h2 {
    margin: 10px 0 5px;
    padding: 0;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #C5E29F;
}

.sidebar h3 {
    margin: 10px 0 5px;
    padding: 0;
    font-size: 1.1em;
    text-transform: capitalize;
    font-weight: bold;
    color: #C5E29F;
}

.sidebar h3 strong {
    text-transform: uppercase;
}

.sidebar h2 a {
    text-decoration: none;
    color: #C5E29F;
}

.sidebar h2 a:hover {
    text-decoration: underline;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.sidebar ul li {
    list-style-type: none;
    list-style-image: none;
}

.sidebar ul p, .sidebar ul select {
    margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
    margin: 5px 0 0 10px;
    padding: 0;
}

.sidebar ul ul ul {
    margin: 0 0 0 10px;
}

.sidebar ul ul li, .sidebar ul ol li {
    color: #777;
}

.sidebar ul ul li:before {
}

.sidebar ul ol li {
    list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}

.sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

.sidebar #searchsubmit {
    padding: 1px;
}

.sidebar #sidebar-ad-area1 {
}

.sidebar #sidebar-ad-area2 {
    margin-top: 10px;
}

.sidebar #sidebar-ad-area3 {
}

.sidebar #top-articles {
}

#top-articles ul {
    margin-top: 10px;
    margin-left: 15px;
}

#top-articles ul li {
   color: #000;
   list-style-type: disc;
}

.sidebar #archives {
    margin-bottom: 10px;
}

#archives h2 {
    display: inline;
}

.sidebar #gear {
    color: #000;
}
/* End Sidebar */

/* Begin Widget */
#sidebar-left .widget {
    width: 140px;
    margin: 30px auto;
}

#sidebar-right .widget {
    margin: 10px 0px;
    width: 292px;
    background: #004878;
    color: white;
    padding: 15px 10px;
    font-size: 14px;
}

.widget a, .widget a:visited {
    color: white;
    text-decoration: none;
}

.widget_sp_image {
    text-align: center;
}

.widgettitle {
    font-size: 24px !important;
    color: white !important;
    margin: 10px 0px 10px;
}

#sidebar-right .widget:nth-child(even)
{ 
    background-color:#C5E29F;
    color: #222 !important;
}

#sidebar-right .widget:nth-child(even) .widgettitle
{
    color: #004878 !important;
}

#sidebar-right .widget:nth-child(even) a, #sidebar-right .widget:nth-child(even) a:visited
{ 
    color: #222 !important;
}

/* End Widget */

/* Start Book Images */
.book-image {
    display: block;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 20px auto;
}

.consulting-fees {
    margin-top: 0px;
    background: #fff url(/wp-content/uploads/image/CF%20GUIDE%20PIGGY%20BANK%20250%20X%20250.jpg) top left no-repeat;
}

.discover-inner-consultant {
    background: #fff url(/wp-content/uploads/image/DYIC%20250%20X%20250.jpg) top left no-repeat;
}

.make-leap {
    background: #fff url(/wp-content/uploads/2011/03/Become-a-Consultant-2-250-x-2502.jpg) top left no-repeat;
}

/* End Book Images */

/* Start Social Area */
#social-area #social-banner {
    position: relative;
    margin-top: 20px;
    background: #000 url(images/cj_social_banner.jpg) top left no-repeat;
    width: 312px;
    height: 46px;
}

#social-banner .social-icon {
    position: absolute;
}

#social-banner a#social-twitter {
    background: url(images/cj_social_icon_twitter.png) top left no-repeat;
    height: 23px;
    width: 23px;
    top: 12px;
    left: 45px;
}

#social-banner a#social-fb {
    background: url(images/cj_social_icon_fb.png) top left no-repeat;
    height: 23px;
    width: 23px;
    top: 12px;
    left: 140px;
}

#social-banner a#social-in {
    background: url(images/cj_social_icon_in.png) top left no-repeat;
    height: 23px;
    width: 23px;
    top: 12px;
    left: 240px;
}

#social-links {
    position: relative;
}

#social-area #social-links a {
    position: absolute;
}

#social-links a#link-twitter {
	left: 40px;
}

#social-links a#link-fb {
    left: 125px;
}

#social-links a#link-in {
    left: 230px;
}

/* End Social Area */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/

.post-navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: -10px;
	padding-left: -10px;
	margin: 0 -20px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

p#feedback input {
	width: 250px;
} 
p#feedback textarea {
	width: 280px;
}
/* End captions */

/* Shortcodes */

.ej-buy-buttons {
	margin: 30px 0;
	font-size: 1.3em;
	text-align: center;
}

.ej-buy-buttons a {
	padding: 0 10px;
}

/** ejunkie related styling */

#EJEJC_iframeContent #tdHeader {
  background: url(images/cj_junkie_logo.jpg) top left no-repeat;
}

#EJEJC_iframeContent #tdHeader #imgHeader {
  width: 0;
  height: 0;
  display: none;
}

#EJEJC_iframeContent #tdPmntOptions > table {
  width: auto !important;
}

#EJEJC_iframeContent #btnUpdtCart, #EJEJC_iframeContent #btnContShop {
  cursor: pointer;
}

#EJEJC_iframeContent #ejejctable td {
	padding: 5px !important;
}

@media (max-width:767px) {
#header, #header-full {
	width: 100%;
	position: static;
	height: auto;
	border: none;
}
#header #search-area, #header-full #search-area {
	width: 100%;
	position: static;
	height: auto;
}
#search-area #search-help {
	position: static;
	height: auto;
	width: auto;
	text-align: center;
	padding: 10px 0px;
}
#search-area #search-newsl-form-wrapper {
	position: static;
	width:100%;
	text-align: center;
	padding-bottom: 10px
}
#search-newsl-form-wrapper button {
	float: none;
	width: 100%;
	text-align: center;
}

#header a#logo, #header-full a#logo {
	width: 100%;
	position: static;
	background-position: top center;
	padding-bottom: 10px;
}
#header #menu-area, #header-full #menu-area {
width: 100%;
	position: static;
    overflow: hidden;
}
#menu-area #menu {
    position: static;
    height: auto;
}
#menu a {
  display: block;
  padding: 0px 10px;
}
#menu a:hover {
  background: transparent;
}
#menu a#menu-toggle {
  display: block;
}
#main, #main-full {
	width: 100%;
	border: none;
}
#content {
	width: auto;
}
#sidebar-right {
	display: none;
}
#footer {
	width: 100%;
	border:none;
}
.footer-menu {
    float: none;
    margin-left: 10px;
}
#FatPandaFacebookComments {
	display: none;
}
.entry .postmetadata {
    display: none;
}
#entry-ad-area {
  display: none;
}
}

.myButton {
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}
