:root {
	--small-desktop-size: 1200;
	
	--tsl-blue: #0074bc;
	--tsl-white: #ffffff;
	--tsl-silver: #d7d7d7;
	--tsl-pebble: #6e6e6e;
	--tsl-black: #000000;
	
	--nav-height: 35px;
	--main-margin: 20px;
	
	--mobile-headline-size: 16px;
	--mobile-meta-size: 12px;
}


.tg-slider .swiper-button-next, .tg-slider .swiper-container-rtl .swiper-button-prev, .tg-slider .swiper-button-prev, .tg-slider .swiper-button-next {
	background-image: none;
}
.tg-slider.tg-post-slider .tg-container .entry-title {
	width: 100%;
}
.caption-title {
	text-transform: none;
}
.single .navigation.post-navigation {
	display: none;
}

/* changes facebook widget title text to white */
.widget_facebook_likebox a {
	color: white;
}



/*---------------------
DATE & LOGO
---------------------*/


/* Gets rid of date at top on mobile */
@media (max-width: 768px) {
	#masthead > .top-header-wrapper > .tg-container > .tg-inner-wrap {
		line-height: 0;
	}
	.date-in-header {
		display: none;
	}
}

/* Adds padding to sides of logo container */
#wp-custom-header {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0px;
}
@media (max-width: 1200px) {
	#wp-custom-header {
		width: 98%;
	}
}








/* Hides the categories from appearing at top of article/front page/category pages */
.category-collection {
	display: none;
}

/* This hides the views, tags, #of comments, etc.. */
.below-entry-meta .post-views, .below-entry-meta .tag-links, 
.below-entry-meta .comments{
	display: none !important;
}

/* Bolds the byline */
.below-entry-meta .byline {
	font-style: normal;
}


/* Makes the headlines not sentence case */
h1.entry-title {
	text-transform: none;
}


/* Makes the background behind date and social links white (default is black) */
.top-header-wrapper {
	background: white;
}


/* Makes the date capitalized, black and changes the font size */
.date-in-header {
	color: var(--tsl-black);
	text-transform: uppercase;
	font-size: 12pt;
}


/* Centers the date */
.top-header-wrapper {
	text-align: center;
}

/* Fixes the spacing between social links and the logo */
.middle-header-wrapper {
	padding: 0;
}


/*---------------------
IMAGES
---------------------*/
.wp-caption {
	border-width: 0px 0px 1px;
	border-color: var(--tsl-black);
	margin: 0px var(--main-margin) var(--main-margin);
/* 	width: calc(auto - var(--main-margin)) !important; */
/* 	width: auto !important; */
	max-width: calc(100% - (2 * var(--main-margin)));
	color: var(--tsl-black);
}

.wp-caption img[class*="wp-image-"] {
	margin: 0;
	min-width: 100%;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 5px 0px;
	text-align: left;
	font-size: 12px;
}




/* Makes the subcategories in the main menu only as wide as the text */
#site-navigation ul.sub-menu, #site-navigation ul.children {
	min-width: max-content;
}

/* Changes the primary categories' background color */
.bottom-header-wrapper {
	background: transparent;
}

/*---------------------
MAIN NAVIGATION
---------------------*/

/* Fixes size of nav bar and adds borders */
#sticky-wrapper .tg-container {
	width: 1100px;
	border-top: 1px solid var(--tsl-pebble);
	border-bottom: 1px solid var(--tsl-pebble);
	background-color: var(--tsl-white);
	white-space: nowrap;
}
@media (max-width: 1200px) {
	#sticky-wrapper .tg-container {
		width: 98%;
	}
	#site-navigation li a {
		font-size: 1.333vw;
	}
}

/* Flex boxes for nav */
#sticky-wrapper .tg-inner-wrap {
	display: flex;
	height: var(--nav-height);
}

#site-navigation {
	flex-grow: 1;
}

#site-navigation ul#nav {
	display: flex;
	justify-content: space-between;
}

#site-navigation > ul > li.menu-item-has-children {
	padding-right: 20px;
	padding-left: 8px;
}

#site-navigation > ul > li {
	flex-grow: 1;
	line-height: var(--nav-height);
}

#site-navigation > ul > li > a {
	text-align: center;
}

#site-navigation li.menu-item-has-children > a {
	display: flex;
}

#site-navigation > ul > li.menu-item-has-children > a {
	justify-content: center;
}

/* Resets sub-menu arrows and makes white when hovering */
#site-navigation ul > li.menu-item-has-children > a::after {
	top: 0%;
	transform: none;
	right: -10px;
}

#site-navigation ul > li.menu-item-has-children:hover > a::after {
	color: var(--tsl-white);
}


/* Makes it so the category(s) of the page/post selected doesn't/don't light up blue when you are on the page/post */
#site-navigation ul.menu > li.current-menu-item:not(:hover), #site-navigation ul > li.current-menu-ancestor, #site-navigation ul > li.current-menu-parent {
	background-color: transparent;
}

#site-navigation ul.sub-menu > li {
	background-color: var(--tsl-silver);
	border-bottom: none;
	line-height: var(--nav-height);
}

#site-navigation ul.menu li:hover {
	background-color: var(--tsl-blue);
}

#site-navigation ul.menu li:hover > a, .search-icon:hover {
	color: #ffffff;
}

/* Stops ease-in effect on menu */

/* Changes the color and size of the mobile menu icon */
#site-navigation .menu-toggle {
	width: var(--nav-height);
	position: relative;
	padding: 0 10px;
}

#site-navigation .menu-toggle::before {
	color: var(--tsl-black);
	font-size: 22px;
	line-height: var(--nav-height);
}

/* Changes the color and height of the search icon */
.search-icon {
	border: 0;
	color: var(--tsl-black);
	line-height: var(--nav-height);
	padding: 0 10px;
}

.search-icon .fa {
	font-weight: 100;
	font-size: 18px;
}

/* Modifies search bar */
.search-box {
	background: var(--tsl-white);
	padding: 0;
}

.home-search .searchform {
	width: calc(100% - var(--nav-height));
	margin: 0;
	border-left: 1px solid var(--tsl-pebble);
	border-right: 1px solid var(--tsl-pebble);
}

.home-search .searchform input[type="text"] {
	height: var(--nav-height);
}

.home-search .searchform button[type="submit"] {
	width: var(--nav-height);
	text-align: center;
	padding: 0;
	color: black;
	background-color: var(--tsl-white);
	height: var(--nav-height);
	z-index: 10;
}

.home-search .searchform button[type="submit"] .fa {
	color: var(--tsl-pebble);
	font-weight: 100;
	font-size: 18px;
}

.home-search .searchform button[type="submit"]:hover .fa {
	color: var(--tsl-blue);
}

.home-search .close {
	line-height: var(--nav-height);
	right: 0;
	width: var(--nav-height);
	text-align: center;
	color: var(--tsl-white);
	background-color: var(--tsl-pebble);
	font-weight: 100;
	font-size: 40px;
	z-index: 10;
}

.home-search .close:hover {
	color: var(--tsl-white);
	background-color: var(--tsl-blue);
}

/*---------------------
MOBILE NAVIGATION
---------------------*/

@media (max-width: 768px) {
	#site-navigation ul#nav {
		display: none;
		border-bottom: 1px solid var(--tsl-black);
		border-top: 1px solid var(--tsl-black);
	}
	#sticky-wrapper .tg-inner-wrap {
		width: 100%;
	}
	#site-navigation .menu-toggle:hover {
			background: transparent;
	}
	#site-navigation li a {
		font-size: 14px;
	}
	#site-navigation .menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: white;
	}
	#site-navigation ul > li {
		display: block;
		float: none;
		padding: 0 15px;
		font-size: 20px;
	}
	#site-navigation ul > li:hover,
	#site-navigation ul > li.current-menu-item,
	#site-navigation ul > li.current-menu-ancestor,
	#site-navigation ul > li.current-menu-parent {
			background: none !important;
	}
	#site-navigation ul > li:hover > a,
	#site-navigation ul > li.current-menu-item > a,
	#site-navigation ul > li.current-menu-ancestor > a,
	#site-navigation ul > li.current-menu-parent > a {
		background: var(--tsl-blue);
		color: var(--tsl-white);
	}
	#site-navigation .sub-toggle {
		background: transparent;
		color: var(--tsl-black);
	}
	#site-navigation ul > li:hover > .sub-toggle,
	#site-navigation ul > li.current-menu-item .sub-toggle,
	#site-navigation ul > li.current-menu-ancestor .sub-toggle {
		background: transparent;
		color: var(--tsl-white);
	}
	.main-small-navigation li.current-menu-item > .sub-toggle {
			/* background: #ffffff none repeat scroll 0 0;*/
	}
	.main-small-navigation li.current-menu-item > .sub-toggle i {
			color: red;
	}
	.menu-primary-container .sub-menu {
			display: none;
	}
	#site-navigation ul.sub-menu,
	#site-navigation ul.children {
			position: static;
			min-width: 100%;
			opacity: 1;
			top: 0;
			left: 0;
			visibility: visible;
			display: none;
			background: none;
			-webkit-transition: none;
			-moz-transition: none;
			-ms-transition: none;
			-o-transition: none;
			transition: none;
	}
	#site-navigation ul > li:hover > .sub-menu,
	#site-navigation ul > li:hover > .children {
			top: 0;
	}
	#site-navigation ul > li,
	#site-navigation ul > li.menu-item-has-children {
			padding: 0;
			width: 100%;
	}
	#site-navigation ul > li.menu-item-has-children > a::after {
			display: none;
	}
	#site-navigation ul > li a {
			padding: 0 15px;
			line-height: 42px;
	}
	#site-navigation ul.sub-menu li > a {
			padding-left: 30px;
	}
}


/*---------------------
MAIN PAGE & SIDEBAR (LAYOUT)
---------------------*/

#main {
	padding: 0;
	margin-top: var(--main-margin);
}

#primary {
	width: 70%;
	padding-right: var(--main-margin);
	border-right: 1px solid var(--tsl-silver);
}

#secondary {
	width: 30%;
	padding-left: var(--main-margin);
}

/* Changes the color of the right half of the bar on titles of things (e.g. the newsletter title) */
.title-block-wrap {
  background-color: var(--tsl-silver);
}

.title-block-wrap a {
	color: var(--tsl-pebble);
}

/* Changes the spacing around widgets */
.tg-block-wrapper,
.widget {
	border-color: var(--tsl-pebble);
	border-width: 0px 0px 1px;
	padding: var(--main-margin) 0px;
	margin: 0px;
}

/* Gets rid of borders for bottom widgets */
#primary > .theiaStickySidebar > aside:nth-child(4) > .tg-block-wrapper, #secondary > .theiaStickySidebar > aside:nth-last-child(2) {
	border-bottom-width: 0px;
	padding-bottom: 0;
}

@media (max-width: 768px) {
	#primary {
		float: none;
		width: 100%;
		padding: 0;
		border-right: none;
	}
	#secondary {
		float: none;
		width: 100%;
		padding: 0;
	}
}

.home-slider-wrapper {
	margin-bottom: var(--main-margin);
}

#primary > .theiaStickySidebar > aside:first-child .tg-block-wrapper, #secondary > .theiaStickySidebar > .widget:first-child {
	padding-top: 0;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	max-width: none;
}


/*---------------------
MAIN PAGE (SHARED POSTS)
---------------------*/

/* Makes image and text full width of container */
.tg-block-wrapper .single-article figure img, .tg-block-wrapper .single-article .article-content {
	width: 100%;
	transition-duration: 0.3s;
	padding: 0;
}

/* Makes image and headline change on hover */
.tg-block-wrapper .single-article:hover figure img {
	opacity: 75%;
	transition-duration: 0.3s;
}
.home-slider-wrapper .tg-block-wrapper .single-article:hover .article-content .entry-title a, .widget_featured_posts_style_nine .tg-block-wrapper .single-article:hover .article-content .entry-title a {
	color: var(--tsl-blue);
}

/* Title color */
.tg-block-wrapper .single-article .article-content .entry-title a {
	color: var(--tsl-black);
}

/* Gets rid of byline and date icons */
.below-entry-meta span i.fa {
	display: none
}


/*---------------------
MAIN PAGE (SLIDER)
---------------------*/

/* Makes featured posts flex */
.home-slider-wrapper .featured-post-wrapper > .tg-column-wrapper {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

/* Makes each column fill width */
.home-slider-wrapper .featured-post-wrapper .tg-column-2 {
	width: 100%;
	margin: 0;
}

/* Gets rid of margin on titles */
.home-slider-wrapper .featured-post-wrapper .entry-title {
	margin: 0;
}


/*---------------------
MAIN PAGE (FIRST ARTICLE)
---------------------*/

/* Gets rid of top padding */
.home-slider-wrapper .tg-block-wrapper {
	padding-top: 0;
}

/* Makes first story flex */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article {
	display: flex;
	padding-bottom: var(--main-margin);
	border-bottom: 1px solid var(--tsl-silver);
}

/* Splits image of first story 50/50 */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > figure {
	width: 50%;
}

/* Aligns text of first story and makes it flex */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content {
	width: 50%;
	padding-left: var(--main-margin);
	display: flex;
	flex-direction: column;
}

/* Crops image of first story */
.home-slider-wrapper .featured-post-wrapper .first-post img {
	height: 100%;
	/*height: 35vh;*/
	object-fit: cover;
}


/* Formats text of first story */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: var(--main-margin);
}
@media (max-width: 1200px) {
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-title {
		font-size: 2.666vw;
	}
}
@media (max-width: 675px) {
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-title {
		font-size: 18px;
	}
}

/* First story meta */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

/* First story date */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .posted-on {
	order: 2;
	width: 100%;
	margin: 0;
}
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .posted-on a {
  pointer-events: none;
	cursor: text;
	color: var(--tsl-pebble);
	font-size: 15px;
	font-style: normal;
}

/* First story byline */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .byline {
	order: 1;
	padding-bottom: 5px;
	width: 100%;
	margin: 0;
	line-height: 1;
}
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .byline a {
	color: var(--tsl-pebble);
	font-size: 15px;
}
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .byline a:hover {
	color: var(--tsl-blue);
}

/* First story meta mobile */
@media (max-width: 1200px) {
	/* Space above byline */
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .byline {
		padding-bottom: 2px;
	}
	
	/* Font sizes */
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .posted-on a, .home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .byline a {
		font-size: 12px;
	}
}

/* First story content */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-content {
	width: 100%;
	margin: 0;
	padding-top: var(--main-margin);
}
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-content p {
	width: 100%;
	margin: 0;
	font-size: 18px;
}
@media (max-width: 1200px) {
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-content p {
		font-size: 1.5vw;
	}
}
@media (max-width: 933px) {
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-content p {
		font-size: 14px;
	}
}

/* First story read more */
.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-btn {
	display: none;
}

/* Using 500px instead of 768px */
@media (max-width: 500px) {
	/* Changes first story font sizes */
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-title {
		font-size: 20px;
	}
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .posted-on a, .home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .below-entry-meta .byline a {
		font-size: 12px;
	}
}


/*---------------------
MAIN PAGE (SLIDER 3-4 STORIES)
---------------------*/

/* Makes row flex */
.home-slider-wrapper .featured-post-wrapper .following-post {
	display: flex;
	padding-top: var(--main-margin);
	margin: 0 calc(-1 * var(--main-margin));
}

/* Makes stories flex */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article {
	display: flex;
	flex: 1 1 10px;
	border-right: 1px solid var(--tsl-silver);
	border-bottom: none;
	margin: 0;
	padding: 0 var(--main-margin) 0 var(--main-margin);
}
.home-slider-wrapper .featured-post-wrapper .following-post .single-article:last-child {
	border-right: none;
}

/* Adjusts image width */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > figure {
	width:100%;
	margin-right: calc(var(--main-margin) /2);
}

/* Crops image */
.home-slider-wrapper .featured-post-wrapper .following-post img {
	height: 100%;
	object-fit: cover;
}

/* Adjusts content width */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Formats headline text */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content, .home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .entry-title {
	font-size: 14px;
	line-height: 1.3;
}

/* First story meta */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .below-entry-meta {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	line-height: 1;
}

/* Byline */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .below-entry-meta .byline {
	display: block;
	order: 1;
	margin: 0;
}

/* Byline link */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .below-entry-meta .byline a {
	order: 1;
	color: var(--tsl-pebble);
	font-size: var(--mobile-meta-size);
}

/* Byline link hover */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .below-entry-meta .byline a:hover {
	color: var(--tsl-blue);
}

/* Date */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .below-entry-meta .posted-on {
	order: 2;
	margin: 0;
}

/* Date */
.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .below-entry-meta .posted-on a {
  pointer-events: none;
	cursor: text;
	color: var(--tsl-pebble);
	font-size: var(--mobile-meta-size);
	font-style: normal;
}

@media (max-width: 900px) {
	/* Changes flex direction of remaining stories */
	.home-slider-wrapper .featured-post-wrapper .following-post {
		flex-direction: column;
		padding: 0;
		margin: 0;
	}

	/* Changes story boxes */
	.home-slider-wrapper .featured-post-wrapper .following-post .single-article {
		border-right: none;
		border-bottom: 1px solid var(--tsl-silver);
		padding: var(--main-margin) 0 var(--main-margin);
	}
	.home-slider-wrapper .featured-post-wrapper .following-post .single-article:last-child {
		border-bottom: none;
	}

	/* Reduces image sizes */
	.home-slider-wrapper .featured-post-wrapper .following-post .single-article > figure {
		width: 150px;
	}
	
	/* Adjusts headline font */
	.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content, .home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .entry-title {
		font-size: var(--mobile-headline-size);
		font-weight: bold;
	}
}



/*---------------------
MOBILE MAIN PAGE (SLIDER)
---------------------*/

/* Using 500px instead of 768px */
@media (max-width: 500px) {
	/* Changes flex direction of first story */
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article {
		flex-direction: column;
		padding-bottom: calc(var(--main-margin) / 1);
	}
	
	/* Makes elements in first story full width */
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > figure, .home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content {
		width: 100%;
		padding: 0;
	}
	
	/* Gets rid of bottom margin on first story */
	.home-slider-wrapper .featured-post-wrapper .first-post {
		margin: 0;
	}
	
	/* Crops image of first story to max height */
	.home-slider-wrapper .featured-post-wrapper .first-post img {
		max-height: 33vh;
	}
	
	/* Reduces padding around meta of first story */
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-title {
		padding-bottom: calc(var(--main-margin) / 2);
	}
	.home-slider-wrapper .featured-post-wrapper .first-post .single-article > .article-content .entry-content {
		padding-top: calc(var(--main-margin) / 2);
	}
	
	/* Changes remaining story boxes */
	.home-slider-wrapper .featured-post-wrapper .following-post .single-article {
		flex-direction: row;
		padding: calc(var(--main-margin) / 4) 0 var(--main-margin);
	}

	/* Adjusts width of images (relative to half page) */
	.home-slider-wrapper .featured-post-wrapper .following-post .single-article > figure {
		width: 60%;
	}
	
	/* Modifies required height for images */
	.home-slider-wrapper .featured-post-wrapper .following-post .single-article img {
		height: 100%;
	}
	
	/* Adds spacing above meta */
	.home-slider-wrapper .featured-post-wrapper .following-post .single-article > .article-content .below-entry-meta {
		padding-top: calc(var(--main-margin) / 4);
	}
}

/*---------------------
MAIN PAGE (WIDGETS)
---------------------*/

/* Makes entire widget flex */
.widget_featured_posts_style_nine .tg-block-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Makes widget title take up full width */
.widget-title {
	position: relative;
	width: 100%;
	margin-bottom: var(--main-margin);
	background: none;
}

/* Adjusts widget title font */
.widget-title .block-title {
	width: 100%;
	padding: 0;
	background: var(--tsl-blue);
	color: var(--tsl-white);
	text-align: center;
}

.widget-title .block-title::after {
	display: none;
}

/* Adjusts widget "see more" */
.widget-title a {
	position: absolute;
	width: auto;
	right: calc(var(--main-margin) / 2);
	margin: 0;
	color: var(--tsl-white);
	text-align: center;
}
.widget-title a:hover {
	color: var(--tsl-silver);
}

/* Adjusts each story */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article {
	width: calc(50% - calc(var(--main-margin) / 2));
	display: flex;
	flex-direction: column;
	border: none;
	margin-bottom: 0;
	padding-bottom: calc(var(--main-margin) / 2);
}

/* Makes ::after element (invisible) take up full width so that last story justifies correctly */
.widget_featured_posts_style_nine .tg-block-wrapper::after {
	width: 100%;
}

/* Makes image container full width of story block */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article figure {
	width: 100%;
	margin: 0 0 calc(var(--main-margin) / 4);
}

/* Adjusts headline padding */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .entry-title {
	margin: 0;
}

/* Reorganizes byline and date */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .below-entry-meta {
	display: flex;
	align-items: baseline;
}

/* Byline */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .below-entry-meta .byline {
	order: 1;
	margin: 0;
}

/* Byline link */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .below-entry-meta .byline a {
	order: 1;
	color: var(--tsl-pebble);
	font-size: var(--mobile-meta-size);
}

/* Byline link hover */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .below-entry-meta .byline a:hover {
	color: var(--tsl-blue);
}

/* Byline ::after pseudo element */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .below-entry-meta .byline .author::after {
	color: var(--tsl-pebble);
	font-size: var(--mobile-meta-size);
	content: "|";
	padding: 0px 5px;
}

/* Date */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .below-entry-meta .posted-on {
	order: 2;
	margin: 0;
}

/* Date */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .below-entry-meta .posted-on a {
  pointer-events: none;
	cursor: text;
	color: var(--tsl-pebble);
	font-size: var(--mobile-meta-size);
	font-style: normal;
}

/* Hides article preview */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article .article-content .entry-content {
	display: none;
}

/* Hides image of 3rd and beyond stories */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article:nth-child(n+4) figure img {
	display: none;
}

/* Makes 3rd and beyond stories wide */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article:nth-child(n+4) {
	width: 100%;
	border-top: 1px solid var(--tsl-silver);
	padding-top: calc(var(--main-margin) /4);
}

/* Makes headlines of 3rd and beyond stories smaller font */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article:nth-child(n+4) .article-content .entry-title a {
	font-size: 16px;
}

/* Adjusts meta content flex of 3rd and beyond stories */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article:nth-child(n+4) .article-content .below-entry-meta {
	justify-content: flex-start;
}

/* Un-pads last article */
.widget_featured_posts_style_nine .tg-block-wrapper .single-article:last-child {
	padding-bottom: 0;
}

/* Removes primary padding */
#primary > .theiaStickySidebar > aside:nth-child(4) > .tg-block-wrapper {
	padding-bottom: 0;
}

@media (max-width: 768px) {
	/* Adds back in primary bottom border */
	#primary > .theiaStickySidebar > aside:nth-child(4) > .tg-block-wrapper {
		border-bottom-width: 1px;
		padding-bottom: calc(var(--main-margin) / 2);
	}
}



/*---------------------
MOBILE MAIN PAGE (WIDGETS)
---------------------*/
/* Using 500px instead of 768px */
@media (max-width: 500px) {
	/* Changes flex direction to column */
	.widget_featured_posts_style_nine .tg-block-wrapper {
		flex-direction: column;
	}

	/* Makes all stories take up full width */
	.widget_featured_posts_style_nine .tg-block-wrapper .single-article {
		width: 100%;
	}
	
	/* Makes headlines smaller font */
	.widget_featured_posts_style_nine .tg-block-wrapper .single-article:nth-child(n) .article-content .entry-title {
		line-height: 1;
	}
	
	/* Makes headlines smaller font */
	.widget_featured_posts_style_nine .tg-block-wrapper .single-article:nth-child(n) .article-content .entry-title a {
		font-size: var(--mobile-headline-size);
		line-height: 1;
	}
}



/*---------------------
SIDEBAR ELEMENTS
---------------------*/

/* Custom ads */
#secondary aside.widget_media_image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Newsletter */
#secondary aside.widget_mc4wp_form_widget > form > .mc4wp-form-fields {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

/* Newsletter email input */
#secondary aside.widget_mc4wp_form_widget > form > .mc4wp-form-fields p:nth-child(1) {
	width: 75%;
	padding: 0;
}

/* Newsletter submit input */
#secondary aside.widget_mc4wp_form_widget > form > .mc4wp-form-fields p:nth-child(2) {
	width: 25%;
	height: 30px;
	padding: 0;
}

/* Newsletter email field */
#secondary aside.widget_mc4wp_form_widget > form > .mc4wp-form-fields input[type=email] {
	width: 100%;
	height: 30px;
	padding: 2px 6px;
	border: 1px solid var(--tsl-silver);
	font-size: 15px;
}

/* Newsletter sign-up */
#secondary aside.widget_mc4wp_form_widget > form > .mc4wp-form-fields input[type=submit] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	padding: 2px 6px;
	background: var(--tsl-blue);
	border: 1px solid var(--tsl-blue);
	font-size: 15px;
}

/* Twitter */
#secondary aside.widget_twitter_timeline {
	display: flex;
	flex-direction: column;
	align-items: center;
}



/*---------------------
FOOTER
---------------------*/

/* Balances footer */
.top-footer-content-wrapper .tg-column-wrapper {
	display: flex;
	justify-content: space-evenly;
}

.tg-footer-column-3, .tg-footer-column-3:first-child {
	flex: 1 1 0px;
}

.tg-footer-column-3 form input {
	width: 100%;
}

.widget.widget_text form p:first-child {
	margin-bottom: 0;
}


/* Footer social media icons */
#footer-social-media-icons {
	text-align: center;
	padding-top: 15px;
}

.footer-social-media-icon {
	width:40px;
	margin: 0px 7px;
}

/* Footer Explore */
#footer-explore {
	display: flex;
}

.footer-explore-column {
	flex: 50%;
	display: flex;
	flex-direction: column;
}
.footer-explore-column a {
	flex-basis: 1rem;
	flex-shrink: 1;
}


/*---------------------
ARTICLES
---------------------*/

.post .posted-on > a {
	color: #333333;
	display: block;
	margin: 0;
}

/* Un-pads top of articles */
article.post {
	padding: 0;
	margin: 0;
}

/* Changes the spacing around the entire site */
#main {
	padding: 0px;
}

/* Justifies text */
article.post > .entry-content > p {
	text-align: justify;
}





/* Not sure */
.page-header .page-title.category-title,
.page-header .page-title {
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: 3px solid;
	border-radius: 5px 30px 0 0;
	font-size: 35px;
	margin-bottom: 20px;
	padding: 10px 20px;
}

/* Changes spacing around/below the headline */
article.post.hentry h1.entry-title, article.post.hentry h2.entry-title {
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 35px;
}

@media (max-width: 768px) {
	article.post.hentry h1.entry-title, article.post.hentry h2.entry-title {
		font-size: 22px;
	}
}

/* Changes spacing between headline and byline */
.post .below-entry-meta {
	margin: 10px 0 10px 0;
}

/* Gets rid of byline icon */
.below-entry-meta span a.n {
	color: var(--tsl-black);
}

/* Changes font size of byline */
.below-entry-meta span {
	font-size: 15px;
}

/* Changes spacing of the post date/time */
span.posted-on {
	line-height: 1;
}

/* THE FOLLOWING CHANGES HOW THE WEBSITE LOOKS ON PHONES (screens smaller than 768 pixels wide) */

@media (max-width: 768px) {
	.logo {
		float: none;
		text-align: center;
	}
	.slider-btn a {
			width: 80%;
	}
	.header-advertise .ad-image img {
		width: 100%;
		height: auto;
	}
	.show-both {
		text-align: center;
	}
	.show-both .logo {
		display: inline-block;
		float: none;
	}
	.show-both #header-text {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
 	#breaking-news #controls{
		display: none;
	}
	.caption-title {
		font-size: 16px;
	}
	.caption-content {
		font-size: 14px;
		line-height: 20px;
	}
	.slider-btn a {
		line-height: 30px;
		margin: 30px auto;
		width: 80px;
		font-size: 14px;
	}
	.page .entry-title {
		font-size: 25px;
	}
	.page .entry-content blockquote {
		font-size: 15px;
	}
	.caption-wrapper {
		padding: 20px 10px;
	}
	.home-slider .bx-pager a {
		width: 17%;
	}
	.tg-block-wrapper,
	.widget {
		margin-bottom: 10px;
		padding: 10px;
	}
	.carousel-slider-wrapper .entry-title {
		font-size: 15px;
		padding-top: 13px;
	}
	.random-post-hover .entry-title {
		font-size: 16px;
	}
	.colornews_custom_widget figure img {
		width: 100%;
	}
	#colophon .tg-footer-column-3:first-child,
	#colophon .tg-footer-column-3 {
		width: 100%;
	}
	#top-footer .tg-block-wrapper,
	#top-footer .widget {
		border: none;
	}
	#bottom-footer .copy-right {
		font-size: 14px;
	}
	.header-image {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* Balances footer */
	.top-footer-content-wrapper .tg-column-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
	}

	.tg-footer-column-3, .tg-footer-column-3:first-child {
		flex: 1 1 0px;
	}

	.tg-footer-column-3 form input {
		width: 100%;
	}

	.widget.widget_text form p:first-child {
		margin-bottom: 0;
	}
}

.section-box{
	font-size: 20rem;
}