<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
/*
 Theme Name: Kidsplanet Child
 Theme URI: http://kidsplanet.ancorathemes.com/
 Description: Kidsplanet - Multipurpose and Multiskin Responsive WordPress theme
 Author: AncoraThemes
 Author URI: http://ancorathemes.com/
 Template:     kidsplanet
 Version:      1.9
 Tags:         inheritable theme-options
 Text Domain:  themerex-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/*
X-Small	None	&lt;576px
Small	sm	â‰¥576px
Medium	md	â‰¥768px
Large	lg	â‰¥992px
Extra large	xl	â‰¥1200px
Extra extra large	xxl	â‰¥1400px 
*/


/* global */
.logo {
    width:100%;
}
.logo &gt; a {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.logo div {
	text-align:center
}
.logo img {
	max-width: 80px;
	margin: 30px 15px 0 0;
}
.logo div.logo_text {
    padding-top:0;
    line-height: 1.3em;
}
.top_panel_style_1 div.logo {
    width:100%;
}
div.top_panel_top_user_area {
    margin: 0;
}

.top_panel_bottom a.menu_main_responsive_button.icon-down {
    text-align:left;
}
.menu_main_nav &gt; li.menu-item-has-children &gt; a:after {
    right: 6px !important;
    top:50% !important;
}

#menu_main &gt; li &gt; a {
    border-left: 1px solid #29285b;
    border-right: 1px solid #29285b;
}

#menu_main &gt; li:first-child &gt; a {
    border-left: 1px solid #29285b;
}

@media (min-width: 640px) {
    .top_panel_wrap_inner.top_panel_inner_style_1.top_panel_position_above div.top_panel_bottom {
            background-color: #fff;
    }
}

@media (min-width: 768px) {
    .logo &gt; a {
	    display: inline-block;
    }
    .logo div.logo_text {
        padding-top:45px;
        margin-top: 0.3em;
    }
    div.top_panel_top_user_area {
        margin: 0.5em 0 0 0;
    }
}

#menu_main li a {
    border-bottom: 1px solid #29285b;
}

@media (min-width: 1200px) {
    #menu_main li a {
        height: 100%;
        display: flex;
        align-items: center;
    }
    #menu_main &gt; li &gt; a {
        border-left: 0;
    }
}

/* header */

header .top_panel_top_user_area {
    float:none;
    display: flex;
    justify-content: center;
}
header .top_panel_top_open_hours {
    margin-right:0;
    text-align:center;
}

header .top_panel_top_open_hours {
    margin-bottom: 0.4em;
}



/* footer */

footer .sc_socials .sc_socials_item,
.contacts_address .address_right {
	display:none;
}
.contacts_wrap .contacts_address .address_left {
	width: 100%;
    text-align: center;
}
</pre></body></html>