/*
Theme Name: Bogosta Enterprises
Template: Divi
Author: Child Theme Configurator
Version: 4.26.1.1727961047
Updated: 2024-10-03 13:10:47

*/

.media-article h3 {
	padding-top: 10px;
}

.article-sidebar hr {
	height: 1px;
    color: #f36c23;
    background: #f36c23;
    font-size: 0;
    border: 0;
	margin-bottom: 20px;
}

.article-sidebar p:last-of-type {
	padding-bottom: 1em !important;
}

.article-sidebar p a {
    transition: all 300ms ease-in-out 0ms !important;
}

.article-sidebar p a:hover {
	text-decoration: underline !important;
    transition: all 300ms ease-in-out 0ms !important;
}

.photo-caption p, .by-line p {
	font-size: 14px;
	line-height: 1.3em;
	color: #555555;
}
.et_pb_menu .et-menu>li {
    padding-left: 15px;
    padding-right: 15px;
}
nav li {
    position: relative;
    line-height: .7em !important;
}
p span.test-name, p span.test-pipes, p span.test-company {
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
}
p span.test-name {
	color: #f36c23;
	text-transform: uppercase;
	font-weight: 700;
}
p span.test-pipes {
	color: #00558A;
	padding: 0px 20px;
	font-weight: 800;
}
p span.test-company {
	color: #052c49;
	font-weight: 500;
}
p span.footer-pipes {
	color: #f36c23;
	padding: 0px 15px;
	font-weight: 800;
	font-size: 11px;
}
.footer-pipes p span {
	color: #f36c23;
	padding: 0px 15px;
	font-weight: 800;
	font-size: 11px;
}

.bio-padding h2, .bio-padding h3 {
	padding-bottom: 5px;
}
.bio-text li {
	padding-bottom: 1em;
}
.bio-text li:last-child {
	padding-bottom: 0em;
}
.bio-text li::marker {
	color: #f36c23;
}

@media (max-width: 980px) {
p span.test-name, p span.test-pipes, p span.test-company {
	font-size: 16px;
	line-height: 1em;
	}
.et_pb_menu .et_mobile_menu {
	top: 100%;
	padding: 0;
    }
	
.et_mobile_menu li a {
	text-align: right;
	}
}

@media screen and (min-width: 980px){
li.menu-item {
	padding-top: 7px;
	border-right: 3px solid #f36c23;
}

li.menu-item:last-child {
	border-right: 0px solid #f36c23;
}
}