/*
Theme Name: HutchingSchools
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Tecnolynx
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: mt
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.header {width:100% !important}
.hide-mnu-desktop{display:none !important;}

@media only screen and (max-width:767px){
	.hide-mnu-desktop{display:block !important;}
}

.home-banner .elementor-slide-heading div {
    font-size: 24px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    padding-bottom: 25px;
}

.title-cap .elementor-heading-title {
  position: relative;
  display: inline-block;
  padding-left: calc(14px + 6px * 2 + 4px); 
  line-height: 1;
}

.title-cap .elementor-heading-title:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #0056ab;
}

.title-cap .elementor-heading-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #02b6fb;
}

.title-cap .elementor-heading-title:after {
  left: 10px;
  z-index: 0;
  opacity: 0.98;
}

.title-cap .elementor-heading-title:before {
  left: 0;
  opacity: 0.95;
  z-index:10;
}

@media only screen and (min-width:1499px){
	/*.elementor-171 .elementor-element.elementor-element-435a646 .elementor-nav-menu .elementor-item{font-size: 18px !important;}*/
}

