/*
Theme Name: MikeSacks Mods
*/

body {
}

a:link {
	color: #900;
	}

a:visited {
	color: #994C4C;
	}

a:hover {
	color: #652222;
	text-decoration: none;
	}

a:active {
	color: #997272;
	text-decoration: none;
	}

a, a:hover, a:focus {
transition: all 0.3s;
}

.navbar {
padding: 15px 10px;
background: #fff;
border: none;
border-radius: 0;
margin-bottom: 40px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
}

.line {
width: 100%;
height: 1px;
border-bottom: 1px dashed #ddd;
margin: 40px 0;
}

/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
	background: url(http://www.mikesacks.com/images/background.jpg) no-repeat top center;
	background-size: cover;
	width: 33%;
	position: fixed;
top: 0;
left: -33%;
height: 100vh;
z-index: 9999;
transition: all 0.3s;
overflow-y: scroll;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
left: 0;
}

#dismiss {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background: #bd4342;
position: absolute;
top: 20px;
right: 10px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#dismiss:hover {
background: #fff;
color: #bd4342;
}

.overlay {
display: none;
position: fixed;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 1031;
opacity: 0;
transition: all 0.5s ease-in-out;
}
.overlay.active {
display: block;
opacity: 1;
}

#sidebar .sidebar-header {
padding: 20px;
}

#sidebar ul.components {
padding: 20px 0;
}

#sidebar ul p {
color: #fff;
padding: 10px;
}

#sidebar ul li a {
padding: 10px;
font-size: 1.1em;
display: block;
}

#sidebar ul li a:hover {
color: #bd4342;
background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
color: #973635;
}

a[data-toggle="collapse"] {
position: relative;
}

.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}

ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
background: #973635;
}

ul.CTAs {
padding: 20px;
}

ul.CTAs a {
text-align: center;
font-size: 0.9em !important;
display: block;
border-radius: 5px;
margin-bottom: 5px;
}

a.download {
background: #fff;
color: #bd4342;
}

a.article,
a.article:hover {
background: #973635 !important;
color: #fff !important;
}

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

#content {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 90px;
}

.btn-custom {
	color: #fff !important;
	background-color: #bd4342;
	border: 1px solid #bd4342;
	font-family: 'ballinger-condensed', sans-serif;
	font-weight: 700;
}

.btn-custom:hover {
	color: #fff !important;
	background-color: #973635;
	border: 1px solid #973635;
}


a:link {
	color: #900;
	}

a:visited {
	color: #994C4C;
	}

a:hover {
	color: #652222;
	text-decoration: none;
	}

a:active {
	color: #997272;
	text-decoration: none;
	}


#footer {
	margin: 50px 0 0;
	padding: 50px 0 0;
	background: #e0e0e0;
	}
	
.mail-head {
	font-weight: 700;
	font-family: 'ballinger-condensed', sans-serif;
}



#menu-footer {
	border-top: 1px solid #fff;
font-weight: 700;
font-family: 'ballinger-condensed', sans-serif;
margin-bottom: 12px;
font-size: 1.8rem;
text-align: center;
list-style-type: none;
padding: 0;
width: 300px;
margin: 0 auto;

/*margin: 50px auto 50px;*/

}

.mail-head span {
	color: #bd4342;
}

#menu-footer a {
	color: #222;
}

#menu-footer a:hover {
	color: #bd4342;
}

.credit {
	font-family: 'ballinger-condensed', sans-serif;
}

.credit a {
	font-weight: 900;
	text-transform: uppercase;
}





#frontmenu {
	font: bold 21px/24px "verdana", "arial", san-serif;
	 }

#frontmenu ul {
	list-style: none;
	text-align: center;
	}

#frontmenu li {
	list-style: none;
	padding: 30px 0 0;
	margin: -30px auto 0;
	width: 420px;
	height: 50px;
	text-align: center;
	background: url(http://www.mikesacks.com/wp/wp-content/uploads/littleman.gif) no-repeat left top;
	}

#frontmenu a {
	text-decoration: none;
	}

#frontmenu li:hover {
	background-position: 100% -80px;
	height: 80px
	}




.content {
	font: 12px/18px "verdana", "arial", san-serif;
	text-align: left;
	}

.content p{
	margin: 0 auto 30px;
	width: 420px;
	}

.content p.grouped{
	margin: 80px auto 0;
	text-align: center;
	width: 420px;
	}




.pagetitle {
	margin: 3rem 0 3rem;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: "Georgia", "Times", serif;
	font-weight: bold;
	}
	
.pagesubtitle {
	font-family: "Georgia", "Times", serif;
	font-weight: bold;
}

.archive-item h2 {
	font-size: 1.4rem;
	font-family: "Georgia", "Times", serif;
}

.navigation {
	margin: 80px auto;
	}





#center600 {
	margin: 0 auto;
	width: 600px;
	}

.center600 img{
	margin-bottom: 10px;
	border: 1px solid #000;
	}

img.centered {
	display: block;
	margin: 0px auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.appeared {
	font: 1rem/1.2rem 'ballinger-condensed', sans-serif;
	margin: 10px 0 60px;
	text-align: center;
	}

.appeared2 {
	font: 1rem/1.2rem 'ballinger-condensed', sans-serif;
	margin: 5px auto 5px;
	}

.group {
	clear:left;
	margin: 10px 0;
	}

.alignleft, div.nav-left {
	float: left;
	}

.alignright, div.nav-right  {
	float: right;
	}

.icon-container {
	height: 75px;
	margin: 4rem auto .5rem;
	text-align: center;
}

.thumbnail {
	margin: auto;
	width: auto;
	height: auto;
	max-height: 75px;
	}
	
.sitemapped {
	font: 12px/18px "verdana", "arial", san-serif;
	margin: 0 auto;
	text-align: left;
	width: 420px;
	}

.ddsg-sitemap ul ul  {
	margin: 20px 0 80px 30px;
	}

.ddsg-sitemap ul  {
	margin: 20px 0 80px 30px;
	}
	
	
/* Books */

.bookcover {
	height: 33vh;
	width: auto;
	max-width: 100%;
}

.book-group {
	
}

.book-group h2 {
	font-family: 'ballinger-condensed', sans-serif;
	font-weight: 700;
}

.site_section {
	text-transform: uppercase;
	text-align: center;
	font: 1.4rem/1.4rem 'ballinger-condensed', sans-serif;
	margin: 1.1rem 0 2rem;
	font-weight: 700;
	letter-spacing: .5rem;
}

.book-title-group {
	font: 700 2.7rem/3rem 'ballinger-condensed', sans-serif;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid rgba(0,0,0,.33);
}

.book-title {
	font: 700 2.7rem/3rem 'ballinger-condensed', sans-serif;
}

.book-subtitle {
	font: 1.4rem/1.8rem 'ballinger-condensed', sans-serif;
}

.book-subhead {
	text-align: center;
	font: 700 1.2rem/1.2rem 'ballinger-condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: .3rem;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
	color: #bd4342;
}

.praise_for {
	margin-bottom: 0;
}

.praiser {
	margin-left: 120px;
	margin-bottom: 20px;
	position: relative;
	color: #bd4342;
}

.praiser:before {
	margin-right: 0;
	left: -8px;
	position: absolute;
}


/* Photos of TV */


.photo-tv-container {
		 width: 100%;
		  padding-top: 56.25%; /* 16:9 Aspect Ratio */
		  position: relative; 
		  overflow: hidden;
		  background: transparent url(tv-static.jpg);
}

.photo-tv-item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
	#inner-section {
		background-color:rgba(255,255,255,0.8);
		width: 90%;
		margin: 1rem;
		padding-top: 10px
	}

}

@media (max-width: 767px) {
	#sidebar {
		width: 100%;

		margin-left: -100%;
	}
	#sidebar.active {
		margin-left: 0;
	}
}

@media screen and (min-width:768px) {
	#inner-section {
		background-color:rgba(255,255,255,0.8);
		width: 100%;
	}
}


// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
	
}

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
	
}

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { 
	
}

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { 
	.bookcover {
		height: 40vh;
	}
	
}

// Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width


