/*	 
Theme Name: Nelson Literary Dev
Theme URI: https://nelsonagency.com
Description: Custom Theme for the Nelson Literary Agency
Author: Todd Jackson
Author URI: http://www.toddjacksonworks.com
Version: 2.0
*/


body, html {
	font-family: 'Lato', sans-serif;
}

body {
}

.full-page {
	height: 100vh;
}

a {
	color: #660099;
}

a:hover {
	text-decoration: none;
}

.btn-custom {
	color: #fff;
	background-color: #564787;
	border: 1px solid #564787;
	font-weight: bold;
}

.btn-custom:hover {
	color: #fff;
	background-color: #483b71;
	border: 1px solid #483b71;
}

.btn-light {
	background-color: #dae0e5
	border: 1px solid #dae0e5
}

.slick-prev::before, .slick-next::before {
	 color: #564787;
}
/*
.main-window {
	height: 90vh;
}
*/

.mobile-window {
	min-height: 100vh;
}

#nla-top {
	justify-content: start; 
}

.nla-top-scroll {
	justify-content: start;
	width: 200px;
	background: rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.9);
	border-right: 1px solid rgba(255,255,255,.9);
	border-bottom-right-radius: 20px;	
}

.navbar-brand {
	padding-left: 20px;
	margin-right: 0;
}

.cover-contain {
/*	height: 100vh;*/
	background-size: cover;
	background-position: center center;
	height: 100%;
}

.navbar-toggler {
	padding: 0;
	font-size: 2.5rem;
	line-height: 1;
	background-color: transparent;
	border: 0px solid transparent;
	margin-right: 1rem;
}

	
	

.fa-bars {
	color:#564787;
}

.img-home {
	width: 90%;
	height: 90%;
	object-fit: contain;
	padding: .5rem;
}

 
 
.fadeIn {
animation-duration: 4s;
}

.fadeOut {
animation-duration: 4s;
}
	
	
	.content-box {
		margin-top: 12vh;
	}
	
	.content-box-inner {
		margin: 200px 0;
		background: rgba(255,255,255,1.0);
		height: 80%;
		overflow: hidden;
	}

	
	.box-content h1 {
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 2.2rem;
		color: #0076a3;
		text-transform: uppercase;
		letter-spacing: .4rem;
	}
	
	.box-content h2 {
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 1.2rem;
		color: #564787;
	}


	.box-content p {
	}
	
	.nla-main-logo {
		width: 100%;
/*		min-height: 120px;*/
		min-height: calc(100vw * .25);
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		border: 0;
		margin: 100px 0;
		padding: 0;
		background: transparent url('images/nla-logo-text-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; 
	}
	
	.logo-justtext {
/*		height: 100%; Commented out for Submission Page */
	}
	


	.second-section {
	}
	
	.agent-image-container {
		position: relative;
	}
	
	.agent-image {
		filter: grayscale(100%);
		object-fit: cover;
		width: 100%;
	}
	
	.incolor {
		filter: none;
	}
	
	.agent-image-button {
		position: absolute;
		bottom: 0;
		right: 0;
		background: #fff;
		padding: .1rem .3rem;
	}

.nav-item {
	color: #0076a3;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.nav-info {
	color: #555;
	font-family: 'Lato', sans-serif;
}

.nav-info .fa-li {
	color: #0076a3;
}

#part2 {
	background: #F3F3F3;
	min-height: 85vh;
}

#part3{
}

#part4 {
	background: #F3F3F3;
}



.bottom-arrow {
	padding-bottom: 100px;
}

.bottom-arrow:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 50px solid #F3F3F3;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.bottom-arrow2 {
	background: #f3f3f3;
	padding-bottom: 100px;
}

.bottom-arrow2:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.intro-text p {
	font-size: 1.3rem;
	line-height: 2.1rem;
	margin-bottom: 2.6rem;
}


	.submission-panel {
		 background:#b7d3f2;
		padding-top: 100px;
	}
	
	.pub-rants-panel {
		padding-top: 100px;
	}

	.staff-item {
		
	}
	
	.staff-item h2 {
		font-family: 'Lato', sans-serif;
		color: #564787;
		font-size: 1.3rem;
		font-weight: 700;
		margin: 0;
	}

	.staff-item h3 {
		font-family: 'Lato', sans-serif;
		color: #222;
		font-size: 1rem;
		font-weight: 400;
	}
	
	.mailing h4 {
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		color: #564787;
	}
	
	.submit_time {
		font-size: 2.5rem;
		color: #564787;
	}
	
	.home-submit-box {
		background: rgba(183,211,242,.3);
		border:1px solid #b7d3f2;
	}
	
	.home-submit-box h2 {
		text-align: center;
	}
	
	
	.submit_query, .response_time {
	}
	
	.img-full {
		max-width: 100%;
		height: auto;
	}
	
	.img-full-md {
		max-width: 100%;
		height: auto;
	}
		


	h1 {
		font-family: 'Lato', sans-serif;
		color: #564787;
		font-weight: 700;
		font-size: 2rem;
	}
	
	.agent_head {
		padding-right: 100px;
		text-transform: uppercase;
		font-weight: 400;
transform: rotate(-90deg);
transform-origin: 0%;
margin: 0 0 0 200px;
	 position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 5rem;
	letter-spacing: 1rem;
	height: auto;
 	}
	
	.agent_head span {
		color: #0076a3;
	}
	

.news_image {
	display: block;
	margin: 0 auto 10px;
}

.alt-section {
	background: rgba(183,211,242,.3);
	border-bottom: 1px solid #b7d3f2;
	border-top: 1px solid #b7d3f2;
}

.section-head {
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: rgba(86, 71, 135,.5);
	font-weight: 700;
	font-size: 1.4rem;
	padding: .1rem 0;
	margin: 0 0 1.8rem 0;
	text-transform: uppercase;
	letter-spacing: .5rem;
}

.news-item ul {
	padding: 9px;
	font-size: .9rem;
}

.news-item .more {
	font-size: .8rem;
}


.slick-track{
	display: flex;
	height: 100%;
}

	.slick-track.slick-slide{
		display: flex;
		height: auto;
		align-items: center; //optional
		justify-content: center; //optional
	}


.client-box h4 {
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.25rem;
}

.client-box a {
	text-decoration: underline;
}

.client-box {
	margin-bottom: 1rem;
	font-size: .8rem;
}

.client-box img {
	max-width: 180px;
	max-height: 180px;
}

.film-item h4 {
	font-family: 'Lato', sans-serif;
	color: #564787;
}

.film-item {
	margin-bottom: 1rem;
	font-size: .8rem;
	padding: 0 .8rem;
}

.agent-book {
	padding: 0 1rem;
}

/* Home Page */

.covers-panel {

}


/* Agent Page */

	.agent_panel_1 {
		padding-top: 100px;
	}

	.agent-name {
		width: 100%;
		min-height: 120px;
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		border: 0;
		margin: 0;
		padding: 0;
	}


	.agent-name-Kristin {
		background: transparent url('images/agent-names/nla-kristin-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; 
	}

	.agent-name-Danielle {
		background: transparent url('images/agent-names/nla-danielle-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; 
	}

	.agent-name-Quressa {
		background: transparent url('images/agent-names/nla-quressa-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; 
	}

	.agent-name-Joanna {
		background: transparent url('images/agent-names/nla-joanna-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; 
	}

	#submission-title {
		background: transparent url('images//nla-submissions-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; 
	}
	
	#pub-rants-title {
		background: transparent url('images/nla-pub-rants-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; 
	}


	
	.agent-bio {
	}

	.agent-mswl-head {
		font-size: 3rem;
		font-weight:bold;
		line-height:.9;
		color: #0076a3;
	}
	
	.news-items {
		padding-bottom: 4rem;
	}
	
	.img-news {
		max-height: 60px;
		width: auto;
		margin: auto;
		max-width: 100%;
		display: block;
	}

	.film_image {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto .8rem;
	}

	.film-info-box {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
    background: rgba(0,118,163,.2);
  position: relative;
  border: 1px solid #0076a3;
}
.film-info-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.film-info-content p {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
	
	
/* Pub Rants */

	.rants_logo {
		text-align: center;
		font-family: "myriad-pro-condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		text-transform: uppercase;
		color: #660099;
		font-size: 48px;
		line-height: 40px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 8px;
		padding-bottom: 8px;
		letter-spacing: 10px;
	}
	
	.rants_logo_sm {
	font-size: 40px;
	line-height: 30px;
	letter-spacing: 4px;
	margin-top: 6px;
margin-bottom: 18px;
	}
	
	.home_blog_image_container {
	width: 148px;
	height: 148px;
	float: left;
	border: 1px solid #000;
	overflow: hidden;
	margin-bottom: 8px;
	}
	
	.rants_subtitle {
		font-style: italic;
		text-align: center;
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 30px;
	}
	

	.archive-title {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 12px;
		margin-top: 0;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
	}
	
	.entry-title {
		font-size: 2rem;
		line-height: 2.1rem;
		margin-bottom: .5rem;
		margin-top: 0;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
	}

	.post-byline {
		font-size: 1.5rem;
		line-height: 1.8rem;
		margin-bottom: .5rem;
		margin-top: 0;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
	}
	
	
	.post p {
		font-size: 1.1rem;
		line-height: 1.6rem;
		margin: 0 0 1.6rem;
	}
	
	.post {
		padding-bottom: 3rem;
		padding-top: 3rem;
		border-bottom: 1px solid #205165;
	}
	
	.meta {
		margin-bottom: 12px;
	}
	
	
	.more {
		font-weight: bold;
		font-size: 1rem;
	}

	.pagination {
		margin-top: 1.6rem;
	}
	
	.pagination a {
		color: #205165;
	}
	
	.page-item.active .page-link {
    background-color: #205165;
    border-color: #205165;
}
	
	.post_date {
		font: bold 12px/12px "Lato", sans-serif;
		margin: 0 0 0 12px;
		text-transform: uppercase;
		color: #205165;
	}
	
	.post_items {
		float:right;
		width: 150px;
		margin-left: 12px;
		margin-bottom: 12px;
		font-family: 'Lato', sans-serif;
	}
	
	.status strong, .listening_to strong {
		font-family: 'Lato', sans-serif;
		font-size: 18px;
	}
	
	.status p, .listening_to p {
		padding-left: 18px;
		margin: 0;
	}
	
	.status {
		color: #660099;
		background: #EED7FA;
		padding: 5px;
	}
	
	.listening_to {
		color: #ba0095;
		background: #FCD8EC;
		padding: 5px;
	}
	
	.blog_image_container {
		width: 148px;
		float: left;
		margin-right: 20px;
		height: 148px;
		border: 1px solid #000;
		overflow: hidden; 
	}
	
	.blog_image_container img {
		min-height: 150px;
		min-width: 150px;
	}
	
	#sidebar_blog {
		background: rgba(44,112,140,.3)
	}
	
	#sidebar_blog a {
		color: #2c708c;
	}
	
	#sidebar_blog a:hover {
		color: #205165;
	}
	
	.widget h3, .pub_rants_tease h3 {
		font-family: 'Lato', sans-serif;
		color: #205165;
		font-size: 1.2rem;
		margin-bottom: .5rem;
		line-height: 1.2rem;
		font-weight: bold;
	}
	
	.pub_rants_tease {
		background: #f9eeff;
		margin-top: 24px;
		padding-top: 10px;
	}
	
	.pub_rants_tease h3 {
		margin-top: 10px;
		text-align: center;
	}
	
	.pub_rants_tease li {
		font-family: 'Lato', sans-serif;
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 18px;
	}
	
	#tease_whole_blog {
		text-align: center;
		font-weight: 700;
	}
	
	.widget {
		padding: 6px 6px 0;
		margin-top: 24px;
	}
	
	.archive_head {
		font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
		font-size: 24px;
		color: #999;
	}
	
	.archive_head span {
		font-size: 30px;
		color: #660099;
	}
	
	#postmetadata {
		margin-top: 12px;
	}
	
	#postmetadata p {
		margin: 0 0 0 6px;
		font-size: 12px;
	}
	
	#postmetadata strong {
		font-style: italic;
	}
	
	.comment_head {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 6px;
		margin-top: 18px;
		font-family: 'Lato', sans-serif;
	}
	
	#help-block {
		margin-top: 4px;
	}
	
	.all_comments {
		margin-bottom: 12px;
	}
	
	.all_comments header {
		height: auto;
	}
	
	#blog-tease {
		text-align: right;
		margin: -21px 0 21px;
	}
	
	.navigation, .pager {
		padding-bottom: 50px;
	}
	
	.commentlist {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	.children {
		list-style-type: none;
	}
	
	.comment {
		margin-bottom: 12px;
	}
	
	.comment-meta {
		background-color: #f9eeff;
		margin: 20px 0px 12px;
		height: 50px !important;
	}
	
	.comment-meta img.avatar {
		margin-right: 12px;
		display: block;
		float: left;
	}
	
	.reply {
		text-align: right;
	}
	
	.time {
		font-size: 11px;
		display: block;
		width: 90px;
		float: right;
		padding-right: 10px;
		padding-left: 10px;
		border-left: 1px solid #fff;
		height: 50px;
		text-align: center;
		padding-top: 7px;
	}
	
	cite.fn {
		font-family: 'Lato', sans-serif;
		font-size: 24px;
		line-height: 50px;
	}
	
	.comment-reply-link {
		padding: 5px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #fff;
		background: #660099;
	}
	
	.comment-reply-link:hover {
		color: #fff;
		background:#9300dd;
		
	}
	
	#respond {
		margin-bottom: 45px;
	}

	.stafftext ul {
		list-style: none;
		padding-left: 0;
	}
	
	.purple {
		color: #660099;
	}
	
	.stafftext ul>li {
		padding-bottom: .6rem;
	}
	
	.stafftext ul>li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  width: 1em; /* same as padding-left set on li */
		color: #660099;
}




/* Just a parent container for the videos */

/* Individual video container */
.video-wrap {
  position: relative;
  width: 100%;
}
.video-wrap .placeholder {
  width: 100%;
}
.video-wrap .play-btn {
  position: absolute;
  max-width: 700px;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1; /* needed if using Bootstrap */
  text-align: center;
  color: #eaeaea;
  background-color: rgba(255,255,255,.4);
  border-radius: 50px;
  transition: color, background-color .2s ease;
}
.video-wrap .play-btn:hover,
.video-wrap .play-btn:focus {
  color: #000;
  background-color: rgba(255,255,255,.8);
  cursor: pointer;
}
.play-btn::after {
  /*
  Font Awesome recommends these styles
  https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
  */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*
  Define the font family, weight, and icon
  */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 30px;
  content: "\f04b";
  /* positioning tweaks */
  padding-top: 15px;
  padding-left: 5px;
}
	

/* Media Queries */

@media (max-width: 991px) {
	
	#photos .row, #agent_photos .row{
		/* Just in case there are inline attributes */
		height: 25vh !important;
		margin: 0;
	}
	

}

@media (min-width: 576px) {


}

@media (min-width: 768px) {
	
	.main-window {
		height: 90vh;
	}
	
	
	.nla-main-logo {
		min-height: calc(90vh - 120px);
		width: auto;
		margin-top: 100px;
		background: transparent url('images/nla-logo-text-90ccw.png');
		background-size: contain;
		background-repeat: no-repeat;		
	}


	#photos .row, #agent_photos .row {
		height: 30vh !important;
		margin: 0;
	}	
	
	.content-box {
		margin-top: auto;
	}
	
	.img-full {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.img-sql 
	
	.img-full-width {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	
	
	h1 {
		font-size: 2.5rem;
	}	
	
	
	.img-home {
		width: 95%;
		height: 95%;
		object-fit: contain;
		margin: auto;
		padding: .6rem;
	}

	.submit_query, .submit_represent {
		font-size: 1rem;
	}
	

	.submit_represent {
	}
	
	.response_time {
	}

	
	/* Agent Page */
	.agent_panel_1 {
		padding-top: 0px;
	}	

	.agent-name {
		min-height: calc(100vh - 120px);
		width: 100%;
		margin-top: 100px;
	}
	
	.agent-name-Kristin {
		background: transparent url('images/agent-names/nla-kristin-90ccw.png');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.agent-name-Quressa {
		background: transparent url('images/agent-names/nla-quressa-90ccw.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.agent-name-Joanna {
		background: transparent url('images/agent-names/nla-joanna-90ccw.png');
		background-size: contain;
		background-repeat: no-repeat;
	}

	.agent-name-Danielle {
		background: transparent url('images/agent-names/nla-danielle-90ccw.png');
		background-size: contain;
		background-repeat: no-repeat;
	}

	
	.slick-slide {
		margin: 0 20px;
	}

	#submission-title {
		background: transparent url('images/nla-submissions-90ccw.png');
		background-size: contain;
		background-repeat: no-repeat;
		min-height: calc(100vh - 100px);
		width: 100%;
		margin-top: 100px;
	}
	
	#pub-rants-title {
		background: transparent url('images/nla-pub-rants-90ccw.png');
		background-size: contain;
		background-repeat: no-repeat;
		min-height: calc(100vh - 100px);
		width: 100%;
		margin-top: 100px;
	}
	
	/* Submissions */

	.submission-panel {
		 background:#fff;
		padding-top: 0;
	}
	
	.pub-rants-panel {
		padding-top: 0;
	}
	
	.blog-top-md {
		margin-top: 100px;
	}
	

}

@media (min-width: 992px) {

.main-window2 {
	height: 100vh;
}
	



	/* Agent Page */
	
	.agent-mswl {
		padding: 0 2rem;
	}

}

@media (min-width: 1200px) {


	.agent_panel_1 {
		min-height: 90vh;
	}
	
	.film-item {
		padding: 0 1.2rem;
	}
	
}