/* Custom styles added by wp valet */

.feld-content p:first-child{
	font-size: 24px;
    line-height: 36px;
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-family: "colfax-web",Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.gallery { 
	margin: 0 auto 18px; 
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	padding: 0 30px 30px 0;
	text-align: center;
	width: 33%;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
}

.gallery-columns-2 .gallery-item { 
	width: 50%;
}

.gallery-columns-4 .gallery-item { 
	width: 25%;
}

.gallery img {
	border: 1px solid white;
	padding: 8px;
	background: rgba(247, 143, 30, 0.11);
	height: auto;
	max-height: auto;
	-moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery img:hover {
	background: rgba(195, 195, 195, 0.18)
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl, .gallery dt { 
	margin: 0; 
}

.gallery br+br { 
	display: none; 
}