/* move these styles into scss folder when possible */

.work-white a {
	color: #404040;
	text-decoration: underline;
}

/*.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/

/* contact form modal */
@media (min-width: 1100px) {
	.modal-open .page-header,
	.modal-open .page-hero,
	.modal-open .page-body,
	.modal-open .page-footer {
		-webkit-filter: blur(2px); 
		-moz-filter: blur(2px); 
		-o-filter: blur(2px); 
		-ms-filter: blur(2px); 
		filter: blur(2px);

		-webkit-transition: all .3s;
	    transition: all .3s;
	}
}
.modal-alt {
	background-color: rgba(64, 64, 64, 0.85);
}
.modal-alt .exit {
	top: 10px;
	right: 10px;
}
@media (min-width: 768px) {
	.modal-alt .modal-dialog {
		margin: 110px auto 0;
	}
	
	.modal-alt .exit {
		top: 15px;
		right: 20px;
	}
}

.modal-open {
  
    /*position: fixed;*/
    width: 100%;
    overflow: hidden;
    
}




.headroom {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-toggle {
	outline: 0;
}

.market-logo img {
  max-height: 90px;: 90px;
}
.market-logo:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  border-top: 3px solid #f15e8f;
}
.event-tagline {
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .event-tagline {
    max-width: 75%;
 }
}
.event-by {
  color: grey;
  font-size: 15px;
  text-transform: uppercase;

}

.callout-msg {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}
@media (min-width: 768px) {
	.callout-msg {
		margin-top: -2rem;
	}
}
.callout-msg .cm-txt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.7rem;
	color: #828282;
	font-size: 1rem;
	font-family: sans-serif;
	font-style: italic;
}
.callout-msg .cm-img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 2px;
	width: 12rem;
}


.btn-fancy {
  color: #632539;
  background-color: white;
}
.btn-fancy:hover, .btn-fancy:focus, .btn-fancy:active {
  color: #632539;
}


.event-bottom {
  max-width: 80%;
  margin: 0 auto 100px;
  text-align: center;
  color: white;
  font-size: 20px;
}
@media (min-width: 768px) {
  .event-bottom {
    max-width: 65%;
  }
}
.event-bottom p {
  margin-bottom: 15px;
  color: white;
  font-size: 16px;
}


.csstransforms .feedback-wrap .client-info .client-txt {
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}
.all-clients-section .section-heading {
	margin-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 40px;
}





@media (max-width: 767px) { 
  .feedback-long {
    margin-bottom: 50px;
  }
  .feedback-long .client-info {
    margin-top: 35px;
  }
}


@media (min-width: 768px) { 
  .feedback-long {
    display: inline-block;
    width: 720px;
    padding-left: 15px;
    margin: 0 auto 50px;
  }
  .feedback-long .client-icon {
    background-size: 80px !important;
  }
  .feedback-long .client-txt {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .feedback-long {
    width: 820px;
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .feedback-long {
    width: 705px;
    margin-left: 15px;
    padding-left: 0;
  }

}
  



/* Us Page */
.pt-bio-more {
  display: block;
}
.toggle-read-more {
  color: grey;
  font-size: 12px;
  font-style: italic;
}


  
  
  
/* new blog styles */
.featured-img-bg {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.blog-posts .post-info {
  min-height: 144px;
  width: auto;
  right: 15px;
  left: 15px;
  background-color: #EAEAEA;
}
.post .post-title {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}



/* v2016 */
.page-hero-fixed.for-real {
  position: fixed;
}

/*
.logged-in .blog-posts .featured-img-bg {
  position: relative;
}
.logged-in .blog-posts .featured-img-bg:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: 'Read more';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(253, 183, 19, 0.6);
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  opacity: 0;
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}
.logged-in .blog-posts .featured-img-bg:hover:after {
  opacity: 1; 
  transform: scale(1);
}
.logged-in .blog-posts .post-wrap:nth-child(1) .featured-img-bg:after { background: rgba(253, 183, 19, 0.6); }
.logged-in .blog-posts .post-wrap:nth-child(2) .featured-img-bg:after { background: rgba(145, 202, 100, 0.67); }
.logged-in .blog-posts .post-wrap:nth-child(3) .featured-img-bg:after { background: rgba(71, 140, 202, 0.54); }
.logged-in .blog-posts .post-wrap:nth-child(4) .featured-img-bg:after { background: rgba(71, 140, 202, 0.54); }
.logged-in .blog-posts .post-wrap:nth-child(5) .featured-img-bg:after { background: rgba(253, 183, 19, 0.6); }
.logged-in .blog-posts .post-wrap:nth-child(6) .featured-img-bg:after { background: rgba(213, 123, 178, 0.66); }
.logged-in .blog-posts .post-wrap:nth-child(7) .featured-img-bg:after { background: rgba(145, 202, 100, 0.67); }
.logged-in .blog-posts .post-wrap:nth-child(8) .featured-img-bg:after { background: rgba(253, 183, 19, 0.62); }
.logged-in .blog-posts .post-wrap:nth-child(9) .featured-img-bg:after { background: rgba(71, 140, 202, 0.54); }
*/




/* v2017 */
.pt-dark-blue {
  color: #435463;
}


/* 4-25-18 fix team page */
@media (min-width: 768px) {
.pt-member {
  height: 548px;
}

}







