/*
Theme Name: Happy Kids Child Theme
Theme URI: http://themeforest.net/item/happy-kids-children-wordpress-theme/4452871
Description: Child theme for the Happy Kids - Children WordPress Theme
Author: Creative Web Solutions
Author URI: www.creaws.com
Template: happykids
Version: 1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/* for some reason the call to <link rel='stylesheet' id='-css'  href='//fonts.googleapis.com/css?family=Salsa%3Aregular%7CSalsa%3Aregular%7CTahoma&#038;subset=latin&#038;ver=5.6.1'
 * made by the theme is being cancelled
 *
 * we call the src here with http not https
 */


/* latin */
@font-face {
  font-family: 'Salsa';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/salsa/v10/gNMKW3FiRpKj-hmf-HY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



#kids_main_nav > ul > li a
{
    border-radius: 9px; 
    
}

#kids_main_nav ul ul li a
{
    border-radius: 9px; 
        
}

#kids_main_nav ul ul li 
{
    background-color: #97c2e1;
}

#kids_main_nav ul ul li:hover 
{
    background-color: #3d7bb3;
}

.custom-contact-form label
{
    color: #ffffff;   
}

.custom-contact-form textarea 
{
    height: 100px;
    color: #000000;
}

#tlb_name a
{
    color: #ffffff !important;
}
div#tlb_container
{
   width: 80% !important; 
}

div.wpcf7-response-output:before
{
    all:unset;
}



a
{
    color: #97c2e1;
}

a:hover
{
    color: #3d7bb3;
}



