/*
 Theme Name:   Physio Qt Child
 Theme URI:    https://demos.qreativethemes.com/physio/
 Description:  Physio Child Theme
 Author:       NPA
 Author URI:   http://example.com
 Template:     physio-qt
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  physioqtchild
*/


.main-navigation > li.menu-item-has-children::after {
    font-family: "Font Awesome 5 free" !important;
}

@media (min-width: 460px) {
.header-widgets .widget {
    width: 50% !important;
}
}

@media (min-width: 992px) {
	.header-widgets .widget {
    width: auto !important;
}