/* /////////////////////////////////////////////////////////////////// */
/* Global Reset */
/* /////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* /////////////////////////////////////////////////////////////////// */
/* Global Elements */
/* /////////////////////////////////////////////////////////////////// */
body, html {
  height: 100%;
}
body {
  font-family: "aktiv-grotesk-std",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  color: #191919;
}
.clear {
  display: block;
  clear: both;
}
a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* /////////////////////////////////////////////////////////////////// */
/* Sidebar Navigation */
/* /////////////////////////////////////////////////////////////////// */
#sidebar-desktop {
  float: left;
  width: 250px;
  height: 100%;
}
#sidebar-desktop ul {
  display: block;
  margin: 70px auto 0px auto;
  width: 250px;
  text-align: center;
  position: fixed;
}
#sidebar-desktop ul li {
  font-size: 20px;
}
#sidebar-desktop ul li.current-menu-item a {
  background: #98100f none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-weight: 700;
}
#sidebar-desktop ul li:hover a{
  background: #2b2b2b none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#sidebar-desktop ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "calluna", serif;
  font-style: normal;
  font-weight: 400;
  padding: 15px 0px;
  margin: 0px auto;
  display: block;
  width: 100%;
  background: url(images/divide.png) bottom center no-repeat;
}
#responsive-menu {
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
}
#responsive-menu ul.responsive-menu {
  margin: 50px 0px 0px 0px;
}
.social-links {
  display: block;
  width: 250px;
  text-align: center;
  position: fixed;
  top: 580px;
}
.social-links a {
  padding: 0px 5px;
}

/* /////////////////////////////////////////////////////////////////// */
/* Home */
/* /////////////////////////////////////////////////////////////////// */
#quote {
  display: block;
  padding: 60px 20px;
  background: #f1ece8;
  text-align: center;
  font-family: calluna, serif;
  font-style: normal;
  font-weight: 400;
  color: #191919;
  font-size: 24px;
}
#quote span {
  font-size: 18px;
  color: #98100f;
  display: block;
  padding: 20px 0px 0px 0px;
}
.quote-content {
  display: block;
  max-width: 800px;
  margin: 0px auto;
}
#home-content {
  display: block;
  width: 100%;
}
.home-left {
  display: block;
  width: 50%;
  max-width: 640px;
  float: left;
  padding-top: 70px;
}
.home-right {
  display: block;
  padding: 70px 20px 0px 20px;
  width: 32%;
  float: left;
  margin: 0px 0px 0px 80px;
}
.home-right h4 {
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #191919;
  border-bottom: 1px solid #98100f;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}
.home-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 0px 0px 0px;
}
.home-right p strong {
  font-weight: 700;
}
.home-right p em {
  font-style: italic;
}
.home-right table {
  margin: 20px 0px;
}
.home-right table td {
  padding: 5px 0px;
}
.home-right a {
  display: block;
  clear: both;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  max-width: 280px;
  text-align: center;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}
.home-right a:hover {
  background: #191919;
}
.cta-home {
  display: block;
  margin: 0px 0px 20px 60px;
  background: #dddddd;
  padding: 20px 20px 20px 20px;
  width: 85%;
}
.cta-home h4 {
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  padding: 0px 0px 15px 0px;
}
.cta-home p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 0px 0px 0px;
}
.cta-home a {
  display: block;
  clear: both;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  max-width: 180px;
  text-align: center;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
}
.cta-home a:hover {
  background: #191919;
}
.cta-home img {
  float: right;
  margin: 0px 0px 10px 10px;
}
.cta-home img.cta-one {
  float: right;
  margin: -50px -40px 0px 10px;
}
/* /////////////////////////////////////////////////////////////////// */
/* Home Page Header */
/* /////////////////////////////////////////////////////////////////// */
#feature {
    display: block;
    height: 690px;
    background: url(images/tiled-bg.png) top left repeat;
}
.awards {
  display: block;
  position: absolute;
  width: 340px;
  margin: 0px 0px 0px 70px;
  height: 650px;
  background: url(images/awards.png) bottom left no-repeat;
}
#header-home { 
  display: table;
  height: 690px;
  width: 100%;
  background: url(images/father-jerzy.png) bottom left no-repeat;
  background-size: 80%;
}
#header-home .feature-area {
  margin: 0 0 0 0;
  width: 88%;
  padding: 0 0 0 50%;
  display: table-cell;
  max-width: 430px;
  height: 100%;
  text-align: right;
  vertical-align: middle;
}
#header-home .logo {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 35.472370766488%;
  background: url(images/logo-home.png) top right no-repeat;
  background-size: 100%;
}
#header-home h2 {
  display: block;
  text-align: center;
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  color: #191919;
  padding: 20px 0px 10px 0px;
  font-size: 24px;
}
#header-home a {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 24px;
  text-decoration: none;
  padding: 23px 20px 20px 40px;
  line-height: 26px;
  color: #ffffff;
  max-width: 260px;
  text-align: left;
  font-weight: 400;
  background: #98100f url(images/play-button.png) 96% 50% no-repeat;
  margin: 25px auto 0px auto;
  box-shadow: 2px 2px 9px #000;
}
#header-home a:hover {
  background: #191919 url(images/play-button.png) 96% 50% no-repeat;
}
.search-form {
  position: absolute;
  right: 0px;
  overflow: hidden;
  margin-top: 32px;
}
.search-field {
	background-color: transparent;
	background-image: url(images/search.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	border-radius: 0px;
	height: 50px;
	padding: 0 0 0 50px;
	position: relative;
  -webkit-appearance: none;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}
.search-field:focus {
	background-color: #fff;
	background-image: url(images/search-over.png);
	border: none;
	cursor: text;
	outline: 0;
	padding: 0px 0px 0px 60px;
	width: 230px;

}
.search-form .search-submit { 
  display:none;
}
/* /////////////////////////////////////////////////////////////////// */
/* Interior Page Header */
/* /////////////////////////////////////////////////////////////////// */
#header { 
  display: block;
  height: 120px;
  width: 100%;
  background: url(images/tiled-bg.png) top left repeat;
}
#header .logo {
  display: block;
  width: 250px;
  height: 89px;
  float: left;
  margin: 15px 0px 0px 30px;
  background: url(images/logo-interior.png) top left no-repeat;
}
/* /////////////////////////////////////////////////////////////////// */
/* Story Page Nav */
/* /////////////////////////////////////////////////////////////////// */
.secondary-nav {
  display: block;
  width: 100%;
}
.secondary-nav ul {
  margin: 0px 0px 50px 50px;
}
.secondary-nav ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0px 20px;
}
.secondary-nav ul li a {
  display: block;
  padding: 20px 10px;
  font-size: 20px;
  color: #191919;
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.secondary-nav ul li.current_page_item a, .secondary-nav ul li a:hover {
  border-top: 6px solid #98100f;
  color: #98100f;
}
/* /////////////////////////////////////////////////////////////////// */
/* Press Page Nav */
/* /////////////////////////////////////////////////////////////////// */
.secondary-interior-nav {
  display: block;
  width: 100%;
}
.article .secondary-interior-nav ul {
  margin: 0px 0px 50px 80px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}
.secondary-interior-nav ul li {
  display: inline-block;
  list-style-type: none;
}
.secondary-interior-nav ul li a {
  display: block;
  padding: 0px 40px 0px 0px;
  font-size: 20px;
  color: #191919;
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.secondary-interior-nav ul li a:hover {
  color: #98100f;
}
/* /////////////////////////////////////////////////////////////////// */
/* Interior Page Styling */
/* /////////////////////////////////////////////////////////////////// */
#content-wrapper {
  padding: 0px 0px 0px 250px;
  background: url(images/column-bg.png) top left repeat-y;
}
#content {
  overflow: hidden;
}
.article{
  display: block;
  width: 80%;
  float: left;
}
.article-left {
  display: block;
  width: 60%;
  float: left;
}
.article-right {
  width: 270px;
  margin: 0px 40px 0px 40px;
  display: block;
  float: right;
}
.page h1 {
  font-size: 50px;
  color: #98100f;
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  margin: 60px 0px 20px 80px;
  display: block;
}
.article-left h1 {
  margin-top: 0px;
}
.article-left h2, .article h2 {
  font-size: 20px;
  line-height: 20px;
  color: #98100f;
  font-weight: 700;
  padding: 0px 0px 20px 80px;
}
.article-left h2 span, .article h2 span {
  font-size: 14px;
  line-height: 20px;
  color: #191919;
  font-style: italic;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}
.article-left h3, .article h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  padding: 10px 0px 10px 80px;
}
.article-left h4, .article h4 {
  font-size: 14px;
  line-height: 20px;
  color: #191919;
  font-weight: 700;
  padding: 20px 0px 0px 80px;
}
.article-left p, .article p {
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  padding: 10px 0px 10px 80px;
}
.article .schedule {
  padding: 10px 0px 10px 80px;
}
.article-left p strong, .article p strong{
  font-weight: 700;
}
.article-left p em, .article p em {
  font-style: italic;
}
.article-left p img.bio, .article p img.bio {
  float: left;
  margin: 20px 20px 10px 0px;
}
.article-left p a, .article p a {
  color: #98100f;
}
.article-left p a:hover, .article p a:hover {
  color: #191919;
}
.article-left p a.link, .article p a.link {
  color: #98100f;
  font-weight: 700;
  text-decoration: none;
}
.article-left p a.link:hover, .article p a.link:hover {
  text-decoration: underline;
}
.article-left ol, .article ol {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 100px;
}
.article-left ul, .article ul {
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 100px;
}
.article-left ol li, .article ol li {
  padding: 5px 0px 5px 0px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: decimal;
}
.article-left ul li, .article ul li {
  padding: 5px 0px 5px 0px;
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
}
img.alignleft {
  float: left;
  margin: 10px 20px 10px 0px;
}
.article-divide {
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 0px 0px 20px 80px;
  padding-bottom: 20px;
}
.callout {
  width: 100%;
  margin: 0px 0px 20px 0px;
  background: #dddddd;
  padding: 30px 0px 0px 0px;
  overflow: auto;
}
.callout h4 {
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  padding: 0px 20px 15px 20px;
}
.callout p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 0px 20px 0px 20px;
}
.callout a {
  display: block;
  clear: both;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  max-width: 180px;
  text-align: center;
  font-weight: 400;
  margin: 15px 0px 20px 0px;
}
.callout a:hover {
  background: #191919;
}
.callout p.book {
  min-height: 125px;
  padding: 0px 20px 0px 95px;
  margin: 0px 0px 0px 20px;
  background: url(images/book-jacket.png) bottom left no-repeat;
}
.callout p.dvd {
  min-height: 115px;
  padding: 20px 20px 0px 125px;
  margin: 0px 0px 0px 20px;
  background: url(images/dvd.png) top left no-repeat;
}
.callout p.dvd a {
  margin: 40px 0px 20px 0px;
}
.schedule {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #191919;
  padding: 10px 0px 10px 0px;
}
.schedule .where {
 
}
.schedule .when {
  
}
/* /////////////////////////////////////////////////////////////////// */
/* Blog Styling */
/* /////////////////////////////////////////////////////////////////// */
h1#post-single.entry-title {
  font-size: 50px;
  color: #98100f;
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  margin: 60px 0px 0px 80px;
  display: block;
}
h1#post-single.entry-title a {
  color: #98100f;
  text-decoration: none;
}
h1#post-single.entry-title a:hover {
  color: #191919;
}
.entry-meta {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #191919;
  margin: 5px 0px 30px 80px;
}
.entry-meta a {
  color: #191919;
  text-decoration: none;
}
.entry-meta a:hover {
  color: #98100f;
}
a.back-to-blog {
  display: block;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  color: #ffffff;
  max-width: 180px;
  text-align: center;
  font-weight: 400;
  margin: 40px 0px 20px 80px;
}
a.back-to-blog:hover {
  background: #191919;
}
.entry-content img.alignnone, .entry-content img.alignright {
  float: right;
  max-width: 50%;
  height: auto;
  margin: 10px 0px 10px 20px;
}
.entry-content img.article-img, .entry-content img.article-img {
  float: none;
  max-width: 50%;
  height: auto;
  margin: 20px 0px 10px 0px;
}
.post-index {
  border-top: 1px solid #ddd;
  padding: 20px 0px 0px 0px;
  margin: 20px 0px 0px 80px;
}
.post-index .entry-meta {
  margin: 5px 0px 30px 0px;
}
.article .post-index p {
  padding: 0px 0 10px 0px;
}
.post-index img.wp-post-image {
  display: block;
  width: 150px;
  height: auto;
  float: left;
  margin: 5px 10px 10px 0px;
}
.entry-content img.wp-post-image {
  float: right;
  max-width: 40%;
  height: auto;
  width: 200px;
  margin: 10px 0px 10px 20px;
}
.article .post-index .title a{
  color: #98100f;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-decoration: underline;
  margin: 0px 0px 10px 0px;
  display: block;
  padding: 10px 0px 10px 0px;
}
.article .post-index .title a:hover {
  color: #191919;
}
.entry-date {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
}
.entry-date span {
  display: block;
  font-size: 28px;
}
#nav-posts a {
  color: #98100f;
  text-decoration: none;
  font-weight: 700;
}
#nav-posts a:hover {
  color: #000000;
}
#nav-posts {
  display: block;
  width: 90%;
  margin: 20px 0px 0px 80px;
}
#nav-posts .prev {
  display: block;
  float: left;
}
#nav-posts .next {
  display: block;
  float: right;
}
/* /////////////////////////////////////////////////////////////////// */
/* Downloads */
/* /////////////////////////////////////////////////////////////////// */
.download-wrapper {
  display: table;
  width: 90%;
  padding: 0px 0px 0px 80px;
}
.download {
  display: table-cell;
  padding: 5px;
  text-align: center;
}
.download a {
  text-decoration: none;
  color: #98100f;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.download a:hover {
  color: #191919;
}
.download a img {
  display: block;
  width: 100px;
  margin: 10px auto 0px auto !important;
  height: auto;
  float: none !important;
}
/* /////////////////////////////////////////////////////////////////// */
/* Gallery */
/* /////////////////////////////////////////////////////////////////// */
.gallery-view {
  margin: 20px 20px 20px 80px;
  display: block;
  padding: 20px 0px 0px 0px;
  width: 90%;
  border-top: 1px solid #ddd;
}
.gallery-view h2 {
  font-size: 32px;
  color: #191919;
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  float: left;
}
.gallery-view h3 a{
  float: right;
  display: block;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
}
.gallery-view h3 a:hover {
  background: #191919;
}
/* /////////////////////////////////////////////////////////////////// */
/* Video */
/* /////////////////////////////////////////////////////////////////// */
.video-wrapper {
  display: block;
  display: block;
  width: 80%;
  float: left;
  margin: 0px 0px 0px 80px;
}
.video-wrapper h2 {
  font-size: 20px;
  line-height: 20px;
  color: #98100f;
  font-weight: 700;
  padding: 0px 0px 10px 0px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.video-container iframe, .video-container object, .video-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
/* /////////////////////////////////////////////////////////////////// */
/* Store */
/* /////////////////////////////////////////////////////////////////// */
.item-one {
  display: block;
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 40px 0px;
  margin: 0px 20px 30px 80px;
}
.item-one h2 {
  font-size: 24px;
  line-height: 24px;
  color: #98100f;
  font-weight: 700;
  padding: 20px 0px 0px 0px;
}
.item-one h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  padding: 10px 0px 10px 0px;
}
.item-one p.dvd-buy {
  font-size: 16px;
  line-height: 24px;
  min-height: 180px;
  color: #191919;
  padding: 70px 0px 10px 270px;
  background: url(images/DVD_lrg.jpg) bottom left no-repeat;
}
.item-one p.dvd-buy a {
  display: block;
  clear: both;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  width: 140px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin: 15px 0px 20px 0px;
}
.item-one p.dvd-buy a:hover {
  background: #191919;
}



.item-three {
  display: block;
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 40px 0px;
  margin: 0px 20px 30px 80px;
}
.item-three h2 {
  font-size: 24px;
  line-height: 24px;
  color: #98100f;
  font-weight: 700;
  padding: 20px 0px 0px 0px;
}
.item-three h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  padding: 10px 0px 10px 0px;
}
.item-three p.dvd-buy {
  font-size: 16px;
  line-height: 24px;
  min-height: 150px;
  color: #191919;
  padding: 0px 0px 10px 120px;
  background: url(http://jerzy2sainthood.com/wp-content/uploads/2014/09/SermonsBook2-e1414546183732.jpg) bottom left no-repeat;
  background-size: 100px;
}
.item-three p.dvd-buy a {
  display: block;
  clear: both;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  width: 140px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin: 5px 0px 20px 0px;
}
.item-three p.dvd-buy a:hover {
  background: #191919;
}




.item-four {
  display: block;
  clear: both;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 40px 0px;
  margin: 0px 20px 30px 80px;
}
.item-four h2 {
  font-size: 24px;
  line-height: 24px;
  color: #98100f;
  font-weight: 700;
  padding: 20px 0px 0px 0px;
}
.item-four h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  padding: 10px 0px 10px 0px;
}
.item-four p.dvd-buy {
  font-size: 16px;
  line-height: 24px;
  min-height: 120px;
  color: #191919;
  padding: 0px 0px 0px 220px;
  background: url(http://jerzy2sainthood.com/wp-content/uploads/2014/09/okl-Bl-Jerzy-Malackiego-page-001.jpg) bottom left no-repeat;
  background-size: 200px;
}
.item-four p.dvd-buy a {
  display: block;
  clear: both;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  width: 140px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin: 5px 0px 20px 0px;
}
.item-four p.dvd-buy a:hover {
  background: #191919;
}




.item-two {
  display: block;
  clear: both;
  padding: 0px 0px 20px 0px;
  margin: 0px 20px 20px 80px;
}
.item-two h2 {
  font-size: 20px;
  line-height: 20px;
  color: #98100f;
  font-weight: 700;
  padding: 20px 0px 0px 0px;
}
.item-two h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding: 10px 0px 10px 0px;
}
.item-two p.book-buy {
  font-size: 14px;
  line-height: 18px;
  color: #191919;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 10px 100px;
  background: url(images/book-jacket.png) top left no-repeat;
}
.item-two p.book-buy a {
  display: block;
  clear: both;
  background: #98100f;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  padding: 10px;
  width: 140px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin: 10px 0px 20px 0px;
}
.item-two p.book-buy a:hover {
  background: #191919;
}
/* /////////////////////////////////////////////////////////////////// */
/* Share */
/* /////////////////////////////////////////////////////////////////// */
.fb-like {
  padding: 10px 0px 10px 80px;
}
img.share-image {
  width: 100%;
  max-width: 600px;
}
textarea.share-textarea {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 600px;
  padding: 20px;
}
/* /////////////////////////////////////////////////////////////////// */
/* Contact */
/* /////////////////////////////////////////////////////////////////// */
.article table {
  margin: 20px 0px 0px 80px;
  font-size: 14px;
  line-height: 24px;
  color: #191919;
  width: 100%;
}
.article table td {
  vertical-align: top;
  padding: 5px 0px;
  font-weight: bold;
}
.article table input {
  border: 1px solid #ddd;
  padding: 10px;
}
table.contact span {
display: none;
}
table.contact span.req {
display: inline;
color: #ff0000;
padding: 0px 0px 0px 5px;
}
.article table input[type="submit"] {
  border: 1px solid #ddd;
  padding: 10px 40px;
  background: #98100f;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  cursor: hand;
}
.article table input[type="submit"]:hover {
  background: #191919;
}
.article table textarea {
  border: 1px solid #ddd;
  padding: 10px;
}
.success-message {
  font-size: 16px;
  line-height: 24px;
  color: #4e9600;
  font-weight: 700;
  padding: 10px 0px 10px 80px;
  font-style: italic;
}
/* /////////////////////////////////////////////////////////////////// */
/* Search */
/* /////////////////////////////////////////////////////////////////// */
.search-results h1 {
  font-size: 40px;
  color: #98100f;
  font-family: "calluna",serif;
  font-style: normal;
  font-weight: 400;
  margin: 60px 0px 20px 80px;
  display: block;
}
.search-results h2 a {
  font-size: 18px;
  line-height: 18px;
  color: #98100f;
  font-weight: 700;
  display: block;
  padding: 20px 0px 0px 80px;
}
.search-results p {
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  padding: 10px 40px 10px 80px;
}
.search-results p strong{
  font-weight: 700;
}
.search-results p em {
  font-style: italic;
}
.search-results p a {
  color: #98100f;
}
.search-results p a:hover {
  color: #191919;
}
.search-results #nav-below a {
  color: #98100f;
  text-decoration: none;
  font-weight: 700;
}
.search-results #nav-below a:hover {
  color: #000000;
}
.search-results #nav-below {
  margin: 20px 80px 0px 80px;
}
.search-results .nav-previous {
  display: block;
  float: left;
}
.search-results .nav-next {
  display: block;
  float: right;
}
/* /////////////////////////////////////////////////////////////////// */
/* Footer */
/* /////////////////////////////////////////////////////////////////// */
.footer {
  display: block;
}
.footer ul {
  border-top: 1px solid #000000;
  padding: 10px 0px 20px 0px;
  margin: 50px 70px 0px 70px;
}
.footer ul li {
  display: inline-block;
  list-style-type: none;
}
.footer ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #191919;
}
/* /////////////////////////////////////////////////////////////////// */
/* Mobile Styling */
/* /////////////////////////////////////////////////////////////////// */
@media screen and (max-width : 1200px) {
  #header-home .feature-area {
    padding: 0 0 0 40%;
    max-width: 530px;
  }
  #header-home { 
    background-size: 90%;
  }
}
@media screen and (max-width : 1130px) {
  .article-left {
    width: 50%;
  }
}
@media screen and (max-width : 1100px) {
  .secondary-nav {
    display: block;
    width: 100%;
  }
  .secondary-nav ul {
    margin: 0px 0px 60px 60px;
  }
  .secondary-nav ul li {
    padding: 0px 10px;
  }
  .secondary-nav ul li a {
    padding: 20px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width : 980px) {
  #content-wrapper {
    padding: 0px 0px 0px 0px;
  }
  .secondary-nav ul {
    margin: 0px 0px 40px 20px;
  }
  .secondary-nav ul li {
    padding: 0px 0px;
  }
  .secondary-nav ul li a {
    padding: 20px 10px;
    font-size: 16px;
  }
  .article-left, .article-right, .article {
    display: block;
    width: 90%;
    margin: 10px auto 0px auto;
    float: none;
  }
  .article-right {
    margin-top: 20px;
  }
  .article-divide {
    display: block;
    width: 100%;
    margin: 0px auto 20px auto;
  }
  .page h1 {
    display: block;
    width: 90%;
    margin: 40px auto 20px auto;
  }
  .search-results h1 {
    display: block;
    width: 90%;
    padding: 0px;
    margin: 40px auto 20px auto;
  }
  .search-results h2 a {
    display: block;
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 0px;
  }
  .search-results p {
    padding: 10px 0px;
    display: block;
    width: 90%;
    margin: 0px auto 0px auto;
  }
  .gallery-view {
    width: 90%;
    margin: 40px auto 20px auto;
  }
  
  .home-left {
    width: 90%;
    float: none;
    margin: 0px auto;
  }
  .home-right {
    width: 85%;
    float: none;
    padding-top: 20px;
    margin: 0px auto;
  }
  .cta-home {
    margin: 0px auto 20px auto;
  }
  .article-left h1 {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  .article-left h2, .article h2 {
    padding: 0px 0px 20px 0px;
  }
  .article-left h3, .article h3 {
    padding: 10px 0px 10px 0px;
  }
  .article-left h4, .article h4 {
    padding: 20px 0px 0px 0px;
  }
  .article-left p, .article p {
    padding: 10px 0px 10px 0px;
  }
  .article .schedule {
    padding: 10px 0px 10px 0px;
  }
  .article p img {
    float: left;
    width: 100px;
    height: auto;
    margin: 10px 20px 10px 0px;
  }
  .article .entry-content img {
    width: auto;
    float: none;
    margin: 20px 0px 10px 0px;
  }
  .article-left ol, .article ol {
    margin: 0px 0px 0px 20px;
  }
  .article-left ul, .article ul {
    margin: 0px 0px 0px 20px;
  }
  .article .secondary-interior-nav ul {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  .secondary-interior-nav ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    list-style-type: none;
  }
  .secondary-interior-nav ul li a {
    display: block;
    padding: 0px 20px;
    font-size: 20px;
    color: #191919;
    font-family: "calluna",serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }
  .secondary-interior-nav ul li a:hover {
    color: #98100f;
  }
  .download {
    width: 50%;
    float: left;
    display: block;
    padding: 0px;
    height:  180px;
  }
  
  h1#post-single.entry-title {
    margin: 40px 0px 20px 0px;
  }
  .success-message {
    padding: 10px 0px 10px 0px;
  }
  .download-wrapper {
    padding: 0px 0px 0px 0px;
  }
  .fb-like {
    padding: 10px 0px 10px 0px;
  }
  .article table {
    margin: 0px 0px 0px 0px;
  }
  .article table textarea {
    width: 100%;
  }
  .post-index {
    margin: 20px 0px 0px 0px;
  }
  .post-single h1 {
    margin: 40px 0px 20px 0px;
  }
  .entry-meta {
    margin: 0px 0px 30px 0px;
  }
  a.back-to-blog {
    margin: 40px 0px 20px 0px;
  }
  .item-one {
    width: 90%;
    padding: 0px 0px 40px 0px;
    margin: 0px auto 30px auto;
  }
  .item-two {
    width: 90%;
    padding: 0px 0px 20px 0px;
    margin: 0px auto 20px auto;
  }
  .search-results #nav-below {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  #nav-posts {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  .video-wrapper {
    display: block;
    width: 90%;
    float: none;
    margin: 0px auto 0px auto;
  }
  .footer ul {
    margin: 50px 35px 0px 280px;
  }
}
@media screen and (max-width : 900px) {
  #feature {
      display: block;
      height: 300px;
  }
  .awards {
    display: none;
  }
  #header-home { 
    height: 300px;
    background-size: 330px;
  }
  #header-home .feature-area {
    margin: 0 auto;
    width: 100%;
    padding: 0 5% 0 5%;
    display: table-cell;
    max-width: 430px;
    height: 100%;
    text-align: right;
    vertical-align: bottom;
  }
  #header-home .logo {
    display: block;
    width: 100%;
    height: 0px;
    margin: 15% 0 0 0;
    padding-bottom: 25.472370766488%;
    background: url(images/logo-home.png) top right no-repeat;
    background-size: 55%;
  }
  #header-home h2 {
    display: none;
  }
  #header-home a {
    padding: 15px 20px;
    font-size: 20px;
    margin: 0px auto 25px auto;
  }
}
@media screen and (max-width : 800px) {
  #header-home .logo {
    display: block;
    width: 100%;
    height: 0px;
    margin: 0% 0 0 0;
    padding-bottom: 22.472370766488%;
    background: url(images/logo-home.png) top right no-repeat;
    background-size: 45%;
  }
  .secondary-nav {
    display: none;
  }
  #content-wrapper {
    background: none;
  }
  #header { 
    height: 50px;
  }
  #header .logo {
    display: block;
    width: 185px;
    height: 27px;
    float: left;
    margin: 12px 0px 0px 20px;
    background: url(images/logo-interior-mobile.png) top left no-repeat;
    background-size: 100%;
  }
  .search-form  {
    right: 50px;
    margin-top: 0px;
  }
  .search-field:focus {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 2px #ddd;
    font-size: 14px;
  }
  .search-form .search-submit { 
    display:none;
  }
  .item-one {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 20px auto;
  }
  .item-one p.dvd-buy {
    padding: 270px 0px 10px 0px;
    background: url(images/DVD_lrg.jpg) top center no-repeat;
    text-align: center;
  }
  .item-one p.dvd-buy a {
    display: block;
    clear: both;
    background: #98100f;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    width: 140px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin: 15px auto 20px auto;
  }
  .footer {
    display: block;
  }
  .footer ul {
    width: 90%;
    margin: 50px auto 0px auto;
  }
  .footer ul li a {
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #191919;
  }
}
@media screen and (max-width : 600px) {
  #header-home .logo {
    display: block;
    width: 100%;
    height: 0px;
    margin: 0% 0 0 0;
    padding-bottom: 32.472370766488%;
    background: url(images/logo-home.png) top right no-repeat;
    background-size: 50%;
  }
  .gallery-view h3 a{
    float: none;
    clear: both;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; 
  } 
}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
