@media screen and (max-width: 1000px) {
  .mobile_menu {
    display: block; }

  #mobile_btn {
    display: table-row-group;
    position: fixed;
    z-index: 150; }

  #mobile-site-navigation {
    display: block !important;
    position: fixed;
    z-index: 40;
    top: 70px;
    left: 0;
    width: 100vw;
    background-color: #324052;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
    #mobile-site-navigation ul {
      width: 100vw;
      margin: 0;
      padding: 0;
      list-style: none;
      text-decoration: none; }
      #mobile-site-navigation ul li {
        height: 70px;
        text-align: center;
        border-bottom: 1px solid #fff;
        width: 100vw;
        position: relative;
        display: inline-block;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; }
        #mobile-site-navigation ul li a {
          color: #fff;
          font-size: 1rem;
          font-weight: 100;
          letter-spacing: 1.2px;
          text-transform: uppercase;
          text-decoration: none !important;
          font-family: "Asap", sans-serif;
          width: 100%;
          position: relative;
          padding: 18px 0;
          display: inline-block;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease; }
        #mobile-site-navigation ul li ul {
          height: 0;
          opacity: 0;
          display: none; }
        #mobile-site-navigation ul li i {
          position: absolute;
          right: 10px;
          top: 23px;
          font-size: 20px;
          color: #570e2c;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease; }
        #mobile-site-navigation ul li .rotate_i {
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      #mobile-site-navigation ul li:hover a {
        color: #ff5c31; }

  #mobile_btn {
    box-shadow: none; }

  .c-hamburger {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 80px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: none;
    position: fixed;
    border: none;
    cursor: pointer;
    right: 0;
    top: 7px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

  .c-hamburger:focus {
    outline: none; }

  .c-hamburger span {
    display: block;
    position: absolute;
    top: 28px;
    left: 15px;
    right: 5px;
    height: 3px;
    width: 30px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    content: "";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

  .c-hamburger span::before {
    top: -10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

  .c-hamburger span::after {
    bottom: -10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

  .c-hamburger--htx {
    background-color: transparent; }

  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s; }

  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }

  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }

  .c-hamburger--htx.is-active {
    background-color: transparent; }

  .c-hamburger--htx.is-active span {
    background: none; }

  .c-hamburger--htx.is-active span::before {
    top: 0px !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  .c-hamburger--htx.is-active span::after {
    bottom: 0px !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; }

  #masthead {
    z-index: 100;
    	/**
     * Toggle Switch Globals
     *
     * All switches should take on the class `c-hamburger` as well as their
     * variant that will give them unique properties. This class is an overview
     * class that acts as a reset for all versions of the icon.
     */ }
    #masthead #nav_holder {
      display: none; }
    #masthead .site-branding {
      height: 70px; }
      #masthead .site-branding .homepage_logo {
        display: none; }
      #masthead .site-branding .mobile_logo {
	    display: block;
        width: 40%;
		margin: 10px 20px; } }
@media screen and (max-width: 790px) {
  #masthead #mobile-site-navigation {
    top: 116px !important; }
/*
  #masthead .site-branding .mobile_logo {
    width: 40%;
    margin: 10px 20px; }
*/

  #top_row .slide_title_block {
    font-size: 5rem;
    width: 100vw; }
     #top_row .slide_title_block div{
    font-size: 5rem; }
  #top_row .arrow {
    display: none; }

  #services_row .services_left {
    padding-top: 0; }
    #services_row .services_left h3, #services_row .services_left p {
      display: none; }
  #services_row .services_right h3, #services_row .services_right p {
    display: none; }
  #services_row .services_bike {
    padding-top: 0; }

  #client_row h2 {
    width: 100%;
    text-align: center !important; }
  #client_row .line {
    margin: auto; }

  #about_row h2 {
    width: 100%;
    text-align: center; }
  #about_row .line {
    margin: auto; }

  .entry-content {
    width: auto; }
    
   #why_row h2 {
    width: 100%;
    text-align: center; }
    
    #why_row .line {
    margin: auto; }


  a.pp_expand {
    display: none !important; } }
@media screen and (max-width: 530px) {
  #masthead .site-branding .mobile_logo {
    width: 30%;
    margin: 20px 20px; }

  #top_row .slide_title_block {
    font-size: 3rem;
    line-height: 1; }
     #top_row .slide_title_block div{
    font-size: 3rem;
    line-height: 1; }
  #top_row button {
    width: 200px !important; }

  #colophon .ftext1 {
    padding: 0 10px; }
  #colophon .ftext2 {
    padding: 0 10px; }

  .entry-content {
    width: auto; }

  div.pp_pic_holder {
    display: none !important; }

  div.pp_overlay {
    background: none !important; }
  
  #contact_row .contact_no p {
	  width: 60%;
	  margin: auto;
  }
  #contact_row .contact_no a {
	  width: 100%;
  }

  .vc_responsive .wpb_row .wpcf7-form select {
    background: url(../images/orangearrow.png) 96%/10% no-repeat #eee; } }
@media screen and (max-width: 375px) {
  .entry-content {
    width: auto; }

  h2 {
    font-size: 2.5rem; }

  #colophon .ftext1 {
    padding: 0 5px; }
  #colophon .ftext2 {
    padding: 0 5px; } }
    
@media screen and (max-width: 320px) {
  #masthead .site-branding .mobile_logo {
    width: 30%;
    margin: 15px 20px; }
    
    #contact_row .contact_no p {
	  width: 80%;
	  margin: auto;
    }

  #top_row .slide_title_block {
    margin-top: 50%;
    font-size: 3rem; }
    #top_row .slide_title_block div{
    font-size: 3rem; }
  #top_row button {
    font-size: 0.8rem;
    width: 130px !important;
    height: 40px;
    padding: 0; }

  #client_row {
    padding: 0;
    padding-bottom: 60px; }

  #colophon .ftext1 {
    font-size: 0.9rem;
    padding: 0 2px; }
  #colophon .ftext2 {
    font-size: 0.9rem;
    padding: 0 2px; } }
   

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