/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 1920px) and (max-width: 3840px) {
  .container {
    max-width: 1920px;
    margin: 0px auto;
  }
}

/* Desktop */

@media (max-width: 1600px) {
  h1, .home .banner-content h1 {
    font-size: 54px;
    line-height: 130%;
  }

  h2 {
    font-size: 42px;
    line-height: 130%;
  }

  h4 {
    font-size: 24px;
    line-height: 110%;
  }

  h5 {
    font-size: 20px;
    line-height: 130%;
  }

  p,
  a {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }

  .text-large {
    font-size: 22px;
    line-height: 28px;
  }

  .container,
  .banner-block .container-full {
    width: 90%;
  }
}

/* Desktop Small */

@media (max-width: 1400px) {
  .container {
    width: 90%;
  }

  h1 {
    font-size: 48px;
    line-height: 130%;
  }

  h2 {
    font-size: 36px;
    line-height: 120%;
  }

  h3 {
    font-size: 32px;
    line-height: 120%;
  }

  .footer {
    width: 100%;
  }

  .slick-dots {
    bottom: -30px;
  }

  .column-forth {
    width: 23%;
  }

  .page {
    margin-top: 100px;
  }

  .logo img {
    width: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .woocommerce div.product form.cart {
    flex-direction: column;
  }

  .woocommerce div.product form.cart .button,
  .woocommerce div.product form.cart .btn {
    margin: 20px 0px 0px 0px;
  }

  .single_add_to_cart_button {
    padding: 15px 40px 15px 40px !important;
  }

  .rental-features .container-block {
    width: 100%;
  }

  .rental-features {
    width: 100%;
  }

  .job-form {
    margin-top: -10vh;
  }
}

/* Tablet Portrait */

@media (max-width: 980px) {
  h1,
  h2,
  h3,
  h4 {
    text-align: center;
  }

  .banner-block {
    align-items: flex-end;
  }

  .hide-mobile {
    display: none;
  }

  .mobile-column {
    flex-direction: column !important;
    align-items: center;
  }

  .column-half,
  .column-half.no-whitespace {
    width: 100%;
  }

  .btn--normal {
    width: 100%;
  }

  .footer h4,
  .footer p {
    text-align: left;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-align: center;
  }

  .banner-content {
    text-align: center;
  }

  .small-item {
    padding: 0px !important;
  }

  .rental-features .container-block {
    flex-direction: column;
  }

  .rental-feature {
    width: 80% !important;
    margin: 20px auto !important;
    padding: 0px !important;
  }

  .rental-feature .divider {
    margin: 10px auto;
  }
}

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {
  .mobile-f-dir-col {
    flex-direction: column;
    align-items: center;
  }

  /* Hamburger Menu */

  .nav {
    justify-content: normal;
    flex-direction: column;
  }

  .nav::before {
    content: url("/wp-content/themes/hitgroup/assets/images/loading.svg");
    position: relative;
    display: block;
    margin-top: 20vh;
    margin-bottom: 20px;
  }

  .navigation {
    width: 90%;
  }

  #nav-icon {
    display: block;
  }

  header {
    background: var(--color-white);
    top: 0px;
  }

  header .nav {
    position: fixed;
    right: -110vw;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--color-white);
    transition: right 0.4s;
    padding-top: 0;
    z-index: 9;
  }

  header .nav.open {
    right: -10vw;
  }

  header .nav li {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 50%;
  }

  header .nav li a {
    display: block;
    padding: 5px;
    font-size: 22px;
    z-index: 9999;
    color: var(--color-primary);
  }

  header .facebook-icon,
  header .linkedin-icon {
    display: none !important;
  }

  .nav li a {
    font-weight: normal;
  }

  .navigation {
    box-shadow: none;
  }

  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  .container-small {
    width: 90%;
    margin: 0px auto;
  }

  .column-third,
  .column-forth,
  .column-fifth {
    width: 46%;
    margin: 1%;
    padding: 1%;
  }

  .banner-block .column-full,
  .slide .column-full {
    flex-direction: column;
    justify-content: center;
  }

  .banner-block .column-half,
  .slide .column-half {
    width: 100%;
    padding: 0;
  }

  .icon-container {
    grid-template-columns: 100px 100px 100px 100px 100px 100px;
  }

  .f-grid-one-third {
    grid-template-columns: 100%;
  }

  .footer-menu li {
    list-style: none;
  }

  .banner-block {
    background-position: bottom right;
  }

  .column-full {
    flex-direction: column;
  }

  .column-full,
  .column-half,
  .column-third,
  .column-forth,
  .column-fifth {
    width: 100%;
    padding: 8%;
    box-sizing: border-box;
  }

  .button-cotainer {
    align-items: center;
  }

  .button-cotainer .btn {
    margin: 5px 0px !important;
  }

  .column-full {
    padding: 20px;
  }

  h5 {
    font-size: 28px;
    line-height: 130%;
  }

  .btn {
    justify-content: center;
  }

  form {
    width: 100%;
  }

  .team-member {
    max-height: inherit;
  }

  .reveal-item,
  .reveal-item .card,
  .myth-card {
    padding: 0px;
  }

  .feature {
    padding: 0px 0px 30px 0px;
  }

  .myth-card-header,
  .myth-card-content {
    padding-top: 40px;
  }

  .menu-item-has-children ul {
    left: 0;
    z-index: 99999;
  }

  .menu-item-has-children ul li {
    width: 100%;
  }

  .menu-item-has-children ul li a::before {
    display: none;
  }

  .menu-item-has-children:hover ul {
    max-height: 240px;
    padding: 20px 0px;
  }

  .hero .container-block {
    flex-direction: column-reverse;
  }

  .banner-content {
    align-items: center;
  }

  .home .banner-content {
    align-items: center;
  }

  .item-cat {
    padding: 0px;
    width: 48%;
  }

  .home-cat .container-block {
    flex-wrap: wrap;
  }

  .page {
    margin-top: 0px;
  }
}

/* Mobile Large */

@media (max-width: 642px) {
  .navigation {
    padding: 10px 0px;
  }

  .nav-icon {
    top: 20px;
  }

  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  h3 {
    margin: 10px 0;
  }

  h5 {
    font-size: 22px;
    line-height: 120%;
  }

  .footer {
    padding: 0 0 2vh 0;
  }

  .footer .f-dir-col {
    padding: 0;
  }

  .f-grid-one-forth {
    grid-template-columns: 100%;
    row-gap: 0%;
  }

  .text-large {
    font-size: 18px;
    line-height: 24px;
  }

  .wpcf7 {
    max-width: 320px;
    margin: 0px auto;
  }

  .slick-next {
    right: 0px;
  }
  .slick-prev {
    left: 0px;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .wp-block-image {
    justify-content: center;
  }

  .footer h4,
  .footer p {
    text-align: center;
  }

  .footer .f-grid-one-forth .d-flex {
    padding: 20px 0px;
  }

  .shop-items {
    flex-direction: column;
    margin-top: 30px;
  }

  .shop-filter {
    margin-bottom: 20px;
  }

  .shop-filter,
  .shop-template {
    width: 100%;
  }

  .woocommerce div.product form.cart,
  .wc-tabs {
    flex-direction: column;
  }

  .summary .button,
  .summary .btn {
    padding: 15px 40px 15px 40px !important;
    margin: 20px 0px 0px 0px !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0px;
    padding: 0px;
  }

  .woocommerce-tabs {
    padding: 30px;
  }

  .rental-items .container-block,
  .team-container .container-block {
    flex-direction: column;
  }

  #filter-container {
    width: 90%;
  }

  .rental-feature {
    width: 100% !important;
  }

  .signup-container {
    text-align: center;
  }

  .signup-container form {
    flex-direction: column;
    align-items: center;
  }
  .signup-container input,
  .signup-container .btn {
    width: 100%;
  }

  .signup-container h3 {
    font-size: 22px;
    line-height: 130%;
  }

  .page {
    margin-top: 50px;
  }

  .job-form {
    margin-top: 0;
  }

  .job-form .container-block {
    width: 100%;
  }

  .contact-row p {
    flex-direction: column;
    align-items: center;
  }

  .contact-row label {
    width: 100%;
  }

  .home .banner-content h1 {
    font-size: 42px;
    line-height: 120%;
  }

  .home .banner-content p {
    width: 80%;
  }

  .home-cat {
    margin-top: 0;
  }

  .item-cat {
    width: 100%;
  }

  .footer-area-three {
    display: flex;
    justify-content: center;
  }

  .footer-area-one .wp-block-image img {
    max-width: 150px;
  }
	
	.wp-block-woocommerce-cart, .wc-block-checkout{
		width: 90%;
		margin: 0px auto!important;
	}
	
	.get-quote{
		flex-direction:column;
	}
	#sib-container .w-70, #sib-container .w-30{
		width:100%!important;
	}
	
	.hero-orange{
		min-height: 30vh;
	}
	.second .container-block{
		flex-direction:column;
	}
	
	.job-form .container-block .column-full {
   	 padding: 20px 20px 0px 20px;
}
	.cart-icon {
    position: absolute;
    right: 70px;
    width: 30px;
    justify-content: center;
}
	
	.banner-content{
		align-items: center!important;
	}
}

/* Mobile Small */

@media (max-width: 320px) {
}
