/*
Theme Name: The Mark News
Author: Verto
Version: 1.0
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html, body {
	width: 100%;
	height: 100%;
}

/* Header Styles */
h1, h2, h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: rgb(153, 0, 0);
	text-transform: uppercase
}
h1 {
	font-size: 30px;
	line-height: 29px;
}
h2 {
	font-size: 20px;
	line-height: 28px;
}
h3 {
	font-size: 15px;
	line-height: 20px;
}

/* Links */
a {
	color: rgb(153, 0, 0);
	text-decoration: none;
}
a:hover {
	color: #333;
}

/* Clear Fix */
.clear {
	clear: both;
}

/* No Image Box (for posts with no Featured Image) */
.no-image-200 {
	width: 200px;
	height: 133px;
	background-color: #cacaca;
	color: #fff;
	text-transform: uppercase;
}

/* Wrapper */
#wrapper {
	background-color: #fff;
}
#header, .content, #footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* Header */
#header {
	background: rgb(51, 51, 51);
	background: rgba(15, 15, 15, 0.85);
	height: 50px;
}
#site-logo {
	width: 44%;
	padding-left: 3%;
	padding-top: 5px;
	float: left;
}
#site-logo a img {
	max-width: 100%;
}
#header-nav {
	float: right;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding-right: 3%;
	padding-top: 20px;
}
#header-nav li {
	display: inline;
	list-style-type: none;
	margin-left: 15px;
	text-transform: uppercase;
	padding: 5px;
}
#header-nav li.current-menu-item {
	padding: 4px;
	border: 1px #fff solid;
}
#header-nav a {
	color: #fff;
}

/* Footer */
#footer {
	background: rgb(153, 0, 0);
	color: #fff;
	padding-bottom: 0.5em;
}
#footer-logo {
	padding-top: 10px;
	padding-left: 40px;
}
#footer-nav {
	margin-bottom: 1em;
}
#footer-nav a:first-child img {
	margin-left: 40px;
}
#footer-nav a:first-child + a img {
	margin-right: 0;
}
#footer-nav img {
	vertical-align: top;
	margin-top: 10px;
	margin-right: 40px;
}
#footer-menu {
	margin-top: 12px;
	display: inline-block;
}
#footer-menu ul li {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	display: inline;
	text-transform: none;
	margin-right: 40px;
}
#footer-menu ul li:first-child {
	margin-left: 40px;
}
#footer-menu ul li a {
	color: #fff;
}
#footer-copyright {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding-left: 40px;
	margin-top: 0.5em;
}

/* Content */
#entry {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
#entry-header {
	background: rgb(51, 51, 51);
	background: rgba(15, 15, 15, 0.85);
}
#entry-social-media {
	float: left;
	padding-top: 10px;
	margin-left: 25px;
}
.share-facebook {
	display: inline-block;
	width: 231px;
	height: 27px;
}
.share-facebook-small {
	display: inline-block;
	width: 21px;
	height: 21px;
}
.share-facebook-mobile {
	display: inline-block;
	width: 79px;
	height: 20px;
}
.share-twitter {
	display: inline-block;
	width: 231px;
	height: 27px;
	margin-left: 25px;
}
.share-twitter-small {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: 5px;
}
.share-twitter-mobile {
	display: inline-block;
	width: 79px;
	height: 20px;
	margin-left: 15px;
}
#entry-date {
	float: right;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
	margin: 0 25px;
}
#entry-date img {
	vertical-align: top;
}
#entry-date #left {
	padding-right: 10px;
}
#entry-date #right {
	padding-left: 10px;
}
#entry-date .none {
	display: inline-block;
	width: 13px;
	height: 25px;
	vertical-align: middle;
}
#entry-title {
	clear: both;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 25px;
	padding-top: 10px;
}
#entry-title a {
	color: #fff;
}
#entry-content {
	background-color: #fff;
	padding: 3em;
}
#entry-author {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	color: #fff;
	padding: 10px 25px;
}
#entry-author span {
	font-style: normal;
	text-transform: uppercase;
}
#entry-author span a {
	color: #fff;
}
#entry-author span a:hover {
	text-decoration: underline;
}
#entry-content p {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 1em;
}
#entry-excerpt p {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	color: rgb(153, 0, 0);
}
#entry-content p img {
	margin: 1em;
}
#entry-content > #entry-post > p:first-child:first-letter {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 57px;
	color: #fff;
	background-color: rgb(153, 0, 0);
	padding: 15px;
	margin-right: 20px;
	float: left;
}
#entry-content blockquote {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 34px;
	letter-spacing: 1px;
	color: #fff;
	background-color: rgb(153, 0, 0);
	padding: 20px;
	margin-right: 40px;
	float: left;
	max-width: 25%;
	text-transform: uppercase;
}
#entry-content blockquote p {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 34px;
	letter-spacing: 1px;
	word-wrap: break-word;
}
#entry-social-media-footer {
	clear: both;
	text-align: center;
	margin-bottom: 1em;
}
#entry-social-media-footer.mobile {
	display: none;
}
#entry-footer {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 34px;
}
#entry-footer a {
	color: #000;
}
#entry-footer img {
	float: left;
	width: 100px;
	height: 66px;
	margin-right: 20px;
}
#entry-separator {
	padding-bottom: 25px;
}

/* Contributors */
#contributors {
	width: 1000px;
	margin: 43px auto;
}
#contributors h1 {
	margin-bottom: 10px;
}
#contributors-nav {
	margin-bottom: 1em;
}
#contributors-nav span {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	padding-right: 10px;
}
#contributors-nav span a {
	color: #333;
}
#contributors ul {
	list-style-type: none;
}
#contributors ul.contributors {
	/*display: none;*/
}
#contributors ul div {
	font-family: 'Lora', serif;
	font-weight: 400;
	color: #333;
}
#contributors ul.featured-contributors div {
	font-size: 20px;
	line-height: 28px;
}
#contributors ul.contributors div {
	font-size: 15px;
	line-height: 20px;
}
#contributors ul li {
	display: inline-block;
	vertical-align: top;
}
#contributors ul.featured-contributors li {
	width: 300px;
	margin-right: 50px;
	margin-bottom: 40px;
}
#contributors ul.contributors li {
	width: 200px;
	margin-right: 66px;
	margin-bottom: 40px;
}
#contributors ul.featured-contributors li img {
	width: 300px;
	height: 200px;
}
#contributors ul.contributors li img {
	width: 200px;
	height: 133px;
}
#contributors ul.featured-contributors li:nth-child(3n), #contributors ul.contributors li:nth-child(4n) {
	margin-right: 0;
}

/* Author (Single Contributor) */
#author {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	width: 1000px;
	margin: 43px auto;
}
#author a#back {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	color: #333;
	display: block;
	margin-bottom: 1em;
}
#author-info {
	width: 466px;
	float: left;
}
#author h1 {
	margin-bottom: 10px;
}
#author-description {
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 20px;
	font-style: italic;
	line-height: 34px;
	margin-bottom: 2em;
}
#author-image {
	float: right;
}
#author-image img {
	width: 466px;
	height: 311px;
}
#author-separator {
	margin-bottom: 1em;
}
ul#author-recent {
	list-style-type: none;
}
ul#author-recent li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-right: 66px;
	margin-bottom: 40px;
}
ul#author-recent li img {
	width: 200px;
	height: 133px;
}
ul#author-recent li:nth-child(4n) {
	margin-right: 0;
}

/* Archive */
#archive {
	font-family: 'Lora', serif;
	color: #333;
	width: 1000px;
	margin: 43px auto;
}
#archive h1 {
	margin-bottom: 10px;
}
#archive ul {
	list-style-type: none;
}
#archive ul.featured {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 1em;
}
#archive ul.recent {
	font-size: 15px;
	line-height: 20px;
}
#archive ul li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}
#archive ul.featured li {
	width: 300px;
	margin-right: 50px;
}
#archive ul.recent li {
	width: 200px;
	margin-right: 66px;
}
#archive ul.featured li img {
	width: 300px;
	height: 200px;
}
#archive ul.recent li img {
	width: 200px;
	height: 133px;
}
#archive ul.featured li:nth-child(3n), #archive ul.recent li:nth-child(4n) {
	margin-right: 0;
}

/* About Us, Contact Us */
#about, #contact {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 20px;
	color: #333;
}
#about {
	line-height: 34px;
	width: 750px;
	margin: 40px 0 40px 40px;
}
#contact {
	line-height: 28px;
	width: 1000px;
	margin: 40px auto;
}
#about div {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 1em;
}
#about p {
	margin-bottom: 1em;
}
#about h1, #contact h1 {
	margin-bottom: 1em;
}
#contact-section {
	width: 50%;
	float: left;
	margin-bottom: 1.5em;
}

/* MOBILE */
@media screen and (max-width : 480px), screen and (device-aspect-ratio : 40/71) {
	html, body, #wrapper {
    min-width: 320px;
    max-width: 480px;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
  #header, .content, #footer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
	#header, #content, #footer {
		max-width: 480px;
	}
	h1 {
		font-size: 25px;
		line-height: 28px;
	}
	h2 {
		font-size: 15px;
		line-height: 28px;
	}

	/* Header */
	#header {
		background: rgb(51, 51, 51);
		background: rgba(51, 51, 51, 1);
		height: 40px;
		text-align: center;
	}
	#site-logo {
		float: none;
		padding: 5px 0;
		height: 30px;
		width: auto;
		margin-left: -25px;
		display: inline-block;
	}
  #header-nav {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #mobile-nav {
  	height: 100%;
  	margin-right: auto;
  	margin-left: 15px;
  	float: left;
  }
  #mobile-nav.inactive {
  	width: 25px;
  	background-image: url("images/nav-icon-inactive.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  #mobile-nav.active {
  	width: 27px;
    background-image: url("images/nav-icon-active.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  #header-nav ul {
  	float: none;
    display: none;
  }
  #header-nav ul li {
    display: block;
    text-align: center;
    border-top: 1px #fff solid;
    padding: 5px;
    margin: 0;
    background-color: rgb(153, 0, 0);
    background-color: rgba(153, 0, 0, 0.85);
  }
  #header-nav li.current-menu-item {
    padding: 5px;
    border: none;
    border-top: 1px #fff solid;
    background-color: rgb(153, 0, 0);
    background-color: rgba(153, 0, 0, 0.85);
  }

 	/* Footer */
 	#footer-logo {
		padding: 10px 20px 0;
		text-align: center;
	}
	#footer-nav {
		text-align: center;
	}
	#footer-nav a:first-child img {
		margin-left: 20px;
	}
	#footer-nav img {
		margin-right: 20px;
	}
	#footer-menu ul li {
		font-size: 15px;
		margin-right: 20px;
	}
	#footer-menu ul li:first-child {
		margin-left: 20px;
	}
	#footer-copyright {
		padding: 0;
 		width: 60%;
 		text-align: center;
 		margin-left: auto;
 		margin-right: auto;
 	}

 	/* Content */
 	#entry {
 		width: 100%;
 	}
 	#entry-date {
 		float: none;
 		text-align: center;
 		position: relative;
 		margin: 0;
 		padding: 6px 0;
 		font-size: 15px;
 	}
 	#entry-date #left {
		padding-right: 0;
		position: absolute;
		left: 5%;
	}
	#entry-date #right {
		padding-left: 0;
		position: absolute;
		left: 90%;
	}
 	#entry-social-media {
 		display: none;
 	}
 	#entry-title {
 		font-size: 22px;
		line-height: 28px;
 		padding: 0 15px;
 		padding-top: 6px;
 		text-align: center;
 	}
 	#entry-author {
 		text-align: center;
 		font-size: 15px;
		line-height: 20px;
 		padding: 6px 15px;
 	}
 	#entry blockquote {
 		display: none;
 	}
 	#entry-content {
 		padding: 25px 15px;
 	}
 	#entry-content p {
 		font-size: 15px;
		line-height: 28px;
 	}
 	#entry-content > #entry-post > p:first-child:first-letter {
 		font-size: 55px;
		line-height: 49px;
 	}
 	#entry-footer {
 		font-size: 15px;
		line-height: 28px;
 	}
 	#entry-social-media-footer {
 		display: none;
 	}
 	#entry-social-media-footer.mobile {
 		display: block;
 	}

 	/* Contributors */
 	#contributors {
 		width: auto;
 		margin: 25px 15px;
 	}
 	#contributors ul.featured-contributors li {
 		width: auto;
 		margin-right: 0;
 		margin-bottom: 25px;
 	}
	#contributors ul.featured-contributors li img {
		width: 200px;
		height: 133px;
	}
	#contributors ul.featured-contributors div {
		font-size: 15px;
		line-height: 28px;
	}
	#all-contributors, #contributors-nav, ul.contributors {
		/*display: none;*/
	}

	/* Author */
	#author {
		width: auto;
		margin: 25px 15px;
		font-size: 15px;
		line-height: 28px;
	}
	#author a#back {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	#author-image {
		float: none;
		margin-bottom: 5px;
	}
	#author-image img {
		width: 280px;
		height: 192px;
	}
	#author-info {
		float: none;
		width: auto;
	}
	#author-description {
		font-size: 15px;
		line-height: 28px;
	}
	ul#author-recent li {
		width: auto;
		margin-right: 0;
		margin-bottom: 25px;
	}
	ul#author-recent li img {
		width: 280px;
		height: 192px;
	}
	ul#author-recent li:last-child {
		margin-bottom: 0;
	}

	/* Archive */
	#archive {
		width: auto;
		margin: 25px 15px;
	}
	#archive ul li {
		margin-bottom: 25px;
		font-size: 15px;
		line-height: 20px;
	}
	#archive ul.featured li, #archive ul.recent li {
		width: auto;
		margin-right: 0;
	}
	#archive ul.featured li img, #archive ul.recent li img {
		width: 280px;
		height: 192px;
	}

	/* About */
	#about {
		margin: 25px 15px;
		width: auto;
		font-size: 15px;
		line-height: 28px;
	}
	#about div {
		font-size: 15px;
		line-height: 28px;
	}
	#contact {
		margin: 25px 15px;
		width: auto;
	}
	#contact-section {
		width: 100%;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 1em;
	}
}

@media screen and (device-aspect-ratio : 40/71) and (orientation : landscape) {
	html, body, #wrapper {
    min-width: 480px;
    max-width: 1136px;
  }
  #header, #content, #footer {
  	max-width: 1136px;
  }
  #header {
  	height: 50px;
  }
  #site-logo {
  	height: 40px;
  }
}
.floatLeft{float:left}
.ml-20{margin-left:20px}
.bdr-hd{border-left: 1px solid #848491;padding-left: 20px;}