/*
Theme Name: Updated Guru
Theme URI: localhost/retirementwatch
Author: tony cane
Author URI: none
Description: Guru Theme with Visitor
Version: 1.0.4
*/
*{
	padding:0;
	margin:0;
}
body{ 
	/*background:#dfdfdf;*/
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size:.9rem;
}
button, input{ 
	/*background:#dfdfdf;*/
	font-family: 'Open Sans', 'Arial', sans-serif;
}
.open-sans{
	font-family: 'Open Sans', 'Arial', sans-serif;
}
.oswald{
	font-family: 'Oswald', 'Arial', sans-serif;
}
.reveal-overlay{
	z-index:99;
}
.reveal{
	z-index:100;
	box-shadow: 0em 0em 2em 0em #000000;
	border:none;
	border-radius:.5em;
}
h1,h2,h3,h4,h5,h6{
	line-height:normal;
	font-weight:bold;
	font-family: 'Open Sans', 'Arial', sans-serif;
	color:#96171A;
	/*font-family: 'Open Sans', 'Arial', sans-serif;
	color:#990000;*/
}
h1,h2,h3{
	font-family: 'Oswald', 'Arial', sans-serif;
	line-height:1.1;
}
h1{
	font-size:2.1rem;
}
h2{
	font-size:1.5rem;
}
h3{
	font-size:1.4rem;
}
h4{
	font-size:1.2rem;
}
h5{
	font-size:1.1rem;
}
h6{
	font-size:1.1rem;
}
.clear{
	clear:both;
}
button.red, .button.red{
	background:#ED1C24;
}
button.red:hover, .button.red:hover{
	background:#96171A;
}
/*
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:inherit;
}
*/
a{
	color:#004E85;
	transition: 0.5s ease;
}
a:hover{
	/*color:#2E3192;*/
	color:#666666;
	transition: 0.5s ease;
}
input::placeholder{
    color: #aaaaaa;
    opacity: 1;
}
.font-6{
	font-size:.6rem;
}
.font-7{
	font-size:.7rem;
}
.font-8{
	font-size:.8rem;
}
.font-10{
	font-size:1rem;
}
.font-12{
	font-size:1.2rem;
}
.font-15{
	font-size:1.5rem;
}
.font-18{
	font-size:1.8rem;
}
.font-20{
	font-size:2rem;
}
.smaller-font{
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.normal-weight{
	font-weight:normal;
}
.normal-line-height{
	line-height:normal;
}
.uppercase{
	text-transform:uppercase;
}
.underline{
	text-decoration:underline;
}
.serif{
	font-family: 'Roboto Slab', serif;
}
.sans-serif{
	font-family: 'Open Sans', 'Arial', sans-serif;
}
.pointer{
	cursor:pointer;
}
  

/*WTF*/
.padding{
	padding:0.9375rem;
}
.padding-top{
	padding-top:0.9375rem;
}
.padding-right{
	padding-right:0.9375rem;
}
.padding-bottom{
	padding-bottom:0.9375rem;
}
.padding-left{
	padding-left:0.9375rem;
}

.margin{
	margin:0.9375rem;
}
.margin-top{
	margin-top:0.9375rem;
}
.margin-right{
	margin-right:0.9375rem;
}
.margin-bottom{
	margin-bottom:0.9375rem;
}
.margin-left{
	margin-left:0.9375rem;
}

.no-margin{
	margin:0px;
}
.no-margin-top{
	margin-top:0px;
}
.no-margin-right{
	margin-right:0px;
}
.no-margin-bottom{
	margin-bottom:0px !important;
}
.no-margin-left{
	margin-left:0px;
}

.half-padding{
	padding:0.5rem;
}
.half-padding-top{
	padding-top:0.5rem;
}
.half-padding-right{
	padding-right:0.5rem;
}
.half-padding-bottom{
	padding-bottom:0.5rem;
}
.half-padding-left{
	padding-left:0.5rem;
}

.half-margin{
	margin:0.5rem;
}
.half-margin-top{
	margin-top:0.5rem;
}
.half-margin-right{
	margin-right:0.5rem;
}
.half-margin-bottom{
	margin-bottom:0.5rem;
}
.half-margin-left{
	margin-left:0.5rem;
}

.no-padding{
	padding:0px !important;
}
.no-padding-top{
	padding-top:0px !important;
}
.no-padding-right{
	padding-right:0px !important;
}
.no-padding-bottom{
	padding-bottom:0px!important;
}
.no-padding-left{
	padding-left:0px!important;
}


.border{
	/*border:1px solid #dddddd;*/
	/*border:1px dotted #7b7b7b;*/
	border:1px solid #bdb9a1;
}
.border-top{
	border-top:1px solid #dddddd;
	border-top:1px solid #bdb9a1;
}
.border-right{
	border-right:1px solid #bdb9a1;
}
.border-bottom{
	border-bottom:1px solid #dddddd;
	border-bottom:1px solid #bdb9a1;
}
.border-left{
	border-left:1px solid #bdb9a1;
}
.no-border{
	border:none;
}
.no-border-top{
	border-top:none !important;
}
.no-border-right{
	border-right:none !important;
}
.no-border-bottom{
	border-bottom:none !important;
}
.no-border-left{
	border-left:none !important;
}
.round{
	border-radius: 1000px !important;
}
.round-top{
	border-top-right-radius:1000px !important;
	border-top-left-radius:1000px !important;
}
.round-right{
	border-top-right-radius:1000px !important;
	border-bottom-right-radius:1000px !important;
}
.round-bottom{
	border-bottom-right-radius:1000px !important;
	border-bottom-left-radius:1000px !important;
}
.round-left{
	border-top-left-radius:1000px !important;
	border-bottom-left-radius:1000px !important;
}
.roundish{
	border-radius: 1.5rem;
}
.roundish-top{
	border-top-right-radius:1.5rem;
	border-top-left-radius:1.5rem;
}
.roundish-right{
	border-top-right-radius:1.5rem;
	border-bottom-right-radius:1.5rem;
}
.roundish-bottom{
	border-bottom-right-radius:1.5rem;
	border-bottom-left-radius:1.5rem;
}
.roundish-left{
	border-top-left-radius:1.5rem;
	border-bottom-left-radius:1.5rem;
}
.square{
	border-radius:0 !important;
}

.button{
	overflow:hidden;
}
/*
ul.checklist{
}
ul.checklist li:before{
	background-image: url(images/checkmark.png);
	background-size:2.22em 1.68em;
	display: inline-block;
	height:1.68em;
	width:2.22em;
	content:"";
}
ul.checklist li{
	font-size:1.2em
}
*/
.alignleft {
	float: left;
	margin:0em 1em 1em 0em;
}

.alignright {
	float: right;
	margin:0em 0em 1em 1em;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.row{
	max-width:92em;
}
.row.align-middle{
	display:table;
	width:100%;
}
.row.align-middle > .columns{
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.row > .columns.align-bottom{
	display: table-cell;
/*	text-align: center;*/
	vertical-align: bottom;
	float: none;
}
.full{
	max-width:100%;
}
.dark-primary{
	background:#110500 !important;
}
.medium-primary{
	background:#200901 !important;
}
.light-primary{
	background:#382E26 !important;
}
.section-heading{
	background:#382E26 !important;
	color:#ffffff;
	padding: 0em .5em 0em .5em;
}

.dark-primary-font{
	color:#110500 !important;
}
.medium-primary-font{
	color:#200901 !important;
}
.light-primary-font{
	color:#382E26 !important;
}
.white-font{
	color:#ffffff !important;
}
.dark-primary-hover:hover{
	background:#110500 !important;
}
.medium-primary-hover:hover{
	background:#200901 !important;
}
.light-primary-hover:hover{
	background:#382E26 !important;
}
.dark-primary-font-hover:hover{
	color:#110500 !important;
}
.medium-primary-font-hover:hover{
	color:#200901 !important;
}
.light-primary-font-hover:hover{
	color:#382E26 !important;
}
.white-font-hover:hover{
	color:#ffffff !important;
}
.blue-font{
	color:#004E85;
}
.black-font{
	color:#000000;
}
.red-font{
	color:#96171A;
}
.facebook-blue{
	background:#3B5998;
}
.white{
	background:#ffffff;
}
.grey{
	background:#cccccc;
}
.light-grey{
	background:#ececec;
}
.really-light-grey{
	background:#f8f8f8;
}
.red{
	background:#96171A;
}
.yellow{
	background:#F39C12 !important;
}
.blue{
	background:#004E85;
}
.pale-yellow{
	background:#F5F2E9;
}
.beige{
	background:#eee7cd;
}
.no-background{
	background:none;
}
.canvas{
	background-image: url(images/blue-canvas-bg-01.png);
}
.gradient{
	background: linear-gradient(#29D1CB,#37F4DC,#21BEC2,#3294BB,#4E6CB8);
	/*background: linear-gradient(#f2e9d1,#f2e9d1);*/
}
.red-text{
	color:#FF0000;
}
.orange-fade{
	background: linear-gradient(#f45b00,#cc3500);
	text-shadow: 1px 1px 1px #333333;
}
.orange-fade:hover{
	background: linear-gradient(#cc3500,#f45b00);
}
.rounded{
	border-radius: 0.5em;
}
.round{
	border-radius: 1000px;
}
.defcolor-bg{
	background:#110500;
}
.defcolor{
	color:#110500;
}
.divider{
	height:1em;
	background:#200901;
}
/*
svg.hollow-star:hover polygon{
	fill: #990000;
}
*/
.header{
	/*
	background:#110500;
	background: linear-gradient(#110500,#200901);
	*/
}
.header .logobg{
	/*
	background-image: url(images/lighthouse3.png);
	background-repeat:no-repeat;
	height:108px;
	*/
}
.site-description{
	color:#ffffff;
}
.top-bar{
	padding:.125rem;
}
.top-bar, .top-bar ul{
	background:#fefefe;
	text-transform:uppercase;
	font-weight:bold;
}
 
.top-bar a{
}
.menu .button{
	font-size:1rem;
}

#widemenu-left, #widemenu-left ul{
	text-transform:uppercase;
	font-weight:normal;
}
#widemenu-left, #widemenu-left ul a, #widemenu-left ul ul a{
	color:#333333;
}
#widemenu-left ul a, #widemenu-left ul ul a{
	border-right:1px solid #333333;
	padding:.2rem 1rem;
}
#widemenu-left ul li:last-child a, #widemenu-left ul ul li:last-child a{
	border-right:none;
}
#widemenu-left ul > li.is-dropdown-submenu-parent > a{
	padding-right: 1.5rem;
}
#widemenu-left .dropdown.menu > li.is-dropdown-submenu-parent > a:after{
	border-color:#333333 transparent transparent;
}
#widemenu-left .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
	border-color:transparent transparent transparent #333333;
}

#widemenu-right{/*
	background:#110500;
	background: linear-gradient(to right,#110500,#200901);
	text-transform:uppercase;
	font-weight:bold;*/
}
#widemenu-right ul{
	background:none;
}
#widemenu-right ul ul{
	background:#00375e;
	padding:0em .5em
	/*background:#004e85;*/
}
#widemenu-right ul ul a{
	/*background:#fefefe;*/
	color:#C0E2FC;
	border-bottom:1px solid #175E92;
}
#widemenu-right ul ul li:last-child a{
	/*background:#fefefe;*/
	border-bottom:none;
}
#widemenu-right, #widemenu-right ul a{
	color:#333333;
}
#widemenu-right ul li.special > a{
	color:#ffffff;
	background:#96171A;
}
#widemenu-right ul li.special a:hover{
	text-decoration:underline;
}
#widemenu-right ul li.special ul a:hover{
	text-decoration:none;
}
#widemenu-right .dropdown.menu > li.is-dropdown-submenu-parent > a:after{
	border-color:#333333 transparent transparent;
}
#widemenu-right .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
	border-color:transparent transparent transparent #333333;
}
#widemenu-right .dropdown.menu > li.is-dropdown-submenu-parent.special > a:after{
	/*border-color:#ffffff transparent transparent;*/
	content:'';
	border:none;
}
#widemenu-right .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.special > a:after{
	/*border-color:transparent transparent transparent #ffffff;*/
	content:'';
	border:none;
}
.profile-icon{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}
.addthis_inline_follow_toolbox p{
	display:none;
}
/*
.addthis_inline_follow_toolbox at-follow-btn{
	margin-bottom:0;
	outline-offset:inherit;
}
*/
.checkmark{
	/*height:1.5em;*/
	max-height:1.6em;
	vertical-align:baseline;
}
.searchicon:hover circle, .searchicon:hover line{
	stroke:#382E26;
}
.search-form .input-group{
	border:1px solid #cacaca;
}
.search-form .input-group-label{
	background:none;
	color:#9A9791;
}
.search-form .search-field{
	box-shadow:none !important;
	background:none;
	border:none !important;
	transition:none;
}
.search-form .search-field:focus{
	transition:none;
}
.ac-listing{
	margin:0 !important
}

.ui-widget.ui-widget-content{
	border:none;
	margin:0 0 1.25rem 0;
	font-family:inherit;
	background:none;
}
.ui-widget-content{
	border:none;
	margin:0;
	font-family:inherit;
}
.ui-widget-content .bookshelf-button{
	color:#ffffff;
}
.ui-widget-content a:hover{
	color:#ffffff;
}
.ui-widget-content .ui-state-focus{
	border:none;
	background:none;
	margin:0;
}
.ui-menu .ui-menu-divider{
	height:auto;
}
.ui-autocomplete{
	position:relative;
}
.famous-quote{
	display:block;
	padding: 3.5em 1em 1em 1em;
	position: relative;
	font-size: 1em;
	border-left: .5rem solid #96171A;
	box-shadow: 2px 2px 15px #ccc;
	color:#96171A;
}

.famous-quote::before{
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 5rem;
	line-height: 1em;
	font-weight: bold;
	position: absolute;
	left: .5rem;
	top: .5rem;
}

.famous-quote::after{
  content: "";
}

.pdficon{
	height:1rem;
}
.media-object{
	margin:0;
}
.post-listing{
	 padding:1em;
	 background:#ececec;
	 border:.5em solid #ffffff;
 }
 .is-bestseller{
	 position:relative;
 }
 .bestseller-icon{
	 position:absolute;
	 bottom:1.2em;
	 right:.2em;
	 display:none;
 }
.mock_podcast_player{
	height:30px;
	line-height:30px;
	margin-top:-30px;
	opacity:.9;
	filter: alpha(opacity=90);
}

.audiobook_excerpt_selection{
	position:relative;
}
.mock_audiobook_player{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size:48px;
	line-height:48px;
	height:68px;
	width:68px;
	color:#ffffff;
	opacity:.8;
	filter: alpha(opacity=80);
	border:2px solid #ffffff;
	border-radius:50%;
	padding: 6px 10px;
}
.mock_audiobook_player:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
.book-thumbnail{
	height:0px;
	/*height:calc(150%);*/
	width:100%;
	margin-bottom:1em;
	box-shadow: 0em 1em 1em -1em #000000;
}
.book-nonthumbnail{
	width:100%;
	margin-bottom:1em;
	box-shadow: 0em 1em 1em -1em #000000;
}
.metainfo{
	font-size:.8rem;
}
.browse-letters .page-numbers{
	padding:.1875em .4em;
	margin:0em;
}
.next-page-links{
}
.next-page-links a{
	display:block;
	width:45%;
	background:#96171A;
	text-align:center;
	padding:1em 0em;
	color:#ffffff;
	font-weight:bold;
}
.next-page-links a:first-child{
	float:left;
}
.next-page-links a:last-child{
	float:right;
}
.tabs{
	background:#e6e6e6;
	border-bottom:none;
}
.tabs-title.is-active{
	background:#ffffff;
	border-top:5px solid #96171A;
	margin-top:-5px;
}
.tabs-title > a{
	font-size:1.2em;
	font-weight:bold;
	color:#000000 !important;
}
.tabs-title > a:hover{
	background:#cccccc;
}
.tabs-title.is-active > a{
	background:none;
}
.wp-polls{
	background:#eee7cd;
	padding:1em;
}
/*
.testimonials blockquote, .testimonials blockquote p{
	color:#110500;
	font-weight:bold;
}
*/
.widget{
	margin-top:1em;
	overflow:hidden;
}
.watchlist2{
	width:auto !important;
	display:none;
}
.widget-watchlist3 > table > tbody > tr > td.header a{
	color:#ffffff;
}
.getquote{
	display:none;
}
#watchlist2ad{
	display:none;
}
.rec-table{
	width:100%;
}	
table.rec-table thead tr th{
	font-size:.8rem;
	line-height:normal;
	padding: .25em;
}
table.rec-table tbody tr td{
	font-size:.8rem;
	padding: .25em;
}
.homepage-icon{
	height:34px;
	float:left;
}
/*
.row.underline-blocks > .column{
	border-bottom:1px solid #dddddd;
	padding-bottom:0.9375rem;
}
*/
.bookshelf-button{
	display:table;
	width:100%;
	text-align:center;
	padding:0;
	height:48px;
	margin-bottom:0;
}
.bookshelf-button div{
	display:table-cell;
	vertical-align:middle;
	padding-top:1em;
	padding-bottom:1em;
}
.bookshelf-button .status-button.on_shelf{
	background:#ffffff;
	color:#96171A;
}
.bookshelf-button .arrow-button{
	border-left: 1px ridge #a02a30;
}
.bookshelf-button-2{
	display:table-cell;
	vertical-align:middle;
	height:40px;
}
.bookshelf-dropdown a{
	transition:none;
}
.dropdown-pane{
	z-index:100;
}
.page-numbers{
	margin:0em .5em;
}
.sidebar-title{
	text-align:center;
}
.footer{
	/*
	background:#6F6B5F;
	background: linear-gradient(#6F6B5F,#B9B39F);
	*/
	padding-top:1em;
}
.footer p{
	color:#6e6e6e;
	font-weight:bold;
}
.footer .menu li a{
	color:#6e6e6e;
	font-weight:bold;
	padding: .25rem;
}
.footer-2{
	background-image: url(images/book-background-3.svg);
	background-repeat: repeat-x;
	background-position-y:bottom;
	height:140px;
}
.sub-footer{
	background:#6F6B5F;
	background: linear-gradient(#6F6B5F,#B9B39F);
	min-height:240px;
}
.sub-footer p{
	color:#B9B39F;
	font-weight:normal;
}
.sub-footer .input-group{
	background:#ffffff;
}


.no-js .title-bar {
    display: none;
}
.no-js .top-bar {
  display: none;
}
/*
.is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem;
}
.orbit{
	display:none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
*/
@media screen and (max-width: 39.9375em) {
  a[class=page-numbers] {
	  display:none;
  }
  span.current {
	  display:none;
  }
  span.dots {
	  display:none;
  }
}

/*animations*/
@keyframes fade-in-and-out {
	from {
		opacity:1;
	}
	
	to {
		opacity:0;
	}
}

.fade-in-and-out {
	animation-duration: 1s;
	animation-name: fade-in-and-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.cbc_insider_only, .non_cbc_insider_only{
	display:none;
}