/*
 Theme Name:   Blue & Pine Custom Theme
 Theme URI:    https://blueandpine.com/
 Description:  A flexible custom theme built by Blue & Pine.
 Author:       Panatda, Clay, and Jess
 Author URI:   https://blueandpine.com/
 Template:     generatepress
 Version:      0.1
*/
.btn-gold, .btn-orange {
	color: #fff ! important;
}
.projects-hero-gallery figure {
	width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.wp-block-quote {
    padding: 0px 20px;
    border-color: var(--gold);
}

.middle-border:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 86%;
    background-color: #D1D3D4;
    top: 50%;
    transform: translate(0, -50%);
    left: -10px;
}
.white-orange a {
	color: #fff ! important;
}
.white-orange a:hover {
	color: var(--orange) ! important;
}
.rotate-15:hover {
	transform: rotate(15deg);
}
.btn-float {
    height: 49.5px;
    align-items: center;
    float: inline-end;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.btn-float {
		display: none ! important;
	}
}