/* PROJECTS ARCHIVE */
.projects {}

.max-width-wide {
    width: 1320px!important;
}

.projects .project-list-item {
	background: #F0F0F0;
	margin: 20px;
}

.projects .project-list-item:nth-child(4n),
.projects .columns4 > [class^="col-"]:nth-child(4n) {
	margin:20px!important;
}

.projects .project-list-item .project-list-image {
	height: 140px;
	background-color: #282828;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.projects .project-list-item .project-list-text a {
	text-decoration: none;
}

.projects .project-list-item .project-list-date {
	margin-bottom: 15px;
}

.projects .project-list-item .project-list-image.project-list-noimage {
	background-image: url(../images/noimage.png);
}

.projects .project-list-item .project-list-text {
	background: #F0F0F0;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 50%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#F0F0F0 50%);
	background: linear-gradient(to bottom, #FFFFFF 0%,#F0F0F0 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	display: block;
	padding: 20px 20px 95px;
	position: relative;
}


/* PROJECT FILTERS */
.projects-filters {
	position: relative;
	padding: 20px 0!important;
}

.projects-filters select.filter-list {
	height: 40px;
	padding: 8px 30px 8px 8px;
	border: 1px solid #000000;
	background: #f3f3f3 url(../images/filter-arrow.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
	background-size: 12px;
	background-position: right 10px center;
}

.projects-filters .clear-btn {
	display: inline-block;
	vertical-align: top;
}

.projects-filters .clear-all {
	height: 40px;
	font-size: .9em;
	border: 1px solid #000000;
	padding: 10px;
	background: #000000;
	color:#F49C0E;
	font-weight: bold;
}

.projects-filters .view-map {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	padding: 8px 8px 8px 35px;
	border: 1px solid #000000;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.projects-filters .view-map:before {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background-image: url(../images/location-pin.svg);
	background-size: 17px 26px;
	background-repeat: no-repeat;
	width: 17px;
	height: 26px;
}

/* PROJECTS MAP */
.projects-map {
	padding: 0!important;
}

.projects-map .acf-map {
	height: 40vh;
}

.acf-map {
	width: 100%;
	height: 100%;
	min-height: 226px;
}

.projects-map .g-map-info .project-image {
	height: 80px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.projects-map .g-map-info .project-image.project-noimage {
	background-image: url(../images/noimage.png);
}

.projects-map .g-map-info h4 {
	margin: 0;
	margin-bottom: 10px;
}

.projects-map .g-map-info .project-client-info {
	margin-bottom: 10px;
}

.projects-map .g-map-info .view-project {
	color:#F49C0E;
	text-decoration: none;
	font-weight: bold;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}



/* SINGLE PROJECTS */
.single-projects .section-black {
	padding: 20px 0;
}

.single-projects .single-project-gallery {
	height: 40vh;
	background: #000000;
}

.single-projects .single-project-gallery .project-image-slider {
	position: relative;
	height: 100%;
}

.single-projects .single-project-gallery .project-image-slider button.slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	z-index:10;
	border:0;
	background:#F49C0E;
	cursor: pointer;
}

.single-projects .single-project-gallery .project-image-slider button.slick-arrow:after {
	font-family: 'cape' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	font-size: 30px;
	top: 50%;
	margin-top: -15px;
}

.single-projects .single-project-gallery .project-image-slider button.slick-arrow.slick-prev {
	left:0;
}

.single-projects .single-project-gallery .project-image-slider button.slick-arrow.slick-prev:after {
	content: "\e902";
	left: 7px;
}

.single-projects .single-project-gallery .project-image-slider button.slick-arrow.slick-next {
	right:0;
}

.single-projects .single-project-gallery .project-image-slider button.slick-arrow.slick-next:after {
	content: "\e901";
	right: 7px;
}

.single-projects .single-project-gallery .project-image-slider .single-image-slider,
.single-projects .single-image {
	height: 40vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.single-projects .content-single-image img {
	width: 100%;
	height: auto;
}

.single-projects .project-details {
	margin-top: 30px;
	background: #EEEEF0;
}

.single-projects .project-details .col-2-5 {
	margin-right: 0;
	width: 524px;
}

.single-projects .project-details .details {
	background: #EEEEF0;
	padding: 20px;
}

.single-projects .project-details .details .single-detail {
	margin-top: 5px;
}

.single-projects .project-details .details .columns2 .col-1-2 {
	width: 48%;
	margin-right: 4%;
}

.single-projects .project-details .details .columns2 .col-1-2:last-child {
	margin-right: 0;
}

.single-projects .post-nav {
	text-align: right;
}

.single-projects .post-nav .prev-post-nav,
.single-projects .post-nav .next-post-nav {
	display: inline-block;
	position: relative;
}

.single-projects .post-nav .prev-post-nav a,
.single-projects .post-nav .next-post-nav a {
	display: inline-block;
	position: relative;
	height: 16px;
	width: 16px;
	text-indent: -5000px;
	text-decoration: none;
}

.single-projects .post-nav .prev-post-nav a:before,
.single-projects .post-nav .next-post-nav a:before {
	display: block;
	position: absolute;
	font-family: 'cape' !important;
	font-size: 16px;
	color: #F49C0E;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s ease;
	text-indent: 0;
}

.single-projects .post-nav .projects-grid {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
}

.single-projects .post-nav .prev-post-nav a:before {
	content: "\e902";
	left:0;
}

.single-projects .post-nav .next-post-nav a:before {
	content: "\e901";
	right:0;
}

.single-projects .post-nav .prev-post-nav a:hover:before,
.single-projects .post-nav .next-post-nav a:hover:before {
	color: #ffffff;
}

/* Start: Recommended Isotope styles */
 
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#breadcrumbs a,
#breadcrumbs {
	text-decoration: none;
	color: #ffffff;
}

#breadcrumbs .breadcrumb_last {
	font-weight: bold;
}

/* Small Desktops */
@media only screen and (min-width: 1025px) and (max-width: 1450px){
	.max-width-wide {
	    width: 1000px!important;
	}
	
	.projects .project-list-item {
		margin: 16px;
	}
	
	.single-projects .project-details .col-2-5 {
		margin-right: 0;
		width:392px;
	}
}

@media only screen and (min-width: 761px) and (max-width: 1024px){
	.max-width-wide {
	    width: 750px!important;
	}
	
	.projects .project-list-item,
	.columns4 > [class^="col-"]:nth-child(2n),
	.columns4 > [class^="col-"]:nth-child(4n) {
		margin: 15px!important;
	} 
	
	.single-projects .project-details .col-2-5 {
		margin-right: 0;
		width:100%;
	}
}

/* Phones */
@media only screen and (max-width: 760px){
	.max-width-wide {
	    width: 100%!important;
	}
	
	.projects .project-list-item,
	.columns4 > [class^="col-"]:nth-child(2n),
	.columns4 > [class^="col-"]:nth-child(4n) {
		margin: 0!important;
		margin-bottom: 30px!important;
	}
	
	p#breadcrumbs,
	.single-projects .post-nav {
		text-align: center;
	}
	
	.single-projects .post-nav {
		margin-top: 10px;
	}
	
	.single-projects .project-details .col-2-5 {
		margin-right: 0;
		width:100%;
	}
	
	.single-projects .project-details .details .columns2 .col-1-2 {
		width: 100%;
		margin-right: 0;
	}
	
	.single-projects .content-single-image {
		margin-top: 30px;
	}	
	
	.projects-filters .view-map,
	.projects-map {
		display: none!important;
	}
	
	.projects-filters select.filter-list {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.clear-btn, .clear-all {
		width: 100%;
	}
}