/*
	Theme Name:  The Daily Positive
	Description: Custom child theme for the <a href="https://genesistheme.com">Genesis Framework</a>.
	Author:      Bill Erickson
	Author URI:  https://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.header-sharing *,
.sidebar .widget:first-child .textwidget *,
.about-follow * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;	
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #313233;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #5f9493;
	text-decoration: underline;
}

a:hover,
.footer-widgets a,
.author-box h3 a,
.more-articles a,
h2.entry-title a {
	text-decoration: none;
}

.footer-widgets a:hover,
.author-box h3 a:hover,
.more-articles a:hover,
h2.entry-title a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0 0 30px;
	padding: 0 60px;
	text-align: center;
}

blockquote p {
	font-family: 'Lora', serif;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.125;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 28px;
}

h2.entry-title {
 
    line-height: 1.4 ;    min-height: 98px;
}

h2.entry-title a {
	color: #313233;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	color: #0a748f;
	font-size: 20px;
}

h5 {
	font-family: 'Lora', serif;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 40px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	color: #084b50;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 11px;
	width: 100%;
}

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

.input-large {
	font-size: 18px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder{ 
	color:transparent; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button.button-invert:hover {
	background-color: #ffa302;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 11px 24px;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.button-invert {
	background-color: #f15123;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 28px;
	padding: 10px 20px;
}

.button.button-small {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 20px;
}

.button.button-mini {
	font-size: 11px;
	padding: 5px 8px;
}

.button.button-green {
	background: #317a79;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
}

.button.button-green:hover {
	background: #245453;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 5px 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}




/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1128px;
	padding: 0 10px;
}

.site-inner {
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 65.703971119%; /* 728/1108 */
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 27.075812274%; /* 300/1108 */
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes - Link: https://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
 
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
 
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
 
.one-fourth {
	width: 23.076923076923077%;
}
 
.three-fourths {
	width: 74.35897435897436%;
}
 
.one-fifth {
	width: 17.9487179487179488%;
}
 
.two-fifths {
	width: 38.4615384615384616%;
}
 
.three-fifths {
	width: 58.9743589743589744%;
}
 
.four-fifths {
	width: 79.4871794871794872%;
}
 
.one-sixth {
	width: 14.52991452991453%;
}
 
.five-sixths {
	width: 82.90598290598291%;
}
 
.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 50%;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}


.widget_calendar td {
	text-align: center;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 20px 0 5px;
}

.title-area {
	float: left;
	width: 264px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	display: block;
	text-indent: -9999em;
 	background: url(images/logo.png) no-repeat; 
	width: 164px;
	height: 48px;
}

.header-sharing {
	padding-top: 10px;
	float: left;
	width: auto;
	display: none;
}

.header-sharing iframe {
	float: left;
	margin-right: 10px;
}

.header-sharing iframe:last-child {
	margin-right: 0;
}

/* Page Header
---------------------------------------------------------------------------------------------------- */

.page-header .column {
	float: left;
	height: 270px;
	width: 50%;
}

.page-header-left {
	background: #272823 url(images/dale-partridge-header.jpg) no-repeat right top;
	background-size: cover;
}

.page-header-left .quote {
	max-width: 295px;
	float: right;
	padding: 60px 60px 60px 0;
}

.page-header-left .quote p {
	color: #fff;
	font-size: 26px;
	line-height: 1.34;
	margin: 0;
	max-width: 190px;
}

.page-header-left .quote p.author {
	font-size: 12px;
}

.page-header-right {
	background: #44B1C0;
}

.page-header-right .signup-form {
	max-width: 510px;
	float: left;
	padding: 40px 0 0 60px;
}

.page-header-right h3 {
	background: #0A748F;
	color: #fff;
	font-size: 33px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
	padding: 0 5px;
	margin: 0 0 10px;
}

.page-header-right h3.business {
	font-size: 31px;
	line-height: 40px;
	padding: 6px 5px;
}

.page-header-right p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 1.36;
	margin-bottom: 15px;
}

.newsletter-form {
	padding-right: 99px;
	position: relative;
}

.newsletter-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
}

.page-header-right p.count {
	color: #A1D3D5;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu a, .genesis-nav-menu a:visited {
	border: none;
	color: #335b5a;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 12px 7px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #98d2d1;
}

.genesis-nav-menu .bold > a {
	font-weight: bold;
	font-size: 15px;
}

.genesis-nav-menu .menu-item-has-children > a {
	background: url(images/nav-arrow.png) no-repeat right center;
	padding-right: 15px;
	margin-right: 10px;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

.genesis-nav-menu .earnings {
	display: inline-block;
	margin-left: 30px;
}

.mobile.earnings {
	display: none;
	max-width: 300px;
	margin: 20px auto;
}

.mobile.earnings .number,
.genesis-nav-menu .earnings .number {
	background: #98d2d1;
	color: #fff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 15px;
	text-align: center;
}

.mobile.earnings a,
.genesis-nav-menu .earnings a {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-header {
	float: right;
	width: auto;
	padding-top: 0;
	padding-bottom: 16px;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

.site-inner {
	padding: 60px 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-content .search-form {
	width: 50%;
}

.entry-header .entry-meta {
	color: #adadad;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
}

/*
.entry-header .entry-meta .share-before {
	display: inline-block;
	vertical-align: middle;
}

.one-half .entry-header .entry-meta .share-before {
	display: block;
}
*/

.entry-header .entry-meta .avatar {
	margin-right: 10px;
	float: none;
	vertical-align: middle;
}

.entry-header .entry-meta span a {
	color: #69b5b4;
	text-decoration: none;
}

.entry-header .entry-meta .entry-comments-link a {
	color: #adadad;
}

.entry-header .entry-meta .st_email_custom {
	color: #313233;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	float: right;
}

.share-before {
	padding-bottom: 10px;
}

/* Author Box
--------------------------------------------- */

.author-box {
	background: #faf8f8;
	padding: 30px 30px 30px 115px;
	position: relative;
	margin: 0 0 30px;
}

.author-box .avatar {
	position: absolute;
	top: 30px;
	left: 30px;
}

.author-box p {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 1.75;
}

.author-box p.about {
	font-family: 'Lora', serif;
	font-style: italic;
}

.author-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.author-box h3 a {
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	color: #8e8f8f;
	margin-left: 18px;
	text-transform: capitalize;
}

/* More Articles
--------------------------------------------- */

.more-articles p {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36;
	margin: 0;
}

.more-articles .article {
	margin-bottom: 30px;
	position: relative;
}

.more-articles a {
	color: #313233!important;
}

.more-articles .one-third {
	padding-left: 70px;
	min-height: 50px;
}

.more-articles .one-third p {
	font-size: 14px;
}

.more-articles .one-third img {
	position: absolute;
	top: 0;
	left: 0;
}


/* Entry Navigation
--------------------------------------------- */

.pagination-wrapper {
	overflow: hidden;
	width: 100%;
	padding: 0 70px;
	min-height: 0px;
	position: relative;
	text-decoration: none;
}

.pagination {
	text-align: center;
}

.pagination-previous a,
.pagination-next a {
	background: #ffa302;
    border-radius: 50%;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 55px;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    left: 0;
    vertical-align: top-middle;
}

.pagination a,
.pagination a:hover {
	text-decoration: none;
}

.pagination-next a:hover,
.pagination-previous a:hover {
	background: #f15123;
}

.pagination-next a {
	left: auto;
	right: 0;
}

.pagination li {
	display: inline-block;
	list-style-type: none;
	margin: 11px 2px;
}

.pagination li a {
	background: #eaeaea;
	    /* border-radius: 50%; */
	color: #fff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 31px;
	height: 31px;
	line-height: 31px;
}

.pagination li.active a,
.pagination li:hover a {
	background: #c1bfbf;
}

.pagination-omission {
	color: #c1bfbf;
}

.pagination li.pagination-next,
.pagination li.pagination-previous {
	display: none;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 40px;
}

.sidebar h4 {
	font-size: 18px;
}

.sidebar .widget:first-child h4 {
	border-bottom: 1px solid ;
	padding-bottom: 5px;
}

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

.sidebar .widget a {
	color: #313233;
	font-weight: bold;
	text-decoration: none;
}

.sidebar .widget .listing-item {
	position: relative;
	padding-left: 60px;
	min-height: 50px;
	margin-bottom: 20px;
}

.sidebar .widget .listing-item img {
	position: absolute;
	top: 0;
	left: 0;
}

.sidebar .widget input[type="text"],
.sidebar .widget input[type="email"],
.sidebar .widget textarea {
	border: 3px solid #e5e5e5;
}

.sidebar .widget input[type="radio"] {
	display: inline-block;
	width: auto;
}

.sidebar .wpcf7-list-item-label { margin-right: 10px;}

.sidebar .widget form p {
	color: #b9b9b9;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar .widget input[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #44B1C0;
	clear: both;
	color: #fff;
	padding: 55px 0;
}

.footer-widgets .widget-area {
	float: left;
	margin-left: 4.411764706%; /* 45/1020 */
	width: 25.490196078%; /* 260/1020 */
}

.footer-widgets .widget-area.footer-widgets-1 {
	margin-left: 0;
}

.footer-widgets .widget-area.footer-widgets-3 {
	width: 40.196078431%; /* 410/1020 */
}

.footer-widgets h4 {
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.footer-widgets li {
	list-style-type: none;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 0;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets .widget_nav_menu a {
	padding-left: 35px;    color: #fff;
}

.footer-widgets .widget_nav_menu .facebook a {
	background: url(images/icon-facebook.png) no-repeat 3px center;
}

.footer-widgets .widget_nav_menu .twitter a {
	background: url(images/icon-twitter.png) no-repeat left center;
}

.footer-widgets .widget_nav_menu .pinterest a {
	background: url(images/icon-pinterest.png) no-repeat left center;
}

.footer-widgets .widget_nav_menu .instagram a {
	background: url(images/icon-instagram.png) no-repeat left center;
}

.footer-widgets h3 {
	font-family: 'Lora', serif;
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 10px;
}

.footer-widgets p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.18;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #0A748F;
	color: #fff;
	font-size: 'Lato', sans-serif;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* Ad Shortcode
---------------------------------------------------------------------------------------------------- */

.inpost-ad {
	margin-bottom: auto;
}

.inpost-ad a,
.inpost-ad iframe,
.inpost-ad .ad-1,
.inpost-ad .ad-2 {
	display: inline-block;
}

.inpost-ad.align-middle {
	text-align: center;
}

.inpost-ad.align-left {
	float: left;
	margin-right: 30px;
}

.inpost-ad.align-right {
	float: right;
	margin-left: 30px;
}

.inpost-ad .ad-1,
.inpost-ad .ad-2 {
	margin: 0 10px;
}

/* Home
---------------------------------------------------------------------------------------------------- */

.entry.feature {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.entry.feature p {
	padding-right: 170px;
}

.entry.feature p.more {
	padding-right: 0;
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 0;
	margin: 0;
}

.home .entry,
.archive .entry,
.search .entry {
	font-size: 18px;
}

.entry.one-half p {
	margin-bottom: 16px;
}

a.featured-image {
	display: inline-block;
	position: relative;
	width: 100%;
}

a.featured-image .play {
	position: absolute;
	top: 50%;
	left: 50%;
	/*margin: -64px 0 0 -64px;*/
	margin: -77px 0 0 -120px;
}

.one-half a.featured-image .play {
	width: 64px;
	height: 64px;
	margin: -40px 0 0 -32px;
}

/* About
---------------------------------------------------------------------------------------------------- */

.page-template-template-about-php .page-header {
	background: url(images/about-header.jpg) no-repeat center top;
	background-size: cover;
	min-height: 270px;
	padding: 70px 0 0;
}

.page-template-template-about-php .page-header p {
	color: #fff;
	max-width: 465px;
	font-size: 28px;
	line-height: 1.25;
}

.speaking-logos {
	text-align: center;
	padding: 20px 0 0;
}

.page-template-template-about-php .sidebar .widget h4 {
	color: #313233;
	border: none;
	margin-bottom: 0;
}

.about-follow {
	overflow: hidden;
	width: 100%;
}

.about-follow iframe,
.about-follow a,
.about-follow > div {
	display: block !important;
	float: left !important;
}

.about-follow a[href="https://www.pinterest.com/dalepartridge/"] {
	margin-right: 15px !important;
}

/* Email Generator
---------------------------------------------------------------------------------------------------- */

.page-template-email-generator-php .page-header {
	background: #98d2d1;
	padding: 65px 0;
	text-align: center;
}

.page-template-email-generator-php .page-header p {
	color: #fff;
	font-size: 30px;
	line-height: 1.16;
}

.page-template-email-generator-php .page-header .wrap p:last-child {
	margin: 0;
}

.page-template-email-generator-php .site-inner .wrap {
	max-width: 580px;
}

.email-header {
	padding-bottom: 20px;
}

.email-header .date {
	color: #787878;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding-top: 30px;
}

.email-post h2 a {
	color: #313233;
	font-size: 34px;
	text-decoration: none;
}

.email-post p {
	font-size: 18px;
}

.email-follow {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 25px 0;
	margin: 0 25px 40px;
}

.email-follow .quote {
	font-size: 16px;
	margin: 0;
}

.email-follow .social {
	color: #787878;
	font-size: 12px;
	margin: 10px 0 0;
}

.email-follow .social img {
	vertical-align: middle;
}

.email-follow .social .icons {
	margin-left: 20px;
}

.email-thought,
.email-product {
	float: left;
	width: 47.413793103%; /* 275/580 */
}

.email-product {
	margin-left: 5.172413793%;
}

.email-content h6 {
	color: #787878;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.email-content blockquote {
	padding: 0;
}

.email-content blockquote p {
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.42;
	text-align: left;
}

.email-thought p {
	color: #404345;
	font-size: 13px;
}

.email-content .email-thought .button,
.email-content .email-product .button {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.email-product p {
	font-size: 13px;
	text-align: center;
}

.email-footer {
	padding-top: 30px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.email-footer p {
	color: #9e9e9e;
	font-size: 13px;
}

.email-footer p a {
	color: #9e9e9e;
	text-decoration: none;
	font-weight: bold;
}

.sidebar .post-ads .article-ads,
article.post .post-ads .sidebar-ads {
	display: none;
	opacity: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.sidebar .post-ads .sidebar-ads,
article.post .post-ads .article-ads {
	display: block;
}
@media (max-width: 1000px) {
	article.post .inpost-ad .ad-1, .inpost-ad .ad-2 {
		margin: 5px auto;	
	}
	article.post .post-ads .article-ads .entry,
	.homepage-ads .entry {
		width: 100%!Important;
		float: none!Important;
		text-align: center;
		margin: 5px auto!Important;
	}
	article.post .post-ads .article-ads .entry iframe,
	.homepage-ads .entry iframe {
		display: inline-block;	
	}
}
@media (max-width: 767px) {
	.widget .bsap {
		text-align: center;
	}
	.widget .bsap a.adhere {
		display: inline-block;	
	}
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

.mobile-about {
	display: none;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.site-title a {
		background:url(images/logo.png) no-repeat left /* url(images/logo@2x.png) no-repeat left */ ;
		background-size: 164px 48px;
	}

}

@media only screen and (max-width: 960px) {
	.site-header .wrap {
		max-width: 560px;
	}
	
	.title-area {
		margin-left: 65px;
	}
	
	.page-header-right h3 {
		font-size: 30px;
	}
	
	.page-header-right .signup-form {
		padding: 40px 30px 0;
	}
}

@media only screen and (max-width: 767px) {

	.content,
	.sidebar-primary,
	.footer-widgets .widget-area.footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.page-header-left,
	.header-sharing,
	.genesis-nav-menu .menu-item.earnings,
	.entry-header .entry-meta .avatar,
	.st_email_custom,
	.share-after,
	.author-box,
	.footer-widgets-1,
	.footer-widgets-2,
	.one-half .entry-meta,
	.page-template-template-about-php .page-header,
	.speaking-logos {
		display: none;
	}
	
	.mobile.earnings {
		display: block;
	}
	
	.wrap {
		padding: 0 20px;
	}

	.page-header .column {
		width: 100%;
		height: auto;
	}
	
	.page-header-right .signup-form {
		margin: 0 auto;
		float: none;
		text-align: center;
		padding: 30px 20px;
	}
	
	.title-area {
		margin: 0 auto;
		float: none;
	}
	
	.page-header-right h3 {
		font-size: 24px;
	}
	
	.page-header-right p,
	.footer-widgets p {
		font-size: 14px; 
		font-weight: bold;
		line-height: 1.36;
		text-align: center;
	}
	
	.nav-header {
		float: none;
		width: 100%;
		display: none;
	}
	
	.genesis-nav-menu .menu-item {
		float: none;
		display: block;
	}
	
	.genesis-nav-menu a {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}
	
	.genesis-nav-menu .sub-menu {
		border: none;
		left: auto;	
		opacity: 1;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu a {
		width: 100%;
		border: none;
		border-bottom: 1px solid #ccc;
		padding-left: 25px;
	}
	
	.genesis-nav-menu .menu-item-has-children > a {
		background: transparent;
		margin-right: 0;
	}
	
	.site-header .wrap {
		position: relative;
	}
	
	.mobile-menu {
		background: url(images/mobile-menu.png) no-repeat;
		cursor: pointer;
		display: block;
		width: 13px;
		height: 13px;
		position: absolute;
		left: 20px;
		top: 20px;
	}
	
	h1,
	h2.entry-title {
		font-size: 31px;
	}
	
	body,
	h5,
	.home .entry, 
	.archive .entry, 
	.search .entry {
		font-size: 17px;
		line-height: 1.6;
	}
	
	.footer-widgets h3 {
		background: #335b5a;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		line-height: 52px;
		text-align: center;
		padding: 0 5px;
		margin: 0 0 10px;	
	}
	
	.site-footer {
		font-size: 11px;
	}
	
	.entry.feature p {
		padding-right: 0;
	}
	
	.entry.feature p.more {
		text-align: left;
		position: relative;
		bottom: auto;
		right: auto;
	}
	
	.pagination-wrapper {
		padding: 0;
	}
	
	.pagination-wrapper .archive-pagination:first-child {
		display: none;
	}
	
	.pagination li.pagination-next,
	.pagination li.pagination-previous {
		display: inline-block;
	}
	
	.pagination-previous a,
	.pagination-next a {
		position: relative;
		right: auto;
		left: auto;
	}
	
	.pagination li a {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	
	.entry.one-half {
		width: 48.717948717948715%;
		margin-left: 2.564102564102564%;
	}
	
	.entry.one-half.first {
		margin-left: 0;
	}
	
	.entry.one-half h2.entry-title {
		font-size: 18px;
	}
	
	.button.button-small {
		padding: 8px 10px;
	}
	
	.entry.one-half p {
		font-size: 13px;
	}
	
	.home .entry .button,
	.archive .entry .button,
	.single .entry .button {
		display: block;
		text-align: center;
	}
	
	blockquote {
		padding: 0;
	}
	
	blockquote p {
		font-size: 21px;
	}
	
	.page-template-template-about-php .site-inner {
		padding-top: 30px;
	}
	
	.mobile-block {
		display: block;
		overflow: hidden;
		width: 100%;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 520px) {

	.mobile-about {
		display: block;
		background: #272823 url(images/dale-partridge-header.jpg) no-repeat -230px top;
		background-size: cover;
		margin: 0 -20px 40px;
		padding: 35px 20px;
	}
	
	.page-template-template-about-php .mobile-about {
		margin-bottom: 0;
	}
	
	.mobile-about p {
		margin-bottom: 10px;
		color: #fff;
		font-family: 'Lora', serif;
		font-size: 18px;
		padding-left: 50%;
	}
	
	.mobile-about p:last-child {
		margin: 0;
	}
	
	.mobile-about p .button {
		font-size: 13px;
		font-family: 'Lato', sans-serif;
		font-weight: bold;
	}
	
	.site-title a {
		margin: 0 auto;
	}
	
	a.featured-image .play,
	.one-half a.featured-image .play {

		width: 32px;
		height: 32px;
		margin: -16px 0 0 -16px;
	}

}


.header-sharing iframe:first-child {
	padding-left: 0px!important;
	min-width: 90px;
}


div.pagenavleft{
	font-size:16px;top:15px;position:relative;color:#fff;display:block;float:left;padding:5px 10px 5px 10px;border-radius:0px;
}

div.pagenavright{
	font-size:16px;top:15px;position:relative;color:#fff;display:block;float:right;padding:5px 10px 5px 10px;border-radius:0px;
}

div.pagenavleft a:hover{
	background-color: #f15123!important;
	-o-transition:color .2s ease-out, background .1s ease-in;
  -ms-transition:color .2s ease-out, background .1s ease-in;
  -moz-transition:color .2s ease-out, background .1s ease-in;
  -webkit-transition:color .2s ease-out, background .1s ease-in;
}
div.pagenavright a:hover{
	background-color: #f15123!important;
	-o-transition:color .2s ease-out, background .1s ease-in;
  -ms-transition:color .2s ease-out, background .1s ease-in;
  -moz-transition:color .2s ease-out, background .1s ease-in;
  -webkit-transition:color .2s ease-out, background .1s ease-in;
}



div.pagenavleft a:link {background-color: #ffa302;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  padding-top: 11px;
  padding-right: 24px;
  padding-bottom: 11px;
  padding-left: 24px;
  width: auto;
  font-family: "Lato",sans-serif!important;
  font-size: 13px;
  font-weight: bold;
  text-decoration:none!important;
  
}
  
div.pagenavright a:link {background-color: #ffa302;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  padding-top: 11px;
  padding-right: 24px;
  padding-bottom: 11px;
  padding-left: 24px;
  width: auto;
  font-family: "Lato",sans-serif!important;
  font-size: 13px;
  font-weight: bold;
  text-decoration:none!important;}

div.pagenavleft a:visited {color:#fff;}
div.pagenavright a:visited {color:#fff;}

div.foothover {text-decoration:none;clear:none;text-align:center!important;width:100%!important;}
div.foothover a:hover {color: #fff;display:inline;text-decoration:underline!important;clear:none;}
div.foothover a:link,a:visited {color: #fff;display:inline;text-decoration:none;clear:none;}

.essb_displayed_shortcode
{ display:none ;
}
.entry-header .entry-meta .avatar , .entry-header .entry-author , .entry-header .entry-categories , .entry-header .entry-time
, footer .pagenavleft , footer .pagenavright , .st_email_custom
{ display:none
}
.pagenavleft , .pagenavright
{display:none !important
}
.ajax-load-more-wrap.blue button.alm-load-more-btn
{    background-color: #ffa302 !important;
}

.tptn_thumb
{ width:80px; height:80px
}
.tptn_posts_widget li
{    
    display: block;
    clear: both;
}
.tptn_posts_widget  a
{  float: left;
}
.tptn_after_thumb
{ float: left;
    width: 69%;
    margin-left: 8px;
}
.sidebar .widget li {
    padding: 4px 0;
}
.sidebar .widget {
    
    clear: both;
}
.aps-each-icon a {
    
    padding: 0 2px;
}


.inpost-ad.align-middle , .size-two_rectangles  {
    text-align: center;
    display: inline-block;
    width: 100%;
    clear: both;
}
.entry-content a
{/*color: #5f9493; */
}
.sidebar .widget li {
    padding: 6px 0 !important;
}
.sidebar li {
      border-bottom: 1px dotted #888;
    margin-bottom: 8px;
   
    display: block;
    float: left;
}
 @media (max-width:767px) {
 .mobloadmore
{ display:block !important ; margin-bottom: -76px;
}
.sidebar .widget {
  
        text-align: center;
    width: 100%;
    display: block;
}
}
.mobloadmore , .sidebar-secondary
{ display:none ;
}
.content {
    float: left !important;
}

.sidebar-secondary , .breadcrumb , .entry-header .entry-meta
{ /* display:none !important ; */
}

.magazine-home .content .widget-title, .sidebar .widget-title {
    background-color: #9E9E9E;
    color: #fff;
    padding: 10px;
}

h2.entry-title a:hover
{ text-decoration:none; color:#44b1c0;
}

.more-link
{background-color: #ffa302;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
       padding: 5px 13px;
    text-decoration: none;
    width: auto;
    -webkit-appearance: none;display: table;
}
.more-link:hover
{background-color: #f15123;
    color: #fff;
}
.entry-header .avatar
{ display:none !important
}
#menu-main-menu li a:after
{ content: '|';padding-left: 15px;
}
#menu-item-11784 a:after
{content: '' !important;
}


.newsl
{background: #44b1c0;padding: 25px 14px;}
.newsl h2
{/* background: #0a748f; */color: #fff;font-size: 21px;font-weight: bold;}
.newsl p
{color: #fff;}
.newsl span
{color: #fff;}
.newsl input[type="email"]
{width: 89%;margin-bottom: 20px;}
.newsl input[type="submit"]
{margin-bottom: 20px;width: 81% !important;}
.slid
{background: #44b1c0;
    padding: 20px 0;
}
.sliwrap
{     width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}

#vgps-wrapper11773 .vgps-captio
{text-decoration: none;
}
.breadcrumb
{ display:none;
}
.entry-header .entry-meta {
    display: none;
}


.footer-widgets h4 {
     
    border-bottom: 1px solid;
    min-height: 55px;
}
#jp-relatedposts , .rc-branding .rc-branding-label {
 display: none !important;
}
h1 a
{    text-decoration: none !important;
}
}