/*Navigation*/
.the-blog-content .blog-navigation {
position: sticky;
padding-bottom: 15px;
font-weight: 600;
font-size: 18px;
position: -webkit-sticky;
position: sticky;
top: 200px;
z-index: 10;
}
.the-blog-content .blog-navigation .entry {
line-height: 22px;
margin-bottom: 15px;
}
.the-blog-content .blog-navigation .entry a:hover {
color: var(--primary);
}
.the-blog-content .nav-spacer {
height: 20px;
}
.the-blog-content .blog-tag {
font-size: 14px;
padding: 2px 9px;
background: #f9f9f9;
width: fit-content;
border-radius: 3px;
margin-bottom: 10px;
position: relative;
margin-top: 25px;
}
.blog-breadcrumb {
padding: 12px 10px;
background: #f9f9f9;
color: black;
position: relative;
}
.blog-breadcrumb a, .blog-breadcrumb .breadcrumb_last {
color: black;
}
.entry a:hover {
text-decoration: underline !important;
color: var(--primary);
}

/*Contact*/
.the-blog-content .contact-section {
margin-top: 40px;
}
.the-blog-content .contact-section p {
margin-bottom: 0;
}
.the-blog-content .contact-section h2 {
padding-top: 0;
margin-bottom: 20px;
font-size: 32px;
padding-left: 12px;
border-left: 3px solid var(--primary);
}
.the-blog-content .contact-section input.wpcf7-form-control.wpcf7-text, .the-blog-content .contact-section textarea.wpcf7-form-control.wpcf7-textarea, .the-blog-content .contact-section select.wpcf7-form-control.wpcf7-select
.inner-blog-content h1 {
border: 2px solid #eaeaea;
background: white;
border-radius: 3px;
font-size: 15px;
margin: 0;
margin-bottom: 10px;
}
.the-blog-content .contact-elements .btn {
margin-right: 10px;
}
.the-blog-content .enquiries-section {
text-align: center;
background: var(--secondary);
color: white;
padding: 10px;
border-radius: 3px;
}
.the-blog-content .enquiries-section h2 {
padding: 0 !important;
}
.the-blog-content .enquiries-section a {
text-decoration: underline !important;
}

/*General*/
.blog-image-row .blog-content-image.taller {
max-height: 100% !important;
margin: 0 !important;
}
.blog-image-row .btn {
margin-bottom: 10px !important;
}
.article-details {
display: inline-flex;
}
.article-credits {
padding: 8px 14px;
background: #f9f9f9;
color: #6c6c6c;
position: relative;
width: fit-content;s
font-weight: 600;
border-radius: 3px;
margin-right: 5px;
}
.the-blog-content {
padding: 40px 20px;
position: relative;
}
.the-blog-content .inner-blog-content {
padding-right: 45px;
}
.the-blog-content h1 {
font-weight: 800;
font-size: 40px;
padding-left: 20px;
border-left: 3px solid var(--primary);
}
.the-blog-content h2, .the-blog-content h3, .the-blog-content h4, .the-blog-content h5 {
font-weight: 600;
}
.the-blog-content h2 {
font-size: 37px;
padding-top: 20px;
}
.the-blog-content h3 {
font-size: 26px;
padding-left: 15px;
border-left: 3px solid var(--primary);
margin-bottom: 10px;
margin-top: 20px;
}
.the-blog-content ul {
list-style-position: unset !important;
padding-left: 0 !important;
margin-left: 12px;
list-style: square;
}
.the-blog-content ul.number-list {
list-style: decimal !important;
}
.the-blog-content ul li {
margin-bottom: 5px !important;
}
.the-blog-content ul li.blog-link {
margin-bottom: 12px !important;
}
.the-blog-content ul li.blog-link a {
color: unset;
font-size: 17px;
}
.row-border-left {
border-left: 2px solid #f9f9f9;
padding-left: 24px;
}

.inner-blog-content .contact-elements {
position: relative;
margin: 5px 0;
border-radius: 3px;
text-align: center;
}

/*Images*/
.the-blog-content .blog-content-image {
max-height: 250px;
width: 100%;
object-position: center;
object-fit: cover;
height: 100%;
position: relative;
border-radius: 5px;
margin: 15px 0;
overflow: hidden;
}
.the-blog-content .blog-content-image.taller {
max-height: 380px;
}

/*Responsiveness*/
@media (max-width: 1250px) {

.the-blog-content .blog-navigation {
font-size: 17px;
}
.the-blog-content .blog-navigation .entry {
line-height: 22px;
margin-bottom: 10px;
}
#nav-contact-btn {
opacity: 0;
visibility: hidden;
}

}

@media (max-width: 991px) {

.blog-breadcrumb {
margin-top: 140px;
}
.the-blog-content {
padding: 20px;
}
.the-blog-content .btn {
width: unset !important;
}
.the-blog-content .blog-navigation {
font-size: 16px;
top: 165px;
}
.the-blog-content .blog-navigation .entry {
line-height: 20px;
margin-bottom: 10px;
}
.the-blog-content .inner-blog-content {
padding-right: 20px;
}

}

@media (max-width: 768px) {

.the-blog-content .blog-content-image {
max-height: 200px;
border-radius: 5px;
margin: 15px 0;
outline: unset;
outline-offset: unset;
}
.the-blog-content .blog-content-image.taller {
max-height: 200px;
}
.the-blog-content .inner-blog-content {
padding-right: unset;
}
.the-blog-content h1 {
font-size: 28px;
}
.the-blog-content h2 {
font-size: 27px;
}
.the-blog-content h3 {
font-size: 22px;
}
.the-blog-content ul li {
font-size: 15px;
}
.the-blog-content .btn {
width: unset !important;
}
.the-blog-content p {
font-size: 14px !important;
}
.the-blog-content {
padding: 20px !important;
}

}

@media (max-width: 576px) {

.blog-breadcrumb {
margin-top: 118px;
}
.the-blog-content {
padding: 10px 20px 20px 20px !important;
}


}