/*--------------------------------------------------
				JEP
site version 2

custom CSS styles for portfolio.jeffparente.com

Lawyers: http://jeffparente.com/legal/
--------------------------------------------------*/
/*----------  import fonts --------------- */
/*Josefin+Sans*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
/*Montserrat*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/*---- from initilizer (moved from doc head) -----*/
body {
	padding-top: 50px;
	/*padding-bottom: 20px;*/
} /*---------- CLOSE from initilizer -------------*/

/* ------------------------------------------------
		Color scheme
#353535 rgb(53, 53, 53)  - dark_gray1 - (main nav)

#707070

#B9B9B9 rgb(185, 185, 185) - grey1 - header nav link

#ccc rgb(204, 204, 204) - gray2 - header title

#DCDCDC rgb(220, 220, 220) - gray3 - header nav active

#f0f0f0 rgb(240, 240, 240) - gray4  - page background

------------------------
accent colors-----------

#213F99 rgb(33, 63, 153) - jep_blue

#000835 rgb(0, 8, 53) - dark_jep_blue

------------------------------------------------ */
/*--- begin testing backgrounds ---*/
.test_bg1 {
	background-color: red;
}
.test_bg2 {
	background-color: maroon;
}
.test_bg3 {
	background-color: blue;
}
.test_bg4 {
	background-color: cyan;
}
.test_bg5 {
	background-color: yellow;
}
.test_bg6 {
	background-color: green;
}

/*--- END testing backgrounds ---*/

body {
	background-color: #f0f0f0;	
	/*position: relative;
	min-height: 100vh;*/
}

/*---------- text ---------------*/
body, h1, h2, h3, h4, h5, h6, p {
	color: #353535;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, sans-serif;
	line-height: 1.3em;
}
p {
	margin: 0 0 .9em;
}
a {
	color: #213f99;
	text-decoration:none;
}
a:hover {
	color: #213f99;
	text-decoration:underline;
}
a:active {
	color: #213f99;
}

/*---------- header ---------------*/
.navbar-inverse {
	background: #353535;	
}
.navbar-fixed-top {
	border-color: #353535;
}
.navbar-header div.nav_site_title {
	background-image: url("/_images/JP-logo-cccccc.png");
	background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 65px;
	padding-top: 5px;
	min-height: 60px;
	margin: 5px 0;
}
.nav_site_title a.navbar-brand {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px;
	color: #ccc;
}
.navbar .main_nav {
	color: #f0f0f0;
	text-align:right;
	font-family: Montserrat, sans-serif;
	padding-top: 12px;
}
.navbar .main_nav li {
	display: inline-block;
	margin: 2px;
	padding: 10px;
	font-size:16px;
}
.navbar .main_nav li:last-of-type {
	padding-right: 0px;
}
.navbar .main_nav li a {
	color: #f0f0f0;
	text-decoration:none;
}
.navbar .main_nav li.active_li a {
	color: #DCDCDC;
}
.navbar .main_nav li a {
	color: #B9B9B9;
	text-decoration:none;
}
.navbar .main_nav li a:hover {
	color: #fff;
	text-decoration:none;
}
.navbar .main_nav li a:active {
	color: #213f99;
	text-decoration:none;
}

.navbar-toggle {
	padding-top: 15px;	
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #B9B9B9;	
}
/*------ project page stuff --------*/
/*---- layout div's ----*/
.project_page {
	min-height: 70vh;
}
.title_row {
	
}
.project_cover_row {
	margin-bottom: 15px;
}
.cover_img_div {
	
}
.project_table_div {
	
}
.project_imgs_row {
	
}
.project_imgs_div {
	
}
.project_desc_row {
	padding-bottom: 15px;
}
.project_desc_div {
	font-size: 16px;
}
/*--- project page elements ---*/
h1.project_title {
	font-size: 54px;	
	margin: 50px 0 40px 0;
}
.project_cover_img {
	max-width: 100%;
	margin-bottom: 10px;
}
/*--- project table ----*/
.project_table_ul {
	padding: 0;
	list-style:none;
	font-size:16px;
	max-width:100%;
	margin-top: 0;
	margin-bottom: 15px;
}
.project_table_ul li {
	width:100%;
	padding: 10px 10px 10px 15px;
	border-bottom:1px solid #606060;
}
.project_table_field {
	width: 7.4em;
	display: inline-block;
	font-size: 13px;
	padding-right: 10px;
}
.project_table_value {
	
}
.project_table_value a {
	color: #213f99;
	text-decoration:none;
}
.project_table_value a:hover {
	color: #213f99;
	text-decoration:underline;
}
/*--- project table bootstrap ----*/
.project_table_div {
	font-size:16px;
}
.project_table_row:last-of-type {
	margin-bottom:15px;
}
.project_table_row {
	border-bottom:1px solid #606060;
	padding-top:10px;
	padding-bottom:10px;
}
div.col-xs-3.project_table_field_col {
	font-size: 13px;
	padding: 3px 0 0 14px;
}
.project_table_value {
	
}
.project_table_value_col a {
	color: #213f99;
	text-decoration:none;
}
.project_table_value_col a:hover {
	color: #213f99;
	text-decoration:underline;
}

/*--- project image gallery ----*/
ul.gallery_img_list {
	list-style-type: none;
	/*padding-left: 15px;*/
	padding-left: 0;
}
ul.gallery_img_list li {
	float: left;
	margin: 0 3px 0 0;
	display: inline-block;
	background:#213F99;
	border-radius:30px;
	font-size: 18px;
	min-height:2em;
	min-width:2em;
	text-align:center;
	padding-top:.25em;
	margin-bottom: 6px;
	
}
ul.gallery_img_list li.gallery_img_li_hover {
	background:#000835;	
}
ul.gallery_img_list li a {
	font-weight: bold;
	display: block;
	color: #FFF;
	text-decoration:none;
}
.gallery_imgs_label {
	font-size: 30px;
	padding: 0 10px 0 0px;
	margin-top: 26px;
}
/*--- project description ----*/
.desc_h2 {
	/*margin-top: 10px;*/
	margin-top:0;	
}
.project_desc_div p {
	font-size: 16px;
	line-height: 1.55em;
	max-width: 85%;
	
}
.long_desc_ul li {
	margin-bottom: .7em;
}
.long_desc_ul li:last-of-type {
	margin-bottom: 0;
}
blockquote {
	font-size: 16px;
	line-height: 1.65em;
	background-color: #DBDADA;
	padding: 15px 25px;
	margin: 10px 20px;
}
/*--------- category page ------------*/
/*---- category header -----*/
.jep_category_header {
	background-color: #707070;
	margin-top: 20px;
	margin-bottom:30px;
}
.container.category_page_header {
	text-align:center;
}
.category_page_h1 {
	color: #f0f0f0;
	margin: 50px 40px;
} 
/*-- blue header --*/
.jep_category_header.jep_blue {
	background-color: #213F99;
	margin-top: 21px;
}
.jep_category_header.jep_blue .category_page_h1 {
	color: #f0f0f0;
	margin: 30px;
}
/*---- category listing stuff -----*/
.category_page {
	
}
.category_listing_entry {
	margin: 0 0 30px;
	padding: 15px;
	border-radius: 4px;
	background-color:#fff;
}
.category_listing_entry .project_table_category_row {
	display: none;	
}
.category_listing_entry_info_row {
	
}
.listing_entry_cover_img_div {
	max-width: 100%;
	margin: 8px 0;	
}
.listing_entry_cover_img_div a .project_cover_img {
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	/*opacity:0; */
}
.listing_entry_cover_img_div a .project_cover_img.lazyloaded:hover {
	opacity: 0.75;
}
.listing_entry_cover_img_div .project_cover_img {
	
}
/* -- lazy slide loader stuff */
/* animation stuff from: https://blog.hubspot.com/website/css-loading-animation */ 
@keyframes placeHolderShimmer {
	0% {
	  background-position: -800px 0
	}
	100% {
	  background-position: 800px 0
	}
  }
  .animated-background { /* apply thi class to .listing_entry_cover_img_div to make 1.0 version work */
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
	background-size: 800px 104px;
	min-height: 70px;
	position: relative;
  }
  
  .static-background {
	background-color: #f6f7f8;
	background-size: 800px 104px;
	height: 70px;
	position: relative;
	margin-bottom: 20px;
  }
.project_cover_img.low_q_cover {
	width: 100%;
	height: 100%;
	/*filter: blur(10px);
	/*transition: all ease .3s; */
}
/* this rule worked for version 1.0:
.listing_entry_cover_img_div a .project_cover_img.lazyload, .listing_entry_cover_img_div a .project_cover_img.lazyloading {
	opacity: 0;
} */
/*
.listing_entry_cover_img_div a .project_cover_img.lazyload, .listing_entry_cover_img_div a .project_cover_img.lazyloading {
	filter: blur(2px);
}  
*/
.project_cover_img.lazyload, .project_cover_img.lazyloading {
	filter: blur(2px);
} 
.listing_entry_cover_img_div a .project_cover_img.lazyloaded {
	/*filter: none; */
	opacity: 1;
}

/*-- category listing decending selectors --*/
.category_listing_entry .project_table_row {
	border-bottom:1px solid #606060;
	padding-top:3px;
	padding-bottom:3px;
	margin-left: 0;
	margin-right:0;
}
.category_listing_entry .listing_entry_cover_img_div {
	max-height: 250px;
	overflow:hidden;
}
.category_listing_entry .project_title {
	font-size: 25px;
	margin: 10px 0 4px;
}
.project_title  a {
	color:#353535;
	text-decoration:none;
}
.project_title  a:hover {
	color:#213f99;
	text-decoration:none;
}
.category_listing_entry div.col-xs-3.project_table_field_col {
	padding-left: 8px;	
}
.category_listing_entry .listing_entry_gallery_imgs {
	overflow:auto;	
}
.category_listing_entry ul.gallery_img_list {
	float: none;	
}
.category_listing_entry ul.gallery_img_list li {
	font-size: 14px;	
}
.listing_entry_read_more_link {
	/*position: relative;	*/
	overflow: auto;
	min-height:34px;
	font-size: 16px;
}
.listing_entry_read_more_link a {
	/*position:absolute;
	bottom: 8px;
	right:10px;*/
	float:right;
	font-weight:bold;
	margin-top:5px;
	color:#353535;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.listing_entry_read_more_link a:hover {
	color:#213f99;
	text-decoration:none;
}
.listing_entry_read_more_link a.button_link {
	/*position:absolute;
	bottom: 8px;
	right:10px;*/
	float:right;
	font-weight:bold;
	/*margin-top:5px;*/
	color: #fff;
	margin: 0 6px;
	padding:4px 12px;;
	border-radius: 3px;
	background-color: #353535;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align:center;
}
.listing_entry_read_more_link a.button_link:hover {
	background-color: #213f99;
}

/*.project_table_div {
	font-size:16px;
}
.project_table_row:last-of-type {
	margin-bottom:15px;
}
.project_table_row {
	border-bottom:1px solid #606060;
	padding-top:10px;
	padding-bottom:10px;
}
div.col-xs-3.project_table_field_col {
	font-size: 13px;
	padding: 3px 0 0 14px;
}
.project_table_value {
	
}
.project_table_value_col a {
	color: #213f99;
	text-decoration:none;
}
.project_table_value_col a:hover {
	color: #213f99;
	text-decoration:underline;
}*/




/*zzzzzzzzzzzzzzzzzzzzz
.category_listing_container {
	width: 100%;
	margin: 0 50px;
	overflow:hidden;	
}
*/
/*---------- home page ---------------*/
.jep_portfolio_home_jumbo {
	
}
.jep_home_vert_spacer {
	min-height: 100px;	
}
.jep_portfolio_home_contain {
	min-height: 300px;
}
.jep_portfolio_banner_row {
		
}
.jep_portfolio_banner_left_col.jep-float-left-sm, .jep-float-left-sm {
	float: left;
}
.jep_portfolio_banner_right_col.jep-float-right-sm, .jep-float-right-sm {
	float: right;
}
.jep_portfolio_banner_left_col {
	text-align:right;
	/*position: relative;*/
	padding-top: 200px;
}
.jep_portfolio_home_jumbo .jep_portfolio_banner_left_col h1 {
	font-size: 80px;	
	/*position: absolute;
    right: 0px;
    bottom: 0px;*/
}
h1 .jp_name_jumbo {
	font-size: 50px;
}
h1 .jp_port_jumbo {
	font-weight: bold;	
}
.jep_portfolio_banner_right_col {
	
}
.jep_logo_home_jumbo {
	width: 1000px;
	max-width:80%;
	text-align:center;
	margin: 10px 10%;
}
/*---- #home-banner-row-2 ----*/
.jep_portfolio_banner_2, .jep_portfolio_banner_3 {
	background-image: url("/_images/JP-logo-cccccc.png");
	background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: right center;
	padding-top: 5px;
	min-height: 300px;
	margin: 5px 0;
	text-align:right;
	padding-right: 33%;
}
.jumbotron .jep_portfolio_banner_2 h1 {
	font-size: 50px;
	line-height: 1.36em;
	margin-top: 20%;
	border-bottom: solid #213F99 10px;
}
/*
h1 .jp_jumbo_br {
	font-size: 20px;	
} */
h1 .jp_name_jumbo {
	font-size: 33px;
	font-size: .61em;
	/*color: #213F99;*/
}
h1 .jp_port_jumbo {
	font-weight: bold;	
	font-size: 95px;
	font-size: 2.16em;
	letter-spacing: -3px;
}
/*---- #home-banner-row-3 ----*/
.jumbotron .jep_portfolio_banner_3 h1 {
	font-size: 50px;
	line-height: .76em;
	margin-top: 26%;
	padding-bottom: 10px;
	border-bottom: solid #213F99 10px;
}
.jep_portfolio_banner_3 h1 .jp_name_jumbo {
	font-size: 33px;
	font-size: .41em;
	margin-right: 12.7em;
}
.jep_portfolio_banner_3 h1 .jp_port_jumbo {
	font-weight: bold;	
	font-size: 95px;
	font-size: 2.16em;
	letter-spacing: -3px;
}
/*---------- about page ---------------*/
.info_page {
	margin-top: 40px;
	font-size: 17px;
}
.info_pg_row1 {
	
}
.info_pg_title {
	
}
.info_page h1 {
	/*font-weight: bold;	*/
}
.info_page h1, .info_page h2, .info_page h3, .info_page h4, .info_page h5 {
	margin-top: 20px;	
}
.about_h3 {
	font-size: 21px;	
}
.info_page .about_h3_spacer {
	margin-top: 30px;
}
.jep_about_intro {
	font-family: Montserrat, sans-serif;
	color: #213F99;
	font-weight: bold;
}

/*---------- footer ---------------*/
footer {
	color: #B9B9B9;
	background-color: #353535;	
	min-height: 200px;
	overflow:hidden;
	padding: 30px 15px;
	margin-top: 30px;
	/*position:absolute;
	bottom:0;*/
}
footer p {
	color: #B9B9B9;	
}
.footer_copyright {
	text-align: center;
	margin: 20px 10px;	
	font-size: 12px;
}
.footer_copyright a {
	color: #777;	
}
.footer_copyright a:hover {
	color: #B9B9B9;	
	text-decoration: none;
}
.footer_row1 div {
	padding: 20px;	
}
.footer_nav {
	list-style: none;
	padding-left:0;
}
.footer_nav li {
	margin-bottom: 6px;	
}
.footer_nav li a {
	color: #B9B9B9;	
	text-decoration: none;
	font-size:14px;	
}
.footer_nav li a:hover {
	color: #fff;	
	text-decoration: none;	
}


/*-------------------------------------------------------------------------
					jep - responsive 
---------------------------------------------------------------------------*/
/*
 Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) { 
	

} /* --- CLOSE (max-width: 1199px) */

/*
 Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) { 
	ul.gallery_img_list {
		float: right;
	}
	.desc_h2 {
		margin-top: -20px;	
	}
	.navbar .main_nav li {
		padding: 10px 4px;
	}
	.project_desc_div p {
		max-width: 100%;
	}
	
}  /* --- CLOSE (max-width: 991px) */

/* 
 Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) { 
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	h1.project_title {
		margin-bottom: 25px;	
	}
	.listing_entry_read_more_link {
		margin-top: 8px;
	}
	.jumbotron .jep_portfolio_banner_2 h1 {
		font-size: 40px;
	}
	.jumbotron .jep_portfolio_banner_3 h1 {
		font-size: 40px;
	}

} /* -- CLOSE max-width: 767px -- */

/* 
 JEP - Small devices (landscape phones, less than 768px) 
 - but not xs devices*/
@media (max-width: 767px) and (min-width: 576px) {
	.jep_portfolio_banner_left_col.jep-float-left-sm {
		width: 50%;
	}
	.jep_portfolio_banner_right_col.jep-float-right-sm {
		width: 50%;
	}
	.category_page_h1 {
		margin: 25px 30px;
		font-size: 30px;
	}
} /* -- CLOSE (max-width: 767px) and (min-width: 576px) -- */

/* 
Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.navbar .main_nav li {
		display: block;
	}
	.navbar .main_nav li:last-of-type {
		padding-right: 10px;
	}
	.navbar-header div.nav_site_title {
		padding-left: 45px;
	}
	.nav_site_title a.navbar-brand {
		font-size: 21px;
		padding-right: 2px;	
	}
	h1.project_title {
		font-size: 30px;
	}
	.desc_h2 {
		margin-top: 0;	
	}
	.jep_portfolio_banner_left_col.jep-float-left-sm, .jep-float-left-sm {
		float: none;
	}
	.jep_portfolio_banner_right_col.jep-float-right-sm, .jep-float-right-sm {
		float: none;
	}
	.jumbotron .jep_portfolio_banner_2 {
		padding-right: 10%;
	}
	.jumbotron .jep_portfolio_banner_3 {
		padding-right: 10%;
	}
	.jumbotron .jep_portfolio_banner_2 h1 {
		font-size: 30px;
	}
	.jumbotron .jep_portfolio_banner_3 h1 {
		font-size: 30px;
		line-height: .86em;
	}
	.jep_portfolio_banner_3 h1 .jp_name_jumbo {
		margin-right: 12em;
	}
	.category_page_h1 {
		margin: 25px 30px;
		font-size: 30px;
	}
} /* -- CLOSE max-width: 575px -- */



/* -------------------------------------------------------------------
		reference data 
--------------------------------------------------------------------*/

/*ul.gallery_img_list li a:hover {
	background:#000835;
	text-decoration:none;
}*/
/*------------------------- gallery img --------------------------------
.gallery_img_contain {
	width: 300px;
	max-width:100%;
    margin-top: -20px;
    
}
ul.gallery_img_list {
	list-style-type: none;
	padding-left: 0;
}
ul.gallery_img_list li {
	float: left;
	margin: 0 3px 0 0;
}
ul.gallery_img_list li a {
	font-size: 16px;
	font-weight: bold;
	background:#213F99;
	border-radius:30px;
	min-width: 20px;
	display: block;
	color: #FFF!important;
	text-decoration:none;
	padding: 1px 0px 2px 11px;
}
ul.gallery_img_list li.double_digit_gallery_img_link a {
	padding: 1px 5px 2px 6px;
}
ul.gallery_img_list li a:hover {
	background:#000835;
	text-decoration:none!important;
}
*/

/*.project_table_wrap {
	width: 450px;
	max-width:100%;
}
ul.project_table {
	list-style-type: none;
	padding-left: 0;
}
ul.project_table li {
	width:100%;
	padding: 10px 10px 10px 20px;
	border-bottom:1px solid #606060;
}*/
/*ul.project_table li h5 {
	display:inline-block;
	float:left;
}
ul.project_table li p {
	display:inline-block;
	float:left;
}*/
/*
.project_table_field {
	font-weight:bold;
	width:110px;
	display:inline-block;
}
.project_table_value {
	
}
.project_table_value a {
	color: #213f99!important;;
	text-decoration:none;
}
.project_table_value a:hover {
	color: #213f99;
	text-decoration:underline;
} 
*/