/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*  Headroom styles */
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

.br-des {
    display: block;
}
    
.br-mob {
    display: none;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.font42 {
	font-size: 42px !important;
}

.font26 {
	font-size: 26px !important;
}

.font16 {
	font-size: 16px !important;
}

.blue-underline-link {
    color: #0260E8 !important;
    text-decoration: underline !important;
}

/* Cursor checklkist START */
.cursor-icon-list {
    letter-spacing: 0.5px;
}
.cursor-icon-list li {
    margin-bottom: 18px;
    list-style: none;
    background: url(/wp-content/uploads/2022/09/cursor.svg) no-repeat 0;
    padding-left: 30px;
}
.cursor-icon-list ul {
    padding-left: 0px;
}

/* Cursor checklkist END */

/* Spreads Widget START */

.spreads-widget .tabs_header .title.current {
    color: #0301E8;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 43.2px;
}

.spreads-widget .tabs_header .title {
    font-family: 'Lexend', Sans-serif;
    font-size: 20px;
    line-height: 45px;
    color: #1A0635;
    background-color: transparent;
}

.spreads-widget .tabs_header {
    padding: 19px 0px 7px 0px;
    border-bottom: 2px solid #9A8EA9;
}

.spreads-widget .tabs_body table th {
    /*vertical-align: middle;*/
    flex-basis: 100%;
    align-self: center;
    border-top: none !important;
}

.spreads-widget table tbody>tr:nth-child(odd)>td, .spreads-widget table tbody>tr:nth-child(odd)>th {
    background-color: #F8F8FC;
}

.spreads-widget .tabs_body table th b {
    font-family: 'Lexend', Sans-serif;
    color: #4B5563;
    font-weight: 300;
}

.spreads-widget .tableHeading {
    display: none;
}

.spreads-widget .tabs_body table td {
    font-family: 'Lexend', Sans-serif;
    font-weight: 300;
    line-height: 20px;
    color: #1A0635;
    flex-basis: 100%;
    align-self: center;
}

.spreads-widget b, .spreads-widget strong {
    font-weight: 700;
}

.spreads-widget .tabs_body table tr {
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    height: auto;
}

.spreads-widget .tab-btn {
    color: #0301E8;
}

.spreads-widget .tabs_body table th:first-child, .spreads-widget .tabs_body table tr td:first-child {
    padding-left: 30px;
}

@media (max-width: 1024px) {
    .spreads-widget .tabs_body .table {
    	margin-left: 0px;
    	border-top: none;
	}
}

/* Spreads Widget END */

@media (max-width: 768px) {
	.br-des {
    	display: none;
    }
	.br-mob {
    	display: block;
    }
    
    .spreads-widget .tabs_body table th {
    	width: 200px;
    }
    
    .tabs_body table th b {
    	font-size: 16px !important;
        line-height: 22px !important;
    }
    
    .spreads-widget .tabs_header .title.current {
        border-bottom: #0301e8 3px solid;
        text-decoration: none;
        background-color: #e0dfff;
    }
    
    .spreads-widget .tabs_header .title {
    	border-bottom: #1A0635 1px solid;
    	border-radius: 0px !important;
    	background-color: #e0dfff;
        line-height: 3em;
        height: 4em;
    }
    
    .tabs_header .title:first-child {
    	margin-top: 0px !important;
        border-radius: 20px 20px 0px 0px !important;
	}
    
    .tabs_header .title:last-child {
        margin-bottom: 0px !important;
    }
    
    .spreads-widget .tabs_header {
        border-bottom: none;
        padding: 0px 0px 0px 0px !important;
    }
}