/*
 Theme Name:   Fuse Child Theme
 Theme URI:    https://fuse.axiomthemes.com/
 Description:  Fuse Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     fuse
 Version:      1.0.0
 Tested up to: 6.7.1
 Requires at least: 5.0
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  fuse
*/


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



/*team page
.team-page-section1 .sc_team_item_socials.socials_wrap {
  display: none;
}


.team-page-section2 .sc_team_item_socials.socials_wrap {
  display: none;
}

.team-page-section3 .sc_team_item_socials.socials_wrap {
  display: none;
}
*/

/* Φτιάχνει σωστά τα radio buttons */
input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid red !important;
  position: relative !important;
  top: 0;
  left: 0;
  appearance: auto;
  margin-right: 6px;
}

/* Καθαρίζει ό,τι βάζει πριν από το label (π.χ. dot, κουκίδα, σύμβολο κ.λπ.) */
.qsm-input-label::before {
  content: none !important;
  display: none !important;
}

/* Φτιάχνει την εμφάνιση του label δίπλα στο radio */
.qsm-input-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}




.um-col-alt-b {
  display: none;
}