/** BOOTSTRAP ** MD  ** 768px **/
@media only screen and (max-width: 768px) {
	#primary .wedocs-sidebar {display: none!important;}
	
	/* HEADER */
	header {z-index: 1;height: 110px;}
	#navbar_top {display: none !important;}
	#navbar_mobile {display: block!important; position: relative; z-index: 1; padding: 25px 25px 15px;border-bottom: 1px solid #EAEEF0;background: rgb(255 255 255 / 1)!important;backdrop-filter: blur(5px);}
	.w-xs-60 {width: 60%!important;}
	header #navbar_mobile .wedocs-single-wrap {padding: 0px!important;}
	.wedocs-single-wrap .wedocs-sidebar {padding: 0px!important;}
	.navbar-toggler:focus, .navbar-toggler:hover {outline: none;}
  	.navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(46,51,53,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
	.navbar-toggler:hover span {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(22,61,96,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;}
	.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {padding: 0px!important;margin: 20px 0;}
	.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list ul.children li a {padding: 0 0 0 15px!important;}
	.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children {margin: 0px 0px 15px 0px!important;}
	.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a .wedocs-caret {display: block!important;}

	/* HEADER > WEDOCS SIDEBAR */
	header .wedocs-hide-mobile {display: block;}
	header .navbar-collapse {padding-top: 25px;}
	header ul.doc-nav-list {padding: 0; list-style-type: none;}
	header ul.children {list-style-type: none;}
	
	
}
	
	
/** BOOTSTRAP ** MD CUSTOM ** 600px **/
@media only screen and (max-width: 600px) {
	p, p a, p span, p.lead {font-size: 1rem;line-height: 1.8rem;}
	h1 {font-size: 2rem;line-height: 1.1;}
	h3 {font-size: 1.2rem;line-height: 1.6!important;}
	.display-3 {font-size: 3rem;line-height: 1.1;}
	

	/* FOOTER */
	footer#doc {position: relative; padding-bottom: 1rem;}
	footer#doc .container-fluid {padding: 17px 25px 0!important;}
	footer#doc * {font-size: .8rem!important;}
	footer#doc p {margin: 0!important;}
	
	/* INDEX */
	#documentation {padding: 20vh 20px 5vh; min-height: 90vh; background-position: center; z-index: 0!important;}
	
	/* CONTENT */
	header.entry-header {padding: 10px 0 10px;}
	i.wedocs-icon.wedocs-icon-print {font-size: 24px!important;top: 16px;position: relative;}
	
	/* BTN */ 
	.btn {padding: 15px 30px;}
	
	/* WEDOCS: CONTENT */
	.wedocs-single-wrap {padding: 0 25px 50px!important;}
	.wedocs-single-wrap .wedocs-single-content {padding: 25px 0 0!important;}
	.wedocs-single-wrap .wedocs-single-content article .entry-content {width: 100%!important;}
	.article-child.well {padding: 25px 0; margin: 100px 0 0; border: 0; border-top: 1px solid #EAEEF0!important;}
	.article-child.well ul li a {padding: 0px 20px; background: #EAEEF0; border-radius: 5px; transition: .3s ease-in-out; display: block; text-align: left; margin: 7px 0;}
	i.wedocs-icon.wedocs-icon-home {display: none;}
	.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb li:first-child {padding-right: 0px!important;}
	.wedocs-single-wrap .wedocs-single-content ol.wedocs-breadcrumb li {display: inline-block!important;padding-right: 5px;}
	.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer time {float: left;}
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-75 {
    width: 75% !important;
  }

  .w-xs-50 {
    width: 50% !important;
  }

  .w-xs-25 {
    width: 25% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

}