/*
 Theme Name:   SilverRock Ventures theme
 Theme URI:    https://totalwptheme.com/
 Description:  Theme for the SilverRock website
 Author:       A Mix of Pixels
 Author URI:   https://amixofpixels.com/
 Template:     Total
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 Theme Name:   Division 9 Construction theme
 Theme URI:    https://totalwptheme.com/
 Description:  Theme for Division 9 Construction website
 Author:       A Mix of Pixels
 Author URI:   https://amixofpixels.com/
 Template:     Total
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/** GENERAL STYLES **/
.d9c-corners {
	background: linear-gradient(to right, var(--wpex-palette-53-color) 5px, transparent 5px) 0 0, linear-gradient(to left, var(--wpex-palette-53-color) 5px, transparent 5px) 100% 100%, linear-gradient(to bottom, var(--wpex-palette-53-color) 5px, transparent 5px) 0 0, linear-gradient(to top, var(--wpex-palette-53-color) 5px, transparent 5px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	/* padding: ; */
}

.page-header-content .page-header-title::after {
	border-bottom: 5px solid var(--wpex-palette-53-color);
	content: '';
	display: block;
	width: 150px;
	margin: 15px auto;
}

.site-breadcrumbs .breadcrumb-trail a {
	font-weight: 700;
}

.d9c-testimonials .testimonial-entry-content {
	background-color: #f4f9fc;
}

/** PORTFOLIO STYLES **/
.d9c-portfolio-grid .overlay-content {
	width: 90%;
	background-color: #fff;
	text-align: left;
	position: absolute;
	bottom: 20px;
}

.d9c-portfolio-grid .overlay-title {
	color: var(--wpex-palette-118-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
}

.d9c-portfolio-grid .overlay-terms {
	color: #666;
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
}

.d9c-portfolio-grid .overlay-bg.wpex-opacity-60 {
	opacity: 0.1;
}

.d9c-portfolio-grid .overlay-title-category-visible:hover .overlay-bg.wpex-opacity-60 {
	opacity: 0.5!important;
	transition: .5s;
}

.d9c-portfolio-grid .overlay-title-category-visible:hover .overlay-content {
	background-color: var(--wpex-palette-187-color);
}

.d9c-portfolio-grid .overlay-title-category-visible:hover .overlay-content .overlay-title, .d9c-portfolio-grid .overlay-title-category-visible:hover .overlay-content .overlay-terms {
	color: #fff;
}

.d9c-portfolio-grid .overlay-terms::after {
	border-bottom: 3px solid var(--wpex-palette-187-color);
	content: '';
	display: block;
	width: 30px;
	margin: 5px 0 0 0;
}

.d9c-portfolio-grid .overlay-title-category-visible:hover .overlay-content .overlay-terms::after {
	border-bottom: 3px solid #fff;
}

.d9c-portfolio-grid ul li {
	font-weight: 600;
	font-size: 20px;
}

.d9c-portfolio-grid ul li:not(.active) a {
	color: #111;
}

/** SERVICES PAGE STYLES **/
.d9c-services-grid h3::after {
	border-bottom: 3px solid var(--wpex-palette-187-color);
	content: '';
	display: block;
	width: 100px;
	margin: 10px 0 0 0;
}

/** CONTACT PAGE STYLES **/
.gform-theme--foundation .gform_fields {
	grid-row-gap: 15px!important;
	row-gap: 15px!important;
}

#gform_submit_button_1 {
	background-color: var(--wpex-palette-35-color);
	border-radius: 0;
	color: var(--wpex-palette-37-color);
	padding: 15px 30px;
	font-weight: 600;
	margin: 0 auto;
}

/** RESPONSIVE STYLES **/
@media only screen and (min-width: 768px) {
	.neg-top-margin {
		margin-top: -100px;
	}
}