/*!

Theme Name: Rishi Child

Theme URI: https://techeliteslab.com/

Author: Tech Elites Lab

Author URI: https://techeliteslab.com/

Template: rishi

Description: This is child theme for Rishi Theme.

Version: 2.1.0

Requires at least: 4.7

Requires PHP: 5.6

Tested up to: 5.9.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: rishi-child

Template: rishi

*/

.transparent-active [data-logo=transparent] {
    min-width: 300px;
}

.bg-lightblue-lightorange {
    background: #EFF6FF;
    background: linear-gradient(145deg,rgba(239, 246, 255, 1) 0%, rgba(255, 247, 237, 1) 100%);
    background-image: linear-gradient(to bottom right, #eff6ff, #fff7ed);    
}

.text-gradient-sky-blue-pink h3,
.text-gradient-sky-blue-pink h4,
.text-gradient-sky-blue-pink h5 {
    background-image: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	display: inline-block;
}


.text-gradient-bright-red-blue h2,
.text-gradient-bright-red-blue h3,
.text-gradient-bright-red-blue h4,
.text-gradient-bright-red-blue h5 {
    background-image: linear-gradient(to right, #E51F29, #026FD6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	display: inline-block;
}

.rishi-footer .footer-middle-row .rishi-menu {
    flex-direction: column;
    align-items: flex-start;
}

.btn-grad {background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%)}
.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.rishi-header-desktop .rishi-menu > li.menu-item {
    position: relative;
}

.rishi-header-desktop .rishi-menu > li.menu-item > a {
    padding: 0 15px;
}

.rishi-header-desktop .rishi-menu > li.menu-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: top 0.5s, opacity 0.5s;
}

.rishi-header-desktop .rishi-menu > li.menu-item:hover::after {
    top: 50%;
    opacity: 1;
}

.rishi-header-desktop .rishi-menu > li.menu-item > .sub-menu {
    padding: 10px 20px;
}

.rishi-header-desktop .rishi-menu > li.menu-item > .sub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.rishi-header-desktop .rishi-menu > li.menu-item.menu-item-has-children::after{
    border-radius: 10px 10px 0 0;
}

.round-image-with-circle-yellow {
    position: relative;
}

.round-image-with-circle-yellow::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background-color: #F0D447;*/
}