/* 
	VARIABLES AND MIXINS
*/
/* 
	Mixin for creating aspect-ratio of a div or image
*/
/* 
	End aspect-ratio 
*/
/*colors*/
/*font*/
/*
	HEADER MD - LG SCREEN UPDATES	
*/
div#tophead .content-navigation .menu-wrap {
  width: 100%;
  padding-right: 80px;
}
@media (max-width: 1300px) {
  div#tophead .content-navigation .menu-wrap {
    padding-right: 25px;
  }
}
div#tophead .content-navigation .menu-wrap ul.large__sr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
	MOBILE 	
*/
@media (max-width: 991px) {
  div.main-content .content {
    padding-top: 69px;
  }
}

@media (max-width: 991px) {
  div#tophead {
    height: 2em !important;
    z-index: 99999999;
  }
}
@media (max-width: 991px) {
  div#tophead .site-header {
    height: 70px !important;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.05);
  }
  div#tophead .site-header .logo img {
    width: 10em;
  }
  div#tophead .site-header .logo a {
    top: 1.7em !important;
    max-height: 100%;
    width: 100%;
    max-width: 10em;
    height: auto;
    float: none;
    margin: 0 auto;
  }
  div#tophead .site-header .phone__icon .fa {
    color: #fff;
    font-size: 13px;
    background: #000;
    padding: 4px 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-transition: all ease-out 0.3s;
            transition: all ease-out 0.3s;
  }
  div#tophead .site-header .phone__icon.is-clicked .fa {
    color: #000;
    background: #fff;
  }
}
@media (max-width: 991px) {
  div#tophead {
    position: fixed;
    height: 2em !important;
  }
  div#tophead .demo {
    display: none !important;
  }
}

/*# sourceMappingURL=custom.css.map */