/**
* Theme Name: Los Ninos Child
* Description: This is a child theme of Los Ninos.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: los-ninos
* Version: 1.2.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: los-ninos-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/* Logged in & out conditions */

.logged-in-condition .hide-logged-in {
  display: none !important;
}

.logged-out-condition .hide-logged-out {
  display: none !important;
}

#hader_top {
  height: 40px;
  /* font-size: 13px; */
}

/* nav bar  */

/* Styles for screens smaller than 1044px */
@media screen and (max-width: 1043px) {
  /* Your CSS styles for screens smaller than 1044px */
  #nav_bar_1 {
    margin-right: 40%;
  }
}

/* Styles for screens larger than 1601px */
@media screen and (min-width: 1602px) {
  /* Your CSS styles for screens larger than 1601px */
  #nav_bar_1 {
    margin-right: 40%;
  }
}

@media screen and (min-width: 1044px) and (max-width: 1601px) {
  /* Your CSS styles for screens between 1044px and 1601px wide */
  margin-right: -10%;
}

#nav_bar_1 {
  font-family: oswald;
  font-size: 15px;
  font-weight: 400;
}

/* hader text size */
.hader_css {
  font-size: 16px;
  font-weight: 300;
  font-family: oswald;
}

/* check button coller */
:root {
  --cmsmasters-input-focus-colors-bd: #0f4290 !important;
  --cmsmasters-button-normal-colors-bg: #0f4290 !important;
  --e-global-color-primary: #0f4290 !important;
  --cmsmasters-colors-accent: #0f4290;
  /* Change this value to the new color */
}

.elementor-widget-social-icons > div > div > span:nth-child(3) > a > svg {
  width: 100px;
  height: 17px;
}

tr.user-admin-color-wrap {
  display: none;
}

#color-picker {
  display: none;
}
