/* 
Theme Name:		 VA Custom Theme
Theme URI:		 https://www.verticalaxion.com/
Description:	 VA Custom Theme is a child theme of BootScore.
Author:			 Vertical Axion LLC
Author URI:		 https://www.verticalaxion.com/
Template:		 bootscore-main
Version:		 1.0.0
Text Domain:	 bootscore-custom
*/


/*
    Add your custom styles here
*/

@media (max-width: 991.98px) {

  .col-lg-3.order-first.order-lg-2 {
    order: 2 !important;
  }

  #sidebar.offcanvas-lg.offcanvas-end {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    display: block !important;

    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;

    border: 0 !important;
    background: transparent !important;
  }

  #sidebar .offcanvas-header {
    display: none !important;
  }

  .offcanvas-backdrop {
    display: none !important;
    opacity: 0 !important;
  }

  button[data-bs-toggle="offcanvas"][data-bs-target="#sidebar"] {
    display: none !important;
  }

}
