/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

body, input, button, select, textarea {
    font-family: Calibri,Arial,sans-serif !important;
}
.ubermenu .ubermenu-target-text {
	font-family: Calibri,Arial,sans-serif !important;
}
/* Shrink menu on iPad horizontally */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1) {
.ubermenu .ubermenu-target-text {
font-size: 11px;
}
}