/*
 Theme Name:   Kidsplanet Child
 Theme URI:    http://kidsplanet.ancorathemes.com//
 Description:  Kidsplanet Child Theme
 Author:       Rebecca Jennings
 Author URI:   http://rebeccajennings.design
 Template:     kidsplanet
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  kidsplanet-child
*/
 
.menu_main_nav > li {
    width: 14.2% !important;
}
.top_panel_top_socials{
    position: absolute; 
    right: 10%;
    top: 37%;
}

#nomargin {
margin-bottom: 0em !important;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.top_panel_top_socials{
    display: none; 
}
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.top_panel_top_socials{
    display: none; 
}
}

@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
.top_panel_top_socials{
    display: none; 
}
}

@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
.top_panel_top_socials{
    display: none; 
}
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
.top_panel_top_socials{
    display: none; 
}
}
