/*----------------- GLOBAL ------------------- */

.btn { 
	background-color: #058ac3;
	color: white;
}
h3.divider {
	text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h3.divider:before,
h3.divider:after {
    position: absolute;
    top: 60%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #dadada;
}
h3.divider:before {
	margin-left: -50%;
}
h3.divider:after {
	margin-left: 2%;
}
.btn-primary {
    background-color: #f98d0f;
    border-color: #f98d0f;
}
.btn-primary:hover {
    background-color: #b1b1b1;
    border-color: #b1b1b1;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .87rem 1.5rem;
    font-size: 0.85rem;
    text-transform: uppercase;
}
.btn-caret:after {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: white;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    margin-right: -5px;
}
@media (min-width: 768px) {
	h3.divider {
	    margin-top: 2rem;
	    margin-bottom: 2rem;
	}
}

/*----------------- HEADER ------------------- */

header#masthead {
  margin-bottom: 0;
  background-color: #ffffff ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
  padding: 0;
  border-bottom: 0;
  border-top: 1px solid #068ccc;
}
.navbar-brand>a img {
	height: 36px;
}
#masthead .navbar-nav>li.menu-item-home a {
	background-image: url('../images/icon-home.png');
    background-size: 19px 18px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
    overflow: hidden;
	margin: 1.4rem 0 !important;
    line-height: 1.5 !important;
    padding: 0 2.5rem !important;
    filter: grayscale(100%) brightness(140%);
}
#masthead .navbar-nav>li.menu-social:hover a,
#masthead .navbar-nav>li.menu-item-home:hover a,
#masthead .navbar-nav>li.menu-item-home.current_page_item a,
#masthead .navbar-nav>li.menu-item-home a:focus,
#masthead .navbar-nav>li.menu-item-home a:hover {
	filter: none;
}
#masthead .navbar-nav>li.menu-social > a {
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
    overflow: hidden;
	padding: 0 1.3rem;
    margin: 1.2rem 0;
    line-height: 2em;
    filter: grayscale(100%) brightness(140%);
}
.menu.nav>li.menu-social.facebook a,
.navbar-nav>li.menu-social.facebook a {
	background-image: url('../images/icon-facebook.png');
	background-size: 10px 23px;
}
.menu.nav>li.menu-social.twitter a,
.navbar-nav>li.menu-social.twitter a {
	background-image: url('../images/icon-twitter.png');
	background-size: 23px 20px;
}
.menu.nav>li.menu-social.instagram a,
.navbar-nav>li.menu-social.instagram a {
	background-image: url('../images/icon-instagram.png');
	background-size: 21px 22px;
}
.menu.nav>li.menu-social.youtube a,
.navbar-nav>li.menu-social.youtube a {
	background-image: url('../images/icon-youtube.png');
	background-size: 31px 22px;
}
@media (max-width: 991px){

	#masthead .navbar-nav > li > a {
	    padding-bottom: 0.5rem;
	    padding-top: 0.5rem;
	}
	#masthead .navbar-nav {
		display: inline-block;
	    width: 100%;
	    text-align: center;
	}
	#masthead .navbar-nav>li.menu-social {
		display: inline-block;
	}
	#masthead .navbar-nav>li.menu-social a {
		margin-top: 0.5rem;
	}
}
@media (min-width: 992px){

	.navbar-brand>a img {
		height: 56px;
	}
	.navbar-nav {
		height: 88px;
	}
	#masthead .navbar-nav > li:before {
	    content: "";
	    display: block;
	    width: 0; 
	  	height: 0; 
	    position: relative;
	    top: 0;
	    left: 50%;
	    margin-left: -7px;
	    border-left: 7px solid transparent;
	    border-right: 7px solid transparent;
	    border-top: 7px solid transparent;

		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	}
	#masthead .navbar-nav > li:not(.menu-social):hover:before,
	#masthead .navbar-nav > li:not(.menu-social).current_page_item:before {
	    border-top-color: #068ccc;
	}
	#masthead .navbar-nav>li:not(.menu-social) a {
		padding: 0 2rem;
	    margin: 1.8rem 0;
	    border-left: 1px solid #dddddd;
	    line-height: 1;
	}
	#masthead .navbar-nav>li:not(.menu-social):first-child a {
		border-left: 0;
	}
}

/*----------------- LAYOUT ------------------- */

#content.site-content {
	padding-top: 0;
    padding-bottom: 0;
}
#content>.container {
	background-color: white;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
	padding: 1.85rem;
}
#secondary {
	margin-top: 4rem;
}
@media (min-width: 576px) { 
	#content.site-content {
	    padding-top: 4rem;
	}
}
@media (min-width: 992px){
	#secondary {
		border-left: 1px solid #d9d9d9;
		margin-left: 1rem;
	    margin-right: -1rem;
	    padding-left: 1.85rem;
	    padding-right: 1.85rem;
	    margin-top: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/*----------------- HOME ------------------- */

#large-feature {
	margin: -0.5rem -2rem 3rem;
	padding: 3em;
	background-image: url('../images/featured-bg.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 36%;
}
#large-feature .entry-header {
	font-family: 'Arimo', serif;
	color: #058ac3;
	font-size: 16px;
	text-transform: uppercase;
    font-weight: 600;
	margin-top: 3rem;
}
#large-feature .entry-header:before {
	content: '';
    display: block;
    background-color: #058ac3;
    width: 46px;
    height: 4px;
    position: relative;
    top: -10px;
}
.featured-how-to-wrapper {
	position: relative;
	background-color: white;
	box-shadow: 0 0.2rem 1rem rgba(0,0,0,.1);
	padding: 0.5rem;
	min-height: 251px;
	margin-bottom: 2rem;
}
.featured-how-to-wrapper img {
	min-width: 100%;
}
.featured-how-to-title {
	color: inherit;
	border-left: 3px solid #f98d0f;
	padding-left: 10px;
	line-height: 1.4;
	min-height: 63px;
	display: flex;
    align-items: center;
	font-weight: 600;
	margin: 20px 10px 10px;
}
.image-row {
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 4rem 0 2rem;
}
.image-row img { margin-bottom: 2rem; }

.category-block {
	display: block;
    padding: 10px 10px 2px 55px;
    position: relative;
    margin-bottom: 1rem;
    color: inherit;
    line-height: 20px;
}
.category-block h4 {
	color: #008ed3;
}
.category-block:hover {
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
	cursor: pointer;
	color: inherit;
}
.category-block h4 span{
	position: absolute;
    left: 12px;
    top: 12px;
    background: #008ed3;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 85%;
    line-height: 24px;
    padding-left: 3px;
}
@media (min-width: 768px) {
	#large-feature .entry-header {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.featured-how-to-title {
		min-height: 44px;
	}
}
@media (min-width: 992px) {
	#large-feature {
		background-size: contain;
	}
	#large-feature .entry-header {
		margin-top: 0;
	}
}

/*----------------- SINGLE POSTS ------------------- */

h1.entry-title,
h2.entry-title {
    border-bottom: 0;
    margin-bottom: 0;
}
a.moretag {
	display: block;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
a.moretag>span {
    padding-left: 5px;
    font-size: 140%;
    vertical-align: text-top;
}
a.thumb-cat {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: white;
	font-size: 13px;
	font-weight: 500;
	color: #676767;
	text-transform: uppercase;
	padding: 0px 10px;
}
a.thumb-cat:hover,
a.thumb-cat:focus {
	background-color: #f98d0f;
	color: white;
}
.entry-content {
	overflow-wrap: break-word;
}
.entry-meta {
	position: relative;    
}
.single-post .entry-meta:before {
	content: '';
	display: block;
	height: 63px;
	background-color: #028ed3;
}
.single-post .entry-meta .avatar {
	border: 6px solid white;
	border-radius: 50%;
	position: relative;
    top: -37px;
    left: 15px;
    margin-bottom: -10px;
    float: left;
}
.single-post .disclaimer {
	padding: 10px 20px; 
	text-transform: none; 
	background-color: #f7f7f7; 
}
.single-post .disclaimer a {
	font-weight: normal;
	color: inherit;
}
.entry-meta .byline,
.entry-meta .posted-on {
    display: block;
}
.single-post .entry-meta .byline,
.single-post .entry-meta .posted-on {
	position: absolute;
    right: 0;
	top: 65px;
}
.single-post .entry-meta .byline {
	color: black;
	top: 85px;
}
.single-post .entry-footer .cat-links,
.single-post .entry-footer .tags-links {
	font-size: 13px;
}
.relatedposts>h3.divider {
	font-size: 18px;
	text-align: left;
}
.relatedposts>h3.divider:before { display: none; }
.relatedposts>h3.divider:after { width: 100%; }

.related-how-to-title {
	color: white;
    font-size: 12px;
    display: inline-block;
    padding: 0 9px 3px;
    position: relative;
    top: -12px;
}
.related-how-to-title:hover,
.related-how-to-title:focus {
	color: white;
	background-color: #018ed2 !important;
}
.related-excerpt {
	font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 1.5em;
}
.related-excerpt .moretag {
    margin-top: 5px;
    text-transform: capitalize;
}
.related-excerpt .moretag>span {
    font-size: 100%;
    vertical-align: inherit;
}
.the_champ_horizontal_sharing .theChampSharing {
    margin-right: 10px;
    margin-bottom: 40px;
}
@media (min-width: 576px) { 
	.single-post .entry-meta:before {
		height: 84px;
	}
	.single-post .entry-meta .avatar {
		top: -50px;
    	left: 40px;
	}
	.single-post .entry-meta .posted-on {
	    top: 95px;
	    right: 0px;
	}
	.single-post .entry-meta .byline {
		top: 95px;
	    left: 150px;	    
	}
}

/*----------------- OUR BRANDS ------------------- */

.brand_holder{ 
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display:         flex;
   margin-bottom: 30px;
}
.brand_holder_inner{ padding: 30px 25px;border: 1px solid #ededed; text-align: center; }
.brand_img{ position: relative; text-align: center; padding-bottom: 20px; margin-bottom: 20px; }
.brand_img:after{ content: ''; position: absolute; width: 44px; height: 2px; bottom: 0px; left: 50%; transform: translateX(-50%); background: #757575 }
.brand_holder_inner p{ font-size: 15px; line-height: 24px; margin-bottom: 0; }

/*----------------- ARCHIVE PAGES ------------------- */

.blog .post.hentry:not(:last-of-type) ,
.archive .post.hentry:not(:last-of-type),
.search .post.hentry:not(:last-of-type) {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
}
.blog .post-thumbnail img,
.archive .post-thumbnail img,
.search .post-thumbnail img {
	min-width: 100%;
}
.page-header {
	margin-bottom: 2rem;
}
.author-footer {
	margin-bottom: 7rem;
}
.author-footer img.avatar {
    border: 6px solid white;
    border-radius: 50%;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.2);
    height: 135px;
    width: 135px;
    margin-bottom: 2rem;
}
.author-footer .author-footer-bio a{
	color: black;
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 1px solid black;
    display: inline-block;
    margin-bottom: 0.85rem;
    font-weight: 600;
}
.author-footer .author-footer-bio p{
	margin-bottom: 0.5rem;
}
.page-numbers {
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-weight: 600;
}

@media (min-width: 992px) {
	.author-footer {
		display: flex;
	}
	.author-footer .author-footer-bio {
	    border-left: 1px solid #c4c4c4;
	    padding-left: 2rem;
	    color: #767676;
	    padding-top: 0.5rem;
	}
	.author-footer img.avatar {
	    margin-bottom: 0;
	    margin-right: 2rem;	
	}
}

/*----------------- SIDEBAR ------------------- */

#secondary .widget {
    font-size: 14px;
    margin-bottom: 0;
}
#secondary .widget:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 2rem;
	padding-bottom: 1.5rem;
}
#secondary .widget_text:first-child .widget-title {
	text-transform: uppercase;
	font-weight: 700 !important;
	margin-bottom: 2.5rem;
}
#secondary .widget_text:first-child .widget-title:after {
    content: '';
    display: block;
    background-color: #058ac3;
    width: 46px;
    height: 4px;
    position: relative;
    top: 13px;
}
#secondary .widget_text:not(:first-child) .widget-title {
    background-color: #008dd2;
    text-align: center;
    color: white;
    padding: 1rem;
    font-size: 26px;
}
.rpwe-block ul{
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.rpwe-li {
	position: relative;
	min-height: 169px;
	max-width: 330px;
	margin-left: auto;
    margin-right: auto;
}
.rpwe-li:not(:last-child) {
	margin-bottom: 1rem;
}
.rpwe-title {
	position: absolute;
    bottom: 0;
    width: 100%;
	margin-bottom: 0;
}
.rpwe-title a {
	background-color: rgba(0, 141, 210, 0.68);
	border-top: 3px solid #135a7d;
    padding: 14px 30px 15px 15px;
    font-size: 16px;
    color: white;
    display: block;
}
.rpwe-img:hover + .rpwe-title a,
.rpwe-title a:hover,
.rpwe-title a:focus {
	background-color: rgba(0, 141, 210, 0.9);
	color: white;
}
.rpwe-title:after {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: white;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
    right: 10px;
    top: 13px;
}
@media (max-width: 991px){
	#secondary .widget_text:not(:first-child) .widget-title,
	#secondary .widget:not(.widget_text) .widget-title {
		text-align: center;
	}
}

/*----------------- PLUGINS ------------------- */

#ez-toc-container {
	box-shadow: none;
	border-width: 4px !important;
	border-radius: 0;
    padding: 15px;
    border-left: 0 !important;
    border-right: 0 !important;
}
#ez-toc-container p.ez-toc-title {
	font-family: 'Arimo', serif;
	margin-bottom: 10px;
	display: block;
}
#ez-toc-container p.ez-toc-title + p {
	display: none;
}
#ez-toc-container ul li {
	line-height: 32px;
	font-weight: bold;
}
#ez-toc-container ul ul {
	margin-left: 10px;
}
#ez-toc-container ul ul li {
	position: relative;
	padding-left: 18px;
}
#ez-toc-container ul ul li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fa8c0f;
	margin-top: 8px;
}.product-box,
.amazon-box {
     position: relative;
     border: 4px solid #d9d9d9;
     padding: 30px 15px 15px;
     margin-bottom: 30px;
     margin-top: 40px;
}
.product-box .product-box-banner,
.amazon-box span.amazon-box-banner {
     font-family: georgia,Times New Roman,serif;
     font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
     position: absolute;
     top: -20px;
     left: -10px;
     padding: 9px 16px 8px 14px;
     color: #fff;
     background-color: #008ed4;
     -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
     box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
}
.product-box .product-box-banner:after,
.amazon-box span.amazon-box-banner:after {
     content: " ";
     display: block;
     position: absolute;
     left: -10px;
     bottom: -7px;
     border-top: 0 inset transparent;
     border-right: 10px solid #133091;
     border-bottom: 7px inset transparent;
     border-left: 10px inset transparent;
}
.product-box,
 .amazon-box {
     display: flex;
     flex-direction: column;
     align-items: center;
}
.product-box .product-box-col,
 .amazon-box-col {
     flex:1;
}
.product-box .product-image-wrapper,
 .amazon-image-wrapper {
     max-width: 100%;
}
 .amazon-element-wrapper {
     position: relative;
}
.product-box .product-box-title,
 .amazon-element-title h2, 
.amazon-element-title span {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 0;
}
.product-box .product-box-content,
 .amazon-element-wrapper + p {
     font-size: 15px;
     line-height: 1.4em;
}
.product-box .product-box-button,
 .amazon-element-button a {
	width: 100%;
	height: 40px;
	background: #fa8c0f;
	display: block;
	border-radius: 5px;
	color: white;
	font-weight: normal !important;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}
 .amazon-element-button a img {
     display: none;
}
 .amazon-element-ListPrice {
     color: white;
     position: absolute;
     top: 0;
     text-align: center;
     width: 100%;
     pointer-events: none;
}
 .amazon-element-ListPrice:after {
     content: 'from Amazon';
     color: white;
     line-height: 40px;
     padding-left: 7px;
     padding-right: 10px;
}
body .tablepress thead th {
    background-color: #008ed4;
    color: white;
}
.paging_simple .paginate_button.next:after, 
.paging_simple .paginate_button.previous:before {
	color: #008ed4;
	text-shadow: none !important;
}
.paging_simple .paginate_button.disabled:after, 
.paging_simple .paginate_button.disabled:before {
	color: #e0e0e0;
}
 @media (min-width: 768px){
 	.product-box,
     .amazon-box{
         flex-direction: row;
    }
}

/*----------------- INTERACTIVE CHECKLIST ------------------- */

.ichecklist-content>.row>div {
	padding: 10px 10px 0 10px;
}
.ichecklist-content>.row {
	padding-bottom: 10px!important
}
.ichecklist-content {
	background-color: #f6f6f8
}
.ichecklist-content .fa-square-o,
.ichecklist-content .fa-check-square-o {
	font-size: 18px!important;
	vertical-align: middle;
	margin-right: 7px
}
.ichecklist-content .fa-check-square-o {
	margin-right: 4px
}
.ichecklist {
	background-color: #FEFAEB;
	margin-bottom: 30px;
}
.ichecklist-header,
.ichecklist-content {
	padding: 0 20px
}
.ichecklist-header {
	background-color: #038dd3;
	color: white;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	position: relative;
	cursor: pointer
}
.ichecklist-toggle {
	position: absolute;
	top: 13px;
	bottom: 0;
	right: 15px;
	margin: auto
}
.ichecklist-toggle-collapsed,
.collapsed .ichecklist-toggle-expanded {
	display: none
}
.collapsed .ichecklist-toggle-collapsed,
.ichecklist-toggle-expanded {
	display: inline
}
.ichecklist-collapse-trigger {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}
.ichecklist-content {
	padding-bottom: 13px
}
.ichecklist-item {
	padding-top: 13px
}

.ichecklist-link {
	color: #2A68BC
}
@media (min-width:768px) {
	.ichecklist-header,
	.ichecklist-content {
		padding: 0 25px
	}
}
@media (min-width:992px) {
	.ichecklist-header {
		cursor: default
	}
}

/*----------------- FOOTER ------------------- */

#footer-widget {
    color: #d0d0d0;
    background-color: #575757;
    font-weight: 300;
    line-height: 1.5;
    padding: 4rem 1rem 1rem;
}
#footer-widget .row>div {
	margin-bottom: 1rem;
}
#footer-widget h3.widget-title {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500 !important;
}
#menu-social-links-menu {
	flex-direction: row !important;
}
#footer-widget .menu.nav>li.menu-social {
	border: 1px solid #969696;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    margin-right: 1rem;
}
#footer-widget .menu.nav>li.menu-social > a {
	line-height: 2;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
    overflow: hidden;
    filter: grayscale(100%) brightness(140%);
}
#footer-widget .menu.nav>li.menu-social > a:hover {
	background-color: transparent;
	filter: hue-rotate(170deg) brightness(110%);
}
#footer-widget .widget_categories ul {
	display: block;
	column-count: 3;
	column-gap: 1;
}
#footer-widget .widget_categories ul li {
	display: inline-block;
	width: 100%;
}
#footer-widget .widget_categories ul li.cat-item-1,
#footer-widget .widget_categories ul li ul {
	display: none; /* hide children links and uncategorized */
}

#footer-widget li:not(.menu-social) .nav-link {
    display: inline-block;
    color: inherit;
    padding: 0;
}
#footer-widget li:not(.menu-social)>.nav-link {
    padding: 0.3rem 0 0.3rem 1rem;
}
#footer-widget li:not(.menu-social) .nav-link:focus,
#footer-widget li:not(.menu-social) .nav-link:hover {
	background-color: transparent;
	color: white;
}

#footer-widget li:not(.menu-social)>.nav-link:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #f98d0f;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: -14px;
    margin-right: 10px;
}
@media (min-width: 576px) { 
	#footer-widget {
	    padding-left: 0;
	    padding-right: 0;
	}
}