/**
* Theme Name: Labout Child
* Description: This is a child theme of Labout, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: labout
* Version: 1.0
*/

/* ================================
   Global Zinckon+ Color Variables
   ================================ */
:root {
    --primary-color: #6B2C91 !important;
    --theme-color: #6B2C91 !important;
    --main-color: #6B2C91 !important;

    --secondary-color: #42165F !important;

    --blue-color: #27A6A6 !important;

    --light-purple: #EEE6F3 !important;
    --light-grey: #F6F7F8 !important;

    --white-color: #FFFFFF !important;
    --black-color: #25252A !important;

    --text-color: #25252A !important;
    --text-light: #6B7280 !important;
    --secondary-text-color: #6B7280 !important;
}


/* ================================
   Footer Quick Links Hover
   ================================ */
.footer-column .widget_links ul li a:hover,
.footer-column .links-widget ul li a:hover,
.footer-column .footer-list ul li a:hover,
.footer-column a:hover {
    color: #27A6A6 !important;
}


/* ================================
   2nd Feature Box
   Deep Purple Background
   ================================ */
.feature-section .feature-block-one:nth-child(2) .inner-box {
    background-color: #42165F !important;
    background-image: linear-gradient(
        rgba(66, 22, 95, 0.85),
        rgba(66, 22, 95, 0.85)
    ) !important;
}


/* White Text Inside 2nd Feature Box */
.feature-section .feature-block-one:nth-child(2) .inner-box h4,
.feature-section .feature-block-one:nth-child(2) .inner-box p,
.feature-section .feature-block-one:nth-child(2) .inner-box a,
.feature-section .feature-block-one:nth-child(2) .inner-box span {
    color: #FFFFFF !important;
}


/* ================================
   Footer Logo
   ================================ */
.footer-logo img {
    max-width: 180px !important;
    height: auto !important;
}


/* ================================
   Mobile Menu Contact Info
   ================================ */
.mobile-menu .contact-info {
    margin-top: 10px !important;
    padding-top: 5px !important;
}

.mobile-menu .contact-info h4 {
    margin-bottom: 8px !important;
}


/* ================================
   Preloader
   ================================ */
.preloader,
#preloader,
.loader-wrapper,
div[class*="preloader"],
div[class*="loader-bg"] {
    background-color: #6B2C91 !important;
}


/* ================================
   Speciality Section
   ================================ */
section.speciality-section,
.speciality-section .bg-color {
    background-color: #6B2C91 !important;
}


/* Remove Existing Pattern / Background */
.speciality-section .bg-layer,
.speciality-section .pattern-layer {
    background-image: none !important;
    background-color: #6B2C91 !important;
}



/* =========================================
   ZINCKON+ GLOBAL BUTTON COLORS
========================================= */
/* ZINCKON+ PRIMARY CTA */
.theme-btn,
.elementor-button,
input[type="submit"] {
    background: #6B2C91 !important;
    color: #FFFFFF !important;
    border-color: #6B2C91 !important;
}

/* CLIENT-SPECIFIED HOVER/LINK COLOR */
.theme-btn:hover,
.elementor-button:hover,
input[type="submit"]:hover {
    background: #6B2C91 !important;
    color: #FFFFFF !important;
    border-color: #6B2C91 !important;
}