/* Typography
-------------------------------------------------- */
@font-face {
  font-family: 'Proxima Thin';
  src: url("../fonts/proxima-nova/proximanovat-thin-webfont.eot");
  src: url("../fonts/proxima-nova/proximanovat-thin-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanovat-thin-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanovat-thin-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: 'Proxima Light';
  src: url("../fonts/proxima-nova/proximanova-light-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-light-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-light-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: 'Proxima Regular';
  src: url("../fonts/proxima-nova/proximanova-regular-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-regular-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: 'Proxima Bold';
  src: url("../fonts/proxima-nova/proximanova-bold-webfont.eot");
  src: url("../fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-bold-webfont.svg#webfont") format("svg"); }
body {
  font-size: 14px !important;
  font-family: "Proxima Regular", sans-serif !important; }

strong, .title-1 {
  font-family: "Proxima Bold", sans-serif !important; }

.serif, .list-5col, .list-7col, .list-client, .caldera-grid .form-control, .caldera-grid input[type=submit] {
  font-family: serif;
  font-weight: bold;
  font-style: italic; }

.underline {
  text-decoration: underline; }

.title {
  margin-bottom: 20px; }

.title-2 {
  font-family: "Proxima Light", sans-serif !important; }

.title-1, .title-2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px; }

.sub-title {
  font-family: serif;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  display: block;
  line-height: 10px; }

hr {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  border-top: 1px solid black !important; }

.btn-outline {			
    font-family: "Proxima Bold";
    letter-spacing: 4px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 15px 0;
    width: 200px;
	color: #000;
    text-align: center;		    
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	/* ...and now override with proper CSS property */
	transition: all 0.5s ease;
}
.btn-outline:hover {
	color: #666;
    border: 1px solid #666;
    text-decoration: none;
}
.esg-loadmore {
	background-color: #fff;
    font-family: 'Proxima Bold', sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 9px 50px !important;
    border-radius: 0;
    border: 1px solid #000;
    margin-top: 20px;
}
    
.esg-loadmore:hover {
    color: #fff !important;
    background-color: #333 !important;
    text-decoration: none !important;
}
/* Home
-------------------------------------------------- */
 .home .navbar-toggle .icon-bar {
    background-color: #fff; 
  }
  
.tp-bullet {
  height: 4px !important;
  width: 50px !important;
}
.home  .navbar {
  padding: 0;
}
.home  #full-width-page-wrapper {
  padding: 0;
}
.home .navbar-brand > img {
  margin: 37% 0;
}
.home .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  display: block;
}
.slider-text {
  font-family: "Proxima Light", sans-serif;
  font-size: 40px;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase; }

#homenav-container {
  position: absolute;
  z-index: 9999; }
.home-imgWrap .imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  font-size: 33px;
   text-transform: uppercase;
   font-family: proxima bold;
}
.home .imgDescription > span {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 44%;
  width: auto;
  text-align: center;
    font-size: 22px;
    letter-spacing: 4px;
}
.home .home-imgWrap .imgDescription {
  float: left;
  margin: 0 15px;
  width: auto;
}
.home  .col-md-3.home-imgWrap:hover p {
  margin: 0 15px;
  width: auto;
  transition: all 0.8s ease-out 0s;
}
.home-imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}
.home .navbar-header {
  margin-left: 18%;
}
.home .nav.navbar-nav {
  margin-left: 18%;
}
.home-secondary-menu {
	display: none;
}
.home-secondary-menu li a {
	color: #fff;
}
.home-secondary-menu #portfolio-menu {
    border-top: 1px solid #fff;
}
#home-categories {
	margin-bottom: 45px;
	margin-top: 45px;
}
/* Writing Posts Single
-------------------------------------------------- */
.writing-feat-img {
	margin: 15px 0;
}
#writing-sidebar {
	margin-bottom: 25px;
}
#writing-sidebar .blog-title {
	font-size: 18px;
}
#writing-sidebar .btn-outline {
    padding: 5px 0;
    width: 120px;
    letter-spacing: 2px;
    font-size: 12px;
}
.writing-category-title {
	font-family: 'Proxima Bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 22px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
article.writing {
    padding-right: 30px;
}
/* Writing Collectives
-------------------------------------------------- */
.writing-post-image {
	max-width: 405px;
	height: 269px;
	display: block;
	margin: 5px;
	float: left;
	background-position: center;
	background-size: cover;
}		
.entry-title,
.blog-title {
	font-family: 'Proxima Bold', sans-serif;
	font-size: 24px;
}
.blog-excerpt {
	padding: 20px 0;
}
.blog-row {
	border-bottom: 1px solid #000;
	padding: 50px 0;
}
.blog-row:last-child {
	border-bottom: 0;
}
#quotes-container {
    padding: 50px 70px;
    border-bottom: 1px solid #000;
}
.quote {			
    font-size: 25px;
    font-family: serif;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
}
.quoteby {
    font-family: 'Proxima Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

@media (max-width: 543px) {
	.writing-post-image {
		max-width: 100%;
		margin: 0;
	}
    .blog-title {
	    margin-top: 20px;
	    line-height: 25px;
	}
	.quote {
	    font-size: 16px;
    }
	.blog-row {
		border-bottom: 0;
		padding: 15px 0;
	}
	#first-blog {
		padding-top: 0;
	}
	.writing-post-image {
		margin: 0;
	}
    #quotes-container {
	    padding: 15px 70px;
	    border-bottom: 1px solid #000;
	    border-top: 1px solid #000;
	    margin: 40px 0;
    }
	.blog-row .btn-outline {
	    margin: 0 auto;
	}
}
@media (min-width: 545px) and (max-width: 767px) {
    .blog-title {
	    margin-top: 0;
	    line-height: 23px;
	}
	.quote {
	    font-size: 20px;
	}
}
/* About Page
-------------------------------------------------- */
#bio {
  line-height: 24px; }

#resume {
  font-family: "Proxima Bold";
  letter-spacing: 4px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 15px 0;
  width: 200px;
  text-align: center; }

.list-5col, .list-7col, .list-client {
  font-size: 12px; }

.list-header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }

#client-categories hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

/* Contact Page
-------------------------------------------------- */
#contact-social {
  font-size: 32px;
  padding-top: 10px; }

#contact .title-2 {
  margin-bottom: 0; }

#contact-inquiries p {
  margin-top: 15px;
  margin-bottom: 45px; }

.caldera-grid .form-control {
  background-color: #efefef !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 20px; }

.caldera-grid input[type=submit] {
  background-color: #000;
  color: #fff;
  padding: 7px 50px;
  text-transform: uppercase;
  border: 0; }

.caldera-grid input[type=submit]:hover {
  background-color: #333;
  color: #fff; }
.media-links a:hover {
	text-decoration: underline;
	font-family: 'Proxima Bold', sans-serif;
}
.media-links {
	line-height: 23px;    
}

/* Sticky Footer
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-bottom: 65px; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  letter-spacing: 1px;
  text-transform: uppercase; }

#footer-links {
  font-size: 11px;
  font-family: "Proxima Bold";
    padding-bottom: 10px; }

#footer-copyright {
  font-size: 11px;
  font-family: "Proxima Bold"; 
  display: inline;
    padding-right: 20px;
  }

#footer-social {
  font-size: 18px;
  text-align: right; }
 
#footer-portfolio-menu {
  font-size: 10px;
  font-family: "Proxima Regular";
  letter-spacing: 0.2em;
} 
#footer-links li+li:before,
#footer-portfolio-menu li+li:before {
	content: "|";
    padding-right: 12px;
    padding-left: 12px;
}
/* Navigation
-------------------------------------------------- */
.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.navbar-toggle .icon-bar {
  background-color: #000; }

.navbar-toggle {
  padding-right: 0 !important; }

.navbar-nav .nav-item {
  float: none !important; }

.navbar-light .navbar-nav .nav-link {
  font-family: 'Proxima Bold', sans-serif;
  text-transform: uppercase;
  color: #000 !important;
  letter-spacing: 3px; 
  display: inline;
  }

#nav-container {
  padding-top: 10px;
  padding-bottom: 10px; }

#main-menu li+li:before {
	content: "|";
    padding-right: 10px;
}
#portfolio-menu {
	font-size: 12px;
    letter-spacing: 0.2em;
    font-family: 'Proxima Regular', sans-serif;
    margin-right: .425rem;
    text-transform: uppercase;
}
#portfolio-menu li+li:before {
    padding-left: 10px;
}

/* Standard media query sizes
-------------------------------------------------- */
@media (max-width: 543px) {
  .list-5col, .list-7col, .list-client {
    -webkit-columns: 3 67px;
    -moz-columns: 3 67px;
    columns: 3 67px;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px; }

  #contact-social {
    font-size: 25px; }

  hr {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; } 

    article.writing {
	    padding-right: 0;
	}
	.writing-category-title {
		text-align: center;
	}
	    .navbar-toggleable-xs .navbar-nav .nav-item {
	    	display: block;
	    	line-height: 34px;
	    }
	    #main-menu li+li:before {
	    	content: "";
			padding: 0;
		}
		#nav-container .nav.navbar-nav {
			width: 100%;
		    margin-top: 10px;
		}
		#portfolio-menu {			
		    border-top: 1px solid black;
		    margin-top: 10px;
		    padding-top: 10px;
		}
	    #portfolio-menu li+li:before {
	    	content: "";
	    	padding: 0;
		}
		 #portfolio-menu li {
		    display: block;
		    float: none;
		    margin-left: -33px;
		    line-height: 34px;
		 }
		 
		.home-secondary-menu {
			display: block;
		}
}
@media (min-width: 544px) {
  #nav-container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }

  .navbar #main-menu {
    text-align: right;
    position: absolute;
    top: 50%;
    height: 100px;
    margin-top: -20px;
    right: 0; }

  .navbar-brand > img {
    width: 220px; } }
@media (min-width: 545px) and (max-width: 767px) {
  .list-5col {
    -webkit-columns: 4 67px;
    -moz-columns: 4 67px;
    columns: 4 67px;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px; }

  .list-7col {
    -webkit-columns: 4 87px;
    -moz-columns: 4 87px;
    columns: 4 87px;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px; }

  .list-client {
    -webkit-columns: 3 67px;
    -moz-columns: 3 67px;
    columns: 3 67px;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px; }

  #bio-pic img {
    margin-bottom: 20px; }

  #resume {
    margin: 0 auto;
    margin-top: 35px; } 
    
    
    }
@media (min-width: 768px) and (max-width: 991px) {
  .list-5col {
    -webkit-columns: 5 87px;
    -moz-columns: 5 87px;
    columns: 5 87px;
    -webkit-column-gap: 58px;
    -moz-column-gap: 58px;
    column-gap: 58px; }

  .list-7col {
    -webkit-columns: 6 87px;
    -moz-columns: 6 87px;
    columns: 6 87px;
    -webkit-column-gap: 58px;
    -moz-column-gap: 58px;
    column-gap: 58px; }

  .list-client {
    -webkit-columns: 4 67px;
    -moz-columns: 4 67px;
    columns: 4 67px;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px; }

  #bio {
    line-height: 18px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .list-5col, .list-client {
    -webkit-columns: 5 107px;
    -moz-columns: 5 107px;
    columns: 5 107px;
    -webkit-column-gap: 88px;
    -moz-column-gap: 88px;
    column-gap: 88px; }

  .list-7col {
    -webkit-columns: 6 87px;
    -moz-columns: 6 87px;
    columns: 6 87px;
    -webkit-column-gap: 68px;
    -moz-column-gap: 68px;
    column-gap: 68px; }

  #bio {
    line-height: 20px; } }
@media (min-width: 1201px) {
  .list-5col, .list-client {
    -webkit-columns: 5 127px;
    -moz-columns: 5 127px;
    columns: 5 127px;
    -webkit-column-gap: 118px;
    -moz-column-gap: 118px;
    column-gap: 118px; }

  .list-7col {
    -webkit-columns: 7 87px;
    -moz-columns: 7 87px;
    columns: 7 87px;
    -webkit-column-gap: 78px;
    -moz-column-gap: 78px;
    column-gap: 78px; } }

/*# sourceMappingURL=lisa.css.map */
@media (max-width: 543px)  {
#homenav-container, #nav-container {
	  width: 100%;
	}
	.navbar #nav-container {
	  padding-bottom: 0;
	  padding-top: 0;
	}
	#homenav-container .navbar-header .navbar-toggle, #nav-container .navbar-header .navbar-toggle {
	  margin-right: 0;
	  margin-top: 20px;
	}
	#homenav-container .navbar-header, #nav-container .navbar-header {
	  margin-left: 5px;
	}
	#homenav-container .navbar-brand, #nav-container .navbar-brand{
	  margin: 10px 0;
	  width: 80px;
	}
	#homenav-container .navbar-brand > img, #nav-container .navbar-brand > img {
	  width: 100%;
	  margin: 0;
	}
	#homenav-container .navbar .collapse.in, #homenav-container .navbar .collapsing, #nav-container .navbar .collapse.in ,#nav-container .navbar .collapsing {
	  clear: both;
	  float: right;
	  width: auto;
	}
	.home #homenav-container .nav.navbar-nav{
	  float: left;
	  margin-left: 0;
	  width: 100%;
	}
	nav.navbar {
	  padding: 0;
	}
}
@media (min-width: 421px) and (max-width: 480px)  {
	.home-imgWrap .imgDescription {
	  font-size: 20px;
	}
}
@media (min-width: 320px) and (max-width: 420px)  {
	.home-imgWrap .imgDescription {
	  font-size: 16px;
	}
}
@media (min-width: 320px) and (max-width: 487px)  {
    .tp-parallax-wrap {
	    left: 12px !important;
    }
}
/* @media only screen and (min-width: 1080px) {
.rev_slider .tp-bullets {
top: 510px !important;
position: relative !important;
}
 .navbar-toggleable-xs {
  left: 40px !important;
  position: absolute !important;
  top: 100% !important;
}
}
@media only screen and (min-width: 777px) and (max-width: 1023px) {
.rev_slider .tp-bullets {
top: 590px !important;
position: relative !important;
}
 .navbar-toggleable-xs {
  left: 40px !important;
  position: absolute !important;
  top: 100% !important;
}
} 
@media only screen and (min-width: 544px) {
.rev_slider .tp-bullets {
  top: 570px !important;
  position: relative !important;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 544px) {  
.rev_slider .tp-bullets {
  top: 495px !important;
  position: relative !important;
}
}*/
@media (max-width: 767px) {
	.home .col-md-3.home-imgWrap {
	  text-align: center;
	  margin-bottom: 2%;
	}
    #footer-links {
	    margin-top: 20px;
    }
	#footer-links, #footer-portfolio-menu {
		font-size: 14px;
	}
	#footer-social {
	  width: 100%;
    text-align: center;
    font-size: 14px;
	  margin-top: 25px;
	}
	#footer-social i {
		font-size: 20px;
	    padding-top: 15px;
	}
	.footer .menu-item {		
	    display: block !important;
	    width: 100% !important;
	    text-align: center;
	}
	#footer-links li+li:before,
	#footer-portfolio-menu li+li:before {
		content: "";
	    padding: 0;
	}
}