/*!
Theme Name: Crosstown2019
Theme URI: https://www.crosstowntraffic.org/
Author: Libo Liu & Ziyu Lu
Author URI: http://next.sh
Description: This is the theme for Crosstown Media.
Version: 1.30.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crosstown
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Crosstown is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Rambla:400,700');

@font-face {
  font-family: 'Socicon';
  src:  url('https://s3.amazonaws.com/icomoon.io/114779/Socicon/Socicon.eot?9ukd8d');
  src:  url('https://s3.amazonaws.com/icomoon.io/114779/Socicon/Socicon.eot?9ukd8d#iefix') format('embedded-opentype'),
    url('https://s3.amazonaws.com/icomoon.io/114779/Socicon/Socicon.woff2?9ukd8d') format('woff2'),
    url('https://s3.amazonaws.com/icomoon.io/114779/Socicon/Socicon.ttf?9ukd8d') format('truetype'),
    url('https://s3.amazonaws.com/icomoon.io/114779/Socicon/Socicon.woff?9ukd8d') format('woff'),
    url('https://s3.amazonaws.com/icomoon.io/114779/Socicon/Socicon.svg?9ukd8d#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
.this-is-a-cool-headl {
	height: 139px;
	width: 444px;
	
}
h1 {
	color: #333333;
	font-family: Helvetica;
	font-size: 36px;
	font-weight: 900;
	line-height: 44px;
	margin: 0.67em 0;
}
h2 {
	color: #8E8E93;
	font-family: Helvetica;
	font-size: 20px;
	font-weight: 900;
	line-height: 32px;
}
h3{
	color: #333333;
	font-family: Helvetica;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0.67em 0;
}





/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	font-family: Roboto;
	color: #8E8E93;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
}

p {
	font-family: Helvetica;	
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.8px;	
	line-height: 20px;
	display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 8px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
@-moz-document url-prefix() {
    h2 {
        margin: 0;
    }

    p {
    	margin: 0;
    }
    .post-content article .entry-content p{
    	margin-bottom: 8px;
    }
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.site-content button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	outline:none;
	border-radius: 30px;
	background-color: #FF9700;
	color: #FFFFFF;	
	font-family: Poppins;	
	font-size: 14px;	
	font-weight: normal;
	border: 1px solid #FF9700;
	letter-spacing: 0.5px;	
	line-height: 26px;
	text-align: center;
	padding:6px 12px ;
	-webkit-appearance: button;
}

.site-content button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
	/*color: #FF9700;*/
	/*background-color: #fff;*/
	border: 1px solid #FF9700;
}
.site-content button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	background-color: #C7C7CC;
	border: 1px solid #C7C7CC;
	color: #FFFFFF;
}

.site-content button:active, .site-content button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: 1px solid #FF9700;
	/*border-color: #aaa #bbb #bbb;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	background-color: transparent;
	text-decoration: none;
	font-family: Helvetica;
	color: #FF9700;
}

a:visited {
	color: #FF9700;
}

a:hover, a:focus, a:active {
	/*color: midnightblue;*/
}

a:focus {
	color:#FF9700;
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: inline-block;
	float: right;
}

.main-navigation .ct-mobile-menu-list-icon{
	display: none;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li.current-menu-item a{
	font-weight: 700;
}

.main-navigation a {
	display: block;
	color: #000;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.1px;
	line-height: 16px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	color: #000;
	width: 200px;
}
.main-navigation ul ul a:visited {
	color: #000;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	padding-left: 23px;
	padding-top: 3px;
}
.main-navigation li .nbsp{
	display: none;
}
.main-navigation .sub-menu{
	background: #fff;
	z-index: 9999;
}
.main-navigation .sub-menu li a{
	border-bottom: none;
}
.main-navigation .sub-menu li{
	background: #fff;
}
.main-navigation .sub-menu a:hover {
	/*transition: all linear 1s;*/
	border-bottom: none;
}
.main-navigation .sub-menu li:hover {
	border-bottom:  4px solid #FF9700;
}
.main-navigation .sub-menu li.current-menu-item a{
	border-bottom: none;
}
.main-navigation .sub-menu li.current-menu-item{
	border-bottom: 4px solid #FF9700;
}


/* Small menu. */
.main-navigation.toggled ul {
	display: inline-block;
	float: right;
	/*color: #fff;*/
	line-height: 30px;
	font-size: 28px;
	margin-right: 4px;
	padding: 0 12px;
	background-color: transparent;
	border: none;
	outline:none;
	/*display: none;*/
}
.menu-toggle {
	display: none;
	line-height: 30px;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
}
.menu-toggle img {
	width: 18px;
	height: 18px;
}
#new-mobile-icon {
	display: none;
	line-height: 30px;
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
}
#new-mobile-icon img {
	width: 18px;
	height: 18px;
}
#new-mobile-icon .open-menu {
	display: block;
}
#new-mobile-icon .close-menu {
	display: none;
}
#new-mobile-menu {
	display: none;
	width: 100%;
	height: auto;
	max-height: 85%;
	right: 0;
	position: fixed;
	background: #fff;
	z-index: 99999;
	box-shadow: 0px 3px 3px 0 #EDEDED;
	overflow-y: scroll;
}
#new-mobile-menu .menu-inner {
	padding: 10px 15px;
}
#new-mobile-menu .menu-column{ 
	display: block;
	margin-bottom: 20px;
}
#new-mobile-menu .menu-search {
	margin-bottom: 20px;
}
#new-mobile-menu .menu-search form {
	display: flex;
	justify-content: left;
}
#new-mobile-menu .menu-search form input[type="text"] {
	width: 100%;
	height: 30px;
	border-radius: 10px;
    padding-left: 15px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.69px;
    background-size: 15px 15px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: 1px solid #e9e9e9;
    display: inline;
}
#new-mobile-menu .menu-search form input[type="submit"] {
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: auto;
	margin-left: 15px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.7px;
	font-family: Rambla;
	display: inline;
	background-color: white;
	color: #ff9700;
	border: none;
}
#new-mobile-menu .menu-column-title {
	font-family: Rambla;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.88px;
}

#new-mobile-menu .menu-column-text {
	line-height: 15px;
	margin-top: 6px;
}
#new-mobile-menu .menu-column-text a {
	color: #404040;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.69px;
	vertical-align: middle;	
}

#new-mobile-menu .menu-intro-title {
	font-family: 'Rambla', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 26px;
	margin-bottom: 8px;
}

#new-mobile-menu .menu-intro-text {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.69px;
	margin-bottom: 6px;
}
#new-mobile-menu .menu-newsletter .newsletter-form .mc4wp-form-fields {
	display: flex;
	justify-content: left;
}

#new-mobile-menu .menu-newsletter input[type="email"] {
	height: 30px;
	border-radius: 10px;
	font-size: 14px;
	letter-spacing: 0.69px;
	width: 100%;
	/*min-width: 100%;*/
	border: 1px solid #e9e9e9;
	padding-left: 15px;
	font-family: Helvetica;
	font-weight: 400;
	background-color: #f8f8f8;
	display: inline;
}
#new-mobile-menu .menu-newsletter input[type="submit"] {
	height: 30px;
	border-radius: 10px;
	line-height: 30px;
	padding: 0 10px;
	width: auto;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.69px;
	font-family: Rambla;
	display: inline;
}

/*.ct-mobile-menu.open-mobile-menu{
	background-image: url('./images/menu.png');
}
.ct-mobile-menu.close-mobile-menu{
	background-image: url('./images/close.png');
}
*/
@media screen and (min-width: 930px) {
/*	.menu-toggle {
		display: none;
	}*/
	.main-navigation ul {
		display: block;
	}
	.site-header .header-wrapper .nav-lower-mobile {
		display: none;
	}
	#new-mobile-menu {
	    display: none;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* By Crosstown */
/* redesign */
.site-header{
	width:100%;
	margin:0;
	height: auto;
}
.site-header .header-wrapper {
	width: 1020px;
	margin: auto;
	position: relative;
	margin-top:20px;
}
.site-header .header-wrapper .custom-logo-link {
	display: inline-block;
}
.site-header .header-wrapper .custom-logo-link img{
	height: 40px;
	width: 214px;
	vertical-align: bottom;
}
.site-header .header-wrapper .site-branding{
	display: inline-block;
}
.site-header .header-wrapper .category-name{
	display: inline-block;
	height: 70px;
	vertical-align: top;
}
.site-header .header-wrapper .nav-upper-level {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 9px;
}
.site-header .header-wrapper .nav-upper-level .nav-upper-rightside {
	display: flex;
	align-items: flex-end;
	width: 450px;
	justify-content: flex-end;
}
input {
	outline: none;
}
#search-result {
	display: none;
	width: 250px;
	height: auto;
	min-height: 100px;
	background-color: #fff;
	border: 1px solid #E7E7E7;
	position: absolute;
	z-index: 900;
	padding-top: 5px;
	padding-bottom: 5px;
}
#search-result .search-middle {
	display: table-cell;
  	vertical-align: middle;
  	text-align: center;
}
#search-result img{ 
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 20px;
	height: 20px;
}
#search-result div {
	padding-left: 15px;
	padding-right: 10px;
	width: 250px;
	color: #626262;
	font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}
#search-result div:hover {
	overflow: visible;
}
.site-header .header-wrapper .nav-upper-level .nav-search-bar input {
	width: 178px;
	height: 30px;
	padding-left: 15px;
	padding-right: 35px;
	border: solid 1px #3C3C3C;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: right 15px center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.site-header .header-wrapper .nav-upper-level .nav-search-bar input:focus {
}
.site-header .header-wrapper .nav-upper-level .explore-la {
	width: 111px;
	height: 30px;
	margin-left: 22px;
	text-align: center;
	border: solid 1px #3C3C3C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.site-header .header-wrapper .nav-upper-level .explore-la .header-link{
	color: #000;
	font-family: Rambla;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 30px;
}
.site-header .header-wrapper .nav-lower-level {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.site-header .header-wrapper .nav-lower-level .header-description{
	font-family: Helvetica;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1.1px;
	line-height: 16px;
	padding-top: 3px;
	margin-top: 0;
}

.site-header .header-wrapper .category-name a{
	color:#FF9700;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 70px;
	text-decoration: none;
}

.site-content{
	display: flex;
	width: 1020px;
	margin: auto;
	margin-top: 31px;
}

/*.site-content .site-main {
	justify-content: space-between;
}*/

.site-content .front-page-content {
	width: 660px;
	display: block;
	margin-bottom: 30px;

	font-size:0;
	[;font-size:12px;];
	*font-size:0;
	font-family:arial;
	[;letter-spacing:-3px;];
	*letter-spacing:normal;
	*word-spacing:-1px;
}
/* new version 2019-01 */
.site-content .page-title {
	margin: 0;
	margin-bottom: 10px;
	font-family: Rambla;
	letter-spacing: 1.3px;
	line-height: 35px;
}
.site-content .front-page-content article {
	width: 210px;
	height: auto;
	position: relative;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 30px;

	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
}
.site-content .front-page-content article:nth-child(1) {
	width: 660px;
	height: auto;
	margin-left: 0;
}
.site-content .front-page-content article:nth-child(3n+2) {
	margin-left: 0;
}
.site-content .front-page-content article .post-thumbnail{
	width: 210px;
	height: 158px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}
.site-content .front-page-content article:nth-child(1) .post-thumbnail {
	width: 660px;
	height: auto;
	padding-top: 75%;
	position: relative;
}
/*.site-content .front-page-content article:nth-child(1) .post-thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}*/
.site-content .front-page-content article:nth-child(1) .post-thumbnail img { 
	width: 100%;
}
/* category: for both home page and story page */
.site-content article .entry-header .entry-cate {
	height: 15px;
	padding: 0 10px;
	display: inline-block;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-radius: 6.5px;
	background-color: #3C3C3C;
	font-family: Helvetica;
	font-size: 10px;
	text-align: center;
	font-weight: 400;
	color: #fff;
}
.site-content article .entry-header .entry-cate .cat-links a {
	color: #fff;
	letter-spacing: 0.6px;
}
.site-content .front-page-content article .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-content .front-page-content article .entry-header .entry-catelog{
    height: 22px;
    display: inline-block;
    position: relative;
    float: left;
    line-height: 22px;
    margin-top: -12px;
    margin-left: 11px;
    border-radius: 11px;
    padding:0px 11px;
    background-color: #FF9700;
    font-size: 13px;	
    font-weight: 900;	
    text-align: center;
    color: #fff;
}
.site-content .front-page-content article .entry-header .entry-catelog a{
	color: #fff;
}

.site-content .front-page-content article .entry-header .entry-title a{
	color: #383838;
	display: block;
	font-family: 'Rambla', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 1.3px;
}
.site-content .front-page-content article:nth-child(1) .entry-header .entry-title a{
	font-size: 32px;
	line-height: 40px;
}
.site-content .front-page-content article .entry-content{
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.site-content .front-page-content article .header-excerpt {
	margin-top: 3px;
	margin-bottom: 5px;
	color: #262626;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.8px;
}
.site-content .front-page-content article .entry-footer{
	line-height: 1;
	margin-top: 10px;
}
.site-content .front-page-content article:nth-child(1) .entry-footer{ 
	margin-top: 0;
}
.site-content .front-page-content article .entry-footer a{
	color: #626262;	
	font-family: Helvetica;
	font-size: 12px;	
	font-weight: 400;	
	letter-spacing: 0.6px;
}
.site-content .front-page-content article .entry-footer .entry-meta{
	display: inline-block;
	vertical-align: top;
	line-height: 12px;
	font-family: Helvetica;
	font-size: 12px;	
	font-weight: 400;	
	letter-spacing: 0.6px;
	color: #626262;
}
.site-content .front-page-content article .entry-meta .author{
	color: #626262;
	font-weight: 700;
}
.site-content .front-page-content article .entry-meta .author a{
	color: #FF9700;
}
.site-content .front-page-content article .entry-footer .cat-links a{
	color:#FFB953;
	text-transform: uppercase;
}
/* CrossTown 2019 */
.new-site-footer {
	width: 100%;
	height: 350px;
	background-color: #3C3C3C;
}
.new-footer-content {
	width: 1020px;
	margin: auto;
	padding-top: 50px;
	color: #fff;
}
.new-footer-content .new-footer-upper .new-footer-title {
	font-family: 'Rambla', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1.1px;
	margin-bottom: 8px;
}
.new-footer-content .new-footer-upper .new-footer-text {
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.8px;
}
.new-footer-content .new-footer-lower {
	margin-top: 17px;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.8px;
	display: flex;
}
.new-footer-content .new-footer-lower .new-footer-lower-left {
	margin-right: 116px;
}
.new-footer-content .new-footer-lower .new-footer-rights{
	margin-top: 30px;
}
.new-footer-content .new-footer-lower .new-footer-rights img{
	width: 167px;
	height: 32px;
}
.new-footer-content .new-footer-lower .footer-copy-mobile {
	display: none;
}
.new-footer-content .new-footer-lower-right {
	display: flex;
	width: 65%;
	justify-content: space-between;
}
.new-footer-content .new-footer-lower-right .new-footer-column img{
	width: 14px;
	height: 14px;
	filter: invert(100%);
	margin-right: 10px;
	vertical-align: middle;	
}
.new-footer-content .new-footer-column .new-footer-image{
	width: 14px;
	height: 14px;
	filter: invert(100%);
	margin-right: 10px;
	vertical-align: middle;	
}
.new-footer-content .new-footer-column .new-footer-column-title {
	font-family: Rambla;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
}
.new-footer-content .new-footer-column a{
	color: #fff;
	font-family: Helvetica;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.8px;
	vertical-align: middle;	
}
.new-footer-content .new-footer-column a span{
	padding-top: 1px;
}
.new-footer-content .newsletter-form .mc4wp-form-fields {
	display: flex;
	justify-content: left;
}
.new-footer-content .new-footer-lower .new-footer-lower-left input[type="email"] {
	border: 1px solid #fff;
	border-radius: 10px;
	width: 190px;
	height: 30px;
	padding-left: 15px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.1px;
}
.new-footer-content .new-footer-lower .new-footer-lower-left input[type="submit"] {
	margin-left: 22px;
	border-radius: 10px;
	width: 95px;
	height: 30px;
	padding: 0px;
	font-family: Rambla;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
}

/* Crosstown 2019 new sidebar */
.site-content .main-sidebar {
	width: 360px; 
	height: auto; 
	padding-left: 40px;
	display: block;
}

.main-sidebar p {
	font-family: Rambla;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #383838;
	margin-bottom: 10px;
}

.main-sidebar img {
	width: 320px;
	height: 240px;
	display: block;
	margin-bottom: 10px;
}

.main-sidebar div {
	margin-bottom: 0;
}

.main-sidebar .sidebar-button {
	margin: 0 auto;
	margin-top: 0;
	text-align: center;
	width: 77px;
	height: 30px;
	background-color: #FF9700;
	border-radius: 10px;
	margin-bottom: 20px;
}

.main-sidebar .sidebar-button {
	font-family: Rambla;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
}

.main-sidebar .sidebar-border {
	height: 0;
	width: 100%;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 10px;
}

.main-sidebar article {
	width: 320px;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}

.main-sidebar article .post-thumbnail {
	width: 320px;
    height: 240px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}
.main-sidebar article .entry-cate {
	height: 15px;
    padding: 0 10px;
    display: inline-block;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 6.5px;
    background-color: #3C3C3C;
    font-family: Helvetica;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.main-sidebar article .entry-cate .cat-links a {
	color: #fff;
    letter-spacing: 0.6px;
}
.main-sidebar article .entry-title a {
	color: #383838;
    display: block;
    font-family: 'Rambla', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 1.3px;
}
.main-sidebar article .entry-footer {
	line-height: 1;
    margin-top: 10px;
}
.main-sidebar article .entry-footer .entry-meta {
	display: inline-block;
    vertical-align: top;
    line-height: 12px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #626262;
}
.main-sidebar article .entry-footer a {
	color: #626262;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.site-footer{
	width: 100%;
	height: 380px;
	background-color: #021C33;
}
.site-footer .site-mark{
	width: 80%;
	margin: 30px auto;
	text-align: center;

}
.site-footer .site-mark .tag-line{
	color: #FFFFFF;
	font-family: 'Poppins',sans-serif;	
	font-size: 14px;	
	line-height: 26px;	
	text-align: center;
}
.site-footer .site-social-media{
	width: 90%;
	margin: auto;
	text-align: center;
}
.site-footer .site-social-media span{
	color: #FFFFFF;	
	font-family: 'Roboto', sans-serif;	
	font-size: 18px;	
	line-height: 26px;
	display: block;
	vertical-align: top;
	margin: 2px;

}
.site-footer .site-info{
	width: 90%;
	margin: 26px auto;
	text-align: center;
}
.site-footer .site-info, .site-footer .site-info a{
	color: rgba(255,255,255,0.5);	
	font-family: 'Roboto', sans-serif;	
	font-size: 18px;	
	line-height: 26px;	
	text-align: center;
}




.soc {
    overflow:hidden;
    margin:0; 
    padding:0;
    list-style:none;
    display: inline-block;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
    cursor: pointer;
}

.soc li a {
  	font-family: 'Socicon' !important;
  	speak:none;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 49px;
    height: 49px;
    line-height: 45px;
    font-size: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 19px;
    color: #ffffff;
    background-color: #00000000;
    border:2px solid #fff;
}

.soc.without-border li a{
	border: none;
}
.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:'\e028';
}
.soc-twitter:before {
    content:'\e08d';
}
.soc-linkedin:before {
    content:'\e04c';
}
.soc-instagram:before {
    content:'\e044';

}

.navigation.ajax-pagination {
	position: relative;
}
.navigation.ajax-pagination a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #AEAEAE;	
	font-family: Helvetica;
	text-decoration: underline;	
	font-size: 14px;	
	font-weight: 400;
	line-height: 17px;
}

.crosstown-newsletter{
	width:100%;
	margin: 12px auto 33px;
	border-radius: 8px;	
	background-color: #FFFFFF;	
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	display: flex;
	padding: 14px 33px;
	justify-content: center;
	align-items: center;
}

.crosstown-newsletter >div{
	flex:1;
}
.crosstown-newsletter .newsletter-title .nt{
	display: block
	color: #021C33;	
	font-family: Poppins;	
	font-size: 22px;	
	font-weight: 900;
	line-height: 26px;
}
.crosstown-newsletter .newsletter-title .nst a{
	display: block;
	color: #021C33;	
	font-family: Roboto;	
	font-size: 16px;	
	line-height: 26px;
}

.crosstown-newsletter .newsletter-form .mc4wp-form-fields{
	display: flex;
	justify-content: left;
}
.crosstown-newsletter .newsletter-form .mc4wp-form-fields .crosstown-newsletter-email{
	border: 1px solid #C8C8C8;	
	background-color: #FFFFFF;	
	height: 40px;
	width: 255px;
	border-radius: 0;
    outline: none;
}
.crosstown-newsletter .newsletter-form .mc4wp-form-fields .crosstown-newsletter-submit{
	height: 40px;	
	width: 104px;	
	background-color: #FF9700;
	color: #FFFFFF;	
	font-family: Poppins;	
	font-size: 14px;	
	font-weight: bold;	
	line-height: 26px;	
	text-align: center;
	border-radius: 0;
	cursor: pointer;
	border:none;

}
.crosstown-newsletter .newsletter-header{
	display: none;
}
.crosstown-newsletter .newsletter-footer {
	display: block;
	text-align: center;
}
.crosstown-newsletter .newsletter-footer img, .crosstown-newsletter .newsletter-header img{
	height: 92px;
	width: 321px;
}

.post-top-banner {
	margin-top: 30px;
	margin-bottom: 40px;
	width: 100%;
	height: 313px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.post-top-banner img {
	flex-shrink: 0;
}
.post-content {
	width: 660px;
	display: block;
}
.post-content article{
	width: 100%;
	margin: auto;
}
.post-content article img{
	max-width: 100%;
	height: auto;
	cursor: zoom-in;
}
.post-content article .post-thumbnail {
	width: 100%;
	height: 304px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	position: relative;
	margin: 12px 0px 34px 56px;
}

.post-content .entry-header {

}
.post-content .entry-content{
	clear: both;	
	margin-bottom: 30px;
}
.site-content .post-content article .entry-header .entry-catelog{
    height: 22px;
    display: inline-block;
    position: relative;
    line-height: 22px;
    border-radius: 11px;
    padding:0px 11px;
    background-color: #FF9700;
    font-size: 13px;	
    font-weight: 900;	
    text-align: center;
    color: #fff;
}
.site-content .post-content article .entry-header .entry-catelog a{
	color: #fff;
}

.site-content .post-content article .entry-header .entry-title{
	color: #3C3C3C;	
	font-family: Rambla;
	font-size: 32px;	
	font-weight: 700;	
	line-height: 40px;
	letter-spacing: 1.6px;
}
.site-content .post-content article .entry-header .entry-excerpt {
	font-family: Helvetica;
	font-size: 15px;
	letter-spacing: 0.8px;
	font-weight: 400;
	font-style: italic;
	line-height: 20px;
	margin-top: 10px;

}
/* I think this excerpt can be deleted */
/* TODO: DELETE */
.site-content .post-content article .entry-header .excerpt{
	height: 75px;	
	width: 100%;
	color: #8E8E93;	
	overflow: hidden;
	font-family: Roboto;	
	font-size: 20px;	
	line-height: 25px;
	/*text-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);*/
	margin-top:25px;
	margin-bottom: 25px;
}
.site-content .post-content article .entry-header .excerpt p{
	line-height: 2;
}
.excerpt .nc_socialPanel{
	display: none;
}
.site-content .post-content article .entry-header .post-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.site-content .post-content article .entry-header .post-meta{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.6px;
	color: #4A4A4A;
	height: 30px;
}
.site-content .post-content article .entry-header .author{ 
	font-weight: 700;
	/*font-size: 12px;*/
}
.site-content .post-content article .entry-header .posted-on, .site-content .post-content article .entry-header .posted-on a{
	color: #4A4A4A;
}
.site-content .post-content article .entry-header .post-share {
	display: flex;
}
.site-content .post-content article .entry-header .share-icon {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	text-align: center;
	border-radius: 50%;
	background: #ff9700;
	padding-top: 4px;
}
.site-content .post-content article .entry-header .share-icon img{
	width: 12px;
	height: 12px;
	filter: invert(100%);
}
.site-content .post-content .post-footer {
	border-top: 1px solid #E7E7E7;
	margin-bottom: 45px;
}
.site-content .post-content .post-footer .entry-title{
	font-family: Rambla;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #3C3C3C;
}
.site-content .post-content .post-footer .footer-video {
	height: 371px;
	width: 100%;
	margin-bottom: 10px;
}
.site-content .post-content .post-footer .footer-button {
	width: 166px;
	height: 30px;
	background: #ff9700;
	border-radius: 10px;
	margin: auto;
	margin-top: 20px;
	padding: 0;
	text-align: center;
}
.site-content .post-content .post-footer .footer-button a{
	font-family: Rambla;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 30px;
	color: #fff;
}
.site-content .page-content{
	margin: 0 auto;
	background-color: #FFFFFF;	
	padding-bottom: 34px;
	margin-bottom: 50px;
}
.site-content .page-content article .post-thumbnail{
	width: 100%;
	height: 390px;
	display: flex;
	overflow: hidden;
	justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.site-content .page-content article .post-thumbnail img{
	width: 100%;
	height: auto;
}

.clearfix{
	clear: both;
}

.site-content .page-content article .entry-content{
	margin: 0px auto 60px;
}
.site-content .page-content article .entry-header{
	margin: 0px auto 6px auto;
}

.site-content .page-content article .entry-header h1{
	color: #FF9700;	
	font-family: Helvetica;	
	font-size: 36px;	
	font-weight: 900;	
	line-height: 30px;	
	/*text-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);*/
}
.site-content .page-content article .entry-content p {
	color: #282828;	
	font-family: Helvetica;	
	font-size: 15px;	
	line-height: 1.8;
}
.site-content .page-content article .entry-content p strong {
	color: #333333;	
	font-family: Helvetica;	
	font-weight: 700;	
	line-height: 2;	
	/*text-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);*/
}


.navigation.post-navigation{
	width: 90%;
	margin: auto;
	padding:20px;
}
.navigation.post-navigation a{
	color:#9e9e9e;
	font-family: Poppins;	
	font-size: 18px;
	vertical-align: top;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
.navigation.post-navigation .nav-links .circle{
	display: inline-block;
    margin:auto 12px;
    vertical-align: text-top;
}
.navigation.post-navigation .nav-links .circle img{
	width: 30px;
}
.navigation.post-navigation .nav-links .nav-tag{
	display: inline-block;
	line-height: 40px;
}
.error-404{
	width: 100%;
	height: 100%;
	padding: 100px 0;
}

.error-404 .error-image{
	text-align: center;
	width: 100%;
}
.error-404 .error-header{
	color: #000000;
	font-family: Poppins;
	font-size: 80px;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 120px;
	text-align: center;
}
.error-404 .error-subheader{
	color: #8E8E93;
	font-family: Roboto;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 39px;
	text-align: center;
}


/*Newsletter thank you*/
.newsletter-thank-you{
	width: 100%;
	height: 100%;
	padding: 100px 0;
}

.newsletter-thank-you .newsletter-thank-you-count-down{
	text-align: center;
	width: 100%;
	font-family: Roboto;
	font-size: 24px;
}
.newsletter-thank-you .newsletter-thank-you-count-down span.ct-counter{
	font-family: Poppins;
	font-size: 80px;
	font-weight: 900;
}
.newsletter-thank-you .newsletter-thank-you-header{
	color: #000000;
	font-family: Poppins;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 120px;
	text-align: center;
}
.newsletter-thank-you .newsletter-thank-you-subheader{
	color: #8E8E93;
	font-family: Roboto;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 39px;
	text-align: center;
}
/*end of newsletter thank you*/
.navigation-with-social-on-single{
	width: 100%;
	display: block;
	height: 80px;
	position: relative;
}
.navigation-with-social-on-single .social-on-single{
	width: 100%;
	margin:auto;
	display: block;
	text-align: center;
	padding:18px;
	top:0;
	position: absolute;
	pointer-events: none;
}
.navigation-with-social-on-single .social-on-single .sos{
	display: inline-block;
	margin:auto 6px;
	pointer-events: all;
}
.navigation-with-social-on-single .social-on-single .sos a img{
	width: 40px;
}

.toggle-wrapper .mver-panel{
	padding: 12px 0;
}
.toggle-wrapper .mver-panel > div{
	display: none;
}
/* 2019 Shirley */
.toggle-wrapper {
	font-family: Helvetica;
}
.toggle-wrapper .new-mver-control{ 
	display: flex;
    justify-content: space-between;
    padding: 4px 0;
}
/*.toggle-wrapper .new-mver-text {
	padding-left: 12px;
}*/
.toggle-wrapper .new-mver-control .button-line-break {
	display: none;
}
.toggle-wrapper .new-mver-control .mver-control-left {
	display: flex; 
	width: 50%; 
	align-items: flex-end;
}
.toggle-wrapper .new-mver-control .toggle-button-new {
	background-color: #001E35;
	color: white;
	height: 32px;
	width: intrinsic;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	padding: 4px 10px;
	margin-right: 1%;
	border-radius: 8px;
	cursor: pointer;
	font-family: Helvetica;
	font-weight: 300;
}
.toggle-wrapper .new-mver-control img {
	display: none; /* Just temporary disappear*/
/*	height: 32px;
	width: auto;*/
}
.toggle-wrapper .new-mver-control .toggle-button-new:hover {
	color: #F19B38;
}
.toggle-wrapper .new-mver-control .toggle-button-new.mver-active {
	font-weight: 400;
}
.toggle-wrapper .new-mver-control .toggle-button.mver-active{
	font-weight: 600;
}
.toggle-wrapper .mver-panel .chart-pink {
	background-color: #FFC0CB;
}
.toggle-wrapper .mver-control .toggle-button {
	cursor: pointer;
	padding:4px 8px;
	font-family: Helvetica;	
	font-size: 16px;
}
/* End of for Shirley */
.toggle-wrapper .mver-control{
    display: flex;
    justify-content: center;
    padding: 12px 0;
}

.toggle-wrapper .mver-control .toggle-button.mver-active{
	font-weight: 600;
}
.collapse-wrapper {
	width: 100%;
}
.collapse-wrapper .mver-div{
	width: 100%;
}
.collapse-wrapper .mver-div.last{
	border-bottom: 1px solid #757575;
}
.collapse-wrapper .mver-div.mver-active{

}
.collapse-wrapper .mver-div .mver-div-title{
	border-top:1px solid #757575;
	color:#484848;
	padding: 12px 0;
	cursor: pointer;
}
.collapse-wrapper .mver-div .mver-div-title::before{
	content: "＋";
	padding: 6px 12px;
}
.collapse-wrapper .mver-div.mver-active .mver-div-title::before{
	content: "－";
}
.collapse-wrapper .mver-div .mver-div-content{
	display: none;
	padding: 12px;
}

/*.nav-previous*/
@media screen and (max-width: 75em) {
	.navigation.post-navigation .nav-links .nav-tag{
		display: none;
	}

	.navMenuSlider {
		overflow-y: hidden;
		max-height: 500px; /* approximate max height */
		padding: 0;
		transition-property: all;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
	.navMenuSlider.closed {
		max-height: 0;
	}
/*	.site-content{
		width: 880px;
	}*/
	/*.site-content .front-page-content article:nth-child(3n+2) {
		margin-left: 0px;
	}
	.site-content .front-page-content article:nth-child(n+1) {
		margin-left: 4%;
	}*/
/*	.site-header .header-wrapper{
		width: 100%;
	}*/
	.post-content{
		width: 100%;
	}
	.post-content article{
		width: 100%;
		margin:0;
		padding: 20px 0px;
	}
	.site-content .post-content article .entry-header .excerpt{
		width: 90%;
	}
/*	.site-content .post-content article .entry-header, .site-content .post-content article .entry-content {
		margin: 2px 20px; 
	}*/
	.post-content article .post-thumbnail{
		width: 100%;
		margin: 0 0;
	}
/*	.site-content .front-page-content article{
		width: 360px;
	}	*/
	.crosstown-newsletter {
		height: 256px;
		flex-direction: column;
	}
	.crosstown-newsletter .newsletter-header{
		display: block;
		flex: 1;
	}
	.crosstown-newsletter .newsletter-footer{
		display: none;
	}
	.site-footer{
		height: auto;
	}
	.site-footer .site-info {
		display: flex;
    	flex-direction: column;
	}
	.site-footer .site-info .sep{
		display: none;
	}
	.site-footer .footer-logo img{
		width: 60%;
		height: auto;
	}
	.site-footer .site-social-media {
		display: flex;
    	flex-direction: column;
	}

	.site-content .page-content article .entry-header, .site-content .page-content article .entry-content {
		width: 90%;
		margin: 2px 20px;
	}
	.site-content .page-content article .post-thumbnail{
		height: auto;
	}
	#site-navigation{
		left: 0;
		position: absolute;
		background: #fff;
		z-index: 999;
		width: 100%;
	}
	.main-navigation a:visited{
		color:#000;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li.current-menu-item a{
		border: none;
		/*color:#FF9700;*/
	}
	.main-navigation a:hover {
		border: none;
	}
	.main-navigation li a .ct-mobile-menu-list-icon{
		display: inline-block;
		color:#000;
	}
	.main-navigation li.current-menu-item a .ct-mobile-menu-list-icon{
		color: #FF9700;
	}
	.site-branding{
		/*margin-left: 4px;*/
	}
	.navigation.post-navigation{
		padding: 20px 0;
	}
	.main-navigation li .nbsp{
		display: inline-block;
	}

	.error-404{
		width: 100%;
		height: 100%;
		padding:70px;
	}

	.error-404 .error-image{
		text-align: center;
		width: 100%;
	}
	.error-404 .error-image img{
		width: 90%;
	}
	.error-404 .error-header{
		font-size: 30px;
		letter-spacing: -0.38px;
		line-height: 46px;
	}
	.error-404 .error-subheader{
		font-size: 18px;
		letter-spacing: -0.6px;
		line-height: 24px;
	}
/*Newsletter thank you on mobile*/
	.newsletter-thank-you{
		width: 100%;
		height: 100%;
		/*padding:70px;*/
	}
	.newsletter-thank-you .newsletter-thank-you-count-down{
		text-align: center;
		width: 100%;
	}
	.newsletter-thank-you .newsletter-thank-you-header{
		font-size: 30px;
		letter-spacing: -0.38px;
		line-height: 46px;
	}
	.newsletter-thank-you .newsletter-thank-you-subheader{
		font-size: 18px;
		letter-spacing: -0.6px;
		line-height: 24px;
	}
/*end of newsletter thank you*/

}
@media screen and (max-width: 1050px) {
	/* Header */
	.site-header .header-wrapper {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
	/* Content */
	.site-content {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}
	/* Footer */
	.new-site-footer {
		padding: 0 15px;
	}
	.new-site-footer .new-footer-content{
		width: 100%;
	}
	.new-footer-content .new-footer-lower .new-footer-lower-left {
		margin-right: 5%;
	}
	.new-footer-content .new-footer-lower-right {
		width: 55%;
	}
}
@media screen and (max-width: 930px) {
	/* Header in mobile */
	.site-header {
		/*border-bottom: 1px solid #E7E7E7;*/
		box-shadow: 0px 3px 3px 0 #EDEDED;
/* 		position: fixed; */
		top: 0px;
		z-index: 9999;
		background-color: #fff;
	}
	.site-header .header-wrapper {
		margin-top: 10px;
	}
	.site-header .header-wrapper .custom-logo-link img{
		height: 25px;
		width: 134px;
		vertical-align: bottom;
	}
	.site-header .header-wrapper .nav-upper-level .nav-upper-rightside {
		display: none;
	}
	#new-mobile-icon {
		display: block;
	}
	#new-mobile-icon img {
		vertical-align: middle;
	}
	.site-header .header-wrapper .menu-toggle {
		display: block;
	}
	.site-header .header-wrapper .menu-toggle img {
		vertical-align: middle;
	}
	.site-header .header-wrapper .nav-lower-level {
		display: none;
	}
	.site-header .header-wrapper .nav-lower-mobile {
		margin: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		display: inline-block;
		height: 18px;
		width: 100%;
		display: flex;
  		align-items: center;
  		justify-content: space-between;
	}
	.site-header .header-wrapper .nav-lower-mobile .scrolling-letter {
		display: flex;
  		align-items: center;
  		width: 100%;
  		min-width: 50%;
	}
	.site-header .header-wrapper .nav-lower-mobile .scrolling-letter img {
		width: 10px;
		height: 11px;
		margin: 0;
		margin-top: -2px;
		padding: 0;
		line-height: 11px;
		display: inline-block;
	}
	.site-header .header-wrapper .scrolling-letter .nav-mobile-top {
		display: inline-block;
		height: 18px;
		overflow: hidden;
		margin-left: 5px;
		width: 100%;
	}
	.site-header .header-wrapper .scrolling-letter .nav-mobile-top span { 
		font-family: Rambla;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.7px;
		line-height: 18px;
		margin: 0;
		display: block;
		white-space: nowrap;
		/* Apply animation to this element */
		-moz-animation: scrolling-header 12s linear;
		-webkit-animation: scrolling-header 12s linear;
		animation: scrolling-header 12s linear;
	}
	@keyframes scrolling-header {
		0%   { 
			-moz-transform: translateX(100%); /* Firefox bug fix */
			-webkit-transform: translateX(100%); /* Firefox bug fix */
			transform: translateX(100%); 	
			opacity: 0;	
		}
		5%   { 
			-moz-transform: translateX(75%); /* Firefox bug fix */
			-webkit-transform: translateX(75%); /* Firefox bug fix */
			transform: translateX(75%); 	
			opacity: 1;	
		}
		60% {
			-moz-transform: translateX(-200%); /* Firefox bug fix */
			-webkit-transform: translateX(-200%); /* Firefox bug fix */
			transform: translateX(-200%); 
			opacity: 1;		
		}
		65% {
			-moz-transform: translateX(-150%); /* Firefox bug fix */
			-webkit-transform: translateX(-150%); /* Firefox bug fix */
			transform: translateX(-150%); 
			visibility: hidden;
			opacity: 0;
		}
		70% {
			visibility: hidden;
			opacity: 0; 
			-moz-transform: translateX(100%); /* Firefox bug fix */
			-webkit-transform: translateX(100%); /* Firefox bug fix */
			transform: translateX(100%);
		}
		75% {
			visibility: visible;
			opacity: 1;
		}
		100% { 
			-moz-transform: translateX(0);  /* Firefox bug fix */
			-webkit-transform: translateX(0); /* Firefox bug fix */
			transform: translateX(0); 
		}
	}
	.site-header .header-wrapper .nav-lower-mobile a {
		width: 60px;
		font-family: Rambla;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.7px;
		white-space: nowrap;
		line-height: 18px;
		margin-left: 25px;
	}
	/* Content in Mobile */
	.site-content {
		margin-top: 108px;
	}
	.site-content .front-page-content {
		max-width: 100%;
	}
	.new-footer-content {
		width: 100%;
	}
	/* Mobile: post */
	.post-content article {
		padding: 0;	
	}
}
@media screen and (max-width: 900px) {
	/* footer */
	.new-site-footer {
		height: auto;
	}
	.new-footer-content {
		padding-top: 30px;
	}
	.new-footer-content .new-footer-lower {
		flex-direction: column;
	}
	.new-footer-content .new-footer-lower .new-footer-lower-left input[type="email"] {
		height: 30px;
		border-radius: 10px;
		font-size: 14px;
		letter-spacing: 0.69px;
	}
	.new-footer-content .new-footer-lower .new-footer-lower-left input[type="submit"] {
		height: 30px;
		border-radius: 10px;
		line-height: 30px;
		padding: 0 10px;
		width: auto;
		margin-left: 15px;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.69px;
	}
	.new-footer-content .new-footer-lower .new-footer-lower-left .new-footer-rights {
		display: none;
	}
	.new-footer-content .new-footer-lower {
		margin-top: 10px;
	}
	.new-footer-content .new-footer-lower-right {
		margin-top: 20px;
		flex-wrap: wrap;
		width: 100%;
	}
	.new-footer-content .new-footer-lower .footer-copy-mobile {
		display: block;
		margin: 0 auto;
		margin-top: 45px;
		margin-bottom: 30px;
	}
	.new-footer-content .new-footer-lower .new-footer-lower-left {
		margin-right: 0;
		width: auto;
	}
}
@media screen and (max-width: 800px) {
	.site-content {
		margin-left: 15px;
		margin-right: 15px;
		display: block;
		width: auto;
	}

	.site-content .front-page-content {
		width: 100%;
	}
	/* To make thumbnail 4:3 */
	.site-content .front-page-content article:nth-child(1) .post-thumbnail {
		width: 100%;
		height: auto;
		padding-top: 75%;
		position: relative;
	}
	.site-content .front-page-content article:nth-child(1) .post-thumbnail a {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.site-content .front-page-content article:nth-child(1) .post-thumbnail img { 
		width: 100%;
	}
	/* To make thumbnail 4:3 -- END */
	.site-content .front-page-content article:nth-child(1) { 
		width: 100%;
		display: block;
		margin-bottom: 18px;
	}
	.site-content .front-page-content article:nth-child(1) .entry-header .entry-cate {
		margin: 8px 0;
		margin-right: 5px;
	}
	.site-content .front-page-content article .entry-header .entry-cate {
		margin: 0;
		margin-right: 5px;
		vertical-align: top;
	}
	.site-content .front-page-content article:nth-child(1) .entry-header .entry-title a {
		font-size: 24px;
		letter-spacing: 0.98px;
		line-height: 29px;
	}
	.site-content .front-page-content article .entry-content {
		display: none;
	}
	.site-content .front-page-content article:nth-child(1) .entry-footer {
		margin-top: 8px;
	}
	.site-content .front-page-content article {
		margin-bottom: 10px;
		margin-left: 0;
		width: 100%;
		display: flex;
	}
	.site-content .front-page-content article:nth-child(1) .text-block {
		width: 100%;
		padding-left: 0;
	}
	/* This section is temporal */
	.site-content .front-page-content article .post-thumbnail {
		height: 82px;
		width: 109px;
		display: inline-block;
		flex-shrink: 0; /* This line is required */
	}
	.site-content .front-page-content article .post-thumbnail img {
		width: 100%;
		height: 100%;
	}

	.site-content .front-page-content article .text-block {
		/*display: inline-block;*/
		padding-left: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	/* ------------------------ */
	.site-content .front-page-content article a {
		line-height: 1;
	}
	.site-content .front-page-content article .entry-header {
		line-height: 1;
	}
	.site-content .front-page-content article .entry-header .entry-title {
		padding-top: 4px;
	}
	.site-content .front-page-content article:nth-child(1) .entry-header .entry-title {
		padding-top: 0;
	}
	.site-content .front-page-content article .entry-header .entry-title a {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 17px;
	}
	.site-content .front-page-content article .entry-footer .entry-meta {
		line-height: 13px;
	}
	.site-content .front-page-content article .entry-footer {
		margin: 0;
	}
	.site-content .front-page-content article .entry-footer a {
		color: #9A9A9A;
	}

	/* Sidebar */
	.site-content .main-sidebar {
		width: 100%;
		padding: 0;
		border-top: 1px solid #E7E7E7;
    	padding-top: 10px;
	}
	.site-content .main-sidebar img{
		width: 100%;
		height: auto;
	}
	.main-sidebar article {
		margin-bottom: 10px;
	    margin-left: 0;
	    width: 100%;
	    display: flex;
	}
	.main-sidebar article a {
		line-height: 1;
	}
	.main-sidebar article .post-thumbnail {
		height: 82px;
	    width: 109px;
	    display: inline-block;
	    flex-shrink: 0;
	}
	.main-sidebar article .text-block {
		padding-left: 10px;
	    display: flex;
	    flex-direction: column;
    	justify-content: space-between;
	}
	.main-sidebar article .text-block .entry-header {
		line-height: 1;
	}
	.main-sidebar article .entry-cate {
		margin: 0;
    	margin-right: 5px;
    	vertical-align: top;
	}
	.main-sidebar article .entry-title {
		padding-top: 4px;
	}
	.main-sidebar article .entry-title a {
		font-size: 16px;
    	letter-spacing: 1px;
    	line-height: 17px;
	}
	.main-sidebar article .entry-footer {
		margin: 0;
	}
	.main-sidebar article .entry-footer .entry-meta {
		line-height: 13px;
	}
	.main-sidebar article .entry-footer a {
		color: #9A9A9A;
	}

}

@media screen and (max-width: 780px) {
/*	.site-content{
		width: 380px;
	}*/
	/* For chart from Shirley */
	.toggle-wrapper {
		font-size: 14px;
		padding: 0;
	}
	.toggle-wrapper .new-mver-control {
		width: 100%;
		padding: 0;
	}
	.toggle-wrapper .new-mver-text {
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 6px;
	}
	.toggle-wrapper .new-mver-control .mver-control-left {
		display: flex; 
		width: 100%; 
		justify-content: flex-start;
		align-content: space-between;
		flex-flow: row wrap;
	}
	.toggle-wrapper .mver-panel {
		width: 100%;
		padding: 0;
		overflow-x:auto;
	}
	.toggle-wrapper .mver-panel table {
		width: 100%;
		padding-top: 10px;
		margin-left: 0;
	}
	.toggle-wrapper .mver-panel table th{
		padding: 5px 10px;
	}
	.toggle-wrapper .new-mver-control .toggle-button-new {
		margin-left: 0;
		margin-right: 1%;
		margin-bottom: 1%;
		height: 32px;
		line-height: 32px;
		padding: 0 10px;
		border-radius: 8px;
		font-weight: 300;
		font-size: 15px;
	}
	.toggle-wrapper .new-mver-control #rank-rank-n {
		order: -2;
	}
	.toggle-wrapper .new-mver-control #neighborhood-neighbor {
		order: -2;
	}
	.toggle-wrapper .new-mver-control #percentchange-change {
		order: -1;
	}
	.toggle-wrapper .new-mver-control .toggle-button-new.mver-active {
		font-weight: 400;
	}
	.toggle-wrapper .new-mver-control .button-line-break {
		width: 100%;
		display: block;
	}
	@-moz-document url-prefix() { 
		.toggle-wrapper .new-mver-control .button-line-break {
			display: contents;
		}
		
	}
	.toggle-wrapper .new-mver-control img {
		display: none;
	}

}
@media screen and (max-width: 500px) {
	/* footer */
	.new-footer-content .new-footer-lower .new-footer-lower-left input[type="email"] {
		width: 100%;
	}
	.new-footer-content .new-footer-upper .new-footer-title {
		font-size: 18px;
		letter-spacing: 0.9px;
	}
	.new-footer-content .new-footer-upper .new-footer-text {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.69px;
		line-height: 15px;
		margin-bottom: 6px;
	}
	.new-footer-content .new-footer-lower-right .new-footer-column {
		width: 50%;
		margin-bottom: 16px;
	}
	.new-footer-content .new-footer-column .new-footer-column-title {
		font-size: 14px;
		letter-spacing: 0.88px;
		line-height: 20px;
	}
	.new-footer-content .new-footer-lower-right .footer-column-text {
		line-height: 15px;
		margin-top: 6px;
	}
	.new-footer-content .new-footer-column a {
		font-size: 12px;
		line-height: 15px;
	}
	.new-footer-content .new-footer-column:nth-child(3) {
		margin-left: 50%;
		margin-bottom: 0;
	}
	.new-footer-content .new-footer-column:nth-child(3) div{
		display: inline-block;
	}
	.new-footer-content .new-footer-column:nth-child(3) div:nth-child(1){
		display: block;
	}

	.new-footer-content .new-footer-column:nth-child(3) span {
		display: none;
	} 
	.new-footer-content .new-footer-lower .footer-copy-mobile {
		font-size: 12px;
		letter-spacing: 0.69px;
		text-align: center;
	}
	p {
		font-size: 18px;
	}
	/* not display feedback button */
	#gaf-button {
		display: none;
	}
}

/* From Marissa */
.toggle-wrapper th , .collapse-wrapper th  {
	background-color: #001E35;
	padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
	color: white;
	font-weight: 400;
	padding-left: 1%;
}
.toggle-wrapper tr:nth-child(even), .collapse-wrapper tr:nth-child(even) {background-color: #f2f2f2;}
.toggle-wrapper tr:hover , .collapse-wrapper tr:hover  {background-color: #ddd;}

.toggle-wrapper td, .collapse-wrapper td {
	padding: 8px;

}
.toggle-wrapper #rank , .collapse-wrapper #rank  {
	background-color: #001E35;
	color: white;
	padding: 8px;
	margin-right: 1%;
	border-radius: 5px;
}
.toggle-wrapper #rank:hover , .collapse-wrapper #rank:hover  {
	color: #F19B38;
}
.toggle-wrapper #alphabet:hover, .collapse-wrapper #alphabet:hover {
	color: #F19B38;
}

.toggle-wrapper #alphabet, .collapse-wrapper #alphabet {
	background-color: #001E35;
	color: white;
	padding: 8px;
	margin-right: 1%;
	border-radius: 5px;
}

.toggle-wrapper #regional , .collapse-wrapper #regional  {
	background-color: #001E35;
	color: white;
	padding: 8px;
	border-radius: 5px;
}
.toggle-wrapper #regional:hover, .collapse-wrapper #regional:hover {
	color: #F19B38;
}
.toggle-wrapper img, .collapse-wrapper img {
	width: 100%;
}
.toggle-wrapper h3 , .collapse-wrapper h3  {
	font-size: 24pt;
}

/* For plugin story template */
.site-header-story-template {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9999;
    width: 100%;
    display: block;
    background-color: #021C33;
    height: 42px;
}
.site-header-story-template .header-wrapper {
    
    text-align: center;
    padding: 2px 6px 0  6px;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.25);*/
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}

.site-header-story-template .header-wrapper .the_menu{
    float: right;
    padding: 9px;
    color: #fff;
    text-decoration: none;
}


.site-header-story-template .header-wrapper .site-branding{
    color: #fff;
    padding: 9px;
    display: inline-block;
    line-height: 24px;
}

.site-header-story-template .header-wrapper .site-branding .category-name{
    color:#FF9700;
    height: auto;
}
.site-header-story-template .header-wrapper .site-branding .custom-logo-link{
	margin: -1px 0;
}
.site-header-story-template .header-wrapper .site-branding .custom-logo-link img{
	height: 24px;
	width:auto;
}
.site-header-story-template .header-wrapper .site-branding .category-name a{
	font-size: 24px;
	line-height: 1;
}
.site-header-story-template .header-wrapper .the_back{
    float: left;
    font-size: 24px;
    color: #fff;
    padding: 9px;
    cursor: pointer;
}
.site-header-story-template .header-wrapper .the_back span{
    font-size: 24px;
    line-height: 24px;
    vertical-align: top;
}

.site-header-story-template .the_menu_on{
    /*background-color: #FFFFFF;*/
    /*border-color: #080808;*/
}
.site-header-story-template .the_menu_on .menu-main-menu-container{
    background-color: #fff;
    height: 60px;
}
.site-header-story-template .the_menu_on #primary-menu{
    margin: 0 15px;
    float: right;
}
.site-header-story-template .the_menu_on #primary-menu li {
    list-style: none;
    display: inline-block;
    height: 60px;
    vertical-align: top;
    font-family: Poppins;
    font-size: 22px;
    line-height: 60px;
    padding:0 25px;
}
.site-header-story-template .the_menu_on #primary-menu li a{
    color: #333333;
    text-decoration: none;
}
.site-header-story-template .the_menu_on #primary-menu li .ct-mobile-menu-list-icon, .the_menu_on #primary-menu li .nbsp{
    display: none;
}
.site-header-story-template .the_menu_on #primary-menu ul{
    background-color: #fff;
}
.site-header-story-template .collapse{
    display: none;
}
.site-header-story-template .nav-collapse{
    border-color: #101010;
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}
.site-header-story-template #menu-main-menu {
    padding-left: 0;
    list-style: none;
}
.site-header-story-template #menu-main-menu li a{
    padding: 8px 15px;
    font-size: 14px;
}
.site-header-story-template #menu-main-menu .sub-menu{
    margin-left: 12px;
}
.site-header-story-template #menu-main-menu .sub-menu>li>a{
    font-size: 12px;

}
.site-header-story-template #menu-main-menu>li>a,#menu-main-menu>li>a,#menu-main-menu .sub-menu>li>a{
    color: #999;
    width:100%;
    display: inline-block;
}

.site-header-story-template #menu-main-menu>li.active>a,#menu-main-menu>li.active>a>span, 
.site-header-story-template #menu-main-menu>li.open>a, #menu-main-menu>li.open>a>span {
    color: #fff;
    background-color: #000;
}

.site-header-story-template .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.site-story-template {
	width: 100%;
    position: relative;
}

.st-progress-bar{
	height: 3px;
    top: 42px;
    position: fixed;
    right: 0;
    left: 0;
    background-color: #F19B38;
    z-index: 9999;
}


.post-content-story-template-switch-screen {
	margin:auto;
	background-color: #FFFFFF;
	padding-top: 12px;
}
.post-content-story-template-switch-screen a:hover{
	color:#FFFFFF;
}
.post-content-story-template-switch-screen .entry-content {
	width: 100vw;
}

.post-content-story-template-switch-screen .entry-content .xpanel {
	width: 85%;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}


.post-content-story-template-switch-screen .xpanel-title{
	width:100vw;
	height: 100vh;
	position: relative;
	display: flex;
}

.post-content-story-template-switch-screen .xpanel-title .post-thumbnail{
	position: absolute;
	align-items: center;
    justify-content: center;
    text-align: center;
    width: 100vw;
    display: flex;
}
.post-content-story-template-switch-screen .xpanel-title .xpanel-title-wrapper{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
  	justify-content: center;
  	z-index: 2;
  	flex-flow: column;
}


.post-content-story-template-switch-screen .xpanel-title .entry-catelog{
    display: inline-block;
    background: #ff9700;
    font-size: 14px;
    margin-right: 14px;
    font-weight: bold;
    padding:1px 12px 3px;
    border-radius: 14px;
}
.post-content-story-template-switch-screen .xpanel-title .entry-catelog .tags-links a{
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500; 
    line-height: 25px;  
    text-align: center;
}

.post-content-story-template-switch-screen .xpanel-title .entry-title{
	color: #FFFFFF;
    font-family: Poppins;
    font-size: 30.4px;
    font-weight: 900;
    line-height: 2;
    width: 70%;
    text-align: center;
    /*text-shadow: 0 3px 7px rgba(0,0,0,0.5);*/
}
.post-content-story-template-switch-screen .xpanel-title .byline, .post-content-story-template-switch-screen .xpanel-title .byline a{
	font-family: Poppins;
	color: #FF9700;
	font-size: 18px;
}
.post-content-story-template-switch-screen .xpanel-title .byline a:hover{
	color:#FFF;
}
.post-content-story-template-switch-screen .xpanel-title .posted-on{
	margin-top: 12px;
}
.post-content-story-template-switch-screen .xpanel-title .posted-on a{
	color:#FFFFFF;
    font-family: Poppins;
    font-size: 18px;
    width:auto;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    /*text-shadow: 0 2px 5px rgba(0,0,0,0.5);*/
}
.post-content-story-template-switch-screen .xpanel-title .posted-on a:hover{
	color:#FF9700;
}

.post-content-story-template-switch-screen .entry-content .xpanel[data-column="2"]{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.post-content-story-template-switch-screen .entry-content .xpanel[data-column="2"] > div {
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-content-story-template-switch-screen .entry-content .xpanel[data-column="2"] .xpanel-page{
	margin-right: 8px;
}
.post-content-story-template-switch-screen .entry-content .xpanel[data-column="2"] .xpanel-image{
	margin-left: 8px;
}
.post-content-story-template-switch-screen .entry-content .xpanel[data-column="2"] .xpanel-image-placeholder{
	margin-left: 8px;
}
.post-content-story-template-switch-screen .entry-content .xpanel-pages-set {
	position: relative;
}
.post-content-story-template-switch-screen .entry-content .xpanel-pages-set .xpanle{
	z-index: 1;
}
.post-content-story-template-switch-screen .entry-content .xpanel-pages-set .xpanel-sticker-wrapper{
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 0;
}
.post-content-story-template-switch-screen .entry-content .xpanel-pages-set .xpanel-sticker-wrapper .xpanel-sticker{
	position: -webkit-sticky;
	position: sticky;
	top:0;
}
@media screen and (max-width: 75em) {
	.site-header-story-template .header-wrapper .category{
        font-size:24px;
    }
	.site-header-story-template .the_menu_on{

	}
	.site-header-story-template .the_menu_on .menu-main-menu-container{
	    height: auto;
	}
	.site-header-story-template .the_menu_on #primary-menu{
	    float:none;
	    clear: both;
	    margin:0;
	    padding-left: 30px;
	    width: 100%;
	    -webkit-padding-start: 0;
	}

	.site-header-story-template .the_menu_on #primary-menu li {
	    list-style: none;
	    clear: both;
	    display: block;
	}
	.site-header-story-template .the_menu_on #primary-menu li .ct-mobile-menu-list-icon, .the_menu_on #primary-menu li .nbsp{
	    display: inline-block;
	}
	.site-header-story-template .the_menu_on #primary-menu a{
	    font-family: Poppins;   
	    font-size: 24px;    
	    font-weight: 600;
	    color:#000;
	    line-height: 60px;
	    width: 100%;
	    display: inline-block;
	}
	.site-header-story-template .the_menu_on #primary-menu a:visited{
	    color:#000;
	}
	.site-header-story-template .the_menu_on #primary-menu ul {
	    display: block;
	}
	.site-header-story-template .the_menu_on #primary-menu li.current-menu-item a{
	    border: none;
	    color:#FF9700;
	}
	.site-header-story-template .the_menu_on #primary-menu a:hover {
	    border: none;
	}
	.site-header-story-template .the_menu_on #primary-menu li a .ct-mobile-menu-list-icon{
	    display: inline-block;
	    color:#000;
	}
	.site-header-story-template .the_menu_on #primary-menu li.current-menu-item a .ct-mobile-menu-list-icon{
	    color: #FF9700;
	}
	.site-header-story-template .the_menu_on #primary-menu li{
	    border-bottom: 3px solid #000; 
	}
	.site-header-story-template .the_menu_on #primary-menu #primary-menu li a{
	    color: #333333;
	    text-decoration: none;
	}

}
/* Crosstown 2019 new */
#outerdiv {
	position: fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:99999;
	width:100%;
	height:100%;
	display:none;
}
#innerdiv {
	position: absolute;
	background-color: #fff;
}
#innerdiv img {
	cursor: zoom-out;
}
#newsletter-popup {
	display: none;
	width: 388px;
	height: 220px;
	background-color: #3C3C3C;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
}
.newsl-popup-content {
	margin: 0;
	padding: 0;
	padding-left: 27px;
	padding-right: 26px;
	padding-top: 37px;
	padding-bottom: 37px;
	color: #fff;
}
.newsl-popup-content .newsl-popup-title {
	font-family: 'Rambla', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1.1px;
    margin-bottom: 8px;
}
.newsl-popup-content .newsl-popup-text {
	font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.8px;
}
.newsl-popup-content .newsl-popup-newsletter {
	margin-top: 13px;
}
.newsl-popup-content .newsl-popup-newsletter input[type="email"]{
	border: 1px solid #fff;
    border-radius: 10px;
    width: 190px;
    height: 30px;
    padding-left: 15px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.1px;
}
.newsl-popup-content .newsl-popup-newsletter input[type="submit"]{
	margin-left: 22px;
    border-radius: 10px;
    width: 95px;
    height: 30px;
    padding: 0px;
    font-family: Rambla;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
}
.newsl-popup-content .close-menu {
	height: 14px;
	width: 14px;
	filter: invert(100%);
	cursor: pointer;
	position: absolute;
	top: 13px;
	right: 19px;
}

