@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* General Styles
-------------------------------------------------------------- */

/* The following section sets the basic body, H1-H5 and link styles */

body {
	background			: 	url("http://www.gospelprism.com/wp-content/uploads/theme-style/elements/c28-bg-test2.png") no-repeat center top #555555;
	color				:	#e0e0e0;
	font-size			:	14px;
	line-height			:	19px;
	font-family			: 	Open Sans;
	padding-top			:	0px;
}

a:link,a:visited { /* This styles the majority of the on page links. The sidebar links can be styled seperately */
	color 			: 	#c63621;
	text-decoration : 	none;
}

a:hover,a:active {
	color 			: 	#e0e0e0;
	text-decoration : 	underline;
}

h1 {
	font-size			:	18px;
	color				:	#c63621;
	font-family			: 	Open Sans;
}

h2 {
	font-size			:	16px;
	color				:	#c63621;
	font-family			: 	Open Sans;
}

h3 {
	font-size			:	15px;
	color				:	#c63621;
	font-family			: 	Open Sans;
}

h4, h5 {
	font-size			:	15px;
	color				:	#c63621;
	font-family			: 	Open Sans;
}


/* Header
-------------------------------------------------------------- */

#header .container {
	background			:	;
    background-color	: 	 none ;
}

#header #title h1 {
	font-size			:	20px;
	font-family			: 	Open Sans;
	line-height			: 	25px;
}

#header #title h1 a {
	color				:	#000000;
	text-decoration		:	none;
}

#header #title h1 a:hover {
	text-decoration		:	none;
}

#header #title p {
	font-size			:	13px;
	color				:	#333333;
	font-family			: 	Open Sans;
}

#nav-primary {
	background			:	#FFFFFF;
}

#nav-primary ul {
		float				: 	left;
	}

#nav-primary li {
	float				: 	left;
}

#nav-primary li a {
	color				:	#c63621;
	font-size			:	16px;
	line-height			:	16px;
	text-shadow			: 	#555555 0px 1px 0px;
	font-family			: 	Open Sans;
	border-right		:	1px DOTTED #dotted;
	background			:	#FFFFFF;
	padding				:	10px 35px 10px 35px!important;
}

#nav-primary li a:hover, .parent_active, #nav-primary .current-menu-item a {
	color				:	#ffffff!important;
	text-shadow			: 	#555555 0px 1px 0px!important;
	background			:	#464646!important;
}

#nav-primary li ul li a, #nav-primary li ul li a:hover {
	color				:	#ffffff!important;
	text-shadow			: 	#555555 0px 1px 0px!important;
	background			:	#464646!important;
}

#nav-primary li ul li a:hover {
    text-decoration     :   underline!important;
}


/* Content
-------------------------------------------------------------- */

.container {
	background			: 	#FFFFFF;
    -moz-box-shadow		:   0px 0px 5px 3px #FFFFFF;
	-webkit-box-shadow	: 	0px 0px 5px 3px #FFFFFF;
	box-shadow			:   0px 0px 5px 3px #FFFFFF;
}

#footer .container {
    -moz-box-shadow		:   0px 4px 5px 3px #FFFFFF;
	-webkit-box-shadow	: 	0px 4px 5px 3px #FFFFFF;
	box-shadow			:   0px 4px 5px 3px #FFFFFF;
}

.post_date {
	color				:	#c63621;
	font-size			:	18px;
	font-family			: 	Open Sans;
	background			:	;
}

.post_title h3.padded, .post_title h1.padded {
	padding-top			:	10px;
}


.post_title h3 a, .post_title h1 a {
	color				:	#c63621;
	font-size			:	18px;
	font-family			: 	Open Sans;
}

.post_title p {
	color				:	#c63621;
	font-size			:	14px;
	font-family			: 	Open Sans;
}

.post_excerpt_home {
	padding-left		:	100px;
}

.wp-caption-text {
	color				:	#c63621;
	font-style			:	italic;
}


/* Slider styles
-------------------------------------------------------------- */

.slider .nav-wrapper {
	margin-top         :   100px;
        	background-color	: 	#000000;
    }


/* Forum styles
-------------------------------------------------------------- */

.bbp-forums thead tr th,
.bbp-topics thead tr th,
.bbp-replies thead tr th,
.bbp-replies tfoot tr th,
.forum tr td,
.bbp-reply-header td,
.bbp-reply-author,
.bbp-reply-content,
.bbp-topic-meta,
.bbp-topic-title,
.topic,
.bbp-topics tbody tr td {
	color				:	#e0e0e0;
	background			:	#FFFFFF!important;
}

.bbp-topics tr.super-sticky td {
	background			:	#FFFFFF!important;
}

.bbp-topics tr.super-sticky td.bbp-topic-title a:first-child {
	color				:	#e0e0e0;
}

.bbp-replies tr.type-topic .bbp-reply-author,
.bbp-replies tr.type-topic .bbp-reply-content {
	background			:	#FFFFFF!important;
}

.bbp-pagination-count {
	color				:	#e0e0e0;
}

.bbp-topic-form,
.bbp-reply-form {
	background			:	#FFFFFF;
}


/* Footer
-------------------------------------------------------------- */

#footer .container {
	background			: 	#292929;
	color				:	#ffffff;
}

#footer h4 {
	font-size			:	13px;
	color				:	#ffffff;
	font-family			: 	Open Sans;
}

#footer a:link,#footer a:visited { /* This styles the majority of the on page links. The sidebar links can be styled seperately */
	color 			: 	#c63621;
	text-decoration : 	none;
}

#footer a:hover,#footer a:active {
	color 			: 	#ffffff;
}



/* Responsive Menu
-------------------------------------------------------------- */

.toggleMenu {
  background: #FFFFFF;
}
  
.toggleMenu:link, .toggleMenu:visited {
  color:	#c63621;
}
 
.toggleMenu.active {
  background:	#FFFFFF;
}

@media screen and (max-width: 1120px) {

  #nav-primary li a {
    border-bottom		:	1px solid #dotted;
	} 
}



/* Custom CSS Code
-------------------------------------------------------------- */

/* Fullscreen fixed background */

body {
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* Initial */

.alignright {
padding-right: 30px;
}

#comments {
display: none;
}

.shopfront-lower {
border-bottom: 7px solid #7d7d7d;
border-top: 7px solid #7d7d7d;
}

.post-meta, #post-meta {
display: none;
}

.slider-right-box {
display: none;
}

.container {
box-shadow: none;
background: none;
}

/* Added by Sam */

#footer .container {
box-shadow: none;
background: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

.post_divider, .post_title_divider {
    border-bottom: 0 solid #e0e0e0;
}

.post_date {
margin: 15px 0 0 0;
}

.post_categories {
padding: 3%;
}

h1{
line-height: 1.3em;
border-bottom: none;
}

.book_single,
.book_desc_single h3,
.book_details_sidebar h3 {
  border-bottom: 7px solid #e0e0e0;
}

::selection {
  background: #dddddd;
}

.book_image_single img {
padding-top: 21px;
border: none;
}

p { 
line-height: 24px;
}

#shopfront ul li a img {
box-shadow: 3px 5px 9px #333333;
}

#shopfront ul li a.shopfront-buy-now {
width: 140px;
background: #e0e0e0;
border:none;
color: #c63621;
}

#shopfront ul li a.shopfront-buy-now:hover{
background: #e8e8e8;
color: #cd4e51;
}

#sidebar .widget-area h3, #sidebar-home .widget-area h3, #sidebar-home-left .widget-area h3, #sidebar-home-right .widget-area h3 {
text-align: left;
border-bottom: none;
padding-bottom: 10px;
}

#sidebar input[type=text] {
    width               :   90%;
    padding             :   7px;
    border              :   1px solid #CCC;
    -webkit-border-radius   :   5px;
    -moz-border-radius  :   5px;
    border-radius       :   5px;
}

#subscribe-submit input[type=submit] { 
    padding             :   7px;
    border              :   1px solid #CCC;
    -webkit-border-radius   :   5px;
    -moz-border-radius  :   5px;
    border-radius       :   5px;
}

.wpcf7-form {
	background:#e8e8e8; 
	border:2px solid #e0e0e0; 
	border-radius:7px; 
	width:345px;
	padding: 10px 20px; 
	margin-bottom:10px; 
}
 
.wpcf7-form input,
	#wpcf7-f235-p1277-o2 .wpcf7-form textarea{ 
	background:#e8e8e8; 
	border:3px solid #e0e0e0; 
	border-radius:7px;
	width:300px;
    margin: 4px 0 8px 0;
    padding: 5px 7px;
	color: #4f4f4f;
    font-size: 14px;
    vertical-align: middle;
}
 
.wpcf7-form p { 
	color:#cd4e51; 
	margin-top:10px; 
	margin-bottom:10px; 
}
 
.wpcf7-form .wpcf7-submit { 
	background:#cd4e51;
	border-radius:7px;	
	cursor:pointer; 
	width:100px;
	margin:7px 0;
	padding: 5px 15px;
	color:#fff; 
}

div.wpcf7-validation-errors {
background: #cd4e51;
color: #fff;
border: 2px solid #e0e0e0;
}

div.wpcf7-mail-sent-ok {
border: 2px solid #cd4e51;
}

/* Added by Greg */

/*Menu*/

#nav-primary {
  background: none !important;
}

#nav-primary ul {
display: block;
float: none;
margin: 0 auto;
max-width: 927px;
}

#nav-primary li,
#nav-primary li a {
background: none !important;
}

#nav-primary li a:hover,
#nav-primary .current-menu-item a {
background: none !important;
}

#nav-primary li a:hover:after,
#nav-primary .current-menu-item a:after {
  content: '';
  position: absolute;
  left: 25%;
  bottom: 0;
  height: 4px;
  width: 50%;
  border-bottom: 4px solid #c63621;
}

#nav-primary li ul li a,
#nav-primary li ul li a:hover {
  text-align: center !important;
  text-decoration: none !important;
}

.nav li ul {
margin-left: -10px !important;
}

/* Style front page */

.show-background {
  border-left: 7px solid #7d7d7d;
  border-right: 7px solid #7d7d7d;
  border-top: 7px solid #7d7d7d;
  background: #555555;
  margin-top: 20px;
}

.home-book-quotes:first-child {
  margin-top: 80px;
}

.home-quote {
  max-width: 400px;
  margin: 0 auto;
}

.home-quote > p {
  max-width: 500px;
  margin: -40px auto 40px auto;
  text-align: center;
  font-weight: 100;
  font-size: 1.5em;
}

.home-book-quotes blockquote {
  max-width: 500px;
  padding: 40px 20px 20px 20px;
}

.home-quote blockquote p {
  font-style: italic;
  font-weight: 100;
  font-size: 1.3em;
  line-height: 190%;
}

.home-book-hero {
  margin: 0 0 0 -140px;
  max-width: 800px;
}

.home-book-quotes blockquote {
  font-family: 'Merriweather';
  font-weight: 300;
  font-size: 2em;
  text-align: center;
}

.home-buy-book {
  text-align: center;
}

.buy-button ,
#menu-footer-1 a {
  background: #c63621;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 6px;
  border: none;
  width: 180px;
  height: 80px;
  padding: 20px 50px !important;
  margin: 0 auto 0 60%;
  text-shadow: 1px 1px 2px #222;
  box-shadow: 1px 1px 2px #222;
  outline: none;
}

.menu-footer-1-container {
margin: 40px 0;
}

#menu-footer-1 a {
margin: 20px auto;
}

a.buy-button:hover,
a.buy-button:active,
a.toggleMenu:hover,
a.toggleMenu:active {
  text-decoration: none;
}

.toggleMenu {
  text-align: center;
  text-transform: uppercase;
  width: 30%;
  max-height: 20px;
  margin: 0 auto;
}

.toggleMenu::after {
  content: "\A\25BC";
  white-space: pre;
  font-size: .5em;
}

.quote_home {
  margin-bottom: 0;
  float: left;
  padding: 10px 10px 0 10px;
}

.quote_home p {
  font-family: 'Merriweather';
  font-weight: 300;
  font-size: 1.2em;
  font-style: italic;
  line-height: 150%;
}

.quote_author_home h3 {
  text-align: center;
  width: 90%;
  height: auto !important;
  float: left;
  color: #c63621;
  font-weight: 100;
  font-size: 1.2em;
  font-family: Open Sans;
}

/* Media queries */

@media (min-width: 1000px) {
  .home-book-quotes {
    width: 100%;
    margin: -450px auto 220px auto;
    text-shadow: 2px 2px 4px #222;
    overflow: hidden;
  }

  .first-quote,
  .second-quote {
    margin-left: 60%;
  }

  .home-buy-book {
    margin-top: -170px;
  }
}

@media (max-width: 1120px) {
  #nav-primary li a:hover:after {
    left: 45%;
    width: 10%;
  }

  #title {
    margin-bottom: 20px;
  }

  .toggleMenu {
    border-radius: 6px;
    /*box-shadow: 1px 1px 2px #222;*/
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    /*text-shadow: 1px 1px 2px #222;*/
    line-height: 96%;
  }
}

#cntctfrm_thanks {
padding: 10px;
background: #fff;
color: #c63621;
}

@media (max-width: 1000px) {
  .home-book-hero,
  .home-buy-book,
  .home-book-quotes,
  .buy-button {
    width: 100%;
    margin: initial;
  }

  .home-book-hero img {
    margin: 0 auto;
  }

  .home-buy-book {
    margin: 20px 0;
  }

  .home-book-quotes {
    text-shadow: 2px 2px 4px #222;
    display: none;
  }

  .home-book-quotes blockquote {
    padding: 10px 10px 20px 10px;
  }
}

@media (max-width: 600px) {
  .home-quote > p {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .home-book-quotes blockquote {
    font-size: 1.2em !important;
  }

  .buy-button {
    font-size: 1em;
    padding: 10px 25px;
  }

  .toggleMenu {
    font-size: 1em;
    line-height: 128%;
  }

  .first-quote {
    margin-bottom: 0px;
  }

  .home-book-quotes,
  .buy-button {
    text-shadow: 1px 1px 2px #222;
  }
}

@media (max-width: 479px) {
  #nav-primary li a {
  border-bottom: 0px;
  }
}