/*
Theme Name: Jump Start
Theme URI: http://www.wpjumpstart.com
Description: The Theme Blvd WordPress theme framework packed into a Parent theme framework.
Author: Theme Blvd
Author URI: http://www.themeblvd.com
Version: 1.2.4
License: GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Primary Design and Structure
----------------------------------------------- */

/**
 * Most of these styles will most likely be overridden
 * These are meant to be as simple as possible in order
 * to setup a quick boxed layout.
 */

#container {
	/*background: #ffffff;
	margin: 0 auto;
	max-width: 1000px; /* 30 + 940 + 30 = 1,000px */
}

/* =Global Elements and Typography
-------------------------------------------------------------- */
:root {
  --color-great-apes: rgba(128,212,64, 1);
  --color-great-apes-dark: rgba(72, 165, 0, 1);
  --color-sj: rgba(253,100,17, 1);
  --color-sj-dark: rgba(194, 68, 0, 1);
}
html,
body {
	/* color: #666666; */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	/*font-weight: bold;*/
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
}

/*a, a:visited {
	color: rgb(9,195,204);
	text-decoration: none;
}
*/
a:hover,
.tb-text-logo:hover,
.entry-title a:hover,
a:focus,
.tb-text-logo:focus,
.entry-title a:focus {
	color: #1a5a78;
	text-decoration: none;
}
p,
pre {
	margin-bottom: 1.38em;
}

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

article {
	margin-bottom: 40px;
}

/* Titles */
.entry-title {
	margin: 0 0 10px 0;
}
.entry-title-with-meta {
	margin: 0;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}

/* Meta */
.entry-meta {
	color: #999999;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	font-weight: bold;
	margin: 5px 2px 15px 2px;
}
.entry-meta .fa {
	padding-right: 5px;
}
.entry-meta .sep {
	color: #cccccc;
	font-weight: normal;
	padding: 0 7px;
}

/* Images */
img {
	max-width: 100%;
	height: auto;
}
img[class*="wp-image-"] {
	/* Style all inserted wp images. */
}
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* =Top
-------------------------------------------------------------- */

#top {
	position: relative;
	padding: 0 30px;
}



#header_content {
	padding: 20px 0;
}
.header_content-content {
  padding: 0px;
  padding-top: 1em;
  padding-bottom: 0.5em;
	display:flex;
}
.header_content-content .header_logo {
	min-width: 167px;
}
.header_content-content .header_logo img {
	max-width: none;
}

.themeblvd-search form {
	display: flex;
	position: relative;
}
.themeblvd-search input[name='s'] {
	margin: 0;
}
#toggle-main-menu {
	width: 42px;
	margin-bottom: 10px;
}

#primary-menu {
	display: flex;
}

/* Focus buttons */
.menu-focus-buttons-container {
	display: flex;
	align-items: flex-end;
}
.menu-focus-buttons-container .menu {
	margin:0;
	padding:0;
	list-style: none;
}
.menu-focus-buttons .menu-item {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.menu-focus-buttons .menu-item a {
  display:inline-block;
  width:100%;
	border-radius:20px;
  text-decoration: none;
	text-align: center;
	white-space: nowrap;
  color: black;
  font-family: Arial;
  font-weight: 700;
  font-size:13px;
  transition:background-color 300ms ease-out;
}
.menu-focus-buttons .menu-item a,
.menu-item-hub-great-apes a, 
.menu-item.great-apes a {
	background-color: var(--color-great-apes);
}
.menu-focus-buttons .menu-item a:hover,
.menu-item-hub-great-apes a:hover, 
.menu-item.great-apes a:hover {
	background-color: var(--color-great-apes-dark);
}
.menu-item-hub-social-justice-lgbt a, 
.menu-item.social-justice a {
	background-color: var(--color-sj);
}
.menu-item-hub-social-justice-lgbt a:hover, 
.menu-item.social-justice a:hover {
	background-color: var(--color-sj-dark);
}
.hamburger-and-search {
	display: flex;
}
/* header and focus buttons responsive breakpoints  */
@media (max-width: 767px) {
	.header_content-content {
		align-items: center;
		justify-content: space-between;
	}
	.header_content-content .header_logo {
		width: 100%;
		text-align: center;
	}
	.menu-focus-buttons-container {
		width: 70px;
		text-align: right;
	}
	.menu-focus-buttons .menu-item {
		min-width:auto;
		width:70px;
		margin-bottom:10px;
	}
	.menu-focus-buttons .menu-item:last-child {
		margin-bottom: 0px;
	}
	.header_content-content .header-content-right {
		order: -1;
	}

	.hamburger-and-search {
		flex-direction: column-reverse;
	}
	.hamburger-and-search .themeblvd-search {
		display: none;
	}
	.themeblvd-search button[type='submit'] {
		display: none;
	}
	.themeblvd-search .search-wrapper {
		display: none;
		opacity: 0;
		position: absolute;
		left:0;
		top:0;
		width: 100vw;
		margin-left:-8vw;
		padding: 0 8vw;
		background-color: #000;

		margin-bottom: 0;
/*		top: -30px;*/
/*		height: 46px;*/

/*		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
*/    
	}
	.themeblvd-search .search-wrapper.display {
/*		display:inline-block;*/
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(calc(100% + 1rem));
		transform: translateY(calc(100% + 1rem));
	}

}

@media (min-width:768px) {
	.header-content-right {
		margin-left: auto;
		text-align: right;
	}
	.hamburger-and-search {
		justify-content: flex-end;
		align-items: baseline;
	}
	.themeblvd-search button.search-toggle {
		display: none;
	}
	.themeblvd-search .search-wrapper {
		display: inline-block !important;
		opacity: 1 !important;
	}
	#toggle-main-menu {
		margin-left: 1.5em;
	}
	.themeblvd-search input[name='s']{
		width: 180px;
		height: 24px;
	}

	.menu-focus-buttons-container .menu {
		margin: 0 30px;
	}
	.menu-focus-buttons .menu-item {
		width: 96px;
	}
	.menu-focus-buttons .menu-item a {
		font-size:15px;
		padding: 0 20px
	}

}

@media(max-width: 1020px) {
	#toggle-main-menu{
		display: inline-block !important;
	}
	#access{display: none !important;}
}





/* Text Logo */
.header_logo_text {
	padding: 0 15px;
}
.header_logo_text .tb-text-logo {
	font-size: 30px; /* Fallback for older browsers */
	font-size: 2.3rem;
	margin: 0;
}
.header_logo_text .tb-text-logo a {
	color: inherit;
}
.header_logo_text .tagline {
	color: #888888;
	font-style: italic;
	font-size: 13px; /* Fallback for older browsers */
	font-size: 1rem;
}

/* Primary Navigation */
#access {
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	border: 1px solid #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Level 1-3 */
#primary-menu li a {
	color: #666666;
}
#primary-menu li a .sf-sub-indicator {
	color: #999999; /* Because we're using fontawesome for the icons, we can change the color here. */
}

/* Level 1 only */
#primary-menu > li {
	border-right: solid 1px #dddddd;
  padding: 0 20px;
}
#primary-menu > li > a {
	line-height: 40px; /* Shapes the HEIGHT of the 1st level anchors */
  position: relative;
}

#primary-menu > li:first-child > a {
	/* Round left corners of first anchor */
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}


#primary-menu > li.current-menu-ancestor > a {
	/* Style current parent menu item present on 1st level */
}
#primary-menu > li > a.sf-with-ul {
	/* If a top-level menu item has a dropdown, reduce its right padding. */
	padding-right: 12px;
}
#primary-menu > [class^="menu-icon-"] > a {
	/* If a top-level menu item has a an icon, reduce its left
	padding. You can add icons to main menu by adding class "menu-icon-{whatever}" */
	padding-left: 12px;
}


/* Level 2 and 3 */
#primary-menu ul {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 200px; /* Width of dropdown menus */
}
#primary-menu li li a {
	padding: 7px 10px;
}
#primary-menu li li a:hover,
#primary-menu li li a:focus {
	background: #f2f2f2;
}
#primary-menu li li.nav-header {
	color: #888888; /* Slightly lighter color than links */
	font-size: .9em; /* Font size is 90% of everything else to componsate for being bold and uppercase */
	font-weight: bold;
	padding: 7px 10px;
	text-transform: uppercase;
}
#primary-menu li li.divider {
	background-color: #dddddd; /* Color of deviders */
	border-bottom: none; /* Override Bootstrap's default 1px white bottom border */
}

/* Level 2 only */
#primary-menu > li > ul {
	border-top: none;
	margin-left: -1px; /* Shifts dropdowns to the left 1px so they line up with left borders. */
	margin-top: 1px;
}

/* Level 3 only */
#primary-menu ul ul {
	left: 200px; /* Matches width of dropdown menus */
}

/* Make sure graphic nav shows when expanding window back from tablet size */
@media (min-width: 980px) {
	#access {
		height: auto !important;
		overflow: visible !important;
	}
}

/* =Featured (above)
-------------------------------------------------------------- */

#featured {
	padding: 10px 30px;
}

/* =Main
-------------------------------------------------------------- */

#main {
	padding: 20px 30px;
}

/* =Featured (below)
-------------------------------------------------------------- */

#featured_below {
	padding: 10px 30px;
}

/* =Posts (general)
----------------------------------------------- */

/* No style mods */

/* =Page
----------------------------------------------- */

/* No style mods */

/* =Post List
----------------------------------------------- */

/* No style mods */

/* =Post Grid
----------------------------------------------- */

.post_grid .entry-title {
	font-size: 15px; /* Fallback for older browsers */
	font-size: 1.15rem;
	line-height: 1.5em;
}

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

/* Comment List */
#comments li {
	margin: 5px 0;
}
#comments-title {
	padding: 0 10px;
}
#comments .commentlist {
	margin-bottom: 30px;
}
#comments .comment-body {
	border: 1px solid #dddddd;
	padding: 15px;
	padding-left: 83px;
	position: relative;
}
#comments .comment-body .avatar {
	position: absolute;
	top: 15px;
	left: 15px;
}
#comments .comment-author {
	line-height: 100%;
}
#comments .comment-body .says {
	display: none;
}
#comments .comment-body .comment-meta {
	margin-bottom: 10px;
}
#comments .comment-body .comment-meta a {
	color: #9e9e9e;
	font-family: Georgia, serif;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	font-style: italic;
}
#comments .comment-body .fn {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
}
#comments .comment-body p {
	margin-bottom: 30px;
}
#comments .comment-body .reply a {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#comments .comment-body .reply a:hover,
#comments .comment-body .reply a:focus {
	background: #dddddd;
}

/* Admin Comment */
#comments .bypostauthor > .comment-body,
#comments .bypostauthor > .comment-body .reply a {
	/* None in this theme */
}
#comments .bypostauthor > .comment-body .reply a:hover {
	/* None in this theme */
}

/* Top Level */
#comments ol {
	list-style: none;
	padding: 0;
}

/* Children */
#comments ul.children {
	border-left: 1px solid #e9e9e9;
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 10px 0 10px 20px;
}

/* Comment Form */
.comment-form-wrapper {
	margin-bottom: 30px;
}
#reply-title {
	margin: 10px 0;
}
#commentform input.form-control {
	display: inline-block;
	margin-right: 10px;
	width: 40%;
}
#commentform textarea {
	width: 98%;
}
#commentform label {
	display: inline-block;
}
#commentform .form-submit {
	margin: 10px 0;
}
#commentform .form-allowed-tags {
	display: none;
}

/* =Widgets
----------------------------------------------- */

.widget ul {
	list-style: none;
	padding-left: 0;
}
.widget ul li {
	padding: 3px 0;
}

/* Widgets in columns element and fixed sidebars */
.fixed-sidebar .widget {
	margin: 0 0 30px 0;
}

/* Collapsible Widget Areas */
.widget-area-collapsible .widget {
	padding: 10px 0;
}

/* =Bottom
----------------------------------------------- */

#bottom {
	padding: 10px 30px;
}

/* Footer Columns */
#footer_content {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 30px 5px;
}

/* Copyright */
#footer_sub_content {
	color: #888888;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	padding: 20px;
	text-align: center;
}
#footer_sub_content .footer-nav ul {
	margin: 0;
}
#footer_sub_content .footer-nav li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}

/* =Layout Builder
----------------------------------------------- */

/* General Elements */
.element {
	/* Style all elements in custom layouts. */
}
.element-columns {
	/* Style the "Columns" element. */
}
.element-content {
	/* Style the "Content" element. */
}
.element-divider {
	/* Style the "Divider" element. */
}
.element-headline {
	/* Style the "Headline" element. */
}
.element-post_grid_paginated {
	/* Style the "Post Grid (paginated)" element. */
}
.element-post_grid {
	/* Style the "Post Grid" element. */
}
.element-post_grid_slider {
	/* Style the "Post Grid Slider" element. */
}
.element-post_list_paginated {
	/* Style the "Post List (paginated)" element. */
}
.element-post_list {
	/* Style the "Post List" element. */
}
.element-post_list_slider {
	/* Style the "Post List Slider" element. */
}
.element-slider {
	/* Style the "Slider" element. */
}
.element-slogan {
	/* Style the "Slogan" element. */
}
.element-tabs {
	/* Style the "Tabs" element. */
}
.element-tweet {
	/* Style the "Tweet" element. */
}

/* Elements by location */
#featured .element {
	/* Style elements of a custom layout
	in the featured area ABOVE the content. */
}
#main .element {
	/* Style elements of a custom layout
	in the main content area. */
}
#featured_below .element {
	/* Style elements of a custom layout
	in the featured area BELOW the content. */
}

/* =Small Desktops
------------------------------------------------- */

@media (max-width: 1000px) {

	/* Primary Structure
	#container {
		max-width: 960px;
	}
	*/

}

/* =Optimized for Tablets
------------------------------------------------- */

@media (max-width: 992px) {

	/* Primary Structure
	#container {
		max-width: 748px;
	}
	*/
	#top,
	#featured,
	#main,
	#featured_below,
	#bottom {
		padding-right: 20px;
		padding-left: 20px;
	}

	/* Header */
	#branding {
		border-bottom: 1px solid #eeeeee;
	}


	/* Primary Navigation */

	.btn-navbar {
		border: 1px solid #eeeeee;
		border-bottom: none;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		color: #666666;
		display: inline-block;
		outline: none;
		margin-left: 5px;
		padding: 4px 10px;
	}

}


/* =Optimized for Mobile Devices
------------------------------------------------- */

@media (max-width: 767px) {

	/* Primary Structure
	#container {
		max-width: 480px;
	}
	*/

	/* Typography */
	h1 {
		font-size: 24px; /* Fallback for older browsers */
		font-size: 1.85rem;
		line-height: 1.2em;
	}

	/* Builder - Slogan */
	.element-slogan .tb-slogan {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		box-orient: vertical;
	}
	.element-slogan .tb-slogan .slogan-text {
		display: block;
		font-size: 17px; /* Fallback for older browsers */
		font-size: 1.3rem;
		text-align: center;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		margin-bottom: 20px;
	}
	.element-slogan .tb-slogan .btn-large {
		display: block;
		float: none;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.firefox .element-slogan .tb-slogan {
		display: block;
	}

	/* Builder - Divider */
	.divider-shadow {
		background-size:100%;
	}

	/* Posts */
	.attachment-small {
		width: 40%;
	}

	/* Comments */
	#comments {
		font-size: 11px; /* Fallback for older browsers */
		font-size: .85rem;
	}
	#comments .comment-body {
		padding: 2px 10px;
	}
	#comments .comment-author,
	#comments .comment-meta {
		padding-left: 35px;
	}
	#comments .comment-body .avatar {
		top: 5px;
		left: 5px;
		width: 30px;
		height: 30px;
	}
}

div.slider-text
{
	min-height:280px;
}

/* Roswell Image credit "watermark" */
.watermark {
	font-size: 12px;
	line-height: 20px;
	font-family: Helvetica;
  text-transform: uppercase;
  /* color: rgb(255, 255, 255); */
}

.watermark.credit {
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
	position: absolute;
	left: 14px;
  padding:0 18px;
  /* bottom: -40px; */
}

.wp-caption.custom-caption {
  padding: 10px 25px;
}

.shortcode-image-block.aligncenter {
  display: flex;
	margin-bottom: 1.38em;
}

.shortcode-image-block.aligncenter .wp-caption,
.shortcode-image-block.aligncenter > div {
  margin: 0 auto;
}

.overlay-general {
	text-align: center;
}

.shortcode-image-block.alignleft.disable-margin {
  margin: 5px 20px 0 0;
}

.shortcode-image-block.alignright.disable-margin {
  margin: 5px 0 0 20px;
}

.shortcode-image-block.alignright:not(.disable-margin) {
	margin: 5px 15px 1.6em 30px;
}

.shortcode-image-block.alignleft:not(.disable-margin) {
	margin: 5px 30px 1.6em 15px;
}

.shortcode-image-block.disable-margin .row {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* if image has a caption show a border */
/*
.shortcode-image-block.disable-margin:not(.marquee) {
	border: solid #d6d6d6 .5px;
	padding: 1em;
}
*/

.shortcode-image-block:not(.marquee) > div {
	border: solid #d6d6d6 .5px;
	padding: 1em;	
}
.shortcode-image-block.mfp-figure > div {
	border: 0;
}

.a-post-1 .shortcode-image-block > div {
	border: 0 !important;
	padding: 0 !important;
}

@media screen and (min-width: 768px) {
	.shortcode-image-block header.image_block,
	.shortcode-image-block .image-bg {
		min-width: 500px!important;
	}
}

@media screen and (max-width: 767px) {
	.shortcode-image-block.alignleft,
	.shortcode-image-block.alignright {
		margin: 0 auto 2rem!important;
		float: none!important;
	}
	.shortcode-image-block:not(.marquee) {
		margin-bottom: 2rem;
	}
	.shortcode-image-block header.image_block,
	.shortcode-image-block .image-bg {
		min-width: 100%!important;
	}
	.shortcode-image-block.alignright .row,
	.shortcode-image-block.alignleft .row {
		margin-left: 0!important;
		margin-right: 0!important;
	}
}

/* Roswell responsive video embeds (e.g. youtube) */
.embed-responsive.embed-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.embed-responsive.embed-responsive-16by9 {
  position: relative;
	/* padding-bottom: 56.25%; 16:9 */
	padding-bottom: calc((100vh * .5625) - 153px);
	padding-top: 25px;
	height: 0;
}

@media (min-width: 1024px) {
	.embed-responsive.embed-responsive-16by9 {
	  position: relative;
		padding-bottom: calc(100vh * .5625);
		padding-top: 25px;
		height: 0;
	}
}

.embed-responsive.embed-responsive iframe,
.embed-responsive.embed-responsive-16by9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container-wrapper {
	border: solid #d6d6d6 .5px;
	padding: 1em;
	
}
.video-container-wrapper.pull-left {
	margin: 5px 20px 0 0;
}
.video-container-wrapper.pull-right {
	margin: 5px 0 0 20px;
}
.video-container-wrapper .video-container {
		float: none!important;
		margin: 0!important;
		position: relative;
		padding: 0;
		padding-bottom: 56.25%;
		height: 0;	
}
.video-container-wrapper .video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
.video-container-wrapper .wp-caption-text {
	text-align: left;
	margin: 10px 0 0 0;
}
@media (max-width: 767px) {
	.video-container-wrapper {
		width: 100% !important;
		margin-bottom: 2rem;
	}
	.video-container-wrapper.pull-left,
	.video-container-wrapper.pull-right {
		float: none !important;
		margin: 0 auto 2rem!important;
	}

/*	.video-container-wrapper .video-container {
		float: none!important;
		margin: 0!important;
		position: relative;
		padding: 0;
		padding-bottom: 56.25%;
		height: 0;		
	}
	.video-container-wrapper .video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}*/
}

.video-container {
	padding: 1em;
	border: solid #d6d6d6 .5px;
	border-radius: 3px;
}

.video-container.align-left {
	float: left;
	margin-right: 10px;
}

.video-container.align-right {
	float: right;
	margin-left: 10px;
}

@media screen and (max-width: 640px) {
	.video-container {
		float: none!important;
		margin: 0!important;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
	}
	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/* Mobile image */

.img-responsive.mobile {
  display: none;
}

@media only screen and (max-device-width: 480px) {
  .img-responsive {
    display: none;
  }
  .img-responsive.mobile {
    display: block;
  }
}

/* Roswell Sidebar Widget */
.sidebar_widget {
	padding: 10px 20px;
	margin: 30px;
	border-top: 4px solid rgb(9, 195, 204);
	border-bottom: 4px solid rgb(9, 195, 204);
	display: inline-table;
	font-size: 12px;
	background-color: #eee;
	box-sizing: border-box;
	line-height: 1.82857143;
	max-width: 25%;
}

.sidebar_widget__body {
	background: #eee;
	display: inline-block;
	padding: 0 10px;
}

.sidebar_widget__story {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.sidebar_widget {
		float: none!important;
		max-width: none!important;
		margin: 0 0 2rem 0!important;
	}
}

.image-popup {
	cursor: pointer;
}

/* zoom for magnificPopup */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/***********************************
 * New shortcode image block styles
 **/

.image-container {
	position: relative;
}

.image-container header .overlay-flex {
	display: flex;
	height: 100%;
	width: 100%;
}

.image-container header .overlay-flex .content-wrapper {
	width: 100%;
}

.image-container header .overlay-flex .content-wrapper .overlay-content {
	background-color: rgba(255,255,255, 0.65) !important;
	padding: 40px;
	color: rgb(35,31,32);
	font-size: 23px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 25px;
}

.image-container header .overlay-flex .content-wrapper .overlay-content h3 {
	font-size: 25px;
	text-transform: none;
	font-weight: bold;
}

.image-container header .overlay-flex.justify-center { justify-content: center; }
.image-container header .overlay-flex.justify-start { justify-content: flex-start; }
.image-container header .overlay-flex.justify-end { justify-content: flex-end; }
.image-container header .overlay-flex.items-end { align-items: flex-end; }
.image-container header .overlay-flex.items-start { align-items: flex-start; }

.container > .shortcode-image-block .shortcode-image,
.shortcode-image-block.marquee .shortcode-image {
	width: 100%;
}

/* full bleed with no padding and border if marquee image (disable 'disable-margin' class) */
.container > .shortcode-image-block {
	border: none!important;
	padding: 0!important;
	margin: 0 -15px;
}

/* NOTE: if a "marquee" image, remove all padding and borders and force full width */
.container > .shortcode-image-block > .desktop-view,
.container > .shortcode-image-block .shortcode-image {
	padding: 0;
	max-width: 100%;
	border: none;
}

.text-white, .text-white h1 {
	color: #FFFFFF;
}

/* NOTE: set max-width to 500px if alignleft/alignright */
.shortcode-image-block.alignleft .desktop-view,
.shortcode-image-block.alignright .desktop-view {
	max-width: 500px;
}

.shortcode-image-block .desktop-view header,
.shortcode-image-block .credit-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.shortcode-image.carousel {
	min-height: 260px;
}

.shortcode-image-block .desktop-view header {
	z-index: 1;
}
.shortcode-image-block.marquee .credit-container {
	padding: 1rem;
}
.shortcode-image-block.marquee .credit-container {
	z-index: 0;
	display: flex;
	padding: .6rem;
}

.shortcode-image-block .credit-container .credit {
	color: #FFFFFF;
	font-size: .8rem;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.yarpp-related .shortcode-image-block .credit-container .credit,
.shortcode-event-slider .shortcode-image-block .credit-container .credit,
.shortcode-posts-1 .shortcode-image-block .credit-container .credit {
	font-size: .7rem;
}
.shortcode-image-block.marquee .credit-container .credit {
	font-size: .9rem;
  padding:0 12px;
	padding-right: 18px;
}



@media screen and (max-width: 767px) {
	.shortcode-image-block .credit-container {
		padding: .4rem;
	}
	.shortcode-image-block.marquee .credit-container {
		padding: .3rem;
	}
	.shortcode-image-block .credit-container .credit,
	.shortcode-image-block.marquee .credit-container .credit {
		font-size: .5rem;
		padding: 0;
	}
	.shortcode-event-slider .shortcode-image-block .credit-container .credit,
	.shortcode-posts-1 .shortcode-image-block .credit-container .credit {
		font-size: .5rem;
	}
}

.shortcode-image-block .credit-container.topLeft {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.shortcode-image-block .credit-container.topRight {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.shortcode-image-block .credit-container.bottomLeft {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.shortcode-image-block .credit-container.bottomRight {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.shortcode-image.post-preview {
	object-fit: cover;
}

@media screen and (min-width: 2000px) {
	.shortcode-image.post-preview, .a-post-1 .fImage { height: 355px!important; }
}
@media screen and (min-width: 1800px) and (max-width: 1999px) {
	.shortcode-image.post-preview, .a-post-1 .fImage { height: 325px!important; }
}
@media screen and (min-width: 1600px) and (max-width: 1799px) {
	.shortcode-image.post-preview, .a-post-1 .fImage { height: 265px!important; }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
	.shortcode-image.post-preview, .a-post-1 .fImage { height: 205px!important; }
}
@media screen and (max-width: 1439px) {
	.shortcode-image.post-preview, .a-post-1 .fImage { height: 175px!important; }
}

.shortcode-image-block .credit-container {
	padding: 0.4rem;
}
.yarpp-related .shortcode-image-block .credit-container .credit{
	font-size: .5rem;
}