/*
	Theme Name: Centric Theme
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 101.18
	
	Tags: develop, black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 3.2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Top Banner
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/

/* Typekit FOUT */

.wf-loading {
  visibility: hidden;
}

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

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}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:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.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;
}

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

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

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


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

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

/* Define the "system" font family */

body {
	background-color: #444444;
	color: #444444;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="password"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-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: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #13afdf;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 36px;
	height: 0;
	left: -18px;
	position: relative;
	top: -10px;
	opacity: 0.7;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons, .features .fa, .features .fas, .features .svg-inline--fa {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
	opacity: 0.5;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

input,
input[type="password"],
select,
.gform_wrapper select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 1;
	padding: 16px;
	width: 100%;
}

textarea {
	width: 100% !important;
	max-width: 100% !important;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #2e2f33;
	opacity: 0.5;
	font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #2e2f33;
	opacity: 0.5;
	font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #2e2f33;
	opacity: 0.5;
	font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
	color: #2e2f33;
	opacity: 0.5;
	font-weight: 400;
}

input[type="reset"],
input[type="submit"],
.button {
	background-color: #59B285;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #52A57C;
	color: #fff;
}

.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}

.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #52A57C;
	color: #fff;
}

.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.centric-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #59b184;
	border-radius: 50px;
	color: #fff !important;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 300px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #4fa077;
	color: #fff !important;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
/*	border-bottom: 1px solid #ddd; */
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
}

/* .centric-pro-landing .site-inner {
	margin: 80px auto;
	max-width: 960px;
	padding: 0 80px;
}

.centric-pro-landing .site-inner section {
	padding: 80px;
} */

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

/* Content */

.content {
	float: right;
	padding: 80px 0;
	width: 880px;
}

.centric-pro-home .content {
	padding: 0;
}

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

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

.centric-pro-landing .content, .centric-pro-landing .site-inner .wrap {
	width: 100% !important;
	max-width: 100% !important;
	padding-top: 0;
	padding-bottom: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Column Classes
  Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://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;
}

.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
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

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

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

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

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


/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

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

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 400;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.entry-title {
	font-size: 36px;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #13afdf;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.home-widgets .widget-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

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

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

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

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

img.border {
    background-color: white;
    padding: 4px;
    border: 1px solid #e4e5e4;
}

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-title {
	font-size: 20px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


.enews-widget form {
	position: relative;
}

.enews-widget input,
.enews-widget input:focus {
	border: 0px;
    color: #2e2f33;
}

.enews-widget input {
	font-size: 16px;
	height: 53px !important;
    top: 0;
    overflow: hidden;
    color: #999;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	margin-bottom: 12px;
	width: 60%;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 0px;
	color: #fff;
	height: 54px !important;
	margin: 0 0 0 -10px;
	padding: 16px 24px;
	position: absolute;
	right: 0;
	overflow: hidden;
}

.enews-widget input:hover[type="submit"] {
}

.enews-widget input:hover[type="submit"]:hover {
    background-color: #52A57C;
    color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.enews p:last-child {
	font-size: 80%;
	font-style: italic;
	margin-top: 0px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

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

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

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: 16px;
	padding: 16px 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

/*
Top Banner
---------------------------------------------------------------------------------------------------- */
.top-banner {
 line-height: 1;
 padding: 6px 5%;
 text-align: center;
 background-color: #3499cd;
 border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.top-banner .widget {
	margin-bottom:  0;
}
.top-banner .wrap {
 padding: 12px 0;
}
.top-banner p {
 line-height: 1.625;
 color:  #ffffff;
 font-size: 110%;
}
.top-banner p:last-child {
 margin-bottom: 0;
}

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

.site-header {
	background-color: #fa6101 !important;
	position: relative;
	width: 100%;
	z-index: 999;
}

.site-header .wrap {
	height: 76px;
}

.site-header .wrap {
	max-width: 100%;
}

.bumper {
	display: none;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	background-size: 150px 70px;
	background-size: contain !important;
	margin-top: 3px;
	margin-left: 10px;
}

.header-image .site-title a {
	float: left;
	min-height: 70px;
	width: 169px;
	margin-top: 3px;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 900px;
}

.site-header .widget-area a,
.site-header .widget-area a:hover {
	color: #fff;
}

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

.genesis-nav-menu {
	-webkit-font-smoothing: antialiased;
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 30px 22px 30px 22px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.genesis-nav-menu li#menu-item-15703 a {
	color: #fa6101;
	display: block;
	padding: 12px 24px 12px 24px;
	background-color: #fff;
	border-radius: 24px;
	opacity: 0.9;
	margin-right: 6px;
}

.genesis-nav-menu li#menu-item-15703 a:hover {
	background-color: #fff;
	opacity: 1.0;
}

.genesis-nav-menu .sub-menu {
	background-color: #13afdf;
	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: 250px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	line-height: 1.3;
	padding: 20px;
	position: relative;
	width: 250px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.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 {
	color: #fff;
	float: right;
	list-style-type: none;
}

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

.genesis-nav-menu > .date {
	padding: 22px;
}

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

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

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

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	padding: 80px 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets .widget-area .section {
}

.home-widgets .widget:first-child {
	padding-top: 80px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 26px;
}

.centric-pro-home .color-section .entry-title a,
.centric-pro-home .color-section .widget-title,
.centric-pro-home .color-section a,
.centric-pro-home .color-section,
.centric-pro-home .dark-section .entry-title a,
.centric-pro-home .dark-section .widget-title,
.centric-pro-home .dark-section a,
.centric-pro-home .dark-section {
	color: #fff;
}

.centric-pro-home .color-section a:hover {
	color: #2e2f33;
}

.centric-pro-home .dark-section a:hover {
	color: #959595;
}

.home-featured {
	background: url(/wp-content/uploads/2022/06/2022-wp101-background.webp) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

.home .page-title {
	display: none;
}

.home-featured .wrap {
	margin-top: 0px;
	display: table;
	text-align: center;
	height: 100vh !important;
}

.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 160%;
}

.home-widgets-1 h1 {
	font-size: 60px;
	font-weight: 400;
	line-height: 1.3;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

#featured-page-advanced-2 {
}

.arrow {
	margin: 0;
	text-align: center;
	width: 100%;
}

.arrow a {
	background: transparent;
	border-radius: 40px;
	border: 4px solid #fff;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
	opacity: 0.6;
}

.arrow a:hover {
	opacity: 1.0;
}

.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}

.home-widgets-2 {
	background-color: #fff;
	position: relative;
	margin-top: -60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-4 {
	background-color: #2e2f33;
	color: #fff;
}

.home-widgets-5 {
	background: #f5f5f5;
}

.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 140px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}


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

.entry {
	margin-bottom: 80px;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 code {
	color: #222;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-bottom: 80px;
}

.entry-categories,
.entry-tags {
	display: block;
	line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
	clear: both;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #13afdf;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

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

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #13afdf;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.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;
}

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

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

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


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

.sidebar {
	border-left: 1px solid #e5e5e5;
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 40px;
}

.sidebar .widget:last-child {
    margin-bottom: 36px;
}

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

.footer-widgets {
	background-color: #2e2f33;
	clear: both;
	padding-top: 120px;
}

.footer-widgets,
.footer-widgets a {
	color: #959595;
}

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

.footer-widgets input {
	border-color: #fff;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 140px;
}

.footer-widgets-4 {
	width: 540px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}


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

.site-footer {
	background-color: #2e2f33;
	color: #959595;
	font-size: 12px;
	font-weight: 700;
	padding: 40px 0 3%;
}

.site-footer,
.site-footer a {
	color: #959595;
}

.site-footer a:hover {
	color: #fff;
}

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


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Centric Orange
--------------------------------------------- */

.centric-pro-orange .genesis-nav-menu .sub-menu,
.centric-pro-orange {
	background-color: #fa6101;
}

.centric-pro-orange .entry-title a:hover,
.centric-pro-orange .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-orange a,
.orange {
	color: #fa6101;
}

.centric-pro-orange .button,
.centric-pro-orange .footer-widgets a:hover,
.centric-pro-orange .site-footer a:hover {
	color: #fff;
}

.centric-pro-orange a:hover {
	color: #fa6101;
}

.centric-pro-orange .footer-widgets a,
.centric-pro-orange .site-footer a {
	color: #959595;
}

.centric-pro-orange .archive-pagination .active a,
.centric-pro-orange .archive-pagination li a:hover,
.centric-pro-orange .home-widgets .more-link:hover,
.centric-pro-orange .site-header {
	background-color: #fa6101;
	color: #fff;
}

.centric-pro-orange button:hover,
.centric-pro-orange input:hover[type="button"],
.centric-pro-orange input:hover[type="reset"],
.centric-pro-orange input:hover[type="submit"] {
	background-color: #52A57C;
	color: #fff;
}


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

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

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 740px;
	}

	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 70%;
	}

	.home-widgets .featuredpage .widget-wrap {
		padding: 100px 0;
	}

	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		margin-bottom: -108px;
		margin-top: -100px;
	}

	.home-widgets .featuredpage .entry-content {
		margin-bottom: 100px;
	}

}

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

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 540px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}

	.footer-widgets-4 {
		width: 450px;
	}

	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}

	.home-widgets .widget:first-child {
		padding-top: 80px;
	}

	.home-widgets .widget:last-child {
		padding-bottom: 80px;
	}

	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}

	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}

	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}

}

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

	.wrap {
		max-width: 768px;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.home-widgets .widget,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

	.header-image .site-title > a {
        background-position: top center !important;
		background-size: contain !important;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.page-title {
		padding: 0 40px 40px;
	}

	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 46px;
	}

	.content {
		padding-bottom: 0;
	}

	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}

	.sidebar .widget {
		padding: 0;
	}

	.footer-widgets {
		padding-top: 80px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 20px;
		width: 200px;
	}

	.footer-widgets-4 {
		width: 100%;
	}


}

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

	body {
		font-size: 16px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.shrink .site-title a,
	.shrink .site-title a:hover {
		text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );
	}

	.pricing-table .one-third,
	.pricing-table .one-third:nth-child(3n+1),
	.pricing-table .one-third:nth-child(3n+3) {
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 40px;
	}

	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}

	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}

	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 60px;
	}

	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}

	.home-featured .home-widgets-1 {
		padding: 12px 0 160px;
	}

	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}

}

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

	body,
	.home-featured .home-widgets-1 {
		font-size: 16px;
	}

	.header-image .site-title > a {
		background-size: contain !important;
	}

}


/* @group WP101 Overrides */
.dropcap {
    color: #646d77;
    font-family: 'Oswald', sans-serif;
	font-size: 76px;
	font-weight: 400;
	line-height: 76px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
}

#featured-page-2 h2 {
    font-size: 36px;
    font-weight: 400;
	line-height: 1.15;
}

.intro {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 150%;
    margin-bottom: 24px;
    color: #646d77;
}

.white {
    color: #fff !important;
}

.highlight {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: 140%;
    color: #646d77;
    background-color: #fcfae3;
    padding: 10px 18px;
    border: 1px solid #efebbb;
    border-radius: 4px;
    margin-bottom: 24px;
}

.dashed {
    border-bottom: 2px dashed rgba(0,0,0,0.15);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.centered {
    text-align: center;
}

hr, .divider {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wp-caption-text {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	text-align: center;
	color: #646d77;
	font-style: italic;
}

.wp-caption.avatar img {
    margin: 0rem 1rem 1rem;
    -webkit-border-radius: 999em;
    border-radius: 999em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 2px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 3px 0px rgba(0,0,0,0.2);
    background-color: #fff;
    border: 0px solid #f4f4f4;
}

.wp101-profile-details {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 36px;
}

#theme-my-login {
    clear: both;
}

#theme-my-login td {
	border-top: 0px;
}

#theme-my-login.login p.error:after {
    margin: 28px 0 28px -5px;
    padding: 5px;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    color: #333;
    float: left;
    width: 100%;
    clear: both;
    font-style: italic;
    content: "NOTE: If you’re a WP101 Plugin subscriber, go here instead: WP101Plugin.com";
}

.sidebar .widget .dashicons {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    margin-right: 11px;
    vertical-align: 1px;
    color: #636d76;
}

.entry-content textarea {
    width: 100%;
    max-width: 100% !important;
}

textarea#comment {
    max-width: 100% !important;
}

ul.checked li {
    list-style-type: none;
    line-height: 1.6;
}

ul.checked li:before {
    content: '';
    font-family: 'Dashicons';
    margin-right: 6px;
    vertical-align: top;
}

ul.checked li.nocheck:before {
    content: '';
}

input[type="reset"],
input[type="submit"],
.button {
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.2);
}

input[type="reset"]:active,
input[type="submit"]:active,
.button:active {
	box-shadow: inset 0px 3px 0px 0px rgba(0,0,0,0.2);
}

.button span.dashicons {
    font-size: 100%;
}

input,
input[type="password"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	padding: 6px;
	width: auto;
}

a#forgotLink {
    font-size: 80%;
    margin-left: 20px;
}

.pricing-table .one-third a.button, .green.button, .home-widgets-1 .green.button, .home-widgets-6 .button.green {
	background-color: #59B285;
	color: #fff;
}

.pricing-table .one-third a.button:hover, .green.button:hover, .home-widgets-1 .green.button:hover, .home-widgets-6 .button.green:hover {
	background-color: #52A57C;
	color: #fff;
}

.jumbo.button {
    font-size: 150%;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.large.button {
    font-size: 125%;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.shared-counts-wrap {
	margin-top: 18px;
}

/* @end */


/* @group Testimonials */

div.easy_testimonial_image_wrapper img.attachment-thumbnail {
    margin: -.5rem 1rem 1rem;
    -webkit-border-radius: 999em;
    border-radius: 999em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 2px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 3px 0px rgba(0,0,0,0.2);
    float: right !important;
    background-color: #fff;
    border: 0px solid #f4f4f4;
	max-width:  150px;
}

div.testimonial_body p {
	text-align: left;
}

.easy_testimonial cite {
    margin-bottom: 3rem;
	text-align: left;
}

.easy_testimonial cite span:first-of-type {
    font-weight: 700;
}

#home-widgets div.easy_testimonial_image_wrapper img.attachment-thumbnail {
    box-shadow: 2px 4px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 4px 0px rgba(0,0,0,0.1);
    float: right;
    border: 3px solid #ccc;
	max-width:  96px;
}

#home-widgets .easy_testimonial cite {
    color: #a4a4a4;
}

#home-widgets .easy_testimonial cite span:first-of-type {
    font-weight: 700;
    color: #fff;
}

.home-widgets-4 .listTestimonialsWidget {
	padding-bottom: 0px !important;
}

/* @end */


/* @group White-Label Page */
.page-id-866 .site-inner {
    background-color: #f4f4f4;
}

h2.underline, h3.underline {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 48px;
}

h2.dashed, h3.dashed {
    border-bottom: 2px dashed rgba(0,0,0,0.15);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

h2.centered, h3.centered {
    clear: both;
    margin-top: 60px;
}

h2.centered:first-child, h3.centered:first-child {
    margin-top: 0px;
}

.page-id-866 .entry-content h4.widget-title {
    font-size: 19px !important;
    margin-bottom: 36px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #636d76;
    text-align: center;
}

.page-id-866 .more-link {
	background-color: #59b184;
	border-radius: 50px;
	color: #fff !important;
	display: block;
	display: table;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin: 24px 0 24px 0;
	max-width: 300px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: both;
}

.secondary-link {
	background-color: #59b184;
	border-radius: 50px;
	color: #fff !important;
	display: block;
	display: table;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin: 24px 0 24px 0;
	max-width: 100%;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page-id-866 .more-link:hover, .secondary-link:hover {
    color: #fff;
	background-color: #52A57C;
}

.testimonial-section {
    background-color: #fcfcfc;
    padding: 1px 24px 12px 24px;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.testimonial-section::after {
    content: ' ';
    display: block;
    clear: both;
}

/* @end */

/* @group Blog Style Overrides */
.entry-header .entry-meta { color: #848484; }
.entry-content .post-image.entry-image {
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

article .post-image.entry-image {
    width: 100%;
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 24px;
}
.entry-footer .entry-meta span { color: #848484; line-height: 1.7; display: inline; float: left;  margin-right: 24px; }
.entry-footer .entry-categories::before, .entry-footer .entry-tags::before { line-height: 1.3; }
/* @end */

/* @group Pricing Table Overrides */
.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}

.pricing-table.one-third, .pricing-table.one-half, .pricing-table.single {
	background-color: #fff;
	border: 2px solid #000;
	padding: 20px 0 36px 0;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	padding: 0 0 30px;
	margin-bottom: 16px;
}

.pricing-table .price-title {
	font-weight: 400;
	text-transform: uppercase;
	color: #63676F;
}

.pricing-table .price {
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
	letter-spacing: -2px;
}

.pricing-table .sup {
	font-size: 150%;
	vertical-align: top;
	font-weight: bold;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 1px;
	font-weight: bold;
}

.pricing-table ul {
	margin: -16px 0 30px 0 !important;
}

.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 12px;
	padding-bottom: 12px;
	list-style-type: none !important;
}

.pricing-table li:first-of-type {
}

.pricing-table li.altbg {
	background-color: #f7f7f7 !important;
}

#home-widgets .pricing-table .one-third li a {
	color: #2e2f33 !important;
}

.pricing-table.one-third {
    margin-left: -2px;
    width: 33%;
    background-color: #fff;
}
.pricing-table.one-third:first-of-type {
    margin-left: 0px;
}
.pricing-table.one-third.featured {
    width: 34%;
    margin-top: -12px;
}
.pricing-table.one-third.on-sale .price-heading::before {
    background-color: #52A57C;
	color: #fff;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	content: 'Flash Sale!';
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.2;
	padding: 8px 0;
	margin-bottom: 6px;
	margin-top:  -20px;
}
.pricing-table .price {
}
.pricing-table span.amt {
	font-weight: 400;
}
.pricing-table .price-heading h2 {
    text-transform: none;
    font-size: 3rem;
    color: #5b5c5e;
    margin-bottom: 6px !important;
}
.pricing-table .price-subheading {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1;
	letter-spacing: 1px;
    margin: 0 0 24px;
    text-transform: uppercase;
    color: #52A57C;
}
.pricing-table .price-sale {
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.5;
	margin-bottom: 16px;
}
.pricing-table .price-regular {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.3;
	letter-spacing: 1px;
    margin: 20px 0 0;
    text-transform: uppercase;
    color: #848484;
}
.pricing-table .price-difference {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 2;
	letter-spacing: 1px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    color: #52A57C;
}
.pricing-table small {
    font-style: italic;
}

.pricing-table li, .pricing-table li a {
    color: #5B5C5E !important;
}

.pricing-table li.included {
}

/* .pricing-table li.included::before {
    content: '';
    font-family: 'Dashicons';
    margin-right: 6px;
    margin-left: -12px;
    vertical-align: -5px;
    color: green;
    font-size: 130%;
    font-style: normal;
} */

.pricing-table li.excluded::before {
    content: '';
    font-family: 'Dashicons';
    margin-right: 6px;
    vertical-align: -5px;
    color: red;
    font-size: 130%;
    font-style: normal;
}

.pricing-table li.course::before {
    content: '';
    font-family: 'Dashicons';
    margin-right: 0px;
    vertical-align: -5px;
    font-size: 130%;
    font-style: normal;
    color: #fff;
}

.pricing-table li.course {
    border-bottom-style: dashed;
    color: #646A73;
    font-style: italic;
}

.pricing-table li.course a {
    color: #646A73;
}

.pricing-table li.course a:hover {
    color: #52A57C;
}

.pricing-table li.added::before {
    content: '';
    font-family: 'Dashicons';
    margin-right: 12px;
    vertical-align: -5px;
    color: green;
    font-size: 130%;
    font-style: normal;
}

.pricing-table li.excluded {
    color: #a4a4a4;
}

.pricing-table li.tba {
}

/* Temporarily disable all the prices that appear after course names in the pricing table
.pricing-table li.price_free::after {
    content: ' FREE';
    font-style: italic;
    font-weight: normal !important;
    float: right;
}

.pricing-table li.price_24::after {
    content: ' ($24)';
    font-style: italic;
    font-weight: normal !important;
    float: right;
}

.pricing-table li.price_39::after {
    content: ' ($39)';
    font-style: italic;
    font-weight: normal !important;
    float: right;
}

.pricing-table li.tba::after {
    content: ' (Coming Soon)';
    font-style: italic;
    font-weight: normal !important;
    float: right;
}
*/

.pricing-table li.added {
    font-weight: bold;
}

.pricing-table li.table_divider {
    font-weight: bold;
}

.pricing-table li.list_bottom {
    border-bottom-style: solid;
}
/* @end */

/* @group Landing Page Styles */

/* Remove the photo background on landing page templates and replace with orange */
body.page-template-page_landing.custom-background,
body.page-template-archive-llms_membership.custom-background {
    background: none #fa6101;
}

.landing-inner section {
    margin: 0 auto;
    max-width: 1280px;
    padding: 36px;
    clear: both;
}
.landing-inner section a.outline-button { clear: none; }
.color-section-landing { background-color: #59B285; color: #fff !important; }
.color-section-landing .landing-inner .pink, .pink { background-color: #f05b62 !important; color: #fff !important; }
.light-section-landing { background-color: #e7e7e7; }
.ghost-section-landing { background-color: #f6f6f6; }
.dark-section-landing { background-color: #636a73; color: #fff !important; }
.dark-section-landing h1 { margin-top: 24px; }
.large { font-size: 125% !important; }
.medium { font-size: 110% !important; }
.clear.button {
    background-color: transparent !important;
    border: 3px solid #fff;
    border-radius: 6px;
	box-shadow: none;
}
.clear.button:hover {
    background-color: transparent !important;
    opacity: 0.8 !important;
    border: 3px solid #fff;
    border-radius: 5px;
	box-shadow: none;
}
.landing-inner h3 {
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: center;
}
.landing-inner ul.checked {
    margin: 36px !important;
}

.landing-inner .pricing-table ul.checked {
    margin: 36px 0 !important;
}

.landing-inner ul.checked li {
    text-align: center !important;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none !important;
}

.landing-inner .avatar {
    border: 6px solid #f4f4f4;
    box-shadow: 2px 5px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 5px 0px rgba(0,0,0,0.1);
    margin-right: 20px;
    margin-top: -12px;
}

.landing-inner section:last-of-type {
    margin-bottom: 0px;
}

#dealsignup {
    margin-bottom: 80px;
}
.post-4260, .post-4231, .post-3999, .post-4086, .post-4082, .post-4051, .post-4347 {
    margin-bottom: 0px;
}

a .dashicons:hover, a.fancybox-vimeo:hover {
    text-decoration: none !important;
}
/* @end */

/* @group Lesson Pages Overrides */
.single-tutorials .entry-meta {
    display: none;
}

.single-tutorials h1.entry-title {
    border-bottom: 1px solid rgb(228, 228, 228);
    padding-bottom: 10px;
}

.single-tutorials .site-inner {
    background-color: #f7f7f7;
}

.single-tutorials .sidebar {
    background-color: #f2f2f2;
}

.single-tutorials .comment-respond {
    border-top: 1px solid rgb(228, 228, 228);
    padding-top: 24px;
}

.single-tutorials .comment-form-url {
    display: none;
}

body.single-lesson .bumper.minimized {
    min-height: 60px;
    display: none;
}

.single-lesson.custom-background {
    background: none #2e2f33 !important;
}

body.single-lesson .author-box {
	display: none;
}

h3.llms-section-title {
  border-bottom: 1px dashed #d7d9d7;
  margin-bottom: 24px; 
  padding: 12px; 
}

.subhead {
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

/* @end */

/* @group AffiliateWP */

#affwp-register-form legend, #affwp-login-form legend {
    font-family: 'Oswald', sans-serif;
    font-size: 200%;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 48px;
}

ul#affwp-affiliate-dashboard-tabs {
    border-bottom: 1px solid #ccc !important;
    padding-left: 5px !important;
    height: 44px;
    width: 100%;
}

#affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs li {
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 8px 12px;
    margin-left: -1px;
    margin-bottom: 8px;
    position: relative;
    left: 1px;
    background: white;
    text-decoration: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f9f9f9;
}

#affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs li a {
    color: #444;
}

#affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs li a:hover {
    color: #fa6101;
}

#affwp-affiliate-dashboard ul#affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active a {
    color: #fa6101;
}

.affwp-tab-content {
    clear: both;
    padding-top: 30px;
}

#affwp-login-form {
    width: 48%;
    float: left;
}

#affwp-register-form {
    width: 48%;
    float: left;
}

/* @end */

/* @group WP101 Overrides */

.home-widgets-1 .button {
	font-size: 110%;
	color: #fff;
}

.home-widgets-1 .button:hover, .green.button:hover {
	background-color: #52A57C;
}

.button.tiny {
    font-size: 85%;
    letter-spacing: 0;
}

.green {
	color: #59B285;
}

.grey {
	color: #636a73;
}

.coming-soon img {
    opacity: 0.5;
}

.disabled {
    cursor: default !important;
    background-color: #a2a3a2 !important;
    box-shadow: none;
    opacity: 0.5;
    color: #fff !important;
}

.disabled:hover {
    cursor: default !important;
    background-color: #a2a3a2 !important;
    box-shadow: none;
    opacity: 0.5;
}

.color-section .coming-soon .disabled, .color-section .coming-soon .disabled:hover {
    background-color: transparent !important;
}

h3.account_details {
    line-height: 1.5;
}

.page-title {
	color: #fff;
	padding: 40px 0 36px;
	text-align: center;
	background: url(/wp-content/uploads/2021/12/2020-WP101-Background.webp) no-repeat center 50% scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

.page-title h1.entry-title {
	font-weight: 400;
}

.light-section { background-color: #e7e7e7; }
.light-section section { padding: 80px 40px 40px !important; }
.light-section .textwidget { text-align: left; }
.light-section .textwidget h3 { text-align: center; }
.light-section .textwidget img.avatar {
    border: 6px solid #f4f4f4;
    box-shadow: 2px 5px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 5px 0px rgba(0,0,0,0.1);
    margin-right: 20px;
}

.footer-widgets {
	padding-bottom: 40px;
	padding-top: 120px;
}
.site-footer {
	padding: 60px 0 3%;
	border-top: 1px dashed #484a4d;
}
.creds { width: 55%; float: left; }
.tos { width: 42%; float: right; }
.creds, .tos { font-weight: normal; font-size: 13px; }
.creds a:link, .tos a:link { color: #b4b4b4; }
.creds a:link:hover, .tos a:link:hover { color: #fff; }

.creds a img {
    position: relative;
    top: -6px;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;
    margin-bottom: 30px;
}

.creds a img:hover { opacity: 1; }

a.post-edit-link {
    display: block;
    float: left;
    margin-top: 36px;
    clear: both !important;
}

.green-message {
    background-color: #EAF7F1;
    padding: 10px 18px;
    border: 1px solid #C3E5D5;
    border-radius: 4px;
    margin-bottom: 24px;
}

.yellow-message {
    background-color: #fcfae3;
    padding: 10px 18px;
    border: 1px solid #efebbb;
    border-radius: 4px;
    margin-bottom: 24px;
}

.gray-message {
    background-color: #f7f7f7;
    padding: 0;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    margin-bottom: 24px;
    clear: both;
}

.green-message::after, .yellow-message::after, .gray-message::after {
    content: ' ';
    display: block;
    clear: both;
}

.couponbox {
    text-align: center;
    background-color: #fcfae3;
    padding: 24px 18px;
    border: 2px dashed #e1da88;
    border-radius: 4px;
    margin-bottom: 24px;
}

/* .page-id-4349 .page-title .archive-description {
    text-align: center;
    background-color: #F8D16B;
    padding: 8px 12px;
    margin-bottom: 24px;
    color: #444;
    font-weight: bold;
} */

.share-after {
    margin-bottom: 25px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.share-after::before {
    content: 'Share this:';
    font: 400 26px/1 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    margin-right: 8px;
    margin-top: -1px;
    float: left;
}

.pull {
    position: relative;
    right: 50%;
}

.push {
    position: relative;
    left: 50%;
}

a.small-button {
	background-color: #59b184;
	border-radius: 50px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 48px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
}

a.small-button:hover {
	background-color: #4fa077;
	color: #fff !important;
	text-decoration: none !important;
}

body.page.custom-background, body.single.custom-background {
    background-position: center -230px !important;
}

#simple-social-icons-3 { float: left; }

#media_image-5 { float: right; }

#media_image-5 img { max-width: 200px; }


/* @end */

/* @group Home Widgets */

.home-widgets-2 h3 { font-size: 40px; letter-spacing: -1px; color: #63676F; }
.home-widgets-2 #featured-page-3 .widget-wrap { padding: 96px 0 72px 0; }
.home-widgets-2 #featured-page-3.featured-content img {
    border: 4px solid #fff;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.15);
}

.home-widgets-2 #featured-page-3 cite, .home-widgets-2 #featured-page-3 cite.author span { color: #444 !important; }

.features .dashicons, .features .fa, .features .fas { opacity: 0.5; }
#home-widgets .widget_woothemes_testimonials .testimonials-text { padding: 0 10%; }
.home-widgets-2 a.alignleft { margin: 0 0 0 0; max-width: 65%; }

.home-widgets .featuredpost .entry:nth-child(3n+1) {
	clear: none;
	margin-left: 2.564102564102564%;
}

.home-widgets .featuredpost .entry:first-of-type,
.home-widgets .featuredpost .entry:nth-child(5) {
	margin-left: 0;
	clear: both;
}

.home-widgets-3 .featured-content img {
	-webkit-border-radius: 125px;
	border-radius: 125px;
	border: 8px solid #fff;
	background-color: #fff;
    box-shadow: 2px 6px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 6px 0px rgba(0,0,0,0.2);
    width: 250px;
    height: 250px;
    margin-bottom: 0.7rem;
}

.home-widgets-4 .widget_woothemes_testimonials {
    padding-bottom: 0;
}

#text-12.widget {
    padding-top: 0;
}

/* @end */

/* @group Tutorial Archive Page Styles */

.centric-pro-portfolio .site-inner {
	background: #f4f4f4;
}

.centric-pro-portfolio .site-inner .wrap {
	max-width: 1140px;
}

.centric-pro-portfolio .entry {
	float: left;
	position: relative;
	width: 30.4093567251%; /* [main element's width - (number of columns - 1)xgap] / number of columns */
	margin-left: 4.3859649123%; /* (gap / main element's width)x100 */
	margin-bottom: 50px;
	background: #fff;
	border-top: 1px solid #f9f9f9;
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e2e2e2;
}

.centric-pro-portfolio .entry:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.centric-pro-portfolio .entry .entry-title {
	padding: 16px 8px 16px 8px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.centric-pro-portfolio .entry .entry-title a {
	color: #777;
}

.centric-pro-portfolio .entry .entry-title a:hover {
	color: #fa6101;
}


.centric-pro-portfolio .entry p.entry-meta {
	padding: 16px 8px 16px 8px;
	border-top: 2px solid #eee;
}

.portfolio-featured-image a {
	display: block;
	position: relative;
}

.portfolio-featured-image a img {
	vertical-align: top;
}

.portfolio-featured-image {
    overflow: hidden;
}

.coming-soon-link .portfolio-featured-image a::after {
    content: "\f002";
}

.coming-soon-link .portfolio-featured-image a {
    filter: gray;
    -webkit-filter: grayscale(1);

}

.coming-soon-link .portfolio-featured-image a:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.prev-next-post-links {
	overflow: hidden;
}

.video-prevnext {
    margin-top: -4px;
}

.video-prevnext h3 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #636d76;
}

.llms-prev-lesson h6, .llms-next-lesson h6 {
	font-size:  24px;
}

.video-prevnext ul {
    margin-bottom: 16px;
}

h4.widget-title {
    font-size: 24px;
}

#lct-widget-courses li:before {
    content: "\f318";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'dashicons';
    margin-right: 10px;
    vertical-align: top;
    color: #636d76;
}

.portfolio-image-single {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.free-banner-wrapper {
    width: 85px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.free-banner {
    font: 400 16px/1.1 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    color: #ffffff !important;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 22px 0 5px 0;
    left: 14px;
    top: -9px;
    width: 120px;
    background-color: #59B285;
}

.new-banner-wrapper {
    width: 85px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
}

.new-banner {
    font: 400 16px/1.1 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    color: #ffffff !important;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 22px 0 5px 0;
    left: 14px;
    top: -9px;
    width: 120px;
    background-color: #E45345;
}

.post-4483 .entry-content .one-third h3 {
    line-height: 1;
    margin-top: -12px;
}


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

	.centric-pro-portfolio .site-inner .wrap {
		max-width: 960px;
	}

}

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

	.centric-pro-portfolio .site-inner .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}

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

	.centric-pro-portfolio .entry {
        width: 100%;
        margin-left: 0;
	}

	.centric-pro-portfolio .entry:nth-of-type(3n+1) {
		clear: none;
	}

	.centric-pro-portfolio .entry:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0;
	}

	.centric-pro-portfolio .entry:nth-of-type(2n) {
		margin-left: 0;
	}

}

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

	.centric-pro-portfolio .entry {
	}

	.centric-pro-portfolio .entry:nth-of-type(2n) {
		margin-left: 0;
	}

}
/* @end */


/* @group LifterLMS Overrides */
.llms-field-input.llms-password,
.llms-field-input.llms-password-confirm,
.llms-form-field.type-password input[type="password"] {
	width: 100%;
}

.llms-access-plans { text-align: center; }
.llms-checkout-wrapper form.llms-login { border: 1px solid #ccc; }
.llms-checkout-wrapper .llms-form-heading { font-size:  150%; background: #fff; color: #555; border-bottom: 2px dotted #dadada; margin-top: 18px; margin-bottom: 18px; }
.llms-checkout-section { border: none; }

.llms-notice {
	background: rgba( 89, 178, 133, .3 );
	border: 1px solid #59B285;
}

.entry-content .llms-notice > li {
	list-style-type: none;
}

.llms-notice .llms-debug {
	/*background: rgba( #cacaca, .3 );*/
	border-color: #cacaca;
}
.llms-notice .llms-error {
	/*background: rgba( #e5554e, .3 );*/
	border-color: #e5554e;
}
.llms-notice .llms-success {
	/*background: rgba( #83c373, .3 );*/
	border-color: #83c373;
}

.entry-content .llms-payment-gateways,
.entry-content .llms-notice {
	margin-left: 0;
}


/* buy now purchase button (orange) */
.llms-button-action, .llms-button-primary {
    background-color: #59b184 !important;
    border-radius: 5px !important;
    color: #fff !important;
	font-size: 130% !important;
    font-weight: 700 !important;
	line-height: 1.5;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
	margin-top: 12px;
}

.llms-button-secondary {
	background-color: #59b184;
	border-radius: 50px;
	color: #fff !important;
	display: block;
	display: table;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px !important;
}

.llms-button-primary.small, #llms_update_payment_method, #llms_save_payment_method {
	background-color: #59b184;
	border-radius: 50px !important;
	color: #fff !important;
	font-size: 100% !important;
	line-height: 1 !important;
	padding: 10px 24px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px !important;
}

#llms_save_payment_method {
	margin-bottom: 36px;
}

#llms_cancel_subscription {
	background: none !important;
	border-radius: 0 !important;
    color: #59b184 !important;
	font-size: 100% !important;
    font-weight: 400 !important;
	line-height: 1.5;
    letter-spacing: normal !important;
    text-transform: none !important;
	margin: 12px 0 12px 0;
}

.llms-field-button.llms-button-secondary {
    background-color: #59b184 !important;
    border-radius: 5px !important;
    color: #fff !important;
	font-size: 120% !important;
    font-weight: 700 !important;
	line-height: 1.5;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
	margin: 6px auto;
}

.llms-button-action:hover, .llms-button-primary:hover, .llms-button-secondary:hover {
	background-color: #4fa077 !important;
	color: #fff !important;
	text-decoration: none !important;
}

#llms_cancel_subscription, #llms_cancel_subscription:hover {
	background-color: transparent !important;
	background: none !important;
	border-radius: 0 !important;
    color: #59b184 !important;
	font-size: 100% !important;
    font-weight: 400 !important;
	line-height: 1.5;
    letter-spacing: normal !important;
    text-transform: none !important;
	margin: 12px 0 12px 0 !important;
	text-align: left !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.llms-table-sort .llms-button-secondary.small {
	float: right;
	margin: 2px 6px;
}

#llms_cancel_subscription:hover {
	text-decoration: underline !important;
    color: #59b184 !important;
	box-shadow: none !important;
}

.llms-form-field.type-radio input[type=radio]:checked+label:before {
    background-image: -webkit-radial-gradient(center,ellipse,#59b184 0,#59b184 40%,#fafafa 45%);
    background-image: radial-gradient(ellipse at center,#59b184 0,#59b184 40%,#fafafa 45%);
}

#llms-cancel-subscription-form, .order-secondary {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	max-width: 900px;
}

.llms-student-dashboard .orders-table th {
	font-weight: 400;
}

/* blue buttons */
.llms-button-primary {}

/* grey buttons */
.llms-button-secondary {}

.llms-access-plans .button { position: relative; }

.llms-tooltip.show { width: 320px; top: -60px; }

.course .llms-course-progress { max-width: 95%; }

.llms-progress .progress-bar-complete { background-color: #59B285; }

.llms-widget-syllabus .lesson-complete-placeholder.done, .llms-widget-syllabus .llms-lesson-complete.done,
.llms-lesson-preview.is-complete .llms-lesson-complete, .llms-lesson-preview.is-free .llms-lesson-complete {
	color: #59B285;
}

.llms-syllabus-wrapper .llms-lesson-link {
    padding: 24px 0 10px 0 !important;
    padding-right: 0 !important;
}

.llms-syllabus-wrapper .llms-lesson-preview {
    width: 100%;
    margin-top: 0;
}

.llms-syllabus-wrapper .llms-lesson-preview .llms-main {
    float: right;
}

.llms-syllabus-wrapper .llms-lesson-preview .llms-extra {
    float: left;
}

.llms-syllabus-wrapper .llms-lesson-preview .llms-extra .llms-lesson-counter {
    font-weight: lighter;
    font-size: 200%;
    margin-bottom: 0px;
}

.llms-course-list .llms-course-link:hover, 
.llms-course-list .llms-membership-link:hover {
    background-color: #f9faf9 !important;
}

a.llms-lesson-link {
	background-color: transparent !important;	
}

.llms-lesson-title {
    font-weight: 100 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
}

.llms-course-navigation {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    background-color: #fafafa;
}

.llms-course-navigation .llms-lesson-link {
	background-color: transparent !important;
}

a.llms-lesson-link:hover, 
.llms-course-nav.llms-back-to-course:hover,
.llms-course-nav.llms-next-lesson:hover,
.llms-course-nav.llms-prev-lesson:hover {
    color: #111111 !important;
    background-color: #f9faf9 !important;
}

/* LLMS Course Meta in Sidebar Widget */
.llms-meta p {
    margin-bottom: 0;
}

/* Style the My Courses Tabs */
.llms-sep { display: none; }

.llms-sd-nav {
    padding-left: 7px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.llms-sd-items {
    height: 44px;
}

.llms-sd-item a {
    display: block;
    float: left;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    padding: 8px 12px;
    margin-left: -1px;
    position: relative;
    background: white;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #444 !important;
}

.llms-sd-item a:hover {
    background-color: #fafbfa !important;
    color: #fa6101 !important;
}

.page-id-4350 .content { padding-top: 24px; }

.certificate-item, .achievement-item, .membership-item { border: none !important; }

.llms-lesson-button-wrapper {
    padding-bottom: 24px;
}

a[href^="#llms-plan-locked"] {
    display: none !important;
}

.llms-purchase-link-wrapper {
	padding: 0 24px 40px;
	border-bottom: 1px solid #d8d9d8;
}

ul.listing-courses li.course-item {
    border: 1px solid #e4e4e4 !important;
    margin-bottom:  24px !important;
    padding: 24px !important;
    background: #fafafa;
}

ul.listing-courses li.course-item a.button.llms-button-primary::after {
	content: "\f504";
	font: normal 20px/1 'dashicons';
	margin-left: 8px;
	vertical-align: -3px;
}

.llms-course-thumb img {
	 border: 1px solid #ddd;
}

.llms-sd-section {
	padding-bottom: 36px;
}

.llms-sd-section-title {
	border-bottom: 1px solid #ccc;
	line-height: 2;
}

ul.llms-loop-list li {
	list-style: none;
}

.llms-loop-item.course {
	margin-bottom: 36px;
}

.llms-loop-item-footer .llms-author {
	display: none;
}

img.llms-achievement-img {
	background-color: white !important;
}

.llms-my-courses .llms-sd-section-footer {
	display: none;
}

/* @end */


/* @group Lifter LMS Certificate
---------------------------------------------------------------------------------------------------- */
h4.llms-certificate-title { font-size: 24px !important; }
.single-llms_my_certificate .bumper, .single-llms_my_certificate .footer-widgets { display: none; }
.single-llms_my_certificate { height: 100% !important; min-height: 100%;
    background-image: none !important; background-color: transparent !important; }
.llms-certificate-container .llms_my_certificate, .llms_certificate {
    padding-top: 150px !important;
    color: #626974;
    text-align: center !important;
	background-color: transparent !important;
}
.llms-summary { background-color: transparent !important; }
	
.llms-summary p { margin: 10px; }

.llms-certificate-name { font-size: 72px !important; line-height: 0.8 !important; text-align: center !important; margin: -20px 0 0 0; background-color: transparent !important; }
.llms-certificate-text { font-size: 18px; margin: 0; text-align: center !important; background-color: transparent !important; }
.llms-certificate-course-title, .llm-certificate-course-title { font-size: 48px; line-height: 0.8 !important; margin: 36px 0 0 0; text-align: center !important; background-color: transparent !important; }
.llms-certificate-date, .llmd-certificate-date { font-size: 18px; text-align: center !important; background-color: transparent !important; }

.llms-print-certificate { text-align: center; }

.llms-print-certificate .llms-button-secondary {
	float: none;
	display: inline-block;
	margin-left: 10px;
}

/* @end */



/* Responsive Overrides
--------------------------------------------- */

@media only screen and (max-width: 2560px) {
    .video-wrap { margin-top: 20px; margin-bottom: 10px; }
    .video-wrap iframe, .video-wrap object, .video-wrap embed { width: 1280px; height: 720px; }
    .home-widgets-2 .alignleft img.entry-image { padding: 3% 0 0 0; }
}

@media only screen and (max-width: 1360px) {
    .title-area { width: 170px; }
    .site-header .widget-area { width: 880px; }
    .video-wrap { width: 100%; height: 100%; text-align: center; }
    .video-wrap iframe, .video-wrap object, .video-wrap embed { width: 1024px; height: 576px; }
}

@media only screen and (max-width: 1280px) {
    .title-area { width: 170px; }
    #featured-page-3 .widget-wrap { padding: 100px 0 0 0; }
    .video-wrap iframe, .video-wrap object, .video-wrap embed { width: 1024px; height: 576px; }
}

@media only screen and (max-width: 1220px) {
    .home-widgets-2 h3 { font-size: 55px; letter-spacing: -1px; }
    .home-widgets-2 .alignleft img.entry-image { padding: 3% 3% 0 3%; }
    body.single-tutorials.custom-background { background: none #f7f7f7; }
    .pricing-table.one-third { margin-bottom: 24px !important; width: 100%; }
    .pricing-table.one-third.featured { width: 100%; margin-top: 0; }
    .pricing-table.one-third.featured .price-heading { padding-top: 0px; padding-bottom: 22px; }
    .enews-widget input[type="submit"] { position: relative; }
    .creds { width: 100%; float: none; }
    .tos { width: 100%; float: none; clear: left; text-align: left; }
    .video-wrap { padding: 0px; margin-top: 0px !important; margin-bottom: 0px !important; position: relative; padding-bottom: 56.25%; height: 0; max-width: 1280px; border-bottom: 1px solid #d4d4d4; }
    .video-wrap iframe, .video-wrap object, .video-wrap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}

@media only screen and (max-width: 1023px) {
    .site-header .widget-area { width: 100%; }
    .site-header .site-title a { width: 100% !important; background-position-x: 50% !important; }
    .title-area { width: 100%; text-align: center; }
    .home-featured .wrap { max-width: 100% !important; }
    .home-widgets-2 h3 { font-size: 36px; }
    .home-widgets-2 .alignleft img.entry-image { padding: 0 3% 0 3%; }
    #home-widgets .widget_woothemes_testimonials .testimonials-text { padding: 0 5%; }
    .home-widgets .featuredpost .entry:nth-child(3n+1) { margin-left: 0; }
    .archive-description { font-size: 18px; }
    .page-title .archive-title,
    .page-title .entry-title { font-size: 36px; font-weight: 400; line-height: 1.2; text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 ); }
    .single-tutorials .sidebar { background-color: #f7f7f7; }
    .enews-widget input[type="submit"] { position: absolute; }
    #affwp-login-form, #affwp-register-form { width: 100%; float: none; }
    .pull, .push { left: 0%; }
    .video-wrap { margin-top: 0px !important; border-bottom: 1px solid #d4d4d4; }
}

@media only screen and (max-width: 768px) {
    .title-area { height: 70px; }
    .home-widgets-2 .entry-content p { padding-left: 3%; padding-right: 3%; }
    .home-widgets-3 .features .one-third p { margin-bottom: 36px; }
    .page .features .one-third:last-child { margin-bottom: 36px; }
    .home-widgets-3 .features .one-third .dashicons { margin-bottom: 8px; }
    .home-widgets-3 .features .one-third:last-child { margin-bottom: 30px; }
    .home-widgets-2 #featured-page-3.featured-content a.fancybox-vimeo { margin: 0 3%; }
    .home-widgets-2 #featured-page-3.featured-content a.fancybox-vimeo::after {
        padding-top: 10%;
    }
    #home-widgets .widget_woothemes_testimonials .testimonials-text { padding: 0; }
    .signature img.avatar, .creds a img {
        display: block;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }
    .enews-widget input { width: 100% !important; clear: both !important; top: auto; position: relative !important; margin-bottom: 16px !important; }
    .enews-widget input[type="submit"] { margin-left: 0px; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
    .portfolio-featured-image a:after { font-size: 96px; padding-top: 15%; }
    .landing-inner section { padding: 20px; }
    .landing-inner section img { float: none; margin: 0 auto; max-width: 90%; margin: 0 0 0 0 !important; }
    .landing-inner.dark-section-landing section { text-align: center; }
    .landing-inner.dark-section-landing section .one-half.first { padding-bottom: 12px; margin-bottom: 24px; }
    .landing-inner h1 { clear: both; size: 48px; }
    .landing-inner .pricing-table { padding: 36px 0px 12px; width: 100%; margin: auto; }
    .video-wrap { margin-top: 0px !important; border-bottom: 1px solid #d4d4d4; }
	#media_image-5 { float: left; max-width: 100%; text-align: center; }
}

@media only screen and (max-width: 480px) {
    .title-area { height: 70px; }
    .creds a img { clear: both; margin-bottom: 20px; }
    .home-widgets-2 #featured-page-3.featured-content a.fancybox-vimeo::after {
        font-size: 96px;
        padding-top: 10%;
    }
}

/* Membership Page Overrides */
.page-id-4347 .wrap {
	width:  100% !important;
	padding-left:  0 !important;
	padding-right: 0 !important;
}

.page-id-4347 .footer-widgets, .page-id-4347 .site-footer {
	padding-left:  20px !important;
	padding-right: 20px !important;
}

/* @group Simple Social Icons */

.simple-social-icons li a {
}

.simple-social-icons ul li.ssi-facebook a { background-color: #5b79b8 !important; }
.simple-social-icons ul li.ssi-facebook a:hover { background-color: #3b5998 !important; }

.simple-social-icons ul li.ssi-gplus a { background-color: #dd4b39 !important; }
.simple-social-icons ul li.ssi-gplus a:hover { background-color: #bd2b19 !important; }

.simple-social-icons ul li.ssi-twitter a { background-color: #0baaeb !important; }
.simple-social-icons ul li.ssi-twitter a:hover { background-color: #2AA3EF !important; }

/* @end */

/* @group Coming Soon List */
ul.in-progress-list li {
    list-style-type: none;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 6px;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #5CAE81;
    color: #fff;
}

ul.in-progress-list li:last-child {
    margin-bottom: 36px;
}

ul.in-progress-list strong {
    float: left;
    padding: 4px 12px;
}

ul.in-progress-list span {
    float: right;
    color: #fff;
    padding: 4px 12px;
    background-color: #5CAE81;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.in-progress-list span.wp201 {
    background-color: #5CAE81;
}

ul.in-progress-list span.wp301 {
    background-color: #4892AE;
}

ul.in-progress-list span.wp401 {
    background-color: #DD4C46;
}

ul.coming-soon-list li {
    list-style-type: none;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    background-color: #f7f7f7;
    margin-bottom: 6px;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.coming-soon-list li:last-child {
    margin-bottom: 36px;
}

ul.coming-soon-list strong {
    float: left;
    padding: 4px 12px;
}

ul.coming-soon-list span {
    float: right;
    color: #fff;
    padding: 4px 12px;
    background-color: #5CAE81;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.coming-soon-list span.wp301 {
    background-color: #4892AE;
}

ul.coming-later-list li {
    list-style-type: none;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 6px;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px dashed #dadadb;
    background-color: #fcfcfc;
}

ul.coming-later-list li:last-child {
    margin-bottom: 36px;
}

ul.coming-later-list strong {
    float: left;
    padding: 4px 12px;
}

ul.coming-later-list span {
    float: right;
    color: #fff;
    padding: 4px 12px;
    background-color: #5CAE81;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.coming-later-list span.wp201 {
    background-color: #5CAE81;
}

ul.coming-later-list span.wp301 {
    background-color: #4892AE;
}

ul.coming-later-list span.wp401 {
    background-color: #DD4C46;
}


/* @end */

a.outline-button {
	background-color: #fff;
	border-radius: 50px;
	color: #999;
	display: block;
	display: table;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin: 24px 0 24px 0;
	max-width: 300px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: both;
	border: 1px solid #999;
}

a.outline-button:hover {
    color: #fff !important;
	background-color: #999;
	text-decoration: none !important;
}

/* @group EA Share Customizations */
.ea-share-count-wrap {
	width: 100%;
	clear: both;
	float: left;
}

.ea-share-count-button.style-box, .ea-share-count-button.style-box:hover {
	background: #848484;
	color: #fff;
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-right: 5px;
}

.ea-share-count-wrap .ea-share-count-button.style-box:last-child {
	margin-left: 0;
}

.ea-share-count-button.style-box:hover {
	opacity: .8;
}

.ea-share-count-button.style-box.facebook, .ea-share-count-button.style-box.facebook_shares {
	background: #395B9A !important;
}

.ea-share-count-button.style-box.twitter {
	background: #51AEF0;
}

.ea-share-count-button.style-box.linkedin {
	background: #1F76B7;
}

.ea-share-count-button.style-box.google {
	background: #DC4B3E;
}

.ea-share-count-button.style-box.pinterest {
	background: #CE2428;
}

.ea-share-count-button.style-box.instagram {
	background: #47403A;
}

.ea-share-count-button.style-box.stumbleupon {
	background: #F24E23;
}

.ea-share-count-button.style-box.included_total {
	background: transparent;
	color: #000;
	line-height: 1;
	width: 48px;
}

.ea-share-count-button.style-box.included_total:hover {
	color: #000;
}

.ea-share-count-button.style-box.included_total .ea-share-count {
	display: none;
	font-size: 18px;
	font-weight: 700;
	width: 48px;
}

.ea-share-count-button.style-box.included_total .ea-share-count-label {
	font-size: 12px;
	text-transform: uppercase;
}
/* @end */