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

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

body {
	background			: 	url("https://jeangill.com/wp-content/uploads/theme-style/elements/Jeanbackground.jpg") no-repeat center top #EAEAEA;
	color				:	#121212;
	font-size			:	14px;
	line-height			:	19px;
	font-family			: 	'Open Sans', arial, serif;
	padding-top			:	0px;
}

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

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

h1 {
	font-size			:	24px;
	color				:	#587c96;
	font-family			: 	'Open Sans', arial, serif;
}

h2 {
	font-size			:	16px;
	color				:	#587c96;
	font-family			: 	'Open Sans', arial, serif;
}

h3 {
	font-size			:	15px;
	color				:	#587c96;
	font-family			: 	'Open Sans', arial, serif;
}

h4, h5 {
	font-size			:	15px;
	color				:	#587c96;
	font-family			: 	'Open Sans', arial, serif;
}


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

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

#header #title h1 {
	font-size			:	20px;
	font-family			: 	'Open Sans', arial, serif;
	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', arial, serif;
}

#nav-primary {
	background			:	#FFFFFF;
}

#nav-primary ul {
		float				: 	left;
	}

#nav-primary li {
	float				: 	left;
}

#nav-primary li a {
	color				:	#666666;
	font-size			:	16px;
	line-height			:	16px;
	text-shadow			: 	#none 0px 1px 0px;
	font-family			: 	'Open Sans', arial, serif;
	border-right		:	1px DOTTED #dotted;
	background			:	#FFFFFF;
	padding				:	20px 25px 10px 25px!important;
}

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

#nav-primary li ul li a, #nav-primary li ul li a:hover {
	color				:	#FFFFFF!important;
	text-shadow			: 	#none 0px 1px 0px!important;
	background			:	#b2c4d1!important;
}

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


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

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

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

.post_date {
	color				:	#587c96;
	font-size			:	16px;
	font-family			: 	'Open Sans', arial, serif;
	background			:	;
}

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


.post_title h3 a, .post_title h1 a {
	color				:	#587c96;
	font-size			:	15px;
	font-family			: 	'Open Sans', arial, serif;
}

.post_title p {
	color				:	#666666;
	font-size			:	14px;
	font-family			: 	'Open Sans', arial, serif;
}

.post_excerpt_home {
	padding-left		:	80px;
}

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


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

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


/* 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				:	#121212;
	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				:	#121212;
}

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

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

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


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

#footer .container {
	background			: 	#ffffff;
	color				:	#587c96;
}

#footer h4 {
	font-size			:	13px;
	color				:	#587c96;
	font-family			: 	'Open Sans', arial, serif;
}

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

#footer a:hover,#footer a:active {
	color 			: 	#587c96;
}



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

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

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

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



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

body {
background-size: cover !important;
background-attachment: fixed !important;
}

#footer .container {
box-shadow: none;
}

iframe body {
    background:transparent;
}

.fb_iframe_widget,
.fb_iframe_widget span {
display:block;
overflow:hidden;
}



#main h1 {
font-size:1.9em;
}

.home #main .container #content_center article img  {
border:0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
float:none;
margin:0 0 10px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:.8;
}

.home #main .container #content_center article img:hover {
opacity:1;
}

#main h1, 
#main h2, 
#main h3, 
#main h4 {
text-align:left !important;
line-height: 1.4;
}

h1,#sidebar .widget-area h3, #sidebar-home .widget-area h3, #sidebar-home-left .widget-area h3, #sidebar-home-right .widget-area h3,
.book_desc_single h3, .book_details_sidebar h3 {
border-bottom: 3px  dotted #587c96;
font-weight: normal;
font-size:1.2em;
}

#sidebar-home .widget-area h3, #sidebar-home-left .widget-area h3, #sidebar-home-right .widget-area h3{
color: #ffffff
}

#nav-primary {
background:rgba(255, 255, 255, 0.9) !important;
border-bottom:none !important
}


#sidebar-home-right .widget-area {
background: #b2c4d1;
padding: 10px 15px 15px 15px;
-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#nav-primary li a {
background:transparent;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
overflow:hidden;
}

#nav-primary li a:hover {
color:#fff;
}

#main .container {
-moz-box-shadow: none;
-webkit-box-shadow:  none;
box-shadow: none;
background:rgba(255, 255, 255, .9) !important;
}


#sidebar .widget-area li, 
#sidebar-home .widget-area li, 
#sidebar-home-left .widget-area li, 
#sidebar-home-right .widget-area li {
padding: 8px 0;
list-style:circle;
margin-left: 25px;
}

footer nav {
font-weight:normal;
}

#header #title {position:relative;}
#header #title a {
display:block;
overflow:hidden;
float:none;
}

header #title .social-media-icons {
position:absolute;
bottom:0px;
right:0;
z-index:1000;
}

#header #title .social-media-icons a {
display:inline-block;
}

#main header .container {
background:none !important;
}

header .social-media-icons img {
width:100%;
opacity:0.7;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
-o-transition: opacity 0.5s linear;
-ms-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}

header .social-media-icons img:hover {
opacity:1;
}

.book_single {
height: 450px;
}

.book_image_single {
width: 25%;
}

.book_information {
width: 74%;
}

.book_desc_single {
width: 60%;
}
.book_details_sidebar {
width: 38%;
}

/*aligning images with date and title on homepage*/

.post_excerpt_home{
margin-left: 14%;
padding-left: 2%;
}
.post_title_wider{
width: 84%;
}
@media only screen and (max-width: 481px) {
.home .post_date,
.post_excerpt_home{
margin-left: 0;
padding-left: 0;
}
.home .post_date,
.post_title_wider{
width: 100%;
}
}

/*END aligning images with date and title on homepage*/


@media only screen and (max-width: 768px) {

#main .book_desc_single,
#main .book_details_sidebar {
width: 100%;
float:none;
}

}

@media only screen and (max-width: 768px) {

header .social-media-icons {
display:none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter{
	margin-top: 1em;
	margin-bottom: 1em;
}

#sidebar .widget-area h3 {
border-bottom: 2px solid #abbecc;
color: #587c96
font-weight: normal;
font-size:1.2em;
text-align: center;
}
}

#dog_container .book_single {
height: auto;
}

.iframe-embed {
position:absolute!important;
}