/*
Theme Name:     The Nature of Cities V3.8
Description:    Website for David Maddox by Jupago
Author:         Juan Pablo
Author URI:     http://jupago.com/
Template:       twentythirteen
Version:        3.8
*/

/** RESET -------------------------------------------------------------- */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
html, body { margin: 0; padding: 0; min-width:700px; }
html, button, input, select, textarea { font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 400; }
body { color: #333; line-height: 1.4; font-size: 15px; }

a,
.colomat-hover /* expand plugin */ {
	text-decoration: none;
}

a:focus {
	outline:none;
}

a:active,
a:hover {
	color: #333;
}

h1, h2, h3, h4, h5, h6 { font-family: "ff-enzo-web",sans-serif; font-style: normal; font-weight: 700; line-height: 1.2; clear: both; }
h1 { font-size: 3em; margin: 33px 0; }
h2 { font-size: 2em; margin: 25px 0; }
h3 { font-size: 1.5em; margin: 10px 0; padding-top: 10px; border-top: solid 2px; }
h4 { font-size: 1.3em; margin: 25px 0; }
h5 { font-size: 1.2em; margin: 30px 0; }
h6 { font-size: 1.1em; margin: 36px 0; }

address { font-style: italic; margin: 0 0 24px; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-style: normal; font-weight: 600; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000000; }
p { margin: 0 0 20px; }

code, kbd, pre, samp {
	font-family: monospace, serif; font-size: 0.9em;
	-webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 0.9em;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre; white-space: pre-wrap;
	word-wrap: break-word; }

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none; }

blockquote {
	font-size: 1.5em;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px; }

blockquote blockquote {
	margin-right: 0; }

blockquote cite, blockquote small {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase; }

blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300; }

blockquote strong, blockquote b {
	font-weight: 400; }

small {
	font-size: smaller; }

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup{ top: -0.5em; }
sub{ bottom: -0.25em; }
dl { margin: 0 20px; }
dt { font-weight: bold;}
dd { margin: 0 0 20px; }

menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 3rem 40px; }

ul {
	list-style-type: square; }

nav ul, nav ol {
	list-style: none;
	list-style-image: none; }

li > ul, li > ol {
	margin: 0; }

li {
    margin-bottom: 10px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle; }

svg:not(:root) {
	overflow: hidden; }

figure {
	margin: 0; }

.category-roundtable figure	{
	display:inline-block !important;
}

form { margin: 0; }

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

legend {
	border: 0;
	padding: 0;
	white-space: normal; }

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline; }

button, input {
	line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer; }

button[disabled], input[disabled] {
	cursor: default; }

input[type="checkbox"], input[type="radio"] {
	padding: 0; }

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px;
  width: 100%;
  height: 45px;
  line-height: 1.2em;
  padding: 0px 10px;
  margin: -5px 0 10px 0;
  border: none;
  background: #dddddd; }

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0; }

textarea {
	overflow: auto;
	vertical-align: top; }

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.9em;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%; }

caption, th, td {
	font-weight: normal;
	text-align: left; }

caption {
	font-size: 1.1em;
	margin: 20px 0; }

th {
	font-weight: bold;
	text-transform: uppercase; }

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0; }

del {
	color: #333; }

ins {
	background: #fff9c0;
	text-decoration: none; }

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px; }

.entry-content p {
	font-size:16px;
}

/* Repeatable Patterns --------------------------------------------------------------------------- */
.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta
.author a:before, .format-audio .entry-content:before, .comments-link a:before,
.tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before,
.attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before,
.comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before,
.comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404
.page-title:before {
 -webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after,
.page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after,
.comment-form-email:after, .comment-form-url:after, .comment-body:after { clear: both; }
.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after,
.site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before,
.entry-content:after, .page-content:before, .page-content:after, .navigation:before,
.navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after,
.comment-form-author:before, .comment-form-author:after, .comment-form-email:before,
.comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before,
.comment-body:after {
	content: ""; display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	position: absolute;
	display: block;
  left: 5px; top: 5px;
  width: auto; height: auto;
	background-color: #f1f1f1;
	border-radius: 3px;
	clip: auto !important;
	color: #21759b;
	font-size: 0.9em; font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button, input, textarea {
	font-family: inherit;
	padding: 5px;
}

input, textarea {
	color: #333333;
}

input:focus, textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"] {
	background: #43A047;
	border: none;
	color: #ffffff;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;}

button:hover, button:focus, input[type="submit"]:hover,
input[type="button"]:hover, input[type="reset"]:hover,
input[type="submit"]:focus, input[type="button"]:focus,
input[type="reset"]:focus {
	background: #666666;
	outline: none; }

button:active, input[type="submit"]:active,
input[type="button"]:active, input[type="reset"]:active {
	background: #666666;
	border: none; }

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom; }

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder { color: #666666; }
:-moz-placeholder { color: #666666; }
::-moz-placeholder { color: #666666; }
:-ms-input-placeholder { color: #666666; }

/* Responsive images  */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img,
.comment-content img[height],
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto; }

img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	width: 100%;
	max-width: 100%; }

/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
	max-width: 100%; }

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; }

/* Images */
.alignleft {  float: left;}
.alignright { float: right;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }

figure.wp-caption.alignleft, img.alignleft {
	margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
	margin: 5px 10px 5px 0; }

figure.wp-caption.alignright, img.alignright {
	margin: 5px 0 5px 20px; }

.wp-caption.alignright {
	margin: 5px 0 5px 10px; }

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

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #333;
	font-size: 0.8em; font-style: italic;
	margin: 10px 0; padding: 8px 0;
	border-top: solid 1px; }

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right; }

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px; }

img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0; }

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside; }

/**Basic Structure ---------------------------------------------------------------------------- */

.site {
	position: relative;
}

.site-main {
  position: relative;
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0px;}

.home .site-main {
padding-top: 1px; }


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

.site-header {
  position: fixed;
	top: 0;
  width: 100%; height: 40px;
  margin: 0 auto; padding-top: 0px;
  z-index: 100; }

.headline {
    width: 100%;
    padding: 10px 0;
    font-size: 0.9em;
    background: #388E3C;
    text-align: center;
    color: #ffffff; }

.logobig_scroll {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 80;	 }

.logobig_scroll img {
    width: 120px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -80px; }

.logobig_btn {
    width: 120px;
    margin-left: 20px;
	margin-right: 20px;
    margin-top: -80px; }

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px;
	margin: 5px 0 0 0;
}

.header_author {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 2px 5px #333;
    line-height: 1.25;
    margin-top: 10px;
}

.category-roundtable .header_author {
	display: none;
}

.headline_dnt {
    position: absolute;
    top: 6px;
    right: 20px;
}

/*hide donate btn on Donate page */
.post-10604 .headline_dnt { display: none; }

.headline_dnt a {
    display: block;
    cursor: pointer;
}

.headline_dnt_button {
	margin: 0 !important;
    width: 92px !important;
}


/* gravity forms styel */
.gform_confirmation_wrapper,
.donate_form_wrapper {
    background: #f1f1f1;
    padding: 25px;
    margin: 50px 30px;
    outline: solid 2px #43A047;
    outline-offset: 10px;
}

.gfield {
    border-top: solid 2px #43A047;
    margin-top: 0;
    margin-bottom: 25px;
    margin-right: 25px;
}

.gfield_product_2_16, /* recurringchoices*/
.gfield_product_2_17, /* one time choices*/
.gfield_product_2_18  /* enter amount */
{
    border-top: none;
    padding: 20px;
    background: #e2e2e2;
}

.gfield_product_2_17 {
	margin-bottom: 0;
}

.gfield_label {
    padding-top: 25px;
    color: #43A047;
}

.gform_confirmation_message {
    font-family: "ff-enzo-web",sans-serif;
    color: #43A047;
    font-size: 1.5em;
    line-height: 1.2;
}

.donate_form_wrapper .donate_form_wrapper {
    padding: 10px 30px;
}

/** Navigation --------------------------------------------------------------------------- */

.main-navigation {
	float: right;
	margin: 0 auto;
	height: 40px;
	position: relative;
  font-family: "ff-enzo-web",sans-serif; }

.menu-menu-1-container { float: left; }

ul.nav-menu, div.nav-menu > ul {
	margin: 0; padding: 0; }

.nav-menu li {
	display: inline-block;
	position: relative; }

.nav-menu li a {
  color: #333333;
  display: block;
  font-size: 0.9em;
  line-height: 1;
  padding: 12px 6px;
  text-decoration: none;
  border-top: solid 1px #ffffff;}

.nav-menu li:hover > a, .nav-menu li a:hover,
.nav-menu li:focus > a, .nav-menu li a:focus {
	color: #43A047;
    border-top: solid 1px;}

.nav-menu .sub-menu, .nav-menu .children {
	background-color: #ffffff;
	border-top: 0;
	padding: 0;
	position: absolute;
	z-index: 99999;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); }

.nav-menu .sub-menu ul, .nav-menu .children ul {
	border-left: 0;
	left: 100%;	top: 0; }

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 200px; }

ul.nav-menu ul .current_page_item > a, .nav-menu ul ul .current_page_item > a,
ul.nav-menu ul .current_page_item > a, .nav-menu ul ul .current_page_item > a,
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover,
ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
	color: #ffffff;
    border-top: solid 1px;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover,
ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
	 background-color: #43A047;
}




ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul, .nav-menu .focus > ul {
	clip: inherit; overflow: inherit; height: inherit; width: inherit; }

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #f1f1f1; }

.menu-toggle { display: none; }

li#menu-item-30001 {
    background: #F4511E;
}

li#menu-item-30001 { background: #F4511E; }
li#menu-item-30001:hover { background: #f1f1f1; }
li#menu-item-30001 a { color: #ffffff; }
li#menu-item-30001:hover a { color: #F4511E;  }


/* submenu colors */

.current_page_item a,
.current_page_item.menu-item-85 a,
.menu-item-85 a:hover { background-color: #388E3C; } /* light green2 */

.current_page_item.menu-item-11065 a,
.menu-item-11065 a:hover { background-color: #43A047; } /* light green */

.current_page_item.menu-item-5152 a,
.menu-item-5152 a:hover { background-color: #039BE5; } /* light blue */

.current_page_item.menu-item-8180 a,
.menu-item-8180 a:hover { background-color: #F4511E; } /* light orange */

.current_page_item.menu-item-8183 a,
.menu-item-8183 a:hover { background-color: #8E24AA; } /* light purple */

.current_page_item.menu-item-11515 a,
.menu-item-11515 a:hover { background-color: #00ACC1; } /* light cyan */

.current_page_item.menu-item-12466 a,
.menu-item-12466 a:hover { background-color: #FBC02D }  /* yellow */

.current_page_item.menu-item-12639 a,
.menu-item-12639 a:hover { background-color: #E53935 }  /* TNOG red */

.current_page_item.menu-item-14804 a,
.menu-item-14804 a:hover { background-color: #C0CA33 }  /* TNOG urban */

.yellow {
	color: #FBC02D;
}

.red {
	color: #E53935;
}




/* Navbar */
.navbar {
	position: fixed;
	width: 100%;
	height: 40px;
	margin: 0 auto;
    padding-left: 20px;
	background: #ffffff;
	z-index: 100;
}

.logosmll_scroll {
   position: absolute;
   top:-100px;
   z-index:100;
   cursor:pointer;
}

.logosmll_scroll img { width:200px; }

.site-header .search-form {
	position: absolute;
	right: 20px; top: 1px; }

.site-header .search-field {
	position: relative;
	width: 0;	height: 37px;
	background-color: transparent; background-image: url(images/search-icon.png);
	background-position: 5px center; background-repeat: no-repeat; background-size: 24px 24px;
	border: none;
	cursor: pointer;
	margin: 3px 0;
	padding: 0 0 0 34px;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease; }

.site-header .search-field:focus {
	background-color: #ffffff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px; }

.social_buttons {
	width: 135px; height: 40px;
	padding: 5px 0 6px 5px;
	background: #ffffff;
	z-index: 70;
	float: right;}

.social_buttons2 { width: 225px; height: 40px; padding: 5px 0 6px; z-index: 70; }
.social_buttons2 span, .social_buttons span { float: left; margin-left: 10px; }
.social_buttons2 span:first-child, .social_buttons span:first-child { margin-left: 0px; }

#second_menu {
	position: absolute;
    right: 0px;
    top: 50px;
    z-index: 80; }

.subscription_form {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    padding-top: 0px;
    margin-top: -10px; margin-bottom: 10px;}

.subscription_form  .form_text {
    display: inline-block;
    width: 70%;
    height: 40px;
    line-height: 1;
    padding: 0 10px;
    margin: 0;
    border: none;
    background: #ffffff; }

.subscription_form  input[type="submit"] {
	position: relative;
    width: 30%;
    padding: 11px 0 11px;
    margin: 0;
    border: solid 1px #ffffff;
    border-left: none;
    background: #43A047;
    color: #000000; }

#google_translate_element {
	width: 160px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;}

.goog-te-gadget-simple {
	border: solid 1px #dddddd !important;
	padding-top: 4px !important; padding-bottom: 4px !important; }


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

.hentry { padding: 0; position: relative; z-index: 70; }
.sidebar .entry-header, .sidebar .entry-summary, .sidebar .entry-meta { padding: 0; }

.article_wrapper {
	position: relative;
	padding-left: 240px; }

.category-roundtable .article_wrapper {
	padding-left: 0;
}

.category-bangkok-to-barcelona-on-foot .article_wrapper,
.category-review .article_wrapper,
.category-essay .article_wrapper,
.category-podcast .article_wrapper,
.category-justcity .article_wrapper {
	max-width: 960px;
	padding-left: 180px; padding-right: 180px;
	margin: 0 auto; }

.category-podcast .header_author { display:none;  }


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

.entry-header {
	display: table;
	margin: 0;
	width: 100%;
	height:440px;
	background-color: #ffffff;
	background-repeat: repeat-x;
}

.page-template-page_search .entry-header,
.archive .entry-header {
	height:180px;
}

.small-header.entry-header {
	height:180px;
}

.sidebar .entry-header .entry-meta {
  padding: 0;
  position: absolute;
  bottom: 0; }

.entry-thumbnail {
	position: absolute;
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	margin-top: 40px;
}

.small-header .entry-thumbnail {
	margin-top: 0;
	max-height:180px;
}

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

.entry-thumbnail a {
	vertical-align: middle;
}

.entry-thumbnail img {
	display: block;
	margin: 0;
	width: 100%;
	width: 100vw;
	opacity:0.35;
    vertical-align: middle;
}

.entry_title_wrapper {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: middle;
    padding: 30px 5% 0;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	color: #000000;
	z-index: 70;
}

.page .entry_title_wrapper {
	padding-left: 5%;
}

.small-header .entry_title_wrapper {
    padding-top: 55px;
}

.entry-title {
	position: relative;
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 0;
	font-weight: 700;
	text-align: center;
	font-size: 2em;
	line-height: 1.2;
	color: #ffffff;
	z-index: 90;
    text-shadow: 0px 1px 3px #000000;
}

.home .entry-title {
	display:none;
}

.page .entry-title {
	display: block;
	margin: 0;
	font-size: 3em;
	text-align:center;
	color:#ffffff;
    text-shadow: 0px 1px 3px #000000;
}

.entry-title a {
	color: #ffffff;
}

/** Entry Meta ---------------------------------------------------------------------------  */
.entry-meta { display: none; clear: both; font-size: 1em; }
.entry-meta a {	color: #43A047; }
.entry-meta a:hover { color: #43A047; }
.entry-meta > span { margin-right: 20px; }
.entry-meta > span:last-child {	margin-right: 0; }
.featured-post:before {	content: "\f308";	margin-right: 2px; }
.entry-meta .date a:before { content: "\f303"; }
.comments-link a:before {	content: "\f300";	margin-right: 2px; position: relative; top: -1px; }
.entry-meta .author a:before { content: "\f304"; position: relative; top: -1px; }
.categories-links a:first-child:before { content: "\f301"; }
.tags-links a:first-child:before { content: "\f302"; position: relative; top: -1px; }

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px; }

.single-author .entry-meta .author, .sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date {
	display: none; }

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

.entry-content {
  position: relative;
 -webkit-hyphens: none;
 -moz-hyphens: none;
 -ms-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
  padding: 0px 20px; margin-top: 30px; margin-bottom: 50px;
  background: #ffffff;
  z-index:80;}

.single .entry-content,
.page .entry-content {
	max-width: 960px;
	margin: 10px auto;
}

	.home .entry-content {
	max-width: 100%;
}

.entry-content a, .comment-content a { color: #43A047; }
.entry-content a:hover, .comment-content a:hover { color: #333333; }
.entry-content blockquote { font-size: 24px; }
.entry-content blockquote cite, .entry-content blockquote small { font-size: 1.1em; }
.entry-content img.alignleft, .entry-content .wp-caption.alignleft { margin-left: 0px; }
.entry-content img.alignright, .entry-content .wp-caption.alignright { margin-right: 0px; }
footer.entry-meta { margin-top: 24px; }
.format-standard footer.entry-meta { margin-top: 0; }

/* Page links */
.page-links {
	clear: both;
	font-size: 1.1em; font-style: italic; font-weight: normal;	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase; }

.page-links a, .page-links > span {
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 10px;
	text-decoration: none; }

.format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #ffffff; }

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #ffffff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none; }

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0; }

/* Mediaelements */
.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #220e10; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #ffffff; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959; }

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0; }

/** Galleries ---------------------------------------------------------------------------  */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px; }

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative; }

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px; }

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left; }

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%; }

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; }

.gallery-item:hover .gallery-caption {
	opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**Attachments  ---------------------------------------------------------------------------- */

.attachment .hentry {
	background-color: #dddddd;
	margin: 0; padding: 0;
}

.attachment .entry-header {
	max-width: 1040px;
	margin-bottom: 0; padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307"; }

.full-size-link a:before {
	content: "\f402"; }

.full-size-link:before {
	content: none; }

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #ffffff;
	max-width: 100%;
	padding: 40px 0; }

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative; }

.image-navigation a:hover {
	text-decoration: none; }

.image-navigation .nav-previous, .image-navigation .nav-next {
	position: absolute; 	top: 50px; }

.image-navigation .nav-previous {
	left: 0; }

.image-navigation .nav-next {
	right: 0; }

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px; }

.attachment .entry-attachment, .attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center; }

.attachment .entry-attachment .attachment {
	display: inline-block; }

.attachment .entry-caption {
	text-align: left; }

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px; }

.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
	margin: 0; }

.attachment .site-main .sidebar-container {
	display: none; }

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto; }

.attachment .entry-content .wp-video {
	margin: 0 auto; }

.attachment .entry-content .mejs-container {
	margin-bottom: 24px; }

/** Post/Paging Navigation  * ---------------------------------------------------  */

.navigation .nav-previous {
	float: left; }

.navigation .nav-next {
	float: right; }

.navigation a {
	color: #43A047; }

.navigation a:hover {
	color: #000000;
	text-decoration: none; }

.paging-navigation {
	background-color: #dddddd;
	padding: 40px 0; }

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%; }

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px; }

.paging-navigation .nav-next {
	padding: 13px 0; }

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300; }

.paging-navigation .meta-nav {
	color: #ffffff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px; }

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px; }

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px; }

.paging-navigation a:hover .meta-nav {
	text-decoration: none; }

.post-navigation {
	background-color: #ffffff;
	color: #ca3c08;
	font-size: 20px;
	padding: 20px 0;
	border-top:solid 1px #dddddd;
}

.post-navigation .nav-links {
	margin: 0 auto;
	font-size: 0.9em;}

.sidebar .post-navigation .nav-links {
	padding: 0; }

.post-navigation a[rel="prev"] {
	float: left;
	text-align: left;
	width: 50%;
	padding-left:5%}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
	width: 50%;
	padding-right:5%}

.img_clickwrapper {
	border: solid 5px #dddddd;
	margin-bottom: 30px;
	padding: 0 10px;
}

.img_clickwrapper::before {
	content: "Click on image to expand";
    background: #dddddd;
    display: block;
    margin: 0 -10px 10px;
    padding: 10px;
    text-align: center;
}


/* JP July*/
.prev-next-posts {
    margin: 10px;
    display: block;
}

.prev-posts-link a {
    padding: 20px;
    border: solid 1px;
}

/** Author Bio ---------------------------------------------------------------------------  */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%; }

.author.sidebar .author-info {
	position: relative;
	max-width: 600px;
	margin: 0 auto 30px auto;
	border: solid 1px;
	padding: 20px;
}

.single .author-info {
	padding: 50px 0 0; }

.author-avatar .avatar {
	position: absolute;
	left: 20px; }

.single-format-status .author-description {
	color: #f1f1f1; }

.author-description {
	position: relative;
	margin-left:90px;
}

.author-description .author-title {
	clear: none;
	margin: 0 0 15px;
	padding:0;
	border: none; }

.author-link {
	color: #ca3c08;
	margin-left: 2px; }

.author.archive .author-link {
	display: none; }


.contributor_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.contributor_list {
	display: flex;
    width: 30%;
	padding: 1%;
	/*max-width:300px;*/
}

.contributor_avatar {
	margin-right: 20px;
}

.contributor_city {
	color: #000000;
}

.contributor_posts {
	color: #666666;
}



ul.page-numbers {
    list-style: none;
    display: flex;
    padding: 20px;
    margin: 20px;
}


ul.page-numbers li {
    background: #f1f1f1;
    padding: 10px;
    margin-right: 5px;
}



/** Archives ---------------------------------------------------------------------------  */
.boxes_wrapper {
	position: relative;
	width: 100%; min-height: 100px;
	background: #F0F0F0;
	padding: 20px; margin-bottom: 20px;
	line-height: 1.2; }

.searchbox_title {
	display: inline-block;
	width: 100%;
	float: left;
	padding: 10px 0;
	border-top: solid 2px; }

.archive-meta {
	width: 100%; max-width: 1040px;
	padding: 30px 0; }

.archive-meta {
	font-size: 1.1em; font-style: normal; font-weight: normal;
	margin-top: -15px; padding: 0 0 11px; }

.sidebar .archive-meta { padding-right: 316px; }

.archive_minithumbnail {
	position:relative;
	width: 100%;
	padding-top: 30px; }

.archive_minititle {
	font-family: "ff-enzo-web",sans-serif; font-style: normal; font-weight: 600; font-size: 22px;
	line-height: 1.2;
	margin: 15px 0 10px; }

.archive_date {
	position: absolute;
	top: 4px; }

.results_wrapper .one_fourth {
	max-height: 550px; min-height: 550px;
	margin-bottom: 50px;
	overflow: hidden;
	border-top: solid 2px #43A047;
	border-bottom: solid 2px #43A047;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 78%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,rgba(255,255,255,0)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2f2f2',GradientType=0 );
}

#smart-archives-list {
	width: 100%; max-width: 800px;
	margin: 0 auto;
}

#smart-archives-list h2 {
	float: left;
	width: 23%;
	padding-right:2%;
	font-size: 22px;
}

ul.archive-list {
	float: right;
	width: 75%;
	list-style: none;
	padding: 0;
}

.author_list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1em;
}

.tagcloud_box a:nth-of-type(odd),
.author_list li:nth-of-type(odd) a { color: #1B5E20; }

.tagcloudwidget a:nth-of-type(4n) { color: #43A047; }
.tagcloudwidget a:nth-of-type(4n+1) { color: #039BE5; }
.tagcloudwidget a:nth-of-type(4n+2) { color: #F4511E; }
.tagcloudwidget a:nth-of-type(4n+3) { color: #8E24AA; }

.widget_donate {
	background: #ffffff;
    padding: 20px;
    font-size: 15px;
}

.donate_title {
	display:inline-block;
	border-top: #43A047 1px solid;
	padding-top: 10px;
	font-weight: 600;
}

.search_collapse {
	position: relative;
	width: 100%;
	margin: -30px 0px 20px 0px;
	padding: 20px;
	background: #F0F0F0;
	line-height: 1.3; }

.boxes_wrapper .arch_excerpt {
    line-height: 1.3;
    font-size: 0.9em;
}

/* Collapse plugin */
.collapseomatic {
    padding: 0 0 0 16px;
}

/** Search Results * ------------------------------------------------------------- */

.fs-wrap {
	width: 100% !important;
}

.page-header {
	background-color: #dddddd; }

.page-title {
	font: 300 italic 30px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%; }

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%; }

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px; }


/* 404 ---------------------------------------------------------------------------  */

.error404 .page-header {
	background-color: #ffffff; }

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto; }

.error404 .page-title:before {
	color: #dddddd;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px; }

.error404 .page-wrapper {
	background-color: #dddddd; }

.error404 .page-header, .error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%; }

/** Comments ---------------------------------------------------------------------------  */

.comments-area {
	background: #f1f1f1;
	padding: 30px 0;
}

.comments-title,
.comment-list,
.must-log-in,
.comment-respond
.comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto; margin-right: auto;
	width: 100%; max-width: 604px;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 800px;
	padding: 0 20px;
}

.comments-title {
	font: 300 italic 28px "Klampenborg Light",  sans-serif;
	padding: 0 20px;
}

.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0; }

.comment-list .children {
	margin-left: 20px; }

.comment-list > li:after, .comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%; }

.comment-list > li:last-child:after {
	display: none; }

li.thread-even {
	background: #ffffff; }

.comment-body {
	padding: 20px;
	position: relative; }

.comment-author {
	float: left;
	max-width: 74px; }

.comment-author .avatar {
	display: block;
	margin-bottom: 10px; }

.comment-author .fn {
	word-wrap: break-word; }

.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #43A047;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal; }

.says {
	display: none; }

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative; }

.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
	width: 100%; }

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top; }

.comment-list .edit-link {
	margin-left: 20px; }

.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word; }

.comment-meta, .comment-meta a {
	color: #a2a2a2;
	font-size: 0.8em; }

.comment-meta a:hover {
	color: #ea9629; }

.comment-metadata {
	margin-bottom: 20px; }

.ping-meta {
	color: #a2a2a2;
	font-size: 0.8em;
	line-height: 2; }

.comment-awaiting-moderation {
	color: #a2a2a2; }

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px; }

.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 3px; }

/* Comment form */
.comment-respond {
	padding: 30px 20px;
	background: #dddddd; }

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px; }

.comment-reply-title {
	max-width: 800px;
	padding: 20px 20px 20px 0 !important;
	margin: auto; }

.comment-reply-title small a {
	color: #000000;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px; }

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none; }

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top; }

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0; }

.comment-form .comment-notes { margin-bottom: 15px; }

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px; }

.comment-form .required {
	color: #ed331c; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%; }

.form-allowed-tags, .form-allowed-tags code {
	color: #666666;
	font-size: 12px; }

.form-allowed-tags code {
	font-size: 0.7em;
	margin-left: 3px; }

.comment-list .pingback, .comment-list .trackback {
	padding-top: 24px; }

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%; }

.no-comments {
	background-color: #f1f1f1;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center; }

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px; }



/** Multisite ---------------------------------------------------------------------------  */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%; }

.mu_alert {
	margin-top: 25px; }

.site-main .mu_register input[type="submit"],
.site-main .mu_register #essay_title,
.site-main .mu_register #user_email,
.site-main .mu_register #essayname,
.site-main .mu_register #user_name {
  width: 270px;
	font-size: inherit; }

.site-main .mu_register input[type="submit"] {
	width: auto; }

/** Sidebar ---------------------------------------------------------------------------  */

.site-main .widget-area {
  float: right;
  width: 100%; }

/** Widgets ----------------------------------------------------------------------------  */
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0; }

.widget li {
	padding: 5px 0; }

.widget .children li:last-child {
	padding-bottom: 0; }

.widget li > ul, .widget li > ol {
	margin-left: 20px; }

.widget a {
	color: #43A047; }

.widget a:hover {
	color: #ea9629; }

/* Search widget */
.search-form .search-submit {
	display: none; }

/* RSS Widget */
.widget_rss .rss-date { display: block; }
.widget_rss .rss-date, .widget_rss li > cite { color: #a2a2a2; }
/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0; border-collapse: separate; border-spacing: 1px;
}

.widget_calendar caption { font-size: 0.9em; margin: 0; }
.widget_calendar th, .widget_calendar td { padding: 0; text-align: center; }
.widget_calendar a { display: block; }
.widget_calendar a:hover { background-color: rgba(0, 0, 0, 0.15);}
.widget_calendar tbody td { background-color: rgba(255, 255, 255, 0.5);}
.site-footer .widget_calendar tbody td { background-color: rgba(255, 255, 255, 0.05);}
.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}



/** Footer + Sidebar ---------------------------------------------------------  */

/* sidebar */
#tertiary {
margin: 40px auto;
z-index: 60;
width: 360px;
height: 100%;
padding: 0;
background: #eee;}

/* footer */
#secondary {
  margin: 0px auto;
  z-index: 60;
  width:100%;
  padding: 0;
  background-color: #f1f1f1;
  border-top: solid 2px #43A047; }

#secondary .widget {
	float:left;
	width: 33.3%;
	font-size: 12px;  line-height: 1.2;
	margin: 0; padding: 20px;
	word-wrap: break-word;  }

#tertiary .widget {
	font-size: 0.8em;
	margin: 0 0 10px;
	padding: 0 0 10px 0;
	word-wrap: break-word;
	border-bottom: 1px solid #000000; }

.site-main .sidebar-inner { margin: 0 auto; }

.site-footer { font-size: 0.9em; margin-top: 15px !important; }
.sidebar .site-footer { text-align: left;}
.site-footer a {color: #666666; }
.site-footer .sidebar-container { padding: 20px 0; }
.site-footer .widget-area {	margin: 0 auto; width: 100%; }
.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text { color: #333; }

.widget .widget-title {
	font-size: 22px;
	margin: 10px 0; padding: 0;
	border-top: none; }

#secondary .widget-title {}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%; }

#wpstats {
	display: block;
	margin: -10px auto 0; }


.widget-searchbox {
	background: #43A047;
    padding: 20px;
}

.widget-searchbox .banner-text-btn,
.widget-searchbox button  {
	background: #ffffff;
	color: #43A047;
}
/* --------------------------------------------------------------------------
   -----------------------------ADDITIONS BY JP -----------------------------
   -------------------------------------------------------------------------- */

/* ------- Fluid Columns ------- */
.one_half{ width:49%; }
.one_third{ width:31.33%; }
.two_third{ width:65.33%; }
.one_fourth{ width:23.5%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%;}
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third,.two_third,
.three_fourth,.one_fourth,
.one_fifth,.two_fifth,.three_fifth,.four_fifth,
.one_sixth,.five_sixth{ position:relative; margin-right:2%; margin-bottom: 20px; float:left; }
.archive .one_fourth:nth-of-type(4n), .last{ margin-right:0; clear:right; }
.clearboth {clear:both; display:block; font-size:0; height:0; line-height:0; width:100%;}

/*------ Home page gallery ------ */
/* slideshow header */
.slideshow-header {
	position: relative;
    margin: 0;
    width: 100%;
    background: #f0f0f0;
}

.home-carousel {
    width: 100%;
    height: 100%;
    max-height: 480px;
    max-width: 1200px;
    margin: auto;
    overflow-x: visible;
	overflow-y: hidden;
}

.home .flickity-viewport {
    border: none;
    height: 100%;
    padding-bottom: 40%;
	overflow-x: visible;
	overflow-y: hidden;
}

.home-carousel-info {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    text-align: right;
    padding: 50px 25px 25px 30px;
}

.home-carousel-thumb {
	position: relative;
    width: 100%;
    max-width: 1200px;
    height: 480px;
    background: #000000;
}

.home-carousel-cell {
	position: relative;
    width:100%;
    height: 100%; /* inherit height from gallery */
}

.home-carousel-title a {
    color: #ffffff;
}

.home-carousel-date,
.home-carousel-author {
    color: #f1f1f1;
}
.home-carousel-title h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 0;
	border: none;
}


.home-carousel-thumb_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* slider flickity */
@media screen and (max-width: 600px) {

	.home-carousel-thumb {
		opacity: 0.8;
	}

	.home-carousel-title h3 {
		font-size: 1em;
	}

	.home-carousel-author {
		font-size: .8em;
	}

	.home .flickity-prev-next-button {
		display: none;
	}
}




/* Essay / Roundtable / Podcast / Review  Archive pages */
.podcastarch_hometitle,
.roundtablearch_hometitle,
.reviewarch_hometitle {
	font-size: 20px;
	line-height: 1.2;
	max-height: 300px;
	overflow: hidden; }

.essayarch_title
.essayarch_hometitle {
  font-size: 1.5em; line-height: 1.2;
	max-height: 300px;
	overflow: hidden;}

.essayarch_date,
.podcastarch_date,
.roundtablearch_date,
.reviewarch_date {
	position: absolute;
	top: 0;
	font-size: 20px;
	border-top: solid 2px;
	width: 100%;
	padding: 4px 0 0 0 !important; }


/* Essay / Roundtable / Podcast / Review  Archive pages */
.arch_wrapper_home,
.arch_wrapper_two,
.arch_wrapper_four,
.arch_wrapper_five  {
	position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: stretch;
  	align-items: stretch;
  	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}



.arch_box {
	display: inline-block;
	width:23.5%;
	position: relative;
	margin:0 2% 60px 0;
	padding:40px 0;
	background: #F1F1F1;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 78%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,rgba(255,255,255,0)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2f2f2',GradientType=0 );
	overflow: visible;
	list-style-type: none;
	border-bottom: solid 2px; }

.arch_wrapper_five .arch_box { width:18.4%; }
.arch_wrapper_four .arch_box { width:23.5%; }
.arch_wrapper_two  .arch_box { width:48%; margin-right: 4% }
.single .arch_box { padding-top: 0;}

.arch_wrapper_five .arch_box:nth-of-type(5n),
.arch_wrapper_four .arch_box:nth-of-type(4n),
.arch_wrapper_home .arch_box:nth-of-type(4n),
.arch_wrapper_two  .arch_box:nth-of-type(2n) { margin-right:0; }

.arch_box img { margin-bottom:10px; }

.essayarch { border-bottom: solid 2px #43A047;}
.roundtablearch { border-bottom: solid 2px #039BE5 }
.podcastarch { border-bottom: solid 2px #F4511E; }
.reviewarch { border-bottom: solid 2px #8E24AA; }
.justcities_arch { border-bottom: solid 2px #00ACC1; padding: 0 0 50px 0;}
.btob_arch { border-bottom: solid 2px #FBC02D; padding: 0 0 50px 0;}
.urbaned_arch { border-bottom: solid 2px #C0CA33; padding: 0 0 50px 0;}

.roundtable_triangle,
.podcastarch .triangle,
.review_triangle,
.justcities_arch .triangle,
.urbaned_arch .triangle,
.btob_arch .triangle,
.poetry_arch .triangle,
.triangle {
  position: absolute;
  top: 0; right: 0;
  width: 25px; height: 25px;
  border-style: solid; border-width:0 25px 25px 0;}

.essayarch .triangle {   border-color: transparent #43A047 transparent transparent; top: 40px; }

.roundtablearch .triangle,
.roundtable_triangle {
	border-color: transparent #039BE5 transparent transparent; top: 40px;
}

.podcastarch .triangle,
.podcast_triangle {
	border-color: transparent #F4511E transparent transparent; top: 40px;
}

.reviewarch .triangle,
.review_triangle {
	border-color: transparent #8E24AA transparent transparent; top: 40px;
}

.justcities_arch .triangle {
	border-color: transparent #00ACC1 transparent transparent;
}

.urbaned_arch .triangle {
	border-color: transparent #C0CA33 transparent transparent;
}

.btob_arch .triangle {
	border-color: transparent #FBC02D transparent transparent;
}

.poetry_arch .triangle {
	border-color: transparent #829385 transparent transparent;
}



.arch_title {
	display:inline-block;
    font-size: 1.2em;
    line-height: 1.2;
	max-height: 300px;
	margin: 12px 0 5px;}

.arch_date {
	position: absolute;
	top: 0;
	font-size: 1.5em;
	border-top: solid 2px;
	width: 100%;
	padding: 4px 0 0 0 !important;
	margin: 0; }

.arch_author {
	display:inline-block;
	padding-bottom:5px; margin:0;
	font-size:14px; line-height: 1.3;}

.home .arch_author {
	font-size: 12px;
  line-height: 1.2; }

.arch_monthyear {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    padding: 50px 10px 0;
    height: 140px;
    }

.arch_excerpt p {
	font-size:13px;
	margin-bottom: 0;
}

.reviewarch.arch_monthyear,
.podcastarch.arch_monthyear,
.roundtablearch.arch_monthyear {
	font-size: 36px;
}

.arch_monthyear:first-of-type { margin-top: 0; }


/* Join Conversation  single essays */
.jumpto_comments {
	border: solid 1px #000000;
	position: absolute;
	top: 0; right: 0;
	padding: 10px 8px !important;
	border-radius: 10px;
	background: #ffffff;
	width: 160px; }

.category-roundtable .jumpto_comments { top: -85px; }

.jumpto_comments p {
	font-size: 0.8em;
    margin-bottom: 0;
    line-height: 1;
}

.arch_comments {
    position: absolute;
    bottom: -20px;
    right: 5%;
    padding: 8px 10px !important;
    border-radius: 10px;
    background: #ffffff;
    width: 90%;
    max-width: 200px;
    line-height: 1.2;
    font-size: 0.8em;
	border: solid 1px #000000;}

.arch_comments:after, .arch_comments:before,
.jumpto_comments:after, .jumpto_comments:before {
	top: 100%; left: 40px;
	border: solid transparent;
	content: " ";
	width: 0; height: 0;
	position: absolute;
	pointer-events: none;
	border-top: 0; }

.arch_comments:after, .jumpto_comments:after {	border-left-color: #ffffff;	border-width: 20px;	margin-left: -20px; }
.arch_comments:before, .jumpto_comments:before  {   border-left-color: #000000; border-width: 22px;	margin-left: -21px; }

/* home arch */
.arch_date_home { display:block; font-size: 0.8em; padding: 0; margin: 0 0 5px; }
.home .arch_box { padding-top:0 }
.home .triangle { top:0; }

/* ------------ colors -------------- */

/*essay green*/
.essay_color,
.essay_comments a,
.category-essay .jumpto_comments a {
	color:#43A047 !important;
}

.essay_bg,
.archive .entry-header,
.author .entry-header,
.page .entry-header,
.category-essay .entry-header {
	background:#43A047 !important;
}

/*roundtable blue*/
.roundtable_color,
.roundtable_color a,
.category-roundtable h3,
.category-roundtable a,
.category-roundtable .article_wrapper a,
.category-roundtable .jumpto_comments a,
.roundtable_hometitle,
.roundtable_comments a {
	color:#039BE5 !important;
}

.roundtable_bg,
.category-roundtable .entry-header,
.page-id-5150 .entry-header,
.category-roundtable .headline,
.page-id-5150 .headline {
	background: #039BE5 !important;
}

/*podcast orange*/
.podcast_color,
.podcast_color a,
.category-podcast h3,
.category-podcast a,
.category-podcast .article_wrapper a,
.category-podcast .jumpto_comments a,
.podcast_hometitle,
.podcast_comments a {
	color: #F4511E !important;
}

.podcast_bg,
.category-podcast .entry-header,
.page-id-8177 .entry-header,
.category-podcast .headline,
.page-id-8177 .headline {
	background: #F4511E !important;
}

/*review purple*/
.review_color,
.review_color a,
.category-review .article_wrapper a,
.category-review .jumpto_comments a,
.review_hometitle,
.review_comments a,
.reviewarch_hometitle {
	color: #8E24AA !important;
}

.review_bg,
.category-review .entry-header,
.page-id-7192 .entry-header,
.category-review .headline,
.page-id-7192 .headline {
	background: #8E24AA !important;
}

/* JustCities Cyan */
.justcities_color,
.page-id-11262 .entry-content a,
.category-justcity .article_wrapper a,
.category-justcity .jumpto_comments a,
.category-justcity .pullquote {
	color:#00ACC1 !important;
}

.category-justcity .entry-header,
.category-justcity .headline,
.page-id-11262 .entry-header,
.page-id-11262 .headline,
.justcities_background {
	background:#00ACC1 !important;
}

/* btob yellow */
.btob_color,
.page-id-12363 .entry-content a,
.category-bangkok-to-barcelona-on-foot .article_wrapper a,
.category-bangkok-to-barcelona-on-foot .jumpto_comments a,
.category-bangkok-to-barcelona-on-foot .pullquote {
	color:#FBC02D !important;
}

.category-bangkok-to-barcelona-on-foot .entry-header,
.category-bangkok-to-barcelona-on-foot .headline,
.page-id-12363 .entry-header,
.page-id-12363 .headline {
	background:#FBC02D !important;
}

/*  poetry grey  */
.poetry_color,
.page-id-29304 .entry-content a,
.category-poetry .article_wrapper a,
.category-poetry .jumpto_comments a,
.category-poetry .pullquote {
	color:#829385 !important;
}
.category-poetry .entry-header,
.category-poetry .headline,
.page-id-29304 .entry-header,
.page-id-29304 .headline {
	background:#829385 !important;
}


/* urbaned green */
.urbaned_color,
.page-id-14599 .entry-content a,
.category-urban-environmental-education-review .article_wrapper a,
.category-urban-environmental-education-review .jumpto_comments a,
.category-urban-environmental-education-review .pullquote {
	color:#C0CA33 !important;
}

.category-urban-environmental-education-review .entry-header,
.category-urban-environmental-education-review .headline,
.page-id-14599 .entry-header,
.page-id-14599 .headline,
.justcities_background {
	background:#C0CA33 !important;
}


/* widgets - sidebars */
.essay_description {
	padding: 20px 0 15px 0; }

.essay_description span {
  padding: 0px;
  font-size: 24px; line-height: 1.2;
  color: #43A047;
  font-family: "ff-enzo-web",sans-serif; font-style: normal; font-weight: 700; }

.popularpost_widget img ,
.recentpost_widget img {
	position: relative;
	width: 60px; height: 60px;
	padding: 0; margin: 0 20px 10px 0;
	border: none;
	background: none;
	float: left; }

.popularpost_widget p, .recentpost_widget p { margin: 0; }

.partners_sidebar {
  background: #ffffff;
  padding: 20px; }

.partners_sidebar a {
  display: inline-block;
	width: 47%;
  margin-right: 6%; padding-bottom: 20px; }
.partners_sidebar a:nth-of-type(2n) {	margin-right: 0; }
.partners_sidebar img { width: 100%  }

/* override biography settings! */
.wp-biographia-container-around {
position: absolute;
left: 0; top: 0px;
width: 158px;
margin: 0; padding: 0 0 20px 0px;
border: 1px solid #ffffff;}

.category-roundtable .wp-biographia-container-around {
        top: 20px;
}

.wp-biographia-container h3,
.wp-biographia-container p {
  margin:0 0 10px 0; padding:0;}

.wp-biographia-text h3 {
  font-size: 0.9em;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #000000; }

.wp-biographia-text {
  width: 160px;
  margin: 0; }

.wp-biographia-text p {
  margin: 0;
  font-size: 0.8em; line-height: 1.3;
  padding-bottom: 5px; }

.wp-biographia-pic {
  background: #ffffff;
  border: 1px solid #ffffff;
  float: left;
  width: 160px; height: 160px;
  margin: 0 0 20px 0 !important; padding: 0px !important;
	overflow: hidden;
}

.wp-biographia-pic img {}
.wp-biographia-avatar {}

/* FROM Previous website */

/* BIO WIDGET */
.wp-biographia-container-top {
	background: #f2f7fc;
	border-top: 3px solid #000000;
	clear: both;
	margin: 20px 0; padding: 20px;
	overflow: hidden; }

.wp-biographia-container-none {
	background: #f2f7fc;
	border-top:none;
	clear: both;
	margin: 20px 0; padding: 20px;
	overflow: hidden; }

ul.wp-biographia-list-text li, ul.wp-biographia-list-icon li {
	display: inline-block;
	list-style-type: none;
	background: none;
	margin: 0; padding: 0;
	margin-left: 8px;}

.wp-biographia-text ul,
.wp-biographia-text ol {
	margin: 0; padding: 0;
	font-size: 0.8em;
}

.wp-biographia-list-icon a:link, .wp-biographia-list-icon a:visited {
	text-decoration: none;border-bottom: none;}
.wp-biographia-item-icon {
	height: 32px !important;width: 32px !important;}
.idevice .wp-biographia-container-top,
.idevice .wp-biographia-container-around,
.idevice .wp-biographia-container-none {
	padding: 0;
}

.idevice .wp-biographia-pic {
	float: none;}

.idevice .wp-biographia-text {
	float: none;
	margin: 0 0 0 0;
}

.wp-biographia-avatar-wrap {
	float: left;
	margin: 8px;
}

.wp-biographia-avatar-nowrap {
	display: block;
	margin-left: auto; margin-right: auto; padding: 8px;
}

.wp-biographia-links {
	text-align:right }


/*Multiple Authors Stuff */
.second_bio,
.third_bio {
position: absolute; left: 0; }

.second_bio { top: 550px; }
.third_bio { top: 1100px; }

.post-9923 .second_bio /* roundtable temp fix */ { top: 370px; }
.post-9923 .third_bio /* roundtable temp fix */ { top: 750px; }

.addon_bios {
	position: absolute;
	left: 0;
	top: 550px;
}

.addon_bios .wp-biographia-container-around {
	position:relative !important;
}


/* Meet the authors page */
.page-id-39 .wp-biographia-container-around {
	position: relative !important;
	float: left;
	clear: none;
	width: 32%;
	margin: 0 2% 20px 0; padding: 20px 10px 0 0;
	border: none !important;
	border-top: solid 2px #43A047 !important;
	min-height:320px; max-height:320px;
	overflow:auto;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 78%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,rgba(255,255,255,0)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2f2f2',GradientType=0 );
}

.page-id-39 .wp-biographia-container-around:nth-of-type(3n) { margin-right:0; clear:right; }
.page-id-39 .wp-biographia-text {
	width: 100%;
	margin: 0;
	float: left; }
.page-id-39 .wp-biographia-text h3 {
	font-size: 1.1em;
	position: absolute;
	top: 0; right: 10px;
	border: none;}

.page-id-39 .wp-biographia-text ul {
	position: absolute;
	top: 40px; right: 10px; }

.map_wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 680px;
    padding: 20px;
}

.map_wrapper h3 {
    margin: 0 auto;
    font-size: 1.3em;
 }

/*#the_map {
    position: absolute;
    top: 40px;
    left: 20px;
    margin: 0 auto;
    width: 260px;
}*/

.authorsearch_wrapper {
	width: 100%;
}

#wpmem_ul_search {
	display: block !important;
	background: #43A047;
    max-width: 500px !important;
    float: initial !important;
	margin: auto;
}

#wpmem-ul-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#wpmem_ul_search legend {
    display: block;
    font-weight: normal !important;
    font-size: 26px;
    margin: 0 auto !important;
    position: relative;
    padding-top: 10px;
    color: #ffffff !important;
}

.wpmem-ul-user,
.wpmem-ul-user-odd {
	width: 100%;
	max-width: 24%;
	margin-right: 1%;
	border: none !important;
}

.wpmem-ul-user-odd {
    background: #f1f1f1 !important;
}

.wpmem-ul-user h2,
.wpmem-ul-user-odd h2 {
	font-size: 1.3em;
	margin-bottom: 0;
}

.wp-biographia-contributors::-webkit-scrollbar              { width: 10px; }
.wp-biographia-contributors::-webkit-scrollbar-button       { color:#43A047; }
.wp-biographia-contributors::-webkit-scrollbar-track        { color:#f5f5f5; }
.wp-biographia-contributors::-webkit-scrollbar-track-piece  { /* 4 */ }
.wp-biographia-contributors::-webkit-scrollbar-thumb        { /* 5 */ }
.wp-biographia-contributors::-webkit-scrollbar-corner       { /* 6 */ }
.wp-biographia-contributors::-webkit-resizer                { /* 7 */ }

.recentcomments strong a {color:#000000; }

.search_collapse.writer_list {
    padding-left: 25% !important;
}

.roundtable_menu {
    position: relative;
    display: block;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    background: #F0F0F0;
    padding: 12px;
    margin-bottom: 30px;
    font-size: 0.9em;
}

.round_instructions {
    line-height: 1;
    margin-bottom: 10px
}

.round_instructions2 {
    display: block;
    line-height: 1;
}

.roundtable_contributor {
    display: inline-block;
    width: 31%;
    z-index: 80;
    margin-right: 1%;
    margin-bottom: 15px;
    line-height: 1.4;
}

.roundtable_contributor a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4px 6px;
    border-bottom: solid 1px #6AADE4;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 1.3;
}

.roundtable_contributor:hover a {
  color: #ffffff !important;
  background: #039BE5;
}

.roundtable_contributor:hover a:after {
	border-left-color: #039BE5;
}

.roundtable_contributor a:before, .roundtable_contributor a:after {
    position: absolute;
    bottom: -10px;
    left: 40%;
    border: solid transparent;
    content: " ";
    width: 0;
    height: 0;
    pointer-events: none;
    border-top: 0;
}

.roundtable_contributor a:before {
	border-left-color: #039BE5;
	border-width: 10px;
}

.roundtable_contributor a:after {
    border-left-color: #f0f0f0;
    border-width: 8px;
    margin-left: 1px;
    bottom: -8px;
}

.page-id-5150 .roundtablearch {
	line-height: 1.2;
}
.page-id-5150 .roundtable_authors {
	font-size: 11px;
	line-height: 1.1;
}

.answer,
.introduction {
	position: relative;
	padding-left: 200px; padding-top: 20px; margin-bottom: 40px;
	border-top: solid 2px #039BE5; }

.answer h3,
.introduction h3 {
	border:none;
	margin-top:0; padding-top:0; }

.answer_excerpt {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    width: 24%;
    padding: 8px 10px;
    font-size: 1em;
    line-height: 1.2;
    font-style: italic;
    color: #6AADE4;
    background: #ffffff;
    border: solid 1px;
    cursor: pointer;
}

.roundtable_contributor:hover .answer_excerpt {
	display: block;
}

.pullquote {
    float: right;
    width: 50%;
    padding: 0 0 20px 15px;
    margin: 0 0 10px 20px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    font-style: italic;
    border-left: solid;
}


/* 161211 Fix the roundtable 100 recommendations, this should be fixed manually on new website */
/* 171214 Also Fixed for continental readding */

@media screen and (min-width: 800px) {

	.post-18516.category-roundtable .article_wrapper,
	.post-26094.category-roundtable .article_wrapper {
	    padding-left: 240px;
	}
}

.post-18516 .roundtable_menu,
.post-26094 .roundtable_menu{
    position: absolute !important;
    left: 0 !important;
    top: 0;
    width: 220px;
}

.post-18516 .search_collapse.writer_list,
.post-26094 .search_collapse.writer_list {
    padding-left: 0 !important;
}

.post-26094 .roundtable_contributor,
.post-18516 .roundtable_contributor {
    display: block;
    width: 100%;
    z-index: 80;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.post-18516 .roundtable_contributor a,
.post-26094 .roundtable_contributor a {
    z-index: 1;
}

.post-18516 .answer_excerpt,
.post-26094 .answer_excerpt {
    display: block;
    position: relative;
    margin: 0px 0 20px;
    width: 100%;
    padding: 16px 10px;
    background: #ffffff;
    border-top: none;
    cursor: pointer;
    top: 0;
}

.post-26094 .wp-biographia-text,
.post-18516 .wp-biographia-text {
	width: 140px;
}


.post-26094 .answer .wp-biographia-text h3,
.post-26094 .answer .wp-biographia-text p,
.post-18516 .answer .wp-biographia-text h3,
.post-18516 .answer .wp-biographia-text p {
	display: none;
}

.post-26094  .wp-biographia-container-around,
.post-18516  .wp-biographia-container-around {
    top: 20px;
    width: 140px;
}

.post-26094 .wp-biographia-pic,
.post-18516 .wp-biographia-pic {
    height: 140px !important;
    width: 140px !important;
 }

.post-26094 .answer,
.post-26094 .introduction,
.post-18516 .answer,
.post-18516 .introduction {
    padding-left: 160px;

}

@media screen and (min-width: 1024px) {
 	.post-26094.answer,
 	.post-18516 .answer {
 		padding-right: 0;
 	}
}



.post-26094 .category-roundtable .jumpto_comments,
.post-18516 .category-roundtable .jumpto_comments {
    top: -25px;
}

.post-26094 .round_instructions,
.post-18516 .round_instructions {
    width: 70%;
}

.post-26094.category-roundtable .jumpto_comments,
.post-18516.category-roundtable .jumpto_comments {
	top: -40px;
}


/* Podcast stuff */
audio {
	width: 100%;
	margin: 0 auto;
}

/* Projects banner */
#projects_banner {
	text-align: center;
    margin: 20px 0;
}

#projects_banner img {
  	border: solid 1px #cccccc;
}

/* Just Cities stuff */
.justcities_menu {
	position: relative;
	display: block;
  	width: 100%;
	background: #F0F0F0;
	padding: 12px;
	margin-bottom: 30px;
	font-size: 0.9em;
}


/* Just cities */
.recent_justcities {
	display: none;
}


.recent_wrapper,
.recent_justcities {
	margin:0 auto;
	max-width: 960px;
	padding: 0 30px;
}


.postid-11244 .recent_justcities,
.postid-11247 .recent_justcities,
.postid-11249 .recent_justcities,
.postid-11252 .recent_justcities,
.postid-11254 .recent_justcities,
.postid-11258 .recent_justcities,
.postid-11284 .recent_justcities,
.postid-11286 .recent_justcities,
.postid-11288 .recent_justcities,
.postid-11290 .recent_justcities,
.postid-11292 .recent_justcities,
.postid-11294 .recent_justcities,
.postid-11310 .recent_justcities  {
	display: block;
}


.category-justcity .entry-header,
.page-id-11262 .entry-header {
	max-height: 250px;
}

.page-template-page_search .entry-thumbnail {
	margin-top: 0;
	max-height: 180px;
}

.page-id-11262 .entry-thumbnail,
.category-justcity .entry-thumbnail {
	margin-top: 0;
	max-height: 280px;
}

.category-justcity .entry-thumbnail img {
    opacity: 0.1;
}


.TOClink {
    border-bottom: solid 1px #dddddd;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    font-size: 0.8em;
}

.TOCtitle {
    display: inline-block;
    margin: 20px 0 0px 0;
    padding: 5px 15px;
    width: 100%;
    background: #ffffff;
}



/* SEARCH FACET Styles */
/*--------------------------------------------------------------
----------------- New Search Facet  -----------
--------------------------------------------------------------*/

.search_container {
	max-width: 1040px;
	margin: 50px auto;
}

.search_wrapper {
	display: flex;
}

.search_results .arch_box {
	display: flex;
	border-top: solid 1px #f1f1f1;
    padding: 10px 0;
    margin: 0px;
    width: 100%;
    border-bottom: none;
    background: none;
}

.search_thumb {
	display: block;
	position: relative;
	margin-right: 20px;
}

.search_thumb img {
	display: block;
	width: 200px;
    max-width: 200px;
    border-top: none;
    padding-top: 0;
}

.search_content {
	font-size: .8em;
}

.search_content .arch_title {
	margin: 0;
	font-size: 1.3em;
}

.search_content .arch_excerpt p {
    margin-top: 5px;
}

.search-facets_wrapper {
	/*width: 20%;*/
	min-width: 230px;
}

.search-facets {
	width: 96%;
    margin-bottom: 14px;
    padding: 20px !important;
    background: #f1f1f1;
}

.search-facets_title {
	font-weight: 800;
	border-bottom: solid 1px #000000;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.search-results_wrapper {
    margin-left: 2%;
}

.facetwp-facet {
    margin-bottom: 10px !important;
}

.facetwp-search {
    padding: 10px !important;
    width: 100% !important;
}

.facetwp-autocomplete {
    margin-bottom: 10px !important;
}

.facetwp-facet-tags,
.facetwp-facet-categories {
    font-size: 0.8em;
}

.facetwp-facet-categories > .facetwp-checkbox {
    font-weight: 800;
}

.search-reset {
	width: 100%;
}

@media screen and (max-width:780px) {
	.search_wrapper {
	    flex-wrap: wrap;
	}

  .mobile_hide{
	  display: none;
  }

  .search-facets_wrapper {
	  padding: 20px;
  }

  .search-facets_wrapper,
  .search-results_wrapper {
  	width: 100%;
	max-width: 100%;
  }
}



/* This might duplicate some items in stylesheet, grabbed from AE to make better (nexer) flexgrid stuff  for search forms */
.content_wrapper {
	position: relative;
    margin: 0 auto 60px;
}

.flexgrid_wrapper {
    max-width: 1200px;
	display: flex;
    flex-wrap: wrap;
    padding: 0 1% 40px;
    margin: auto;
	justify-content: flex-start;
}

.search-results_wrapper .flexgrid_wrapper {
	justify-content: space-between;
}


.flexgrid_box {
	position: relative;
    width: 96%;
    margin: 0 2% 60px 2%;
    border-top: solid 2px #6AADE4;
    border-bottom: solid 2px #6AADE4;
    padding-bottom: 40px;
	background: #F1F1F1;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 78%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,rgba(255,255,255,0)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2f2f2',GradientType=0 );
	overflow: visible;
}

.flexgrid_date {
    font-size: 0.9em;
}

.flexgrid_author {
	line-height: 1.2;
    margin: 0;
}

.flexgrid_excerpt,
.flexgrid_excerpt p {
	font-size: 0.8em;
    line-height: 1.4;
}

.flexgrid_title {
    margin: 5px 0;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 400;
}

.flexgrid_tag ul,
.flexgrid_category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.1;
}


.flexgrid_row4 .flexgrid_title {
	font-size: 1.2em;
}

.flexgrid_row4 .flexgrid_author {
	font-size: 0.9em;
}

 @media screen and (min-width: 500px) {

	.flexgrid_box {
		margin: 0 1% 60px 1%;
	}

	.flexgrid_row4 {
		width: 46%;
	}
}

@media screen and (min-width: 800px) {
	.flexgrid_row4 {
		width: 31.3%;
	}
}

@media screen and (min-width: 1024px) {
	.flexgrid_row4 {
	    width: 23%;
	}
}



/* Hindi Font for hindy contact page*/
.page-id-24351 .entry-content {
	font-family: 'Hind';
}


.donate-temp {
    background: #DDDDDD;
    padding: 10px;
    text-align: center;
    color: #000000;
}

.donate-temp a {
    color: #000000;
}

/* hide donate and other content on green readiness project */
.page-id-31561 .donate-temp,
.page-id-31561 .menu-item-30001,
.page-id-31561 .widget_donate,
.page-id-31561 .widget:nth-of-type(2) .widget-title {
    display: none;
}

.page-id-31561 .entry-content {
    width: calc(100% - 2rem);
    max-width: 700px;
}



/* hide certain footers on donate page */


/*  Media Queries ----------------------------------------------------------------------------  */

@-ms-viewport { 	width: device-width; }
@viewport { 	width: device-width;}

@media (min-width: 1024px) {

	.introduction, .answer {
    	margin-left: auto; margin-right: auto;
		padding-right: 100px;
	}

}

@media (max-width: 1024px) {
.entry-header,  .entry-content, .home .entry-content, .entry-summary,  .entry-meta { width: 100%; margin-left: 0;}
.sidebar .archive-meta, .attachment .entry-header, .search.sidebar .page-content, .essay.sidebar .page-content,
.sidebar .site-info, .sidebar .comments-title, .sidebar .no-comments { padding-left: 0; padding-right: 0; }
.attachment .entry-meta { float: left; text-align: left; width: 100%; }
.attachment .entry-content { max-width: 100%; padding: 40px 0; }
.format-status .entry-content { padding-top: 40px; }
.format-status .entry-meta {	padding-bottom: 40px;  }
.sidebar .format-status .entry-content, .sidebar .format-status .entry-meta {	 padding-left: 35px; }
.sidebar .format-status .entry-content:before, .sidebar .format-status .entry-meta:before { left: 10px; }
.sidebar .format-status .entry-content p:first-child:before {	left: 4px; }
.sidebar .paging-navigation .nav-links { padding: 0 60px; }

/* added by JP -------------------------------------------------*/
.ss1_wrapper, .navbar { width: 100% !important; }

/* header fixes */
.arch_wrapper_five .arch_box { width: 23%;  margin:0 1% 60px; }
.arch_wrapper_five .arch_box:nth-of-type(5n) { margin:0 1% 60px; }
.roundtable_authors { font-size: 0.8em; line-height: 1.2; }
}

@media (max-width: 1000px) {
.arch_wrapper_home .arch_box,
.arch_wrapper_four .arch_box { width: 49%; }
.arch_wrapper_home .arch_box:nth-of-type(2n),
.arch_wrapper_four .arch_box:nth-of-type(2n) { margin-right: 0; }
.category-roundtable .article_wrapper { padding-top:20px; }
}

@media (max-width: 850px) {
	.arch_wrapper_five .arch_box {
		width: 31%;
	}
}

@media (max-width: 700px) {
/* Home gallery */

.one_half, .one_third,.two_third, .three_fourth, .one_fifth,.two_fifth,.three_fifth, .four_fifth,.one_sixth,.five_sixth {
	width:100%  }
.one_fourth { width: 48%; }

.site-title { font-size: 30px; }

#content .entry-header, #content .entry-content, #content .entry-summary,
#content footer.entry-meta, #content .featured-gallery, .search.sidebar .page-content,
.essay.sidebar .page-content, .sidebar .post-navigation .nav-links, .paging-navigation .nav-links,
#content .author-info, .comments-area .comments-title, .comments-area .comment-list,
.comments-area .comment-navigation, .comment-respond, .sidebar .site-info,
.sidebar .paging-navigation .nav-links {
	padding-left: 20px; padding-right: 20px; }

#content .format-status .entry-content, #content .format-status .entry-met {
	padding-left: 35px; }

#content .featured-gallery { padding-left: 24px; }
.gallery-columns-1 .gallery-item { margin-right: 0; width: 100%; }
.entry-title, .format-chat .entry-title, .format-image .entry-title,
.format-gallery .entry-title, .format-video .entry-title { font-size: 22px; font-weight: bold; }
.format-quote blockquote, .format-status .entry-content {	font-size: 1.5em; }
.format-quote blockquote small, .format-quote blockquote cite { font-size: 0.8em; }
.error404 .page-title { padding: 40px 0 0; }
.error404 .page-title:before { content: normal; }
.comment-author {	margin-right: 30px; }
.comment-author .avatar {	height: auto; max-width: 100%; }
.comment-metadata, .comment-content, .comment-list .reply { width: 70%; width: -webkit-calc(100% - 104px); width: calc(100% - 104px); }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { width: -webkit-calc(100% - 120px); width: calc(100% - 120px); }
.comment-form textarea { height: 80px;}
.format-audio .entry-content:before {	display: none; }
.format-audio .audio-content { background-image: none; float: none;	padding-left: 0; width: auto; }

/* ADDED BY JP */
/* Header stuff */
	.entry-thumbnail img {
		display: none;
	}

	.entry-header {
		height: 300px;
	}

	.entry_title_wrapper {
		vertical-align: bottom;
		padding-bottom: 20px;
	}

	.boxes_wrapper {
		float: left;
		margin-bottom: 30px;
	}

	.searchbox_wrapper {
		padding-bottom: 20px;
	}

	.logobig_scroll img {
		width: 120px;
	}

	.arch_wrapper_five .arch_box {
		width: 48%;
	}

}

/* Mobile devices */
@media (max-width: 359px) {
.gallery { margin-left: 0; }
.gallery .gallery-item, .gallery-columns-2.gallery-size-thumbnail .gallery-item {
	max-width: none; width: 49%; width: -webkit-calc(50% - 4px); width: calc(50% - 4px); }
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail { display: block; }
.gallery-columns-1 .gallery-item, .gallery-columns-1.gallery-size-medium .gallery-item,
.gallery-columns-1.gallery-size-thumbnail .gallery-item {
	text-align: center;
	width: 98%; width:
 -webkit-calc(100% - 4px);
	width: calc(100% - 4px);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n),  .gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 4px;  }
.gallery br {	display: none; }
.gallery .gallery-item:nth-of-type(even) {	 margin-right: 0;  }

/* Comments */
.comment-author { 	margin: 0 0 5px; max-width: 100%; }
.comment-author .avatar {	display: inline;	margin: 0 5px 0 0;	max-width: 20px; }
.comment-metadata, .comment-content, .comment-list .reply {	width: 100%; }

}

/** Print -------------------------------------------------------------------------- */
/* Retina-specific styles. */
@media print, (-o-min-device-pixel-ratio: 5/4 ), (-webkit-min-device-pixel-ratio: 1.25 ), (min-resolution: 120dpi) {
.site-header .search-field { background-image: url(images/search-icon-2x.png);} .format-audio .audio-content,.format-status .entry-content:before,.format-status .entry-meta:before, .comment-list > li:after, .comment-list .children > li:before {background-image: url(images/dotted-line-2x.png);} }
@media print {body {background: none !important;color: #000000;font-size: 10pt;} footer a[rel="bookmark"]:link:after,footer a[rel="bookmark"] :visited:after {content: " [" attr(href) "] "; /* Show URLs */} .site {max-width: 98%;}.site-header {background-image: none !important;} .site-header .home-link {max-width: none;min-height: 0;}
.site-title {color: #000000;font-size: 21pt;}.site-description {font-size: 10pt;} .author-avatar,.site-footer,.comment-respond,.comments-area .comment-edit-link,.comments-area .reply, .comments-link,.entry-meta .edit-link,.page-links,.site-content nav,.widget-area,.main-navigation, .navbar,.more-link {display: none;} .entry-header,.entry-content,.entry-summary, .entry-meta {margin: 0;width: 100%;} .page-title,.entry-title {font-size: 21pt;} .entry-meta,.entry-meta a {color: #444;font-size: 10pt;} .entry-content img.alignleft,.entry-content .wp-caption.alignleft {margin-left: 0;} .entry-content img.alignright,.entry-content .wp-caption.alignright {margin-right: 0;}.format-image .entry-content .size-full {margin: 0;}.hentry {background-color: #ffffff;}.comments-area > li.comment {background: none; position: relative; width: auto;}.comment-metadata {float: none;}.comment-author .fn,.comment-reply-link,.comment-reply-login {color: #333;}	}


/* poetry format shortcode */
.poetry_format pre {
    background: none;
    font-family: proxima-nova,sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

/* menu edit for google translate */
.menu-top-menu-container {
	float: left;
}
.summit-link {
	margin-left: -20px;
}
