@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("https://woundedleaders.co.uk/wp-content/uploads/theme-style/elements/c17-bg-tile.jpg") repeat #eaebdd;
	color				:	#474747;
	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 			: 	#8a8a8a;
	text-decoration : 	none;
}

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

h1 {
	font-size			:	17px;
	color				:	#fb5510;
	font-family			: 	Open Sans;
}

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

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

h4, h5 {
	font-size			:	15px;
	color				:	#fb5510;
	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			:	#fb5510;
}

#nav-primary ul {
		float				: 	left;
	}

#nav-primary li {
	float				: 	left;
}

#nav-primary li a {
	color				:	#ffffff;
	font-size			:	16px;
	line-height			:	16px;
	text-shadow			: 	#fb5510 0px 1px 0px;
	font-family			: 	Open Sans;
	border-right		:	1px DOTTED #dotted;
	background			:	#fb5510;
	padding				:	15px 24px 16px 24px!important;
}

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

#nav-primary li ul li a, #nav-primary li ul li a:hover {
	color				:	#ffffff!important;
	text-shadow			: 	#3b0607 0px 1px 0px!important;
	background			:	#3b0607!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				:	#fb5510;
	font-size			:	16px;
	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				:	#fb5510;
	font-size			:	20px;
	font-family			: 	Open Sans;
}

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

.post_excerpt_home {
	padding-left		:	80px;
}

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


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

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


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

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

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

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


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

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

#footer h4 {
	font-size			:	13px;
	color				:	#fb5510;
	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 			: 	#fb5510;
	text-decoration : 	none;
}

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



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

.toggleMenu {
  background: #fb5510;
}
  
.toggleMenu:link, .toggleMenu:visited {
  color:	#ffffff;
}
 
.toggleMenu.active {
  background:	#fb5510;
}

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

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



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

#footer .container {
margin-bottom:100px;

}
.container,
#footer .container {
-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
border-bottom-right-radius: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
}


#sidebar-home-left .widget-area {
background: #eee;
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: 2px 2px 2px rgba(0,0,0,0.3);
}


#sidebar .widget-area h3, #sidebar-home .widget-area h3, #sidebar-home-left .widget-area h3, #sidebar-home-right .widget-area h3  {
border-bottom: 8px solid #fb5510;
}

#main .post_date {
padding-top:12px;
text-align:left !important;
height: auto;
font-style:italic;
}

#main .post_title {
margin: 0;
}

.home #main .post_title {
margin: 0 0 10px 0;
}

.rslides_tabs .rslides_here a {
background: #fb5510;
}
blockquote {
font-style:italic;
display: block;
margin: 1em 0 1em 30px;
}
blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right:0.25em;
  vertical-align: -0.4em;
}
blockquote p {
display: inline-block;
padding-left: 30px;
}

.rslides {

height: 350px;
}

.rslides_tabs {
width:auto;
padding-right: 70px !important;
text-align: right !important;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
.rslides {

height: 450px;
}
}


@media only screen and (max-width: 479px) {
    .rslides {
height:auto;
min-height:500px;
}
}