/*
	Theme Name: JESS3
	
	Description: JESS3 Theme
	Version: 1.4.32

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 16px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

div {box-sizing: border-box;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.blue-link,
.footer a.blue-link{
    background: #16feff;
    line-height: 20px;
    color: #000;
    display: inline-block;
}

/* wrapper */
.wrapper {
	max-width:800px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.archive.tag .wrapper,
.tax-clients .wrapper{
	max-width:100%;
}
.archive.tag .projects-list-header,
.tax-clients .projects-list-header{
	width:100%;
	text-align:left;
	max-width:800px;
}

.single-projects .tags {
    font-family: "Museo","museo-slab-1","museo-slab-2",serif;
}
/* header */
.header{
    background: #f7f7f7;
    
}
.header nav ul, .footer .nav ul {
    display: flex;
    flex-flow: row nowrap;
    list-style:none;    
	padding: 16px 0;
	margin:0px;
}
.header nav .menu-item, .footer .nav .menu-item{
	padding-right:8px;
}
.header nav .menu-item a, .footer .nav .menu-item a {
    text-decoration: underline;
    margin-right: 1em;
    font-size:14px;
}
.header nav .menu-item a:hover, .header nav .current_page_item a {
    background: #15fdff;
}

.footer .nav .menu-item a:hover {
    color: #eee;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {
	max-width: 800px;
    margin: 0px auto;
}
main h2 {
    font-weight: normal;
    font-family: "museo-1", "museo-2", serif;
    font-size: 18pt;
    margin-bottom: 16px;
}
/* header */
a.header-logo {
    display:none;
}

@media (max-width:768px) {
	.heading h1 {
		display:none;
	}
	.wrapper.new-header {
		display: flex;
		justify-content:space-between;
	}

	a.header-logo {
		max-width: 70px;
		margin: auto 0;
		display:block;
	}

	.new-header nav.nav {
		margin: auto 0;
	}    

}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	margin-top: 40px;
    background-color: black;
    color: white;
    padding: 20px 0;
}
.footer .centered {
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}
.footer .copyright {
    max-width: 800px;
    margin: 30px auto 0px;
    font-size: 11px;
}

.footer .centered {
    display: flex;
    flex-flow: row wrap;
}


.footer h5 {
    color: white;
    font: bold 18px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}
.footer h6 {
    color: white;
    font: bold 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.footer .main-column p {
    font-size: 20px;
    line-height: 24px;
}

.footer a {
    color: white;
    text-decoration: underline;
}

.footer .wrapper, .footer .nav {
	max-width: 800px;
}
section.social-sharing {
	
    padding: 25px 0px;
    text-align: right;
}
@media (min-width:768px){
	section.social-sharing {
	padding: 5px 25px;
	}
}
@media (max-width:515px){
	section.social-sharing{
		text-align:left;
	}
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* front page*/
.heading {
    color: #000;
    padding-bottom: 35px;
    max-width: 800px;
    margin: 0 auto;
    background: url(img/bg-dotted.gif) repeat-x bottom left;
}
.dotted {
    background: url(img/bg-dotted.gif) repeat-x top left;
}
.heading h1 {
	margin: 30px 0 30px;
	font-size: 3em;
	line-height: 60px;
	max-width: 800px;
}
.heading h1 span {
    color: #fff;
    background: #000;
}
.heading p {
    font-size: .9375em;
    margin: 0px;
}
.heading p a {
    text-decoration: underline;
    background: #16feff;
    color: #000 !important;
}
.news-place {
    max-width: 800px;
    margin: 0px auto;
}
.news-place .story-row {
    display: flex;
    flex-flow: row wrap;
}

.news-place .story-row .column {
    flex: 1 1 49%;
    padding: 10px;
}

/* contact page */
.contact-form {
	padding:20px 0px;
}
.contact-form .field-form {
	max-width: 400px;
    display: flex;
    background: #ffff01;
    margin: 10px 0px;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10px;
}

.contact-form .field-form span {
	max-width: 900px;
    flex: 1 1 auto;
}
.contact-form .field-form label{
	color: white;
    font-size: 20px;
    max-width: 140px;
}

.contact-form .field-form span input {
	width: 100%;
    border: none;
    background-color: #ffff01;
    display: block;
    font-size: 20px;
    padding: 10px;
    color: #000;
    font-family: "Arial", "Helvetica", sans-serif;
}

.contact-form .field-subscribe {
    max-width: 430px;
}
span.wpcf7-list-item.first.last {
    display: flex;
	justify-content:space-between;
	align-items:center;
    max-width:430px;
    margin-left: 0px;
}
.contact-form .field-subscribe span.wpcf7-list-item-label {
	background: #00ffff;
    color: #000;    
    font-size: 20px;
    padding: 6px;
    width: 100%;
   
}



.contact-form .field-subscribe input[type="checkbox"] {
	margin-left:12px;
	    
}
.contact-form .field-message textarea,
.contact-form .field-message {
    border: none;
    background-color: #ffff01;
    display: block;
    font-size: 20px;
    max-width:100%;
    color: #000;
    font-family: "Arial", "Helvetica", sans-serif;
	padding-left:10px;
}
.contact-form .field-message textarea:focus {
    outline: 0;
}

.contact-form .field-message {
    padding: 10px 10px 10px;
    max-width: 631px;
    margin-bottom: 10px;
}
.contact-form .wpcf7-submit {
    clear: both;
    font-family: "Helvetica", "Arial";
    display: block;
    margin-top: 0px;
    background-color: #000;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 20px 30px;
    font-size: 20px;
    float:right;
}
.contact-form  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.contact-form  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.contact-form  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

/* About page */
.wp-block-column.ml-main-column {
    flex-basis: 85%;
}
.wp-block-column.jess3-info {
    margin-left: 0px;
    flex-basis: 80%;
}

.wp-block-column.jess3-info h3, 
.wp-block-column.jess3-info h4, 
.wp-block-column.jess3-info p, 
.wp-block-column.jess3-info ul {
    margin: 0px;
    font-size:14px
}
.wp-block-column.jess3-info p{
    font-size:12px;
}
.wp-block-column.jess3-info ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    font-size: 12px;
}
.wp-block-column.jess-pic {
    margin-right: 16px;
	margin-top: 0px;
	max-width: 100px;
}

.wp-block-column.jess-pic ul.wp-block-gallery{
    margin-top: 0px;
}

.about p.clients-section {
    font-size: 14px;
    color: #757575;
}

.about p.clients-section a {  
    border-bottom: 1px solid;    
     color: #757575;
}
.about ul.jess3-on-web {
    list-style: none;
    padding-left: 0px;
    font-size: 12px;
    font-weight: bold;
}

.about ul.jess3-on-web li {
    margin-bottom: 16px;
}
.about p.press-link a {
    font-size: 12px;
    padding-top: 2px;
    border-bottom: 1px solid;
}
.about ul.services-list {
    display: flex;
    flex-flow: row wrap;
	list-style: none;
	padding-left:0px;
}

.about ul.services-list li {
    flex: 1 1 50%;
	
	max-width: 40%;
}
.about ul.services-list h3 {
    /* font-family: "museo-1","museo-2",serif; */
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}

.about ul.services-list p {
    color: #2d2d2d;
    font-size: 12px;
    line-height: 16px;
}

/* careers */
.careers .heading h1 {
    color: #000;
    font-size: 22px;
    font-family: "museo-1","museo-2",serif;
}
.careers #angellist,
.careers #categories{
    clear: both;
    padding-top: 41px;
	margin-bottom: 31px;
	
}
.careers .categories{
padding-left:0px;
}
.careers .categories li {
    float: left;
    list-style: none;
    background-repeat: no-repeat;
    background-position: top left;
    width: 175px;
    margin-bottom: 30px;
    margin-right: 5px;
	padding-left: 65px;
	font-size: 12px;
    line-height: 16px;
}
ul.categories:after {
    display: block;
    content: ' ';
    width: 100%;
    clear: both;
    float: none;
}

.careers .categories li a {
	display:block;
    font-family: "museo-1","museo-2",serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}

.single-projects .wrapper{
    max-width:100%;
}

.single-projects .project-detail {
    max-width:800px;
    margin:auto;
    clear:both;
    float: none;
    display: flex;
    flex-flow: row wrap;
}
.single-projects .projects-isotope.clearfix {
    display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.single-projects .links{
	margin-bottom: 1em;
}
.single-projects .tags a {
	text-decoration:underline;
}
.single-projects .links a{
	color: #888;	
	text-decoration: underline;
	margin-right: 1em;
}
.single-projects .links a:hover{
	text-decoration: none;
}
.single-projects .social-btn {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
}

.single-projects .social-btn .twitter-share-button {
    margin-right: 5px;
}
.project-detail {
	padding: 50px 0px;
	max-width: 748px;
    margin: auto;
    clear: both;
    float: none;
    display: flex;
	flex-flow: row wrap;
	justify-content:center;
}
.project-detail .col31 {
	flex: 1 1 50%;
	margin:5px auto;
	padding-right: 2em;
}
.project-detail .col33 {
	flex: 1 1 50%;
	margin:5px auto;
}
.project-detail h2 {
    margin-top: 0px;
    font-size: 40px;
    color: #555d5f;
    font-family: "Museo", "museo-slab-1","museo-slab-2",serif;
    clear: both;
    text-decoration: underline;
}

.project-detail h3 {
    font-size: 26px;
    color: #555d5f;
    margin-bottom: 10px;
    font-family: "Museo", "museo-slab-1","museo-slab-2",serif;
}

.project-detail .info {
    background-color: #D1F2FB;
    padding: 20px;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin: 0 auto;
}

.project-detail .info .nav .back {
    float: left;
}
.project-detail .info .nav .prev, .project-detail .info .nav .next {
    float: right;
}
.project-detail .info .nav .prev {
    padding-right: 5px;
}
.project-detail .description {
    padding-top: 10px;
    clear: both;
}
.project-detail .description .read-more-content{
	display: none;
}
.project-detail .description .read-more{
	display: block;
	text-decoration: underline;
	font-size: .8em;
	cursor: pointer;
}
.project-detail .info p {
    margin-bottom: 10px;
    line-height: 1.3em;
    color: #7a7a7a;
}

/* Masonry grid */
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}

/* Masonry item */
.masonry .brick {
  margin-bottom: 30px;
  display: block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
  width: 100%;
}

.masonry .brick:first-of-type {
  margin-top: -1px;
}

.masonry .brick iframe{
	height: 225px;
}

/* Masonry image effects */
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
  vertical-align: middle;
}

.masonry .brick:hover img {
  opacity: .75;
}

/* Bordered masonry */
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}

.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

/* Gutterless masonry */
.masonry.gutterless {
  column-gap: 0;
}

.masonry.gutterless .brick {
  margin-bottom: 0;
}

/* projects */
.projects-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.projects-container article {
    flex: 1 1 245px;
	padding:25px 5px 5px;
}

.projects-container .year {
	display: table;
    width: 100%;
    font-size: 1.125em;
    margin: 1em 0 0 .5em;
	color: #383838;
}

.projects-container article .project-client {    
    margin:17px 0px 5px;
    display: block;
    font-weight: normal;
	text-decoration: none;
    font-size: .875em;
	background: #fffe00;
    padding:2px 0px;
	display: table;
}

.projects-container article .project-name{
    font-size: .875em;
    margin: 0;
    color: #7b7b7b;
	text-decoration: none;
	display: table;
}

.projects-container article img {
	width: 100%;
	max-width:250px;
}

.projects-list-header{
	position: relative;
}

.projects-list-header h2{
	color: #7b7b7b;
}

.projects-list {
	display: table;
    width: 100%;
	margin: 2em 0 1em;
}

.projects-list .single-item{
	text-decoration: none;
	width: 23.5%;
	margin: 0 2% 1em 0;
	float: left;
	display: table;
}

.projects-list .single-item > span:first-of-type{
	width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    height: 150px;
    display: block;
}
.projects-list .single-item > span:last-of-type{
    margin-top: .5em;
    display: block;
	font-size: .875em;
	color: #7b7b7b;
}

.projects-list .single-item p{
	margin: .5em 0;
}

.projects-list .single-item p span{
	background: #fffe00;
	font-size: .875em;
}

.projects-list-footer {
	margin: 1em 0 2.5em;
	text-align: right;
}

.projects-list-footer a {
	background: #000000;
    color: #fff;
    font-family: "museo-1", "museo-2", serif;
	padding: .5em 1em;
	text-decoration: none;
	font-weight: bold;
}

@media (max-width:768px){
	.projects-list .single-item {
	    margin: 0 1.5% 1em 1.5%!important;
		width: 47%!important;
		min-height:55vw;
	}
	.projects-list .single-item .lazy {
    	height:35vw!important;
    	background-size:contain!important;
	}
	.projects-list .single-item > span:last-of-type{
		max-height:2.6em;
		overflow:hidden;
	}
}

.category-dropdown {
	position: absolute;
    right: 0;
    top: 0;
    width: 225px;
}

.category-dropdown .selected {
	background: #000;
    color: #fff;
    font-family: "museo-1", "museo-2", serif;
    padding: .3em 1em;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
}

.category-dropdown .selected:after {
	position: absolute;
    display: block;
    content: "▼";
    right: .7em;
    top: .35em;
}

.category-dropdown .dropdown {
	display:none;
	position: absolute;
    left: 0;
    top: 40px;
    background: #000;
    font-family: "museo-1", "museo-2", serif;
    padding: .3em 0;
    margin: 0;
	font-size: 1.2em;
	width: 100%;
	font-weight: bold;
}

.category-dropdown .dropdown li{
	cursor: pointer;
	list-style-type: none;
    color: #fff;
	padding: .2em 1em;
}

.category-dropdown .dropdown li:hover{
	color: #000;
	background: #fffe00;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.project-images {
	display: table;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 1em;
}
.project-images .element{
	width: 32%;
	height: 300px;
	float: left;
	display: table;
	margin-right: 2%;
	margin-bottom: 1em;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.project-images .element:nth-child(3n){
	margin-right: 0;
	clear: right;
}
.project-images .element img{
	display: none;
}
.project-images .element iframe{
	height: 290px;
	width: 100%;
}

li.drop-Featured {
    display: none;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
.tk-museo {
	font-family: "museo-1", "museo-2", serif;
}

.tk-museo-slab {
	font-family: "museo-slab-1", "museo-slab-2", serif;
}

@font-face {
	font-family: museo-1;
	src: url(https://use.typekit.com/af/aa38c9/000000000000000000011b25/27/l?subset_id=2&fvd=n1&v=3) format("woff2"), url(https://use.typekit.com/af/aa38c9/000000000000000000011b25/27/d?subset_id=2&fvd=n1&v=3) format("woff"), url(https://use.typekit.com/af/aa38c9/000000000000000000011b25/27/a?subset_id=2&fvd=n1&v=3) format("opentype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: museo-1;
	src: url(https://use.typekit.com/af/eaee67/000000000000000000011b26/27/l?subset_id=2&fvd=n5&v=3) format("woff2"), url(https://use.typekit.com/af/eaee67/000000000000000000011b26/27/d?subset_id=2&fvd=n5&v=3) format("woff"), url(https://use.typekit.com/af/eaee67/000000000000000000011b26/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: museo-1;
	src: url(https://use.typekit.com/af/5f368f/000000000000000000011b24/27/l?subset_id=2&fvd=n7&v=3) format("woff2"), url(https://use.typekit.com/af/5f368f/000000000000000000011b24/27/d?subset_id=2&fvd=n7&v=3) format("woff"), url(https://use.typekit.com/af/5f368f/000000000000000000011b24/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: museo-1;
	src: url(https://use.typekit.com/af/6cd65c/000000000000000000011b27/27/l?subset_id=2&fvd=n9&v=3) format("woff2"), url(https://use.typekit.com/af/6cd65c/000000000000000000011b27/27/d?subset_id=2&fvd=n9&v=3) format("woff"), url(https://use.typekit.com/af/6cd65c/000000000000000000011b27/27/a?subset_id=2&fvd=n9&v=3) format("opentype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: museo-1;
	src: url(https://use.typekit.com/af/9ac649/00000000000000000000ebe5/27/l?subset_id=2&fvd=i5&v=3) format("woff2"), url(https://use.typekit.com/af/9ac649/00000000000000000000ebe5/27/d?subset_id=2&fvd=i5&v=3) format("woff"), url(https://use.typekit.com/af/9ac649/00000000000000000000ebe5/27/a?subset_id=2&fvd=i5&v=3) format("opentype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: museo-1;
	src: url(https://use.typekit.com/af/5078eb/00000000000000000000ebe6/27/l?subset_id=2&fvd=i7&v=3) format("woff2"), url(https://use.typekit.com/af/5078eb/00000000000000000000ebe6/27/d?subset_id=2&fvd=i7&v=3) format("woff"), url(https://use.typekit.com/af/5078eb/00000000000000000000ebe6/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: museo-slab-1;
	src: url(https://use.typekit.com/af/f8c331/0000000000000000000100fe/27/l?subset_id=2&fvd=n3&v=3) format("woff2"), url(https://use.typekit.com/af/f8c331/0000000000000000000100fe/27/d?subset_id=2&fvd=n3&v=3) format("woff"), url(https://use.typekit.com/af/f8c331/0000000000000000000100fe/27/a?subset_id=2&fvd=n3&v=3) format("opentype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: museo-slab-1;
	src: url(https://use.typekit.com/af/d22dc7/000000000000000000012043/27/l?subset_id=2&fvd=n5&v=3) format("woff2"), url(https://use.typekit.com/af/d22dc7/000000000000000000012043/27/d?subset_id=2&fvd=n5&v=3) format("woff"), url(https://use.typekit.com/af/d22dc7/000000000000000000012043/27/a?subset_id=2&fvd=n5&v=3) format("opentype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: museo-slab-1;
	src: url(https://use.typekit.com/af/69bacd/00000000000000000000ec08/27/l?subset_id=2&fvd=i5&v=3) format("woff2"), url(https://use.typekit.com/af/69bacd/00000000000000000000ec08/27/d?subset_id=2&fvd=i5&v=3) format("woff"), url(https://use.typekit.com/af/69bacd/00000000000000000000ec08/27/a?subset_id=2&fvd=i5&v=3) format("opentype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: museo-slab-1;
	src: url(https://use.typekit.com/af/1b8c3f/000000000000000000011aff/27/l?subset_id=2&fvd=n7&v=3) format("woff2"), url(https://use.typekit.com/af/1b8c3f/000000000000000000011aff/27/d?subset_id=2&fvd=n7&v=3) format("woff"), url(https://use.typekit.com/af/1b8c3f/000000000000000000011aff/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: museo-slab-1;
	src: url(https://use.typekit.com/af/3a798d/00000000000000000000ec0a/27/l?subset_id=2&fvd=i7&v=3) format("woff2"), url(https://use.typekit.com/af/3a798d/00000000000000000000ec0a/27/d?subset_id=2&fvd=i7&v=3) format("woff"), url(https://use.typekit.com/af/3a798d/00000000000000000000ec0a/27/a?subset_id=2&fvd=i7&v=3) format("opentype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: museo-slab-1;
	src: url(https://use.typekit.com/af/e48613/00000000000000000000ec0b/27/l?subset_id=2&fvd=n8&v=3) format("woff2"), url(https://use.typekit.com/af/e48613/00000000000000000000ec0b/27/d?subset_id=2&fvd=n8&v=3) format("woff"), url(https://use.typekit.com/af/e48613/00000000000000000000ec0b/27/a?subset_id=2&fvd=n8&v=3) format("opentype");
	font-weight: 800;
	font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1240px) {
	.projects-list .single-item:nth-of-type(4n){
		margin: 0 0 1em 0;
	}

	.projects-list .single-item:nth-of-type(4n+1){
		clear: left;
	}
}
@media only screen and (max-width:1024px) {
	.project-images .element{
		width: 49%;
	}
	
	.project-images .element:nth-child(3n){
		margin-right: 2%;
		clear: none;
	}

	.project-images .element:nth-child(2n){
		margin-right: 0;
		clear: right;
	}
}
@media only screen and (max-width:768px) {
	.project-images .element:nth-child(1n){
		width: 100%;
		max-width: 300px;
		margin: 0 auto 1em;
		float: none;
	}
	.header nav ul {
		padding: 16px 0px;
	}
	.header nav .menu-item {
		padding-right: 4px;
	}
	.heading {
		padding-top:30px;
		padding-bottom: 35px;
	}
	.heading h1 {
		margin: .5em 0;
		font-size: 1.36em;
		line-height: 1.25;
	}
	.heading h1 a{
		max-width: 65px;
		display: inline-block;
		line-height: 1;
	}
	.wrapper, .wrapper-fluid {
		padding: 0 1em;
	}
	.footer .wrapper {
		padding: 0;
		margin-top: 1em;
	}
	.project-detail {
		padding: 10px 0px;
	}
	.project-detail .col33, .project-detail .col33 {
		flex: 1 1 100%;
	}
	.footer {
		padding: 1em;
	}
	.projects-list .single-item{
		width: 48%;
		margin: 0 4% 1em 0;
	}
	.projects-list .single-item:nth-of-type(2n){
		margin: 0 0 1em 0;
	}
	.projects-list .single-item span:first-of-type{
		height: 200px;
	}
	.projects-container article {
		flex: 1 1 220px;
	}
	.projects-container article img{
		max-width: 220px;
	}
	
}
@media only screen and (max-width:480px) {
	.projects-list .single-item:nth-of-type(1n){
		width: 100%;
		margin: 0 0 1em 0;
	}
	.projects-list .single-item span:first-of-type{
		height: 250px;
	}
	.category-dropdown {
		position: relative;
		margin: 0 0 1em;
	}
	.projects-list-footer {
		text-align: left;
	}
	.projects-container article {
		flex: 1 1 100%;
	}
	.projects-container article img{
		max-width: 100%;
	}
	.projects-list-header h2 {
		float:left;
		margin-top:25px;
		margin-bottom:25px;
	}
	.projects-list-header .category-dropdown {
		float:right;
		margin:25px 0 25px;
	}
	.home #post-5 {
		display:none;
	}
	.projects-list .single-item p{
		max-height:1.2em;
		overflow:hidden;
	}
}

@media only screen and (min-width:320px) {

}
.brick.pdf{
		display:none;
	}
@media only screen and (min-width:480px) {
	.mobile-pdf{
		display:none;
	}
	.brick.pdf{
		display:block;
	}
}
@media only screen and (min-width:768px) {
	.contact-form .field-form label,
	.contact-form .wpcf7-submit,
	.contact-form .field-message textarea,
	.contact-form .field-message,
	.contact-form .field-form span input,
	.contact-form .field-subscribe span.wpcf7-list-item-label {
		font-size:30px;
	}
	
	.footer .main-column {
		flex: 1 1 60%;
		max-width: 70%;
	}
	
	.footer .sidebar-column {
		flex: 1 1 auto;
		max-width: 30%;
	}
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 3;
  }
}
@media only screen and (min-width:1241px) {
	.home .wrapper, .post-type-archive-projects .wrapper, .category .wrapper{
		max-width: 100%;
	}
	.home .projects-list-header,  .post-type-archive-projects .projects-list-header, .category .projects-list-header{
		max-width: 800px;
		margin: 0 auto;
	}
	.projects-container section {
		width: 100%;
	}
	.projects-list {
		width: calc(100% - 2em);
		margin: 2em auto 1em;
	}
	.projects-list .single-item {
		text-decoration: none;
		width: 19%;
		margin: 0 1.25% 1em 0;
		float: left;
		display: table;
	}
	
}

@media only screen and (min-width:1241px) and (max-width:1599px){
	.projects-list .single-item:nth-of-type(5n) {
		margin: 0 0 1em 0;
	}
	.projects-list .single-item:nth-of-type(5n+1) {
		clear: left;
	}
}

@media only screen and (min-width:1366px) {
	.masonry {
		column-count: 4;
	}
}

@media only screen and (min-width:1600px) {
	.projects-list .single-item {
		text-decoration: none;
		width: 15%;
		margin: 0 2% 1em 0;
		float: left;
		display: table;
	}
}

@media only screen and (min-width:1600px) and (max-width:1919px){
	.projects-list .single-item:nth-of-type(6n) {
		margin: 0 0 1em 0;
	}
	.projects-list .single-item:nth-of-type(6n+1) {
		clear: left;
	}
}

@media only screen and (min-width:1920px) {
	.masonry {
		column-count: 5;
	}
	.projects-list .single-item {
		text-decoration: none;
		width: 13%;
		margin: 0 1.5% 1em 0;
		float: left;
		display: table;
	}
	.projects-list .single-item:nth-of-type(7n) {
		margin: 0 0 1em 0;
	}
	.projects-list .single-item:nth-of-type(7n+1) {
		clear: left;
	}
}
@media only screen and (min-width:2560px) {
	.masonry {
		column-count: 6;
	}
	.projects-list .single-item > span:first-of-type {
		height: 250px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.jess3-info a[href^="mailto"],
.jess3-info a[href^="https://linkedin"]
{
background: #fffd00;
font-size: 12px;
text-decoration: underline;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


.projects .masonry .brick img{
    height: 400px;
    object-fit: cover;
    width: 100%;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}