/**
* Theme Name: Envolve Child
* Description: This is a child theme of Envolve, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: envolve
* Version: 2.0
*/

:root {
    --main-blue: #496a81;
    --main-orange : #ff8c00;
}

.main-menu .navigation > li:nth-last-child(-n+2) > ul {
/*    left: 0;*/
}

.header-upper-right-style8 .social-links li a {
    font-size: 22px;
}
.editor-styles-wrapper .editor-post-title {
    color: #e3e3e3;
}       

.main-menu .navigation>li>ul>li>a {
    max-width: 34ch;
}
.main-header:not(.sticky-header) .main-menu .navigation li>ul>li.dropdown:hover>ul,
.main-header:not(.sticky-header) .main-menu .navigation li>ul>li.dropdown>ul {
    left: 100%;
    right: 0;
    min-width: 300px;   
}

.light-mode .sec-title.style-eight.clr2 h2,
.light-mode .service-block-eight .inner-box .text-holder h3 a {
    color: var(--main-blue);
}

.service-section-eight,
.awards-section-eight,
.bgclr1, .btn-style-eight,
.news-block-eight .img-holder .inner:before,
.news-block-eight .img-holder .inner:after
{
    background-color: var(--main-blue); 
}

.sec-title.style-eight h2,
.news-block-eight .text-holder .blog-title a, 
.contact-form-eight .title h2,
.choose-content-eight .inner-content ul li .inner .text h3 {
    color: var(--main-blue);
}

.btn-style-eight, 
.scroll-to-top-style8,
.main-menu.style8 .navigation>li>a:before,
.sec-title.style-eight h4:before,
.choose-content-eight .inner-content ul li:before {
    background-color:  var(--main-orange); 
}
.clr8,
.service-block-eight .inner-box .img-holder .icon span::before,
.sec-title.style-eight h4,
.video-holder-box8 .video-box a span::before {
    color: var(--main-orange);
}


.news-block-eight .text-holder .meta-info {
	display: none;
}

.sec-title.style-eight.clr2 h4 {
    color: #e6f5fd;
}
.sec-title.style-eight.clr2 h4:before {
	background-color: #e6f5fd;
}
.service-block-eight .inner-box .text-holder p,
.testimonial-block-eight .inner-content .text p,
.testimonial-block-eight .inner-content span {
    color: #e6f5fd; 
}

.banner-section.style-eight .banner-carousel .content-box .text {
    color: #e4e4e4; 
}

.footer-eight .pattern-bg {
    background: #253642!important;
}
.footer-bottom-eight {
    background: #1a252d; 
}
.contact-form-faq-section-eight,
.news-block-eight .text-holder,
.choose-content-eight .inner-content ul li:hover {
    background: #fdfaed; 
}

.sidemenu-nav-toggler {
    visibility: hidden;
}

.header-style-eight .header-upper-style8 .logo-box .logo {
    padding: 11px 15px !important;
}

.about-section .text {
    color: unset;
}

.service-widget ul li a:hover {
     padding-left: 36px; 
     padding-right: 46px;
}

.service-widget ul li a {
    font-size: 16px;
}

.services-details .content-side .image-slide .content {
    background-color: var(--main-blue);
}

/*.service-widget ul .current-menu-item {
    background: var(--main-orange);
}*/

.service-widget ul .current-menu-item a {
    color: var(--main-orange);
}
.service-widget ul {
    padding: 25px;
}

.main-menu .navigation>li>ul {
    background-color: var(--main-blue);
}

.service-widget .widget_contact {
    background-color: #696c6e;
    background-blend-mode: multiply;  
}

.service-widget .widget_contact .widget-content>img {
    opacity: 0;
}
.service-block-eight .inner-box .img-holder .inner:after {
    background: #efe5c2;
    mix-blend-mode: multiply;
}

.services-details .content-side h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.timeline-section .sec-bg:before {
    background-color: transparent;
}

.timeline-section .sec-bg {
    background-position: 85%;
}

.testimonial-block-eight .img-holder {
    display: none;
}

.footer-widget ul li:before,
.footer-widget ul li:after {
    background-color: var(--main-orange);
}

footer .menu-services-page-menu-container li,
footer .menu-services-page-menu-container li a {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .testimonial-block-eight .inner-content {
        min-height: 450px;
        padding: 50px 30px 30px;
        margin-right: 3px;
    }
}

.wp-block-embed iframe {
    max-width: 100%;
    min-height: clamp(250px, 28vw, 434px);
}

.content-side li {
    list-style: unset;
}

ul.list {
    list-style: none;
}

.content-side ul,
.content-side ol {
    padding-left: 20px;
    list-style: unset;
    margin-bottom: 20px;
}