/* Compiled Bupuf front styles */
/*
{
    "bupuf-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf\/css\/bupuf.css",
        "ver": "1.17.13",
        "extra": {
            "after": "#bupuf_layout_holder .swatch-1, .swatch-1, .swatch-1:hover, .swatch-1:focus {\n}\n#bupuf_layout_holder .swatch-2, .swatch-2, .swatch-2:hover, .swatch-2:focus {\nbackground-color: #e8e8e8;\n}\n#bupuf_layout_holder .swatch-3, .swatch-3, .swatch-3:hover, .swatch-3:focus {\nbackground-color: #d8d8d8;\n}\n#bupuf_layout_holder .swatch-4, .swatch-4, .swatch-4:hover, .swatch-4:focus {\nbackground-color: #8a8a8d;\n}\n#bupuf_layout_holder .swatch-5, .swatch-5, .swatch-5:hover, .swatch-5:focus {\n}\n\n\t#bupuf-collapse-all > span.collapse-all-icon {\n\t\tbackground-image: url(\"https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf\/img\/double-caret-up.svg\");\n\t}\n\t\n\t#bupuf-collapse-all > span.collapse-all-icon.expand-all {\n\t\tbackground-image: url(\"https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf\/img\/double-caret-down.svg\");\n\t}\n\t"
        },
        "priority": 0
    },
    "bup-member-groups-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf\/plugin-member-groups\/bup-member-groups.css",
        "ver": "3.4.3",
        "extra": [],
        "priority": 10
    },
    "bupuf-banner-carousel-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf-banner-carousel\/css\/bupuf-banner-carousel.css",
        "ver": "1.3.2",
        "extra": [],
        "priority": 10
    },
    "bupuf-banners-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf-banners\/css\/bupuf-banners.css",
        "ver": "2.10.1",
        "extra": [],
        "priority": 10
    },
    "bupuf-blog-front-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf-blog-front\/css\/bupuf-blog-front.css",
        "ver": "1.5.0",
        "extra": {
            "after": ".layout-blog-front .bar {background-color: rgba( 138, 138, 141, 0.8);}"
        },
        "priority": 10
    },
    "bupuf-cta-boxes-v2-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf-cta-boxes-v2\/css\/bupuf-cta-boxes-v2.css",
        "ver": "3.5.1",
        "extra": [],
        "priority": 10
    },
    "bupuf-google-map-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf-google-map\/css\/bupuf-google-map.css",
        "ver": "1.1.4",
        "extra": [],
        "priority": 10
    },
    "bupuf-staff-lightbox-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf-staff-lightbox\/css\/bupuf-staff-lightbox.css",
        "ver": "1.9.1",
        "extra": {
            "after": ".bupuf-staff-lightbox .overlay { background: url(\"https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf-staff-lightbox\/images\/staff-box-bg.png\") bottom repeat-x; }"
        },
        "priority": 10
    },
    "bupuf-youtube-css": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/plugins\/bupuf-youtube\/css\/bupuf-youtube.css",
        "ver": "1.0.3",
        "extra": [],
        "priority": 10
    },
    "open-sans": {
        "src": "https:\/\/fonts.googleapis.com\/css?family=Open+Sans:300,300italic,400,400italic,600,600italic",
        "ver": false,
        "extra": [],
        "priority": 10
    },
    "fup-20-theme-stylesheet": {
        "src": "https:\/\/precisionbolting.com\/wp-content\/themes\/fup-20\/style.css",
        "ver": "1.31.0",
        "extra": [],
        "priority": 20
    }
}
*/

/* / bupuf-css styles start: / */
 /* Fix for safari wrapping when display: flex; is applied to Bootstrap 3 rows. */
.row:before,
.row:after { width: 0; }

.bupuf-layout.row {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    position: relative;
}

.bupuf-layout:not(.bupuf-resist-spacing) {
	padding-top: 1em;
	padding-bottom: 1em;
}

.bupuf-preview-container .bupuf-layout.row {
	margin-top: 0;
	margin-bottom: 0;
}

.bupuf-layout.row.has-overlay {
	padding-top: 0;
	padding-bottom: 0;
}

.bupuf-layout.row .bg-overlay:not(.bupuf-resist-spacing) {
	padding-top: 1em;
	padding-bottom: 1em;
}

.bupuf-layout.row.parallax {
	background-attachment: fixed;
}

.bupuf-preview-container {
	background-color: white;
}

.row.full-width .container {
	width: auto;
    max-width: unset;
}

iframe {
	max-width: 100%;
}

/* WP alignment classes */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.col-xs-20 {
	width: 20%;
}

@media (min-width: 768px) {
	.col-sm-20 {
		width: 20%;
	}
}
@media (min-width: 992px) {
	.col-md-20 {
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.col-lg-20 {
		width: 20%;
	}
}
/* Separator Styles START */
.bupuf-separator {
	text-align: center;
}
.bupuf-separator > div.separator-repeat-x {
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
	padding: 0;
	margin: 0;
}
.bupuf-separator > img {
	height: auto;
}
.bupuf-separator hr {
	height: 0;
	margin-left: 15px;
	margin-right: 15px;
}
/* Separator Styles END */

@media (max-width: 768px) {
	.hide-mobile {
		display: none;
	}
}
/* N-Column Styles START */
.n-column-row { /* makes columns equal height. important if borders are turned on. */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
}

.n-column {
	border-width: 1px;
	border-right-style: solid;
	border-color: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.n-column:last-of-type {
	border-right-style: none;
}

@media (max-width: 767px) {
	.n-column {
		border-right-style: none;
		border-bottom-style: solid;
	}
	.n-column:last-child {
		border-bottom-style: none;
	}
}

@media (max-width: 991px) {
	.n-column.col-sm-6:nth-child(2n),
	.n-column.col-sm-4:nth-child(3n) {
		border-right-style: none;
	}
	
	.n-4 .n-column.col-sm-4:nth-child(-n+3),
	.n-5 .n-column.col-sm-4:nth-child(-n+3),
	.n-6 .n-column.col-sm-4:nth-child(-n+3),
	.n-3 .n-column.col-sm-6:nth-child(-n+2),
	.n-4 .n-column.col-sm-6:nth-child(-n+2),
	.n-5 .n-column.col-sm-6:nth-child(-n+2),
	.n-6 .n-column.col-sm-6:nth-child(-n+2) {
		border-bottom-style: solid;
	}
}

/* N-Column Styles END */

ol.letter-list {
	list-style-type: lower-alpha;
}

/* Member Group Related Styles START */

.next-external + * {
    border: 3px dashed black;
    opacity: 0.5;
}

/* Member Group Related Styles END */
/* Layout Render V2 General Styles START */

.bupuf-layout .floating-anchor {
    position: absolute;
    top: -140px;
}

/* Layout Render V2 General Styles END */
/* Impromptu Lightbox Styles START */

.bupuf-impromptu-lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.bupuf-impromptu-lightbox-overlay {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
}

.bupuf-impromptu-lightbox-frame {
    position: relative;
    background-color: white;
    padding: 30px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    width: max-content;
    height: auto;
}

.bupuf-impromptu-lightbox-close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-block;
    color: black;
    opacity: 0.5;
    font-size: 20px;
}

/* Impromptu Lightbox Styles END */
/* Content Styles START */

.checked-list ul li::before, ul.checked-list li::before {
	position: absolute;
	left: -45px;
	top: 0;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* Content Styles END */ 

/* / bupuf-css inline styles start: / */
#bupuf_layout_holder .swatch-1, .swatch-1, .swatch-1:hover, .swatch-1:focus {
}
#bupuf_layout_holder .swatch-2, .swatch-2, .swatch-2:hover, .swatch-2:focus {
background-color: #e8e8e8;
}
#bupuf_layout_holder .swatch-3, .swatch-3, .swatch-3:hover, .swatch-3:focus {
background-color: #d8d8d8;
}
#bupuf_layout_holder .swatch-4, .swatch-4, .swatch-4:hover, .swatch-4:focus {
background-color: #8a8a8d;
}
#bupuf_layout_holder .swatch-5, .swatch-5, .swatch-5:hover, .swatch-5:focus {
}

	#bupuf-collapse-all > span.collapse-all-icon {
		background-image: url("https://precisionbolting.com/wp-content/plugins/bupuf/img/double-caret-up.svg");
	}
	
	#bupuf-collapse-all > span.collapse-all-icon.expand-all {
		background-image: url("https://precisionbolting.com/wp-content/plugins/bupuf/img/double-caret-down.svg");
	}
	
/* / bup-member-groups-css styles start: / */
 .bupuf-page-login {
	width: 320px;
	padding: 0;
	margin: auto;
	/*margin-top: 24px;
	margin-bottom: 24px;*/
	overflow: hidden;
	font-weight: 400;
}

.bupuf-page-login form {
	margin-top: 24px;
	margin-bottom: 24px;
	color: black;
}

.bupuf-page-login label {
	display: block;
	color: #72777c;
	font-size: 14px;
	font-weight: 400;
}

.bupuf-page-login .login-username > input,
.bupuf-page-login .login-password > input {
	display: block;
	width: 100%;
}

/* stolen from .button, .button-primary, and .button-large */
.bupuf-page-login .button-primary {
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
}

.bupuf-page-login .bupuf-failed-login-section,
.bupuf-page-login .bupuf-logout-section {
	font-size: 14px;
	border-left-width: 4px;
	border-left-style: solid;
	padding: 14px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

.bupuf-page-login .bupuf-failed-login-section {
	border-left-color: #dc3232;
}
.bupuf-page-login .bupuf-logout-section {
	border-left-color: #32dc32;
} 

/* / bupuf-banner-carousel-css styles start: / */
 .font-size-3 { font-size: 3rem; }

.font-weight-bold { font-weight: bold; }

.white { color: #ffffff; }

.vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bupuf-banner-carousel { background-color: #cccccc; }

	.bupuf-banner-carousel .carousel-inner .item {
        height: 100%;
        background-size: cover;
    }

	.bupuf-banner-carousel .carousel-inner img { width: 100%; }

	.bupuf-banner-carousel h1 { font-size: 2em; }

	.bupuf-banner-carousel h3 { font-size: 1.725em; }

	.bupuf-banner-carousel .banner-button { margin-top: 2em; }
	.bupuf-banner-carousel .btn { padding: 0.5rem 1rem; }

	@media (min-width: 768px) {
		.bupuf-banner-carousel .overlay {
			position: absolute;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 10;
			padding: 1rem 5rem;
            background: rgba(0, 0, 0, 0.6);
		}

		.bupuf-banner-carousel h1 { font-size: 3em; }

		.bupuf-banner-carousel h3 { font-size: 1.725em; }
	}

	@media (min-width: 992px) {
		.bupuf-banner-carousel .overlay {
			padding-right: 7rem;
			padding-left: 7rem;
		}
	}

	@media (min-width: 1366px) {
		.bupuf-banner-carousel .overlay {
			padding-right: 14rem;
			padding-left: 14rem;
		}
	}

	@media (min-width: 1600px) {
		.bupuf-banner-carousel .overlay {
			padding-right: 20rem;
			padding-left: 20rem;
		}
	}

/* Banner Sizes START */

@media (min-width: 768px) {
    .bupuf-banner-carousel.banner-full .carousel-inner { height: 27rem; }
    .bupuf-banner-carousel.banner-three-fourths .carousel-inner { height: 27rem; }
    .bupuf-banner-carousel.banner-one-half .carousel-inner { height: 23.5em; }
}

@media (min-width: 992px) {
    .bupuf-banner-carousel.banner-full .carousel-inner { height: 34rem; }
    .bupuf-banner-carousel.banner-three-fourths .carousel-inner { height: 28.75em; }
}

@media (min-width: 1600px) {
    .bupuf-banner-carousel.banner-full .carousel-inner { height: 43em; }
    .bupuf-banner-carousel.banner-three-fourths .carousel-inner { height: 32em; }
}

/* Banner Sizes END */ 

/* / bupuf-banners-css styles start: / */
 .padding-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.margin-top-2 { margin-top: 2rem; }

.margin-top-3 { margin-top: 3rem; }

.font-size-3 { font-size: 3rem; }

.font-weight-bold { font-weight: bold; }

.vertical-align {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bupuf-banner {
	background-color: #cccccc;
}


.bupuf-banner .banner-shadow {
	text-shadow: 0 0 28px black;
}

.bupuf-banner,
.bupuf-banner .item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bupuf-banner .item {
	height: 100%;
}

.bupuf-banner .item.nonant-top-left { background-position: top left; }
.bupuf-banner .item.nonant-top-center { background-position: top center; }
.bupuf-banner .item.nonant-top-right { background-position: top right; }
.bupuf-banner .item.nonant-center-left { background-position: center left; }
.bupuf-banner .item.nonant-center-center { background-position: center; }
.bupuf-banner .item.nonant-center-right { background-position: center right; }
.bupuf-banner .item.nonant-bottom-left { background-position: bottom left; }
.bupuf-banner .item.nonant-bottom-center { background-position: bottom center; }
.bupuf-banner .item.nonant-bottom-right { background-position: bottom right; }


.bupuf-banner .button:hover { opacity: 0.85; }

.bupuf-banner .search-form .screen-reader-text { display: none; }

.bupuf-banner .search-form .search-field {
	border: none;
	padding: 0.5em 1em;
	border-radius: 1.5em;
}

.bupuf-banner .search-form .search-field:focus { outline: none; }

.bupuf-banner .search-form .search-submit {
	border: none;
	padding: 0.5em 0.75em;
	border-radius: 1.25em;
}

.bupuf-banner .search-form .search-submit:focus { outline: none; }

.white { color: #ffffff; }

.bupuf-banner .carousel-inner img { width: 100%; }

.bupuf-banner h1 { font-size: 2em; }
.bupuf-banner h3 { font-size: 1.725em; }

.bupuf-banner .overlay {
	width: 100%;
	height: 100%;
	z-index: 10;
	padding-bottom: 1em;
	min-height: 8em;
}

.bupuf-banner .carousel-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 8em;
	position: absolute;
	z-index: 5;
}

.bupuf-banner .carousel-inner > * {
	flex: 1;
}

/*
1 : Full
1-1 : 3/4
2 : 1/2
3 : 1/4
4 : 1/8
*/

@media (min-width: 768px) and (max-width: 991px) {
	.bupuf-banner.has-text .overlay{
		min-height: 20em;
	}
}

@media (min-width: 768px) {
	
	.bupuf-banner {
		background-image: none !important;
	}
	
	.bupuf-banner h1 { font-size: 3em; }
	.bupuf-banner h3 { font-size: 1.725em; }
	
	.banner-type-1 .overlay { min-height: 24em; }
	
	.banner-type-1-1 .overlay,
	.banner-type-2 .overlay { min-height: 20em; }
}

@media (min-width: 992px) {
	.banner-type-1 .overlay,
	.banner-type-1-1 .overlay { min-height: 28.75em; }
}

@media (min-width: 1200px) {
	.banner-type-1 .overlay { min-height: 34em; }
}

@media (min-width: 1600px) {
	.banner-type-1 .overlay { min-height: 47.5em; }
	.banner-type-1-1 .overlay { min-height: 32em; }
}

.banner-type-3 .overlay { min-height: 16em; }

.banner-type-4 .overlay { min-height: 14em; }

@media (max-width: 767px) {
	.bupuf-banner.mobile-static .carousel-inner {
		display: none !important;
	}
}
 

/* / bupuf-blog-front-css styles start: / */
 /* Can be overridden easily by more specific CSS, but this layout style shouldn't have padding by default. */
.row.blog-front-full-width {
	padding-top: 0;
	padding-bottom: 0;
}

.layout-blog-front .items {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.layout-blog-front .item-date,
.layout-blog-front .item-col {
	margin-top: 1em;
	margin-bottom: 1em;
}

.layout-blog-front .btn-default { margin-bottom: 1em; }

.layout-blog-front hr {
	margin-top: 2em;
	margin-bottom: 2em;
}

.black { color: #000000; }

hr.black { border-color: #000000; }

.white { color: #ffffff; }

hr.white { border-color: #ffffff; }

.layout-blog-front .background {
	min-height: 15em;
	/*border-bottom: 1.75em solid #000000;*/
}

.layout-blog-front .light-bg { background-color: #fcfcfc; }

.layout-blog-front .btn {
	background-color: #000000;
	color: #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	padding: 0.75em 2.75em;
}

.layout-blog-front .btn:hover { opacity: 0.75; }


.layout-blog-front .heading hr {
	width: 15%;
	border-top: 0.3em solid;
}

.layout-blog-front .overlay hr {
	width: 50%;
	border-top: 0.15em solid;
}

.layout-blog-front .item {
	position: relative;
	height: 100%
}

.layout-blog-front .item .bar {
	position: absolute;
	z-index: 10;
	bottom: 0;
	padding: 0.01em 1em 0.75em 1em;
	/* background-color: rgba(0, 0, 0, 0.80); */
	left: 0;
	right: 0;
}

.layout-blog-front .item:hover .bar {
	opacity: 0;
	transition: 0.25s;
}

.layout-blog-front .item .date {
	position: absolute;
	left: 8px;
}

.layout-blog-front .item .triangle-white,
.layout-blog-front .item .triangle-black {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
	height: 0;
	border-top: 5.75em solid #000000;
	border-right: 5.75em solid transparent;
	transition: 0.25s;
}

.layout-blog-front .item .triangle-white {
	top: 2px;
	left: 2px;
	border-top-color: #ffffff ;
}

.layout-blog-front .item:hover .date,
.layout-blog-front .item:hover .triangle-white,
.layout-blog-front .item:hover .triangle-black {
	opacity: 0;
	transition: 0.25s;
}

.layout-blog-front .overlay {
	position: relative;
	vertical-align: middle;
	opacity: 0;
	min-height: 380px;
	height: 100%;
	background-color: #000000;
	padding: 0.5em 2em;
	transition: 0.25s;
}

.layout-blog-front .item:hover .overlay {
	opacity: 1;
	transition: 0.25s;
}

.layout-blog-front .arrow:hover { opacity: 0.5; }

/* Standard Rollover styles */
.layout-blog-front.blog-standard .content {
	padding: 2em 1em 2.5em 4em;
	height: 100%;
}

.layout-blog-front.blog-standard .item:hover .date,
.layout-blog-front.blog-standard .item:hover .triangle-white,
.layout-blog-front.blog-standard .item:hover .triangle-black { opacity: 1; }

.layout-blog-front h2 a { color: #000000; }


/* Media queries. */

@media (min-width: 768px) {
	.layout-blog-front .headline {
		font-size: 2.25em;
		font-weight: bold;
	}

	.layout-blog-front .subheading { font-weight: bold; }

	.layout-blog-front .overlay { width: 345px; }

	.layout-blog-front .item .bar { z-index: 0; }

	.layout-blog-front.blog-standard .content { padding-right: 4em; }
}

@media (min-width: 992px) {
	.layout-blog-front .overlay { width: 455px; }
}


@media (min-width: 1200px) {
	.layout-blog-front.blog-left {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.layout-blog-front .content { padding: 2em 4em 2.5em; }

	.layout-blog-front .overlay { width: 555px; }

	.layout-blog-front h2 { margin-top: 0; }
} 

/* / bupuf-blog-front-css inline styles start: / */
.layout-blog-front .bar {background-color: rgba( 138, 138, 141, 0.8);}
/* / bupuf-cta-boxes-v2-css styles start: / */
 .cta-boxes-box fieldset {
	margin-top: 1em;
	border: 1px solid #dddddd;
	padding: 1em;
	margin-bottom: 1em;
}

.layout-cta-boxes > [class*=cta-] {
	margin-top: 1em;
	margin-bottom: 1em;
}

.cta-boxes-box .fieldset-bg { background-color: #eeeeee; }

.margin-1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.margin-top-1 {
	margin-top: 1em;
}

.display-table { display: table; }

.display-table-cell { display: table-cell; }

.layout-cta-boxes,
.layout-cta-boxes a { color: #fff; }

.layout-cta-boxes .item {
	position: relative;
	height: 304px;
	overflow: hidden;
}

.layout-cta-boxes .cta-box-link {
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
}

.layout-cta-boxes .overlay {
	vertical-align: middle;
	padding: 0.5em 2em;
	transition: 0.25s;
	height: 100%;
}

.layout-cta-boxes.effect-zoom .overlay,
.layout-cta-boxes .zoom-overlay {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.layout-cta-boxes.effect-zoom .overlay,
.layout-cta-boxes .zoom-overlay,
.layout-cta-boxes.effect-zoom .cta-body,
.layout-cta-boxes.effect-zoom .zoom-container,
.layout-cta-boxes.effect-zoom .zoom-background {
	transition-property: top, bottom, transform, opacity, max-height;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}

.layout-cta-boxes.effect-zoom .zoom-container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.layout-cta-boxes .zoom-overlay {
	opacity: 0.35;
}

.layout-cta-boxes.effect-zoom .cta-body {
	transform: scale(0);
	max-height: 0;
}

.layout-cta-boxes .overlay .cta-head {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 72px;
	display: block;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.layout-cta-boxes.effect-zoom .zoom-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-size:cover;
	background-position: center;
	transform: scale(1);
}

.layout-cta-boxes.has-icon .overlay .cta-head {
	height: 132px;
}

.layout-cta-boxes.has-icon .overlay .cta-head img.cta-icon {
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	height: 60px;
}



.layout-cta-boxes .overlay h3,
.layout-cta-boxes .overlay .title-card h3 {
	position: relative;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.layout-cta-boxes.effect-fade.bg-image .overlay {
	opacity: 0;
}

.layout-cta-boxes.effect-slide-up.bg-image .overlay { /* Don't apply margin to solid bg version */
	left: auto;
	right: auto;
	margin-top: 214px;
}

.layout-cta-boxes.effect-slide-up.bg-image .overlay:not(.cta-solid) {
	margin-top: 210px;
}

.layout-cta-boxes.effect-slide-up.bg-image.has-icon .overlay:not(.cta-solid) {
	margin-top: 160px;
}

.layout-cta-boxes.effect-zoom .item:hover .overlay,
.layout-cta-boxes.effect-zoom .item:focus .overlay {
	padding-top: 0.5em;
}

.layout-cta-boxes .item:hover .zoom-background,
.layout-cta-boxes .item:focus .zoom-background {
	transform: scale(1.2);
	-webkit-filter: blur(1px);
}

.layout-cta-boxes .item:hover .cta-body,
.layout-cta-boxes .item:focus .cta-body {
	transform: scale(1);
	max-height: 200px;
}
.layout-cta-boxes.has-icon .item:hover .cta-body,
.layout-cta-boxes.has-icon .item:focus .cta-body {
	max-height: 100px;
}

.layout-cta-boxes .item:hover .zoom-overlay,
.layout-cta-boxes .item:focus .zoom-overlay {
	opacity: 0.65;
}


.layout-cta-boxes.effect-fade .item:hover .overlay,
.layout-cta-boxes.effect-slide-up .item:hover .overlay {
	opacity: 1.0;
	transition: 0.25s;
	margin-top: 0 !important;
}

.layout-cta-boxes.effect-slide-up .item:hover .overlay{
	opacity: 1.0;
	transition: 0.25s;
}

.layout-cta-boxes .item:hover .overlay.cta-solid {
	opacity: 0.7;
}

.layout-cta-boxes .item .title-card {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.2em 2em;
	height: 72px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1.0;
	transition: 0.25s;
	z-index: 100;
}

.layout-cta-boxes.effect-fade .item:hover .title-card {
	opacity: 0;
	transition: 0.25s;
}

.layout-cta-boxes .display-table { display: none; }

@media (min-width: 768px) {
	.layout-cta-boxes .display-table { display: inline; }
}
			
.layout-cta-boxes:not([class*=effect]) .arrow:hover,
.layout-cta-boxes.effect-fade .arrow:hover {
	opacity: 0.5;
}

.layout-cta-boxes.style-grid {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.layout-cta-boxes.style-grid > * {
    margin: 0;
    padding: 0;
}

.layout-cta-boxes.style-default .item {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
} 

/* / bupuf-google-map-css styles start: / */
 .bupuf-google-map iframe,
.bupuf-map-render {
	width: 100%;
	min-height: 25rem;
}

textarea.bupuf-geo-json,
textarea.bupuf-map-styles {
    display: none;
}
 

/* / bupuf-staff-lightbox-css styles start: / */
 .bupuf-staff-lightbox {
	position: relative;
	min-height: 20em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
}

	.bupuf-staff-lightbox .overlay {
		/*background: url(../images/staff-box-bg.png) bottom repeat-x;*/
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}

	.bupuf-staff-lightbox .text {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
        padding-top: 1em;
        padding-bottom: 1em;
	}

.bupuf-staff-lightbox .btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 1.25em;
	padding: 0.5em 1.75em; 
}

	.bupuf-staff-lightbox .btn:focus { color: #fff !important; }

	.bupuf-staff-lightbox .btn:focus:hover { color: #000 !important; }

	.bupuf-staff-lightbox .btn:hover {
		background-color: #fff;
		color: #000;
		transition: 0.5s;
	}

.bupuf-staff-lightbox .staff-meta {
    margin-bottom: 1em;
}

.text-align-left { text-align: left; }

.text-align-center { text-align: center; }

.bupuf-staff-lightbox .modal,
.bupuf-staff-lightbox .modal a { color: #000000; }

.white { color: #fff; }

@media (min-width: 768px) {
	.bupuf-staff-lightbox { min-height: 25em; }
} 

/* / bupuf-staff-lightbox-css inline styles start: / */
.bupuf-staff-lightbox .overlay { background: url("https://precisionbolting.com/wp-content/plugins/bupuf-staff-lightbox/images/staff-box-bg.png") bottom repeat-x; }
/* / bupuf-youtube-css styles start: / */
 .bupuf-youtube iframe { max-width: 100%; } 

/* / open-sans styles start: / */
 @font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
 

/* / fup-20-theme-stylesheet styles start: / */
 /*
Theme Name: Fresh UPdate 2.0
Author: BubbleUP Marketing
Author URI: http://www.bubbleup.ca
Description: Fresh UPdate 2.0 theme using the BubbleUP Unified Framework. Version 1.18 includes: more granular color control; the ability to rearrange footer sections; two style formats for easily creating buttons in content editors. Several minor bugs have been fixed.
Version: 1.31.1
License: Commercial
*/

/* Generic START */
html { font-size: 18px; }

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: lighter;
}

/* 
separate long URLs into 2 lines
to prevent horizontal scrolling
*/
#content a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

img {
	max-width: 100%;
	height: auto;
}

.alignright,
.alignleft,
.aligncenter {
	display: block;
	margin-bottom: 1em;
}

@media (min-width: 768px) {	
	.alignright {
		float: right;
		margin-left: 2em;
	}
	
	.alignleft {
		float: left;
		margin-right: 2em;
	}
}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.padding-025 {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.padding-top-025 { padding-top: 0.25em; }

.margin-05 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.margin-right-05 { margin-right: 0.5em; }

.margin-left-05 { margin-left: 0.5em; }

.padding-top-06 { padding-top: 0.6em; }

.margin-1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.padding-1 {
	padding-top: 1em;
	padding-bottom: 1em;
}

.margin-top-1 { margin-top: 1em; }

.margin-bottom-1 { margin-bottom: 1em; }

.margin-left-1 { margin-left: 1em; }

.padding-right-1 { padding-right: 1em; }

.padding-left-1 { padding-left: 1em; }

.margin-top-15 { margin-top: 1.5em; }

.margin-2 {
	margin-top: 2em;
	margin-bottom: 2em;
}

.margin-bottom-2 { margin-bottom: 2em; }

.text-align-center { text-align: center; }

.font-size-07 { font-size: 0.7em; }

.font-size-085 { font-size: 0.85em; }

.font-size-15 { font-size: 1.5em; }

.black,
a.black:hover { color: #000000; }

.black-bg { background-color: #000000; }

.white,
a.white { color: #ffffff; }

a.text-decoration-none { text-decoration: none; }

.byline,
.updated:not(.published) { display: none; }

.inline-block { display: inline-block; }

@media (min-width: 768px) {
	/* flex doesn't work for < IE11 */
	.vertical-align {
		display: flex;
		flex-direction: column;
		justify-content: center;	
	}

	.flex { display: flex; }	
}

.align-items-center { align-items: center; }

.space-between { justify-content: space-between; }
.flex-center { justify-content: center; }
/* Generic END */

/* Bootstrap Overrides START */
p { margin-bottom: 20px; }

.navbar {
	margin-bottom: 0;
	z-index: 150;
}

.navbar-default {
	border: none;
	border-radius: 0;
	background-color: #ffffff;
	padding-top: 0.75em;
	padding-bottom: 0.75em;	
}
	
	.navbar-default .navbar-nav > li > a/*,
	.navbar-default .navbar-nav > .open > a:focus*/ {
		padding-right: 0.75em;
		padding-left: 0.75em;
		font-weight: bold;
		color: #414042;
	}	
	
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .active > a:hover { transition: 0.5s; }

	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .active > a { background-color: transparent !important; color: #000000; }
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a { background-color: transparent; }
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		background-color: transparent;
		transition: 0.5s;
	}
	
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .current-page-ancestor {
		/* Adjust for bottom border on active menu item, since Firefox won't obey border-box. */
		margin-bottom: -0.15em;
	}
	 
 .dropdown-menu {
	background-color: #000000;
	border: none;
}

.dropdown-toggle:hover { cursor: pointer; }
/* Bootstrap Overrides END */

/* Tab Overrides START */
*:focus,
.dropdown-toggle:focus,
.dropdown-menu > .active > a:focus {
	outline: auto;
	outline-width: thin;
	outline-style: auto; /* auto, dashed, solid */
}

a:focus {
	outline-offset: 0;
}

.header-bold-social a:focus,
.social a:focus {
	outline-offset: 2px;
}

footer i.fa,
footer i.fas,
footer i.fab {
	margin-right: 0.5em;
	font-size: 150%;
	vertical-align: middle;
}

.menu-item a:focus {
	outline-offset: -1px;
}
/* Tab Overrides END */
/* Header START */

.header-icon .header-extra,
.header-basic .header-extra,
.header-float .header-extra {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
}

.header-bold .header-extra {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
}

/* Float Header styles START */
.floating-wrap {
    position: relative;
    z-index: 200;
}

.floating-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    padding: 0.5em 1em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

@media (max-width: 767px) {
    .floating-header{
        position: relative;
    }
}

.floating-logo {
    transition: 0.5s;
    z-index: 1005;
    max-width: 100%;
}
.floating-logo img {
    max-width: 100%;
    max-height: 100px;
    transition: 0.5s;
}

.is-sticky .floating-logo img {
    max-height: 75px;
}

#bupuf-hamburger-open {
    display: inline-flex;
    font-size: 40px;
    z-index: 1010;
    color: #ffffff;
    align-items: center;
    text-shadow: #999 1px 1px 3px;
}

#bupuf-hamburger-open > span {
    padding: 0.25rem 0.75rem;
}

#bupuf-hamburger-open:hover {
    opacity: 0.75;
    transition: 0.5s;
}

#bupuf-hamburger-open > * {
    display: block;
}

#bupuf-hamburger {
    height: 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1020;
    left: 0;
    background-color: #000000;
    text-align: center;
    overflow: hidden; /* Overridden by expand JS. */
    transition: 0.5s;
}

#bupuf-hamburger .overlay-content {
    position: relative;
    top: 4rem;
    width: 100%;
}

#bupuf-hamburger .overlay-content ul { padding-left: 0; }

#bupuf-hamburger .overlay-content li { list-style-type: none; }

#bupuf-hamburger .menu a {
    display: block;
    padding: 0.25rem;
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}

#bupuf-hamburger .sub-menu a { font-size: 1rem; }

@media (min-width: 576px) {
    #bupuf-hamburger .overlay-content { top: 4rem; }

    #bupuf-hamburger .menu a { font-size: 2rem; }

    #bupuf-hamburger .sub-menu a { font-size: 1rem; }
}

#bupuf-hamburger a:hover,
#bupuf-hamburger a:focus { font-weight: bold; }

#bupuf-hamburger .close-button {
    position: absolute;
    top: 0.75rem;
    right: 1.35rem;
    z-index: 1030;
    font-size: 60px;
    color: #ffffff;
}

#bupuf-hamburger a.close-button:hover,
#bupuf-hamburger a.close-button:focus {
    text-decoration: none;
    outline:0;
}

@media screen and (max-height: 450px) {
    #bupuf-hamburger .close-button {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/* Float Header styles END */
/* Fix sticky.js breaking sizes. */
.sticky-wrapper:not(.is-sticky) { height: auto !important; }

@media (min-width: 768px) {
	.row.fup-header {
		display: flex;
		flex-direction: row;
	}
	.row.fup-header > div {
		display: inline-block;
		flex-grow: 1;
		flex-basis: content;
	}

	.row.fup-header > .header-bold-logo {
		flex-grow: 0;
	}
}


#header-top .visible-xs { display: inline !important; }

@media (min-width: 768px) {
	#header-top .visible-xs { display: none !important; }
}

#header-top .dropdown button {
	background-color: transparent;
	border: none;
	margin-top: -0.25em;
	padding: 0.5em 0.75em;
}

	#header-top .dropdown button:focus { outline: none; }

#header-top .dropdown.open button { background-color: #414042; }

#header-top .dropdown-menu {
	top: 1.65em;
	background-color: #414042;
	border-radius: 0;
	padding: 0.5em 0 0.5em 1em;
	width: 20em;
}

#header-top .search-field {
	background: #ffffff url(images/icon-search-orange.png) no-repeat 0.5em center; 
	border: none;
	border-radius: 1.25em;
	padding: 0.5em 1em 0.5em 2.25em;
	color: #414042
}

	#header-top .search-field:focus { outline: none; }

.header-bold-logo {
	padding: 10px;
}

.header-bold-logo > a {
	max-width: 300px;
}

.header-bold-logo > a img {
	max-width: 100%;
	height: auto;
}

.header-bold-content {
	text-align: center;
	font-size: 16px;
}
@media(min-width: 768px) {
	.header-bold-content {
		text-align: right;
	}
}

.header-bold-content > div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-bold-address p {
	padding: 0;
	margin: 0;
}
	
.header-bold-social a,
.header-bold-social a:hover,
.header-bold-social a:focus {
	display: inline-block;
	margin-right: 6px;
	text-decoration: none;
	color: inherit;
	font-size: 24px;
}

.navbar .logo-mobile img {
	width: auto;
	max-height: 2.5em;
	min-height: 40px;
}

.navbar .logo img {
	max-height: 5em;
	/*min-height: 60px;*/
}

@media (min-width: 768px) {
	.navbar-header {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.navbar-header .fup-tagline,
.navbar-header .logo,
.navbar-header .logo-mobile {
	display: inline-block;
}

@media(max-width:767px) {
	.fup-tagline,
	.logo-mobile {
		vertical-align: middle;
	}
}

/* Flex header styles START */

@media (min-width: 768px) {
	.flex-head ul.navbar-nav {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}

    .flex-head .navbar-collapse {
        flex-grow: 1;
    }

	.flex-head.navbar-default .navbar-nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.flex-head .navbar-nav a.dropdown-toggle {
		position: relative;
	}

	.flex-head .navbar-nav a.dropdown-toggle .caret {
		position: absolute;
		top: 25px;
		/*margin-left: 8px;*/
		right: -1px;
	}

	.flex-head .logo img {
		min-height: initial;
		min-width: 50px;
	}
}
/* Flex header styles END */

.fup-tagline {
	margin-left: 15px;
	margin-right: 15px;
}

#fup20-child-menu .link:first-child span { display: none; }
/* Header END */

/* Menu START */
.is-sticky #sticker {
	background: rgba( 255, 255, 255, 0.8 );
	z-index: 150;
	width: 100% !important;
	transition: 0.25s; /* helps removes transition flicker */
}
/* Menu END */

/* Content START */
.search .entry-title { text-decoration: underline; }

.search-everything-highlight-color { background-color: transparent !important; }
/* Content END */

/* Banner START */
.bupuf-banner .search-field {
	background: #ffffff url(images/icon-search-orange.png) no-repeat 0.5em center;
	padding-left: 2em !important;
}

@media (min-width: 768px) {
	.bupuf-banner .search-field { width: 20em; }
}

.bupuf-banner .search-form button { display: none; }

.btn,
.bupuf-banner .button .btn,
.btn-fup-fade,
.btn-fup-invert,
.btn-fup-fill {
	border-radius: 0;
	border: none;
	font-size: 1.1em;
	font-weight: lighter;
	padding: 0.4em 1.5em;
	white-space: normal;
}

.btn-fup-fade,
.btn-fup-invert,
.btn-fup-fill {
	display: inline-block;
	text-align: center;
	/*white-space: nowrap;*/
	vertical-align: middle;
}

.btn-fup-fade:hover,
.btn-fup-fade:focus {
	text-decoration: none;
	opacity: 0.85;
}
/* Banner END */

/* Sidebar START */

#sidebar > ul {
	list-style-type: none;
	padding-left: 0;
}

	#sidebar > ul > li > ul { padding-left: 1.25em; }
	
#sidebar .widget-title {
	color: #000000;
	padding: 0.5rem 1rem;
}

#sidebar .search-form { text-align: left; }

#sidebar .widget_search .search-field { min-width: 60px }

#sidebar .widget ul {
	list-style-type: none;
}

#sidebar .widget ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 8px;
    font-weight: 900;
}
/* Sidebar END */

/* Blog START */
/*.blog h2 a { color: #000000; }*/

.blog-categories {
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog-showcase-2-column .blog-categories {
	text-align: center;
}

.blog-categories > .category {
	display: inline-block;
	margin: 6px 15px;
}

.blog-categories > .category.current-category {
	border-bottom: 1px solid;
	font-weight: bold;
}

article p.article-link {
	margin: 10px 0 0;
	padding: 0;
}

.fup-read-post {
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 15px;
}

.entry-meta {
	color: #999999;
}

.entry-content {
	margin-top: 1em;
}

.blog-simple .entry-thumbnail,
.blog-simple .entry-content {
    margin-top: 1em;
    margin-bottom: 1em;
}

.blog-simple .entry-content h2 {
    margin-top: 0;
}

.blog-mosaic {
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-mosaic article > div {
	padding: 15px;
	margin: 0 8px 16px;
}

.blog-mosaic article {
	display: inline-block;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-mosaic article {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.blog-mosaic .col-sm-8 article {
		width: 33.333%;
	}
	.blog-mosaic .col-sm-12 article {
		width: 25%;
	}
}

.blog-showcase-solid main,
.blog-showcase-hover main {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.blog-showcase-solid main:before,
.blog-showcase-solid main:after,
.blog-showcase-hover main:before,
.blog-showcase-hover main:after {
    content: normal;
}

.blog-showcase-solid article,
.blog-showcase-hover article {
	width: 100%;
	flex-basis: 100%;
	padding: 10px;
	position: relative;
	margin:0;
	display: inline-flex;
}

@media (min-width: 768px) {
	.blog-showcase-solid article,
	.blog-showcase-hover article {
		width: 50%;
		flex-basis: 50%;
	}
}

.blog-showcase-solid article .item,
.blog-showcase-hover article .item {
	position: relative;
	padding: 30px 20px 20px 60px;
	width: 100%;
	display: inline-flex;
    text-decoration:none;
}

.blog-showcase-hover article .item {
	padding: 0;
}

.blog-showcase-hover .item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.black { color: #000000; }
hr.white { border-color: #ffffff; }

article .triangle-white,
article .triangle-color {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
	height: 0;
	border-top: 5.75em solid #000000;
	border-right: 5.75em solid transparent;
	transition: 0.25s;
}

article .triangle-white {
	top: 2px;
	left: 2px;
	border-top-color: #ffffff ;
}

.blog-showcase-hover article:hover .date,
.blog-showcase-hover article:hover .title-bar,
.blog-showcase-hover article:hover .triangle-white,
.blog-showcase-hover article:hover .triangle-color {
	opacity: 0;
}

.blog-showcase-hover article .overlay {
	display: block;
	opacity: 0;
	width: 100%;
	padding: 0 20px 20px;
	transition: 0.25s;
}

.blog-showcase-hover article:hover .overlay {
	opacity: 1;
	z-index: 20;
}

article .date {			
	position: absolute;
	top: 0;
	left: 8px;
	z-index: 20;
	font-size: 18px;
	transition: 0.25s;
}

article .date h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.blog-showcase-hover .item .title-bar {					
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.80);
	transition: 0.25s;
}
.blog-showcase-hover .item .title-bar h3 {
	margin: 20px 30px;
}

.blog-showcase-2-column .item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.blog-showcase-2-column  .item > .content,
.blog-showcase-2-column .item > .image {
	flex-basis: 100%;
	flex-grow: 1;
}

.blog-showcase-2-column .content {
	padding: 10px 20px 15px;
}

.blog-showcase-2-column .entry-content {
	margin: 1em 0;
}

.blog-showcase-2-column .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 270px;
	/* border-bottom: 1.75em solid #000000; */
	background-color: white;
	order: 0;
}

.blog-showcase-2-column.alternate .image {
	order: 1;
}

.blog-showcase-2-column article hr {
	margin: 0;
	border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
	.blog-showcase-2-column .item > .content,
	.blog-showcase-2-column .item > .image {
		width: 50%;
		flex-basis: 50%;
	}
	
	.blog-showcase-2-column .content {
		padding: 30px 50px 40px;
	}
}

.blog-arrow {
	margin-top: 12px;
	text-align: center;
	height: 58px;
}

article .btn {
	margin: 10px 5px;
}

.newer_posts {
	float: left;
}

.older_posts {
	float: right;
}

.older_posts,
.newer_posts {
	margin: 10px;
}

/* Blog END */

/* Front Page START */
.home .carousel-inner { /*max-height: 40em;*/ }

	.home .carousel-inner img { width: 100%; }
/* Front Page END */

/* Welcome Content START */
@media (min-width: 768px) {
	.bupuf-welcome-content .headline {
		font-size: 2.25em;
		font-weight: bold;
	}
	
	.bupuf-welcome-content .subheading { font-weight: bold; }
}
/* Welcome Content END */

/* Gravity Forms START */
/* make forms look more like Bootstrap */
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.gform_wrapper select { height: calc(2.25rem + 2px); }

.gform_wrapper input[type='checkbox'],
.gform_wrapper input[type='radio'] {
	margin-right: 0.25rem;
	margin-bottom: 0.25rem;
}

.gform_wrapper .gform_button { padding: .375rem .75rem; }
/* Gravity Forms END */

/* Page With Sidebar START */
@media (min-width: 992px) {
	.bupuf-with-sidebar .container .container { width: 100%; }
}
/* Page With Sidebar END */

/* Sidebar/Widgets START */
#sidebar .widget_search .search-form {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}

#sidebar .widget_search .search-field {
	flex-grow: 1;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

#sidebar .widget_search .search-submit {
	font-size: 0.5em;
	color: white;
	font-weight: normal;
	padding: 6px 14px;
	width: 50px;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}
/* Sidebar/Widgets START */

/* Footer START */
#footer .links ul {
	list-style-type: none;
	padding-left: 0;
}

#footer-bottom {
    padding: 1em;
}

/* Footer END */

@media(print) {

}

/*
 *
 * Author Bio / Card styles
 *
*/

.author-image {
	margin-bottom: 30px;
}

.author-form .gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0 !important;
}

.author-form .gform_legacy_markup_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.ginput_container_textarea {
	margin-top: 24px !important;
}

.single section.vcard.author {
	border: 1px solid #ccc;
	padding: 20px;
	background: #f4f4f4;
}

.single section.vcard.author p:last-child {
	margin-bottom: 0;
} 
