/*
Theme Name: P&M Hosting - Divi Child Theme
Theme URI:
Author: 
Author URI: 
Description: A child theme template for the Divi Theme Builder. !! Please note: the functions.php adds code to also remove attachements when deleting a post !!
Version: 1.0.3
Template: Divi
*/

/* Custom CSS below this line only - DO NOT EDIT ABOVE THIS LINE */

/*SLIDING SUBHEADING
accent colors
orange f57e20
navy blue 00080
bright navy blue 1975D3
----------------------------------------------------------------*/

/*add the subhead line to the left*/

.pmh-subhead-left:before {
	content: '';
	display: block;
	position: absolute;
	top: 30%;
	left: 0px;
	width: 50px;
	border-bottom: 2px solid #f57e20;
	transition: all 0.5s ease-in-out;
}


/*position the subhead line*/

.pmh-subhead-left {
	padding-left: 70px!important;
	margin-bottom: 10px!important;
	position: relative;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 980px) {
	/*make the subhead line wider on hover on desktop*/
	.pmh-hover-section:hover .pmh-subhead-left:before {
		content: '';
		display: block;
		position: absolute;
		top: 30%;
		left: 0px;
		width: 100px;
		border-bottom: 2px solid #f57e20;
		transition: all 0.5s ease-in-out;
	}
	/*set the width of subhead line on hover on desktop*/
	.pmh-hover-section:hover .pmh-subhead-left {
		padding-left: 120px!important;
		margin-bottom: 10px!important;
		position: relative;
		transition: all 0.5s ease-in-out;
	}
}
