/** Blog title **/
.single .bs-img img {
    display: none;
}

.rs-heading .title-inner .title {
    font-family: 'Jost' !important;
}

/** Header **/
@media only screen and (max-width:767px) {
	.quote-button {
    display: none;
}
}

#rs-header .toolbar-area .toolbar-sl-share ul li a i:hover {
    color: #808080 !important;
}

#rs-header .toolbar-area .toolbar-contact ul li {
    border-color: #9ff0d6 !important;
}

#rs-header.header-style7 .toolbar-area .toolbar-contact {
    pointer-events: none !important;
}

/** Breadcrumbs **/
.rs-breadcrumbs .breadcrumbs-single {
    background-blend-mode: darken;
    background-color: rgb(0 0 0 / 30%);
}

@media only screen and (max-width: 767px) {
		.rs-breadcrumbs .breadcrumbs-single {
    background-position: center;
}
}
		
/** Page **/
.rs-heading.style7 .title-inner .sub-text:after {
  background: var(--e-global-color-secondary);
}

/** Team **/
.single-teams .project-desc .title-bg-gray.padding-top {
    display: none;
}

.single-teams .short-desc, .single-teams .team-skill {
    margin: 0;
}

.single-teams .col-lg-5 .ps-informations {
    display: none;
}


.rs-blog-grid .blog-item .blog-content:hover h3.blog-name a {
  color:  #9ff0d6  !important;
}


.team-grid-style1 .team-item .team-content h3.team-name, .team-slider-style1 .team-item .team-content h3.team-name {
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.team-grid-style1 .team-item .team-content span.team-title, .team-slider-style1 .team-item .team-content span.team-title {
    text-transform: capitalize !important;
    font-size: 13px !important;
}

.single-teams .ps-informations {
    background: #ebfcd1 !important;
}

/** Contact **/
.wpcf7-submit {
    background-color: #42c99e !important;
}

input[type="submit"]:hover {
    opacity: 1 !important;
    background: #9ff0d6 !important; 
    color: #101010 !important;
}

.comment-respond .form-submit #submit:hover, .submit-btn .wpcf7-submit:hover {
    background-color: #9ff0d6 !important;
}

/** footer **/
section#contact_widget-2.widget.widget_contact_widget {
    pointer-events: none !important;
}

