/*
Theme Name: Working Narratives
Author: Wordwright Web
Author URI: http://wordwrightweb.com/
Text Domain: working-narratives
*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	color: #36668a;
	text-decoration: none;
	text-shadow: none;
}

a:hover {
	color: #5387ae;
}

em{
	font-style: italic;
}

/* HEADER */

body {
	background: url(images/bg.jpg);
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #333;
}

p {
	margin-bottom: 15px;
}

body b, body strong {
	font-weight: 700;
}

#top-line {
	background: #36668a;
	height: 7px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index: 9001;
}

header {
	width: 940px;
	height: 200px;
	margin: 0 auto 20px;
	position: relative;
}

h1#logo {
	width: 360px;
	float: left;
}

h2{
    font-size: 28px;
    margin-bottom: 10px;
}

h3{
    font-size: 26px;
    margin-bottom: 10px;
}

h4{
    font-size: 24px;
    margin-bottom: 10px;
}

#mailing-list a {
	background: url(images/join-mailing-list.png) no-repeat;
	width: 189px;
	height: 65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: -27px;
	left: 475px;
}

#mailing-list a:hover {
	margin-top: 5px;
}

#searchform {
	float: right;
	margin-top: 6px;
}

#searchform input[type=text] {
	border: 1px solid #dbdbdb;
	border-right: 0px;
	width:100px;
	min-height: 23px;
	padding: 4px 20px 4px 8px;
	font-size: 12px;
	color: #dbdbdb;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	float: left;
	margin: 0px;
}

#searchform input[type=text]:focus {
	width: 170px;
	outline: none;
}

#searchsubmit {
	background: url(images/search-btn.png) no-repeat;
	width: 42px;
	height: 33px;
	border: 0px;
	cursor: pointer;
	float: left;
}

h2#tagline {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 32px;
	font-weight: 400;
	float: left;
	margin: 25px 0px 0px 45px;
}

nav {
	width: 540px;
	height: 20px;
	background: #ec5822;
	text-align: center;
	padding: 15px 0px;
	float: right;
	margin-top: 22px;
}

nav li {
	display: inline-block;
	*display: inline!
	zoom: 1;
	text-align: center;
	padding: 0px 25px;
}

nav a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 400;
	font-size: 19px;
}

nav a:hover {
	color: #efefef;
}

ul.sub-menu {
	margin: 15px 0px 0px -22px;
	border: 1px solid #d04b1b;
	width: 210px;
}

#menu-item-17 ul.sub-menu {
	margin: 15px 0px 0px 10px;
	width: 190px;
}

ul.sub-menu li a {
	background: url(images/trans-orange.png);
	padding: 5px 10px;
}

ul.sub-menu li a:hover {
	background: #ec5822;
	color: #fff;
}

ul.sub-menu a {
	text-transform: none;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
}

ul.sub-menu, ul.sub-menu li {
	text-align: left;
	display: block;
}

/* HOME */

#main {
	width: 940px;
	margin: 0 auto;
}

	/* SLIDER */

.metaslider {
	float: left;
	margin-right: 20px;
}

.metaslider .caption-wrap {
	background: #fff !important;
	opacity: 1 !important;
	background: rgba(250,250,250,0.7) !important;
	color: #333 !important;
	font-size: 21px !important;
	font-weight: 700 !important;
	font-family: 'Cabin Condensed', sans-serif !important;
	padding: 13px !important;
	width: 594px !important;
}

	/* THE LATEST */

#the-latest-shadow {
    width: 300px;
    height: 335px;
    background: #ededed;
    margin: 0px 0px 0px 0px;
    position: relative;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	float: left;
}

#the-latest {
    background:#fff;
    width: 248px;
    height: 283px;
    margin: 0px 0px 0px 0px;
	padding: 25px 25px;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    border: 1px solid #ededed;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	position: relative;
}

#the-latest li {
	list-style: none;
}

#the-latest h2 {
	color: #ec5822;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#the-latest li .title a {
	font-size: 14px;
	font-weight: 700;
	display: block;
	line-height: 20px;
}

#the-latest li .date {
	text-transform: uppercase;
	font-size: 11px;
}

#the-latest ul li {
	border-top: 1px dashed #dadada;
	padding: 7px 0px;
}

#the-latest ul li:first-child {
	border-top: none;
	padding: 0px 0px 7px;
}

a.read-more {
	position: absolute;
	bottom: 15px;
	left: 25px;
	background: #36668a;
	padding: 5px 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Cabin Condensed', sans-serif;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

a.read-more:hover {
	background: #5387ae;
	color: #062842;
}

	/* ABOUT US */

#about-us {
	float: left;
	width: 620px;
	margin-right: 20px;
}

#about-us h2 {
	color: #ec5822;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'BebasNeueRegular', sans-serif;
	margin-bottom: 20px;
}

	/* DONATE - SOCIAL MEDIA */

#bottom-right {
	float: left;
}

.home-widget .widgettitle {
	display: none;
}

.home-widget li {
	list-style: none;
}

.home-widget #text-2 a {
	display: block;
	text-indent: -9999px;
	background: url(images/btn-donate.png) no-repeat;
	background-position: 0px 0px;
	width: 300px;
	height: 76px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 1;
	filter:alpha(opacity=100); 
	margin-bottom: 20px;
}

.home-widget #text-2 a:hover {
	opacity: 0.9;
	filter:alpha(opacity=90); 
}

.home-widget #text-3 a {
	float: left;
	margin: 0px 3px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.home-widget #text-3 a:hover {
	margin: -5px 3px 0px 3px;
}

.read-more a {
	background: #36668a;
	padding: 5px 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Cabin Condensed', sans-serif;
	color: #fff;
	margin-top: 10px;
	display: block;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.read-more a:hover {
	background: #5387ae;
	color: #062842;
}

/* SUB PAGES */

	/* LEFT CONTENT */
	
#main-blog {
	float: left;
	width: 700px;
	margin: 0px 25px 0px 0px;
}
	
#content-left-shadow {
    width: 700px;
    height: auto;
    background: #ededed;
    margin: 0px 25px 0px 0px;
    position: relative;
    -webkit-transform: rotate(-0.5deg);
    -moz-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	float: left;
}

#content-left {
    background:#fff;
    width: 630px;
    height: auto;
    margin: 0px 0px 0px 0px;
	padding: 35px 35px;
    -webkit-transform: rotate(0.5deg);
    -moz-transform: rotate(0.5deg);
    -o-transform: rotate(0.5deg);
    -ms-transform: rotate(0.5deg);
    transform: rotate(0.5deg);
    border: 1px solid #ededed;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	position: relative;
}

#content-left h2.title, #content h2.title {
	font-family: 'BebasNeueRegular', sans-serif;
	color: #ec5822;
	font-size: 34px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#content-left a{
	text-decoration: underline;
}

#content-left img{
	max-width: 630px;
	height: auto;
}

.entry ul, .single-content ul {
	list-style: disc;
	margin: 0px 0px 15px 20px;
}

.entry ol {
	list-style: decimal;
	margin: 0px 0px 15px 20px;
}

		/* STAFF & TEAM */
		
.team-post .team-photo {
	float: left;
	width: 170px;
}

.team-post .team-photo img {
	width: 150px;
	height: auto;
}

.team-post .team-desc-photo {
	float: left;
	width: 460px;
}

.team-post .team-desc {
	float: left;
	width: 630px;
}

.team-post {
	margin-top: 30px;
}

.team-post h3.title {
	font-size: 22px;
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
	

		/* FEATURED ITEM */
		
#featured-box-shadow {
	width: 700px;
    height: auto;
    background: #ededed;
    margin: 0px 25px 25px 0px;
    position: relative;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	float: left;
}

#featured-box {
    background:#fff;
    width: 630px;
    height: auto;
    margin: 0px 0px 0px 0px;
	padding: 35px 35px;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    border: 1px solid #ededed;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	position: relative;
}

#featured-box #youtube {
	float: left;
	margin-right: 20px;
}

#featured-box .featured-title {
	font-size: 22px;
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
		
		/* BLOG */

.the-post {
	margin-bottom: 80px;
}

.the-post .the-date {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	background: #828282;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	padding: 10px 19px;
	margin: 4px 30px 0px 0px;
}

.the-post .the-date .year {
	font-size: 18px;
}

.the-post .the-content {
	float: left;
	width: 510px;
}

.the-post .blog-image {
	float: left;
	width: 220px;
	margin: 5px 20px 0px 0px;
}

.the-post .blog-image-single {
	float: left;
	margin: 5px 20px 0px 0px;
}

.the-post .blog-content-img {
	float: left;
	width: 270px;
}

.the-post .blog-content {
	float: left;
	width: 530px;
}

.cat-author {
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 12px;
}

.cat-author a {
	color: #a0a0a0;
}

.cat-author a:hover {
	color: #585858;
}

.the-post h3.title a {
	font-size: 14px;
	font-weight: 700;
	margin-top: 2px;
}

.latest-queens-title{
	margin-bottom: 10px;
}

.navigation {
	text-align: center;
}

.navigation li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0px 3px;
	font-size: 14px;
	color: #a0a0a0;
}

.navigation li a {
	color: #a0a0a0;
}

.navigation li a:hover {
	color: #585858;
}

#breadcrumbs {
	margin-bottom: 10px;
	color: #36668a;
}

h2.title-single {
	font-size: 22px;
	font-weight: 700;
	margin: 5px 0px 10px 0px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

		/* PROJECTS */

#projects {
	margin-bottom: 120px;
}
		
.project-post {
	float: left;
	position: relative;
}

.project-post .project-image {
	margin: 0px 15px 5px 0px;
	float: left;
}

.project-post .project-image img {
	max-width: 100px;
	height: auto;
}

.project-post-shadow {
    width: 300px;
    height: 257px;
    background: #dbdbdb;
    margin: 0px 0px 0px 0px;
    position: relative;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	float: left;
	margin: 20px 20px 0px 0px;
}

.project-post-shadow.third {
	margin-right: 0px;
}

.project-post {
    background:#fff;
    width: 248px;
    height: 205px;
    margin: 0px 0px 0px 0px;
	padding: 25px 25px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    border: 1px solid #ededed;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	position: relative;
}

.project-post h3.title a, #content-left a.issuem_article_link{
	color: #36668a;
	font-size: 24px;
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

.project-post .read-more {
	position: absolute;
	bottom: 15px;
	left: 25px;
}

#featured-item-single {
	float: left;
	width: 330px;
	margin: 30px 25px 50px 0px;
	position: relative;
	height: 280px;
}

#featured-item-single .title, #featured-category-single #cat-title, #map-title {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#featured-category-single {
	float: left;
	width: 260px;
	position: relative;
	height: 280px;
	margin: 30px 0px 50px 0px;
}

#featured-category-single li {
	margin-bottom: 10px;
	list-style: none;
}

#featured-item-single .read-more, #featured-category-single .read-more {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#map-single {
	clear: both;
}

		/* SIGN UP FORM */
		
#signupform {
	background: #828282;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 570px;
	padding: 25px 30px;
	margin-bottom: 30px;
	color: #fff;
}

#signupform h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Cabin Condensed', sans-serif;
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}

#signupform input[type=text] {
	width: 225px;
	padding: 5px;
	color: #979797;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 5px;
}

#signupform input[type=submit] {
	background: #36668a;
	padding: 5px 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Cabin Condensed', sans-serif;
	color: #fff;
	margin-top: 7px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	cursor: pointer;
	border: 0px;
	width: 81px;
	height: 32px;
}

#signupform input[type=submit]:hover {
	background: #5387ae;
	color: #062842;
}

#signupform p {
	display: block;
	margin: -40px 0px 0px 540px;
	float: right;
}


#signupform h2, #signupform h4, #signupform #action_info{
	display: none;
}

#signupform #can_embed_form input[type="submit"]{
	background-color: #36668a;
}

#signupform #can_embed_form #d_sharing, #signupform #can_embed_form #action_info .action_info_user, 
#signupform #can_embed_form #action_info .action_info_user a, #signupform a{
	color: #fff;
}



		/* SEARCH RESULTS */
		
#search-results li {
	margin: 0px 0px 5px 30px;
	list-style: disc;
}
	
	/* RIGHT CONTENT */
	
#content-right {
	float: left;
	width: 215px;
}

#content-right li {
	list-style: none;
}

#content-right h2.widgettitle, #content-right .categories h2 {
	font-family: 'BebasNeueRegular', sans-serif;
	color: #ec5822;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.rc-widget {
	margin-bottom: 20px;
}

#text-6 .widgettitle, #text-5 .widgettitle {
	display: none;
}

.rc-widget {
	clear: both;
}

.rc-widget #text-6 a {
	display: block;
	text-indent: -9999px;
	background: url(images/btn-donate-sub.png) no-repeat;
	background-position: 0px 0px;
	width: 220px;
	height: 59px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 1;
	filter:alpha(opacity=100); 
}

.rc-widget #text-6 a:hover {
	opacity: 0.9;
	filter:alpha(opacity=90); 
}

.rc-widget #theme_navigation-2 ul, .categories ul, ul.projects {
	margin: 0px 0px 20px 10px;
}

.rc-widget #theme_navigation-2 li, .categories li, ul.projects li {
	border-top: 1px dashed #dadada;
	padding: 5px 0px;
}

.rc-widget #theme_navigation-2 li:first-child, .categories li:first-child, ul.projects li:first-child {
	border-top: none;
	padding-top: 0px;
}

.rc-widget #theme_navigation-2 li a {
	font-size: 14px;
}

.rc-widget #text-5 {
	margin-left: 15px;
}

.rc-widget #text-5 a {
	float: left;
	margin: 0px 5px 4px 5px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.rc-widget #text-5 a:hover {
	margin: -5px 5px 4px 5px;
}

.rc-widget #tag_cloud-2 {
	float: left;
	margin-top: 15px;
}

.rc-widget #tag_cloud-2 .widgettitle {
	border-bottom: 1px dashed #dadada;
	padding-bottom: 10px;
}

#queens-box-wrapper{
	margin-top: 30px;
	margin-bottom: 70px;
}
	
#content-left .queens-box-image img{
	max-width: 200px;
	margin-bottom: 8px;
}

.queens-box{
	display: inline-block;
	margin-right: 14px;
	width: 200px;
}

.queens-box:nth-child(3){
	margin-right: 0px;
}

#content-left .queens-title{
	margin-bottom: 8px;
}

#content-left .queens-title a, #queens-main-content h2{
	font-size: 36px;
	color: #ec5822;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular', sans-serif;
	text-decoration: none;
}

#queens-main-content h2{
	margin: 30px 0px 10px 0px;
}

#latest-queens{
	margin-bottom: 30px;
}

/* FOOTER */

footer {
	background: #36668a;
	border-top: 10px solid #305a7a;
	margin-top: 30px;
	padding: 40px 0px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
}

footer #inner {
	width: 940px;
	margin: 0 auto;
}

footer p {
	margin-bottom: 0px;
}

footer #left {
	float: left;
}

footer #right {
	float: right;
	text-align: right;
}

nav#footer {
	width: 500px;
	height: auto;
	background: none;
	text-align: left;
	padding: 0px 0px;
	float: left;
	margin: 0px 0px 40px 0px;
}

nav#footer li {
	background: url(images/nav-divider.png) left no-repeat;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: left;
	padding: 0px 5px;
}

nav#footer a {
	color: #fff;
	text-transform: none;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

nav#footer a:hover {
	color: #efefef;
}

nav#footer ul ul {
	display: none;
}

footer #copyright {
	clear: both;
}

.footer-widget {
	float: left;
	margin-right: 20px;
}

.footer-widget .widgettitle {
	display: none;
}

.footer-widget li {
	list-style: none;
}

#footer-logo {
	background: url(/wp-content/uploads/2021/08/working-narratives-logo-white.png) no-repeat;
	width: 172px;
	height: 96px;
	float: left;
}

/*********** Articles/Issues *************/


.issuem_articles_shortcode .issuem_article{
	width: 300px;
	vertical-align: top;
	display: inline-block;
}

.issuem_articles_shortcode .issuem_article:nth-of-type(even){
	margin-left: 30px;
}

.issuem_article_inner{
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 15px;
    border: 1px solid #ededed;
    border-right: 3px solid #DEDEDE;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.issuem_article_inner.Introduction{
	background-color: rgba(242,203,5,.15);
}

.issuem_article_inner.Strategy{
	background-color: rgba(60,182,100,.15);
}

.issuem_article_inner.Storytelling{
	background-color: rgba(243,137,52,.15);
}

.issuem_article_inner.Methods{
	background-color: rgba(0,122,255,.15);
}

.issuem_article_inner.Structure{
	background-color: rgba(234,91,142,.15);
}

.issuem_article_inner.Afterword{
	background-color: rgba(242,203,5,.15);
}

.issuem_article_inner.Case.Studies{
	background-color: rgba(103,0,200,.17);
}

.issuem_articles_shortcode .issuem_article .issuem_article_feature_image{
	width: 297px;
	height: 200px;
	overflow: hidden;
	margin-top: -16px;
	margin-left: -16px;
	transition: ease .2s all;
}

#content-left .issuem_articles_shortcode .issuem_article .issuem_article_feature_image img{
	max-width: 297px;
	max-height: 200px;
	transition: ease .2s all;
}

.issuem_active_list_widget, .issuem_article_list_widget{
	text-align: left !important;
}

#content-left a.issuem_article_link{
	margin-top: 20px;
}

.issuem_articles_shortcode p{
	text-align: left !important;
}

.issuem_article_feature_image:hover img{
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transition: ease .2s all;
}

.issuem_articles_shortcode .issuem_article_byline, .issuem_articles_shortcode .issuem_article_byline a{
	color: #aaa !important;
}

.previous-post-div, .next-post-div{
	width: 49%;
	display: inline-block;
	border: 1px solid #ddd;
}

.previous-post-text, .next-post-text{
	padding: 30px;
	text-transform: uppercase;
	padding-bottom: 0px;
}

.previous-post-link a, .next-post-link a{
	display: block;
	padding: 30px;
	padding-top: 10px;
	font-size: 24px;
}

.previous-post-div{
	text-align: right;
}

.next-post-div{
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
}

.previous-post-div{
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
}

.the-post .blog-image.article-image{
	width: 300px;
}

.issuem_article_list_widget .issuem_widget_link{
	display: block;
	padding-bottom: 5px !important;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px !important;
	text-align: left !important;
}

.single-article blockquote{
	font-size: 17px;
	line-height: 1.4em;
	padding: 20px;
	margin: 10px 0px 10px 20px;
	float: right;
	width: 220px;
	background-color: #F3F3F3;
	background-image: url(images/quote-bg-top-gray.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.single-article blockquote em{
	color: #886B6B;
	margin-top: 10px;
	display: inline-block;
}

.single-article blockquote.top_quote {
	float: none;
	width: auto;
	margin: 20px 0px;
}

.single-article .wp-caption{
	max-width: 630px;
}

.single-article .wp-caption-text{
	text-align: center;
	background-color: #F3F3F3;
	padding: 3px;
	font-size: 12px;
	max-width: 624px;
}

.single-article .social-likes{
	margin-top: 20px;
}

.single-article ul{
	list-style-type: disc;
	margin-left: 30px;
}

.single-article h3{
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 16px;
}

.single-article .article-sidebar{
	background-color: #f2f7f9;
	padding: 20px;
	margin: 20px 0px;
	padding-top: 14px;
}

#text-7{
	padding: 8px;
	background-color: #EFEFEF;
	border: 1px solid #D4D4D4;
	font-size: 18px;
}

#issuem-featured-article-slideshowholder .flex-caption{
	background: rgba(50,50,50,.75) !important;
}

.grecaptcha-badge{
    display: none;
}


