/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.0.1
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/
.offcanvas-body .navbar-nav .menu-item {
    border-right:1px solid #fff;
	align-items: center;
} 
.dropdown-menu .menu-item  {
    border-right: none!important;
} 

.offcanvas.offcanvas-end {
    top: 0;
    right: auto;
    left: 0;    
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
    width: 100%;
}

.offcanvas-body {
    text-align: center;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 37px;
}
.navbar-nav .menu-item:last-child {
    border: 0 !important;
}


.dropdown-menu {
    background: linear-gradient(180deg, rgba(53, 106, 170, 1) 0%, rgba(252, 253, 254, 1) 100%);
    width: 100%;
    --bs-dropdown-border-color: none;
    
}
.tylolhot-menu.show .tylolhot-menu-img {
    content: "";
    display: block;
    position: absolute;
    top: -49px;
    left: 24px;
    width: 200px;
    height: 50px;
    background-image: url(assets/img/shadow.png);
}

.tylolhot-menu.show  {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    min-width: max-content;
    margin-left: -55px;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.7);
}
.tylolhot-menu.show .header-title {
    flex-basis: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    margin-top:25px;
    font-size: 40px;
    font-weight: 900;
}
.tylolhot-menu.show .menu-item {
    flex-basis: 25%;
    box-sizing: border-box;
    display: block;
    margin: 0;
   
}
.tylolhot-menu.show .nav-item:nth-child(3) a::before {
    background-image: url(assets/img/t01.png);
}
.tylolhot-menu.show .nav-item:nth-child(4) a::before {
    background-image: url(assets/img/t02.png);
}
.tylolhot-menu.show .nav-item:nth-child(5) a::before {
    background-image: url(assets/img/t03.png);
}
.tylolhot-menu.show .nav-item:nth-child(6) a::before {
    background-image: url(assets/img/t04.png);    
}
.tylolhot-menu.show .nav-item:nth-child(3) a::before,
.tylolhot-menu.show .nav-item:nth-child(4) a::before,
.tylolhot-menu.show .nav-item:nth-child(5) a::before,
.tylolhot-menu.show .nav-item:nth-child(6) a::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 200px;
    height: 150px;
}
.tylolhot-menu.show .nav-item:nth-child(3) a,
.tylolhot-menu.show .nav-item:nth-child(4) a,
.tylolhot-menu.show .nav-item:nth-child(5) a,
.tylolhot-menu.show .nav-item:nth-child(6) a {
    font-size: 0px;
}

.navbar-expand-lg .navbar-nav {
	align-items: center;
}
.offcanvas {
    background-color: rgb(23 84 157) !important;
}
.dropdown-item {
    text-align: center;
    color: #ffffff00;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    
}

.nav-link:hover, .nav-link:focus {
    color: #fff;
}
.nav-link {
    color: #fff;
    font-size: 18px;    
   
}


#masthead {
    background-color: rgb(23 84 157) !important;  
}

#masthead::after, .bootscore-footer::before {
    content: "";
    position: absolute;
    padding-bottom: 1px solid;
    width: 100%;
	height: 10px;
	background: rgb(255, 237, 0);
	background: linear-gradient(90deg, rgba(255, 237, 0, 1) 0%, rgba(226, 1, 26, 1) 100%);
}

.offcanvas-body {
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-item {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
	display: flex;
	height: 100%;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgb(0 0 0 / 0%);
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgb(0 0 0 / 0%);
}

.dropdown-toggle::after {
    content: none;
}

.hr-line{
    border: 1px solid #fff;
}


@media only screen and (min-width: 1401px) and (max-width: 1450px) {
    .tylolhot-menu.show {
        
        margin-left: -60px;        
        padding-left: 50px;
        padding-right: 50px;
    }
    .dropdown-item {       
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
    }
    .menu-item {
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 700;
    }
    .nav-link {
        color: #fff;
        font-size: 20px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .tylolhot-menu.show {
        
        margin-left: -90px;        
        padding-left: 50px;
        padding-right: 50px;
    }
    .dropdown-item {       
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
    }
    .menu-item {
        padding-left: 5px;
        padding-right: 5px;
        font-weight: 700;
    }
    .nav-link {
        color: #fff;
        font-size: 20px;
    }
}
@media only screen and (min-width: 1206px) and (max-width: 1301px) {
    .tylolhot-menu.show {
        
        margin-left: -35px;        
        padding-left: 5px;
        padding-right: 5px;
    }
    .dropdown-item {       
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
    }
    .menu-item {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 700;
    }
    .nav-link {
        color: #fff;
        font-size: 18px;
    }
    .tylolhot-menu.show .nav-item:nth-child(3) a::before {
        
        max-width: 200px;
        height: 200px;
    }
    .tylolhot-menu.show .nav-item:nth-child(4) a::before {
        
        max-width: 200px;
        height: 200px;
    }
    .tylolhot-menu.show .nav-item:nth-child(5) a::before {
        
        max-width: 200px;
        height: 200px;
    }
    .tylolhot-menu.show .nav-item:nth-child(6) a::before {
       
        max-width: 200px;
        height: 200px;
        
    }
}


@media only screen and (min-width: 992px) and (max-width: 1205px) {
    .tylolhot-menu.show {
        
        margin-left: -70px;        
        padding-left: 5px;
        padding-right: 5px;
    }
    .menu-item{       
        padding-left: 2px;
        padding-right: 2px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .nav-link {
        color: #fff;
        font-size: 15px;
    }
    .dropdown-item {       
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
    }
    .tylolhot-menu.show .nav-item:nth-child(3) a::before {
        
        max-width: 200px;
        height: 200px;
    }
    .tylolhot-menu.show .nav-item:nth-child(4) a::before {
        
        max-width: 200px;
        height: 200px;
    }
    .tylolhot-menu.show .nav-item:nth-child(5) a::before {
        
        max-width: 200px;
        height: 200px;
    }
    .tylolhot-menu.show .nav-item:nth-child(6) a::before {
        
        max-width: 200px;
        height: 200px;
        
    }
}

@media only screen and (min-width: 300px) and (max-width: 991px) {
    .tylolhot-menu.show .header-title{
        font-size: 20px;
    }
    .tylolhot-menu.show .menu-item {
        flex-basis: 100%;
    }
    .tylolhot-menu.show .tylolhot-menu-img {
        display: none;
    }
    .offcanvas-body .navbar-nav .menu-item {
        border-right: none!important;
    }

    .tylolhot-menu.show  {
        margin-left: 0;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
        min-width: fit-content;
        align-items: center;
    }

    .tylolhot-menu.show .nav-item:nth-child(3) a::before, 
    .tylolhot-menu.show .nav-item:nth-child(4) a::before ,
    .tylolhot-menu.show .nav-item:nth-child(5) a::before ,
    .tylolhot-menu.show .nav-item:nth-child(6) a::before {
       
        max-width: 200px;
        height: 150px;
    }
    .tylolhot-menu.show .dropdown-item {
        margin: 10px 0;
    }

    .tylolhot-menu.show .header-title {
        display: none;
    }
    .tylolhot-menu.show .menu-item {
        flex-basis: 50%;
        padding: 0 15px;
    }

    .dropdown-menu[data-bs-popper] {
        margin-top: 1px;
        
    }
    
    
    
    .dropdown-menu::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 1px;
        background-color: rgb(23 84 157);
        margin-top:1px;
    }

    .nav-link br {
        display: none;
    }

    .btn-outline-secondary {
        --bs-btn-color: #fff;
        --bs-btn-border-color: #fff;
    }

}

.tylolhot-language-type {
    background-color: white;
    padding: 20px 0;
}

.tylolhot-language-type .dropdown-menu {
	position: absolute;
	transform: translate(-1px, 55px)!important;
	background-color: #ffef00;
	width: 120%;
	padding: 10px 10px;
}

.tylolhot-language-type .dropdown-menu .dropdown-item {
	padding: 0 10px!important;
	font-size: 20px;
	font-weight: 700;
	color:rgb(23 84 157)!important;
}

.tylolhot-language-type .dropdown-item:focus, 
.tylolhot-language-type .dropdown-item:hover {
	background-color:#f8f9fa9c;
	width: 100%;	
}

.tylolhot-language-type .btn-secondary {
	font-size: 20px;
	font-weight: 700;
	color:rgb(23 84 157)!important;
	background-color: #ffef00!important;
	border-radius: 25px;
	padding: 10px 30px;	
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
	border-color: #ffef00;
}
.tylolhot-language-type .btn-secondary:hover {
	background-color: #ffffff8c;
}


.fa-angle-down{
	margin-left: 50px;
}

.tylolhot-language-type .me-md-2 {
	font-size: 20px;
	font-weight: 700;
	color:rgb(23 84 157)!important;
}

.tylolhot-language-type .btn-primary {
	font-size: 20px;
	font-weight: 700;
	color:rgb(23 84 157)!important;
	background-color: #ffef00!important;
	border-radius: 25px;
	padding: 10px 30px;		
	border-color: #ffef00;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}


.tylolhot-language-type .btn-primary:hover {
	background-color: #ffef0057!important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2.4px 3.2px;
}


.fa-angle-down{
	margin-left: 50px;
}

.tylolhot-language-type .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	border-color: #ffef0000;
	background-color: #ffef0057!important;
}

.tylolhot-language-type .btn-primary:first-child:not(:only-child) {
	border-right-color: #17549d!important;
	z-index: 100;
}
.bootscore-footer {
    margin-top: 50px;
    background-color: #17549d!important;
}
.bootscore-footer .text-body-secondary {
    color: #fff !important;
}

.bootscore-footer a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.bootscore-footer .border-top {
    border-top: none !important;
}