/*
	Theme Name: The Georgetown Voice 7.21.20
	Theme URI: http://georgetownvoice.com
	Description: The Georgetown Voice WordPress Theme
	Version: 7.21.20
	Author: Jacob Bilich
	Author URI:
	Tags:

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
main {
	margin-top: 30px !important;
}
.main-small {
	max-width:850px;
	/*width:90%;*/
	margin:0 auto;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a.link-blue:hover {
	text-decoration: none;
	color: #40476E;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1150px;
	width:90%;
	margin:0 auto;
}
.main-wrapper {
	position:relative;
	flex: 1;
}
/* header */
.header {
	z-index: 999;
}
.header li {
	list-style: none;
}

.main-nav li a {
	min-height: 40px;
	letter-spacing: 0.3px;
	font-size: 1.2rem;
}
.main-nav li li a {
	min-height: 0px;
	letter-spacing: 0px;
	font-size: 1.3rem;
	padding: 10px 0 0 0;
}
.main-nav li li:first-child a{
	padding-top: 0;
}
.uk-navbar-dropdown {
	padding: 15px;
}
.subcategory-nav > li:first-child > a {
	padding-left: 0;
}
/* logo */
.logo {
	height: 50px;
}
.logo-img {
	height: 30px;
}
/* .mobile-menu {
	top: 75px;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
} */
.search-white {
	height:60px;
}
.search-menu {
	height:60px;
}
.search-page-result button {
	border: none;
	padding: 0;
}
.search-input {
	height: 40px;
    font-size: 2.1rem;
    border: none;
    background: none;
}
.search-input:focus {
	outline:0;
	border:none;
}
.search-page-result {
	border: none;
}
.search-page-result-input {
	border: none;
    background: none;
    height: 60px;	
}
.search-page-result-input-container {
	border-bottom: 1px solid #e5e5e5;	
}
.search-page-result-input:focus, .search-page-result-input:hover {
	outline:0;
	border: none;
}
.advanced-search .date-range {
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.advanced-search .date-range:focus, .advanced-search .date-range:hover {
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.menu-search {
	width: 24px;
	height: 24px;
}
.gray-menu {
	width: 100%;
	overflow-y: scroll;
}
.menu-overlay {
	position: fixed;
	z-index: 10;
	background: black;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mobile-menu {
	width: 100%;
	padding: 0;
	position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.uk-open > .mobile-menu {
	left: 0;
}
.mobile-menu-body {
	margin-top: 50px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.footer input {
	color:rgba(255, 255, 255, 0.7);
}
.divider-light {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-address {
	margin: 5px 0 0 0;
}
.popular-number-container {
	width: 60px;
	height: 60px;
}
.popular-number-container h1{
	margin: .5rem 0 0 0;
	color: #40476E;
	font-size: 4.1rem;
}
.pagination {
	font-size: 1.5rem;
}
.page-numbers {
	margin: 0 2rem 0 2rem;
}
.page-numbers.current {
	color: #444;
}
a.page-numbers {
	color: #999;
}

.feature-2-viewport-height {
	height: 80vh;
}
.feature-viewport-height {
	height: auto;
}
.feature-viewport-height img {
	max-width: 100%;
    position: unset;
    left: 0;
    top: 0;
    transform: none;
    height: auto !important;
}
.feature-gradient-background {
	background: linear-gradient(
    to top,
    #222,
    rgba(0, 0, 0, 0)
  )
}
.feature-gradient-background-light {
	background: linear-gradient(
    to top,
    #fff,
    rgba(0, 0, 0, 0)
  )
}

.uk-grid-collapse .publish-date {
	margin-top: 0.4rem;
	margin-bottom: 0.4rem
}
.home-section-1-right {
	display: block;
}
.home-section-list:hover {
	text-decoration: none;
	color: #40476E;
}

.author-bio-avatar-container {
	width: 65px;
}

/* comments */
.comment-body {
	margin-bottom: 20px;
}
.comment-body p {
	font-size: 1.8rem;
	font-family: Georgia;
	line-height: 1.6;
	margin: 10px 0;
}
.comments-list {
	list-style: none;
	padding: 0;
}
.comments-list .depth-1:last-child .comment-body{
	padding-bottom: 0;
}
.comment .children {
	padding-left: 30px;
	list-style: none;
	border-left: 1px solid #e5e5e5;
}
.children .comment:last-child {
	border-bottom: 0;
}
.comments .comment:last-child {
	border-bottom: 0;
}
.comment {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.comments-list img{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-right: 20px !important;
	margin: 0;
}
.comments-list cite {
	font-family: "national-2-medium", -apple-system, sans-serif;
	font-style: normal;
    font-size: 1.3rem;
}

.comments-list span {
	font-style: normal;
	font-size: 1.3rem;
}
#cancel-comment-reply-link {
	font-style: normal;
    font-size: 2.1rem;
}
.comments-list .says {
	display: none !important;
}

.comment-author {
	display: flex;
	align-items: center;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.aspect-image-container {
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.rectangle-image-container {
	padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
}
.square-image-container {
	padding-top: 100%; /* 1:1 Aspect Ratio */
}
.issue-image-container {
	padding-top: 110%; /* 10:11 Aspect Ratio (divide 11 by 10 = 1.1) */
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'nib-semibold-pro';
    src: url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-pro.eot');
    src: url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-pro.eot?#iefix') format('embedded-opentype'),
         url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-pro.woff2') format('woff2'),
         url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-pro.woff') format('woff'),
         url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nib-semibold-italic-pro';
    src: url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-italic-pro.eot');
    src: url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-italic-pro.eot?#iefix') format('embedded-opentype'),
         url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-italic-pro.woff2') format('woff2'),
         url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-italic-pro.woff') format('woff'),
         url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/nib-semibold-italic-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  	font-family:'national-2-medium';
  	src: url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/national-2-web-medium.eot');
    src: url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/national-2-web-medium.eot?#iefix') format('embedded-opentype'),
         url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/national-2-web-medium.woff2') format('woff2'),
         url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/national-2-web-medium.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face {
  	font-family:'national-2-regular';
  	src: url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/national-2-web-regular.eot');
	src: url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/national-2-web-regular.eot?#iefix') format('embedded-opentype'),
	     url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/national-2-web-regular.woff2') format('woff2'),
	     url('https://georgetownvoice.com/wp-content/themes/the-georgetown-voice-7-22-20/fonts/national-2-web-regular.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
.text-white {
	color: white;
}
.serif {
	font-family: 'nib-semibold-pro', serif;
	letter-spacing: -0.2px;
}
.sans {
	font-family: "national-2-regular", -apple-system, sans-serif;
}
.sans-bold, b, strong {
	font-family: "national-2-medium", -apple-system, sans-serif;
	font-weight: normal;
}
.serif-italic, .serif i, .serif em {
	font-family: 'nib-semibold-italic-pro', serif;
	font-style: normal;
}
p {
	font-size: 1.3rem;
}
table, table tbody p {
	font-family: "national-2-regular", -apple-system, sans-serif;
	font-size: 1.7rem;
}
table tbody p b, table tbody p strong {
	font-family: "national-2-medium", -apple-system, sans-serif;
	font-weight: normal;
}
td {
	padding: 5px;
}

em {
	color: inherit !important;
}
.credit-author-image-container {
	margin-bottom: 20px;
}
.article-section-title {
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-family: "national-2-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
}

.article-single-section-title {
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-family: "national-2-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.3rem;
	line-height: 1.1;
	margin: 0 0 2rem 0;
}
.article-dec {
	margin: 1rem 0 0 0;
}
.article-author-container {
	margin: 2rem 0 0 0;
}
.article-author {
	margin: 1rem 0 0 0;
}
.main-home .article-author {
	margin: 0.5rem 0 0 0;
	font-size: 1.2rem;
}
.article-single-headline {
	margin: 1rem 0 2rem 0;
}
.article-headline-1 {
	margin: .75rem 0 0 0;
	font-size: 2.5rem;
	padding-top: .5rem;
}
.article-headline-1.sans-bold {
	padding-top: 0;
}
.article-headline-2 {
	margin: 1rem 0 0 0;
	font-size: 1.8rem;
}
.article-headline-3 {
	margin: 0.75rem 0 0 0;
	font-size: 1.5rem;
}
.serif em {
	font-family: "nib-semibold-italic-pro", serif;
}
/* .sans em {
	font-family: "national-2-regular-italic", sans-serif;
}
.sans-bold em {
	font-family: "national-2-medium-italic", sans-serif;
} */

article p, article ol, article ul {
	font-size: 1.7rem;
	font-family: Georgia;
	line-height: 1.6;

}

article p b, 
article p strong, 
article ol b,
article ol strong,
article ul b,
article ul strong {
	font-family: Georgia;
	font-weight: bolder;

}

article p:not(.wp-caption-text) a {
	text-decoration: underline;
	color: #40476E;
}
.wp-block-pullquote p, blockquote p {
	font-size: 1.7rem;
    font-family: "national-2-medium", sans-serif;
    font-style: normal;
}
.wp-block-pullquote, blockquote {
	margin: 0 4rem;
}
.article-single-caption-container {
	margin: 0.5rem 0 0 0;
}
.article-single-caption {
	font-family: Georgia;
	font-style: italic;
	font-size: 1.4rem;
}
.wp-block-image figcaption {
	font-family: Georgia;
	font-style: italic;
	font-size: 1.4rem;
}
.wp-block-image {
	margin: 2rem 0;
}
.article-single-credit-link, .article-single-credit-link:hover {
	color: #999;
}
.article-single-credit {
	font-size: 1.2rem;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

}
/* Phone landscape and bigger */
@media only screen and (min-width: 640px) {
  .feature-viewport-height, .feature-viewport-height.uk-cover-container, .feature-2-viewport-height {
  	height: calc(100vh - 91px);
  }
  .feature-viewport-height img {
  	max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
	.logo {
		height: 90px;
	}
	.logo-img {
		height: 55px;
	}
	.home-section-1-right {
		display: none;
	}
}
@media only screen and (min-width:960px) {
	.home-section-1-right {
		display: block;
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1200px) {
	.uk-padding {
    	padding: 30px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.post-edit-link {
	font-size: 1.3rem;
    line-height: 1;
}
    

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter, {
	display:block;
	margin: 2rem 0;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	max-width:100%;
	margin: 2rem 0;
}
img.size-large {
	margin: 0 0 1rem 0;
}
.wp-caption img.size-large, .wp-block-image img.size-large {
	margin: 0;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	line-height:1.4;
	margin: 1rem 0 0 0;
	font-family: Georgia;
	font-style: italic;
	font-size: 1.4rem;
}
.extra-caption-credit {
	margin: 0 0 1rem 0;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
