/* style.css theme overrides*/
pre:before, .nav--toolbar a:before {
		font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free', 'Font Awesome 5 Solid';
}

.nav--toolbar a[href*="subscribe"]:before{
	content: "";
}

.nav--toolbar a[href*="support"]:before {
	content: "\f42e";
}

/* top left nav mobile */
.navigation__trigger{
	background-color: rgba(256,256,256,.95);
	height: 40px;
	color: black;
	border-radius: 5px;
	width: 40px;
	padding: 0px;
	display: flex;
	justify-content: center;
	font-size: 24pt;

}


.navigation__trigger:before{
	font-family: Roboto, arial, sans-serif;
	content:"Ξ";
	padding-left: 25px;
	font-weight: bold;
}

.navigation__trigger i{
	visibility: hidden;
}

@media (min-width: 1000px){
	.navigation__trigger:before{
		visibility: hidden;
	}
}

/* end top left nav mobile*/

/* header */
.site-title{
	white-space: nowrap;
}
/* end header */

/* on small screen hide some of the menu items */
@media all and (max-width: 350px){
	#menu-item-919{display:none;}
}

@media all and (max-width: 400px){
	#menu-item-2075{display:none;}
}

@media all and (max-width: 450px){
	#menu-item-1022{display:none;}
}
/* end menu small screen modifiers*/

/* right menu items */
.menu-item-2075 a::before{
	content:"\f392";
}

.navigation .fa{
	font-family:'Font Awesome 5 Solid';
}
/* end right menu items */

/*  main menu */
.nav--main li a{
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.nav--main .menu-item-has-children::after{
	left: -1.75em;
}
/*  end main menu */

/* main content */
#secondary a:hover{
	color: silver;
}
/* end main content*/

/* post end - ad/msg section */
.eop-headline{
	margin: 0 0 1em 0;
	display: block;
	min-width: 30px;
}

.eop-headline em::before { 
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

.eop-ad{
	padding-bottom: 10px;
	text-align: center;
}

.callm-after-content .adsbygoogle{
	padding-bottom: 75px;
}
/* end post end - ad/msg section */

/* bottom disclaimer banner */
.hide-on-button a[href]{
	visibility:hidden;
	display:none;
}

#eu-cookie-law{
	font-size: 12pt;
}

/* end bottom disclaimer banner*/

/* footer */
#colophon .site-info{
	width: 100%;
	text-align: center;
}

#infinite-footer{
	visibility: hidden;
	display:none;	
}
/* end footer */

/* author box */
.saboxplugin-wrap{
	margin-top:50px;
}

.saboxplugin-title{
	font-family: "Droid Serif",serif;
	font-weight:bold;
	border-top: double;
	border-color:black;
	padding-top:10px;

}

.saboxplugin-gravatar{
	margin-bottom: 100px;
}

.saboxplugin-desc p{
	margin-bottom: 1em !important;
}
/* end author box */

/* main page eth on hover */
.hover__more{
	padding-bottom: 40px;
}

.hover__letter{
	font-family:'Font Awesome 5 Brands';
}

.hover__letter-mask{
	font-family:'Font Awesome 5 Brands';
}

/* end main page eth on hover*/

/** sharing / tipping area **/
.sharedaddy{
	width: 340px;
	display:inline-block;
	position: relative;
	top: -17px;
	vertical-align: top;
}

.sd-content .sharing-hidden .inner{
	width:135px;
}

/* eth tip area */
.tip-container{
	display: inline-block;
	border-left: solid thin #ccc;
	padding-left: 75px;
}

.tip-title{
	font-size: 1em;
	line-height: 1.5;
	transform: translateY(0.4145em);
	margin: 0 0 1em 0;
	display: block;
	font-weight: 700;
	color:black;
}

.tip-button{
	text-decoration: none !important;
	font-size: 12px;
	font-family: "Font Awesome 5 Brands", "Open Sans",sans-serif;
	font-weight: 400;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0 5px;
	cursor: pointer;
	display: inline-block;
	margin: 0px 3px;
}

.tip-message{
	font-size: 10pt;
	color: #777;
	margin-top: 10px;
	font-style: italic;
	max-width: 250px;
}

.tip-button:hover{
	border-color: #999;
}

.tip-button-text::before{
	content: "\f42e";
	padding-right: 5px;
}
/** end sharing / tipping area **/

/* resources page */

.page-id-1794 .site-main::before{
	border: none;
}


.page-id-1794 .entry-thumbnail img{
	width: 100%;
}


.page-id-1794 .site-main{
  margin: 0px;
	padding: 0px;
	display: block;
}


.page-id-1794 .page{
	margin-right: 0px;
	padding:0px;
	display: block;
}

#opd-list-holder h2{
	color: #777;
	font-weight: bold;
}

.page-id-1794 .mod-sd{
	display: none;	
}

.page-id-1794 #sd-mod-ovr .mod-sd{
	display: block;	
}

/* end resources page */

/* scale the header a little better */
@media all and (max-width: 1350px){
	.site-title{
		font-size: 10.75vw;
	}	
}


@media all and (max-width: 2050px){
	.site-title{
		font-size: 9.5vw;
	}	
}

@media all and (min-width: 2051px){
	.site-title{
		font-size: 12em;
	}	
}


@media all and (max-width: 1000px){
	.site-description-text{
		font-size: 2vw;
	}
}

@media all and (max-width: 500px){
	.site-description-text{
		font-size: 4vw;
	}
}
/* scale the header a little better */

#fancybox-content{
	background-color: white;
}

.format-status .media__img{
	display:none;	
	visibility:hidden;
}

h2.svt-cd-timeline-content-title{
	font-weight: bold;
	font-size: 133%;
}

.svt-cd-timeline-content{
	padding:15px;
}

.svt-share{
	display:none;	
	visibility:hidden;
}

.svt-cd-timeline-img.svt-cd-green{
	background-color: #aaa;
}

.svt-cd-timeline-img.svt-cd-blue{
	background-color: #777;
}

.svt-cd-timeline::before{
	background-color: #eee;
}

.svt-eth{
	color: white;
	font-size: 32px;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}

.cmg-anchor:before{
	content: ''; 
	display: block; 
	position: relative; 
	width: 0; 
	height: 3em; 
	margin-top: -3em
}

#blocked-warning a:hover{
	color:white;
	font-weight: bold;
}

.google-auto-placed{
	padding-bottom: 15px;
}

.jetpack_subscription_widget h2, .jetpack_subscription_widget #subscribe-submit, .jetpack_subscription_widget #subscribe-email{
	text-align: center;
}

.readmore-link{
	padding-left: 5px;
}

#footer-badges {
	padding-top: 50px;
	text-align: center;
	
}