/* =================================== */
/* =========== FONTS ================= */
/* =================================== */

/* Font for Dean's Name */
@font-face {
    font-family: 'goudy_trajan_regularregular';
    src: url('fonts/goudytrajan-regular-trial-webfont.eot');
    src: url('fonts/goudytrajan-regular-trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/goudytrajan-regular-trial-webfont.woff2') format('woff2'),
         url('fonts/goudytrajan-regular-trial-webfont.woff') format('woff'),
         url('fonts/goudytrajan-regular-trial-webfont.ttf') format('truetype'),
         url('fonts/goudytrajan-regular-trial-webfont.svg#goudy_trajan_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Font for menu and headers */
@font-face {
    font-family: 'arconregular';
    src: url('fonts/arcon-regular-webfont.eot');
    src: url('fonts/arcon-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arcon-regular-webfont.woff2') format('woff2'),
         url('fonts/arcon-regular-webfont.woff') format('woff'),
         url('fonts/arcon-regular-webfont.ttf') format('truetype'),
         url('fonts/arcon-regular-webfont.svg#arconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* =================================== */
/* ====== ELEMENT DEFAULTS =========== */
/* =================================== */


html, body {
  background-color: #080808;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-family: "Droid Serif", serif;
}

body {
  height: 100%;
  background-image: url(images/BELL-background.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

a {
  color: #AAA;
}

a:hover {
  color: white;
}
.icon-bar a {
	color: #999;
	font-size: 150%;
	margin-top: 10px;
}
.icon-bar a:hover {
	color: #FFF;
}
a.button-link, div.button-link {
	font-family: "arconregular";
	color: #CCC;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	display: block;
	width: auto;
	padding: 4px 0px 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 8px;
	font-size: 75%;
	margin: 10px 0 0 0;
	text-align: center;
}
a.button-main {
	font-family: "arconregular";
	display: block;
	width: auto;
	text-transform: uppercase;
	border-radius: 15px;
	text-align: center;
	color: #FFF;
	background-color: #48271e;
	padding: 5px 40px 3px;
	font-size: 95%;
	margin: 0 0 0 0;
	letter-spacing: .2em;
	position: absolute;
	top: 67%;
	left: 17.5%;
	z-index: 99;
	
	background: -webkit-linear-gradient(#7b4539, #48271e, #48271e, #2f1812); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#7b4539, #48271e, #48271e, #2f1812); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#7b4539, #48271e, #48271e, #2f18129); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#7b4539, #48271e, #48271e, #2f1812); /* Standard syntax */
	
	text-shadow: 2px 2px 2px #000;
}
a.button-main:hover  {
	background: -webkit-linear-gradient(#336681, #17344c, #17344c, #0a1c26); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#336681, #17344c, #17344c, #0a1c26); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#336681, #17344c, #17344c, #0a1c26); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#336681, #17344c, #17344c, #0a1c26); /* Standard syntax */
}
@media screen and (max-width: 720px) {
	a.button-main {
		left: 7%;
	}
}
.widget-one:hover, .widget-two:hover {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 10px #666;
}
.post.half p a {
	color: #ef666c;
}
.post.half p a:hover {
	color: #CCC;
}

h1, h2, h3, h4, h5, h6, .menu {
  font-family: "arconregular";
  color: white;
}
h1, h3, h4, h5, h6, .menu {
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2 {
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: 0 0 10px rgba(200, 200, 200, 0.8);
}

h1 {
  color:  #ef666c;
}

h2, .sidebar h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.quotefrom {
	font-weight: bold;
	color: #FCC;
}
.dotted {
	margin: 40px 0;
	border-top: 1px dotted #666;
}
.clear {
	clear: both;
}


/* =================================== */
/* ============ GLOBALS ============== */
/* =================================== */

.button, input.button {
	background-color: #ef666c;
	color: black;
}

.legal {
  font-size: 70%;
  padding: 5px 0;
}

.deankoontz .rh-embeddabook {
  background-color: rgba(0,0,0,.6);
  box-shadow: 0px 0px 30px #000;
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  font-family: inherit;
}
.deankoontz .embeddabook-buylinks li a {
	  font-family: "Droid Serif", serif;

}

.embeddabook-buylinks h3 {
  color: #FFF;
  font-family: "Droid Serif", serif;
  text-transform: none;
}

.deankoontz .embeddabook-share {
  background-color: #833135;
  border: 1px solid rgba(0,0,0,0.2);
}

.deankoontz .embeddabook-image {
  width: 30%;
}
.deankoontz .embeddabook-wrapper {
  width: 60%;
}
.deankoontz p.embeddabook-author {
  display: none;
}
.deankoontz .embeddabook-summary .embeddabook-shadow {
  box-shadow: inset 0 -30px 40px black;
}
.deankoontz .embeddabook-buylinks {
	background-color: #111;
	border: 1px solid #393133;
	border-radius: 10px;
	margin-bottom: 30px;
}
.deankoontz .embeddabook-buylinks a {
	color: #ef666c;
}
.deankoontz .embeddabook-buylinks a:hover {
	color: #FFF;
}

@media screen and (max-width: 500px) {
  .deankoontz .embeddabook-image,
  .deankoontz .embeddabook-content,
  .deankoontz .embeddabook-wrapper {
    width: 100%;
  }
}
.inner.about p, .fake-embed p {
	margin-bottom: 25px;
}
.align-right {
	float: right;
	margin: 0 0 30px 30px;
}

/* =================================== */
/* ============ SECTIONS ============= */
/* =================================== */


/*-------------- BRANDING ------------ */

.logo {
  font-family: "goudy_trajan_regularregular";
  font-size: 390%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-shadow: 0 0 10px rgba(0,0,0,0.9);
  margin: 20px 0;
  border-bottom: 0;
  padding: 0;
  color: #ef666c;
  text-align: left;
}
@media screen and (max-width: 920px) {
	.logo { 
		text-align: center; 
	}
}
@media screen and (max-width: 720px) {
	.logo { 
		font-size: 250%;
		margin: 0px 0 -15px;
	}
}

/*-------------- NAVIGATION ----------- */

.dk-navigation {
  border-top: 1px solid #393133;
  border-bottom: 1px solid #393133;
  background-color: rgba(0,0,0,0.5);
  margin-bottom: 0;
}

.menu {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.menu>li>.menu {
 z-index: 999;
  border-left: 1px solid rgba(255,255,255,0.3);
}

@media screen and (min-width: 720px) {
  .menu>li>.menu {
    border-left: 0;
    background-color: #3a4c67;
    text-align: center;
  }
  ul.sub li:hover {
	  background-color: #21324c;
  }
}

.menu-button {
  background-color: #222;
  color: white;
  text-align: center;
}
  .menu-button:hover {
    background-color: #555;
  }
ul.menu.fixed li {
	margin: 0 6px;
	text-align: left;
	padding-left: 8px;
}
ul.menu.fixed li:first-child {
	margin-left: 0px;
}
ul.menu.fixed ul.menu li {
	margin: 0px;
}
.about-nav a {
	display: block;
	border: 1px solid #666;
	border-radius: 5px;
	margin-right: 30px;
	padding: 6px 8px 4px;
	color: #999;
}
.about-nav a:hover {
	background-color: #333;
	color: #FFF;
}

/*-------------- FEATURES ------------- */

.small-features {
  padding-top: 10px;
}

.feature {
  
}

.slide {
  width: 100%;
  box-shadow: 0px 0px 20px #000;
}
.third.widget {
	border: 1px solid #666;
}
.widget-one {
	/*background: -webkit-linear-gradient(#2f2170, #2f2170, #0f090d); /* For Safari 5.1 to 6.0 */
  	/*background: -o-linear-gradient(#2f2170, #2f2170, #0f090d); /* For Opera 11.1 to 12.0 */
  	/*background: -moz-linear-gradient(#2f2170, #2f2170, #0f090d); /* For Firefox 3.6 to 15 */
  	/*background: linear-gradient(#2f2170, #2f2170, #0f090d); /* Standard syntax */
	margin: 10px .9% 10px 0;
}
.widget-two {
	/*background: -webkit-linear-gradient(#0d1d37, #323d4f); /* For Safari 5.1 to 6.0 */
  	/*background: -o-linear-gradient(#0d1d37, #323d4f); /* For Opera 11.1 to 12.0 */
  	/*background: -moz-linear-gradient(#0d1d37, #323d4f); /* For Firefox 3.6 to 15 */
  	/*background: linear-gradient(#0d1d37, #323d4f); /* Standard syntax */
	margin: 10px .9% 10px 0;
}
.widget-three {
	margin: 10px 0 10px 0;
}
.widget-three .inner {
	padding: 0px;
}
.widget-three iframe {
	width: 100%;
	height: 148px;
}
.eye {
	height: 120px;
	width: 120px;
	border-radius: 60px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 30px 5px 10px;
	box-shadow: 0px 0px 10px #000;
}
.eye.one {
	background-image: url(images/saint-circle.jpg);
	background-position: center center;
}
.eye.two {
	background-image: url(images/city-circle.jpg);
	background-position: center center;
}
.widget-text {
	display: inline-block;
	vertical-align: top;
	max-width: 40%;
}
@media screen and (max-width: 916px) {
	.eye {
		height: 120px;
		width: 120px;
		border-radius: 60px;
		display: block;
		margin: 5px auto 5px auto;
		box-shadow: 0px 0px 10px #000;
	}
	.widget-text {
	display: block;
	max-width: 100%;
	text-align: center;
	padding: 0 10%;
}

}
@media screen and (max-width: 916px) and (min-width: 720px) {
	.third.widget {
	width: 48.7%;
}
.widget-two {
	margin: 10px 0 10px 1%;
}
.widget-one {
	margin: 10px 1% 10px 0;
}

}
@media screen and (min-width: 720px) {

.post.half {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	clear: none;
	margin-left: 1%;
	margin-right: 4%;
}
.post.half:nth-child(2n) {
	clear: both;
}
}
.share, .also-enjoy, .sidebar-block {
	border: 1px solid #333;
	margin: 8px;
	min-height: 135px;
}
.sidebar-block {
	padding: 30px;
}
.archives {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
@media screen and (max-width: 550px) {
	.archives {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
}
@media screen and (max-width: 340px) {
	.archives {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}
.archives li {
	padding-bottom: 7px;
}
.archives h3 {
	padding-bottom: 20px;
}
.share h3, .also-enjoy h3, .share p, .also-enjoy p {
	display: inline-block;
	vertical-align: top;
}
.share h3, .also-enjoy h3 {
	width: 30%;
	padding: 12px 0 0 5%;
	line-height: 1.5em;
}
.share p, .also-enjoy p {
	text-align: center;
	width: 60%;
}
.also-enjoy p img {
	height: 120px;
	width: auto;
	display: inline;
	margin: 0 12px;
	border: 1px solid #000;
}
.also-enjoy p img:hover {
	box-shadow: 0 0 10px #999;
}
.share-icon {
	font-size: 200%;
	margin-right: 10px;
	color: #999;
}

/*-------------- MAIN ----------------- */

.main {
  padding: 15px 0 30px;
 
}
#current-news {
	border-top: 1px solid #393133;
	background-color: #111;
	background-color: rgba(26,20,22, .4);
	padding-top: 40px;
}


@media screen and (min-width: 720px) {
  .featured-image {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 720px) {
  .sidebar>.inner {
    border-left: 0px solid #423438;
  }
}

/*-------------- POST ----------------- */

.post {
  clear: both;
  margin: 20px 0;
  padding: 20px 0px 10px 0;
}
ol.limargin li {
	margin-top:1.5em;
}

@media screen and (max-width: 720px) {
	.post-image {
		max-width: 60%;
		margin: 0 auto 10px;
	}
	.post-content {
		margin: 30px;
	}
}
.entry-content p {
	margin: 20px 0;
}
.the-sidebar {
	margin-right: 30px;
	border: 1px solid #333;
	border-radius: 7px;
	padding: 15px;
}
.archive p {
	line-height: 1.8em;
}
.post_tags {
	margin-top: 10px;
}
.post_tags a {
	display: inline-block;
	background-color: #151515;
	text-transform: uppercase;
	font-size: 80%;
	padding: 3px 8px;
	border-radius: 6px;
	margin: 0 5px 5px 0;
}
.entries img {
	max-width: 300px;
	height: auto;
}

/*----------- BOOK SECTIONS ------------*/
#discussion, #trailer, #bonus-materials {
	border: 1px solid #333;
	text-align: center;
	padding: 8px 10px 10px;
}
#discussion h3 {
}
#discussion a  {
	display: inline-block;
	width: 15%;
	background-color: #BBB;
	color: #000;
	text-transform: uppercase;
	font-size: 90%;
	padding: 5px 1.5% 3px;
	border-radius: 6px;
	margin: 0 .4% 5px;
	font-family: 'arconregular';
	text-align: center;
	letter-spacing: .1em;
}
#discussion a:hover {
	background-color: #FFF;
}
@media screen and (max-width: 550px) {
	#discussion a {
		width: 80%;
	}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 916px) {
	.third.widget.widget-three {
		width: 100%;
	}
 .video-container-home {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container-home iframe,
.video-container-home object,
.video-container-home embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
.one-bonus {
	width: 26%;
	display: inline-block;
	vertical-align: top;
	margin: 10px 1%;
	text-align: center;
	padding: 20px 1%;
	border: 1px solid #666;
	border-radius: 12px;
	height: 60px;
}
.one-bonus img {
	display: block;
	margin: 5px auto;
}


/*-------------- INSIDE CONTENTS -----------*/
.one-media {
	width: 170px; height: 200px; margin: 0 20px 20px 0; display: inline-block; vertical-align: top; text-align: center;
	font-size: 80%;
}
.book .cover .inner  {
	min-height: 220px;
}
.book .inner {
	font-size: 97%;
}
.book .inner h2  {
	margin-top: 0px;
	padding-top: 0px;
}
.book .cover .inner img {
	max-height: 200px;
}
#cornernavs {
	text-align: right;
	font-size: 90%;
}
.one-video {
	text-align: center;
	font-size: 80%;
	min-height: 265px;
}
.one-video img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-width: 250px;
}
.audio-page {
	padding: 10px 30px;
}
.audio-page ul {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	margin-bottom: 50px;
}
@media screen and (max-width: 550px) {
	.audio-page ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
}
@media screen and (max-width: 350px) {
	.audio-page ul {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}
#accordion h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	line-height: 1.5em;
	font-size: 130%;
	color: #CCC;
}
.tableheader {
	background-color: #381718;
	color: #FCC;
}

/*-------------- SIDEBAR ----------------- */

.body, .sidebar {
  border-top: 0px solid #423438;
}

.googleplus {
  text-align: center;
}

.email .button {
  margin: 10px auto;
}

/*-------------- FOOTER --------------- */

.footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #393133;
  color: #999;
  font-size: 90%;
  font-family: 'arconregular';
  background-image: url(images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#newsletter {
  padding: 20px 40px 40px;
  text-align: center;
  border-top: 1px solid #393133;
  background-color: #131a1e;
  background: -webkit-linear-gradient(#131a1e, #000); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#131a1e, #000); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#131a1e, #000); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#131a1e, #000); /* Standard syntax */
  margin: -10px;
}
#newsletter .button {
	background-color: #9db6c4;
}
#mce-EMAIL, #mc-embedded-subscribe {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
#mce-EMAIL {
	width: 300px;
}
#srch-form {
	margin: -8px 0 8px;
}
#news-form i.fa-caret-square-o-right {
	padding-left: 1px;
}

/*----------------- Posts Navigation ----------------*/
.pagination h2 {
	border-bottom: 0px;
	display: inline;
	color: #FCC;
}
.pagination a {
	border: 1px solid #333;
	display: inline-block;
	padding: 3px 6px;
	font-size: 95%;
}
.pagination .nav-links {
	display: inline-block;
	margin-left: 20px;
}
.pagination {
	margin-bottom: 30px;
}

.blog-img {
	float: right; margin-left: 25px;
}
.blog-img img {
	max-width: 250px;
	height: auto;
}
@media screen and (max-width: 500px) {
	.blog-img {
		float: none; 
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.blog-img img {
	display: block;
		margin: 0 auto;
}
}
