/*
Theme name: RehabForAll -- WP CMS
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

p {  }

/* #5773601 images padding */
.article-body img.alignleft {
	margin: 15px;
	margin-left: 0;
}
.article-body img.alignright {
	margin: 15px;
	margin-right: 0;
}

/* #5773600 sidebar scrolling */
.main .shell {
	display: flex;
}
.main .shell .main-inner {
	flex: 1 1 870px;
}
.main .shell .sidebar {
	display: block;
  padding-top: 56px;
  flex: 0 0 auto;
    width: 270px;
    margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .main .shell .sidebar {
    width: 0;
    padding: 0;
    display: none;
  }
}
.main .shell .carbon_contents {
	position: absolute;
}
.main .shell .carbon_contents h2 {
	text-align: left;
}
.main .shell .carbon_contents .progress {
	position: absolute;
    top: 35px;
    left: 0;
    overflow: hidden;
    width: 10px;
    height: 100%;
    background: #ccc;
}
.main .shell .carbon_contents .progress span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #0097a7;
}
.main .shell .carbon_contents ul {
	margin-left: 30px;
}
.main .shell .carbon_contents ul .krown-button.light {
  margin-bottom: 10px;
}
.main .shell .carbon_contents.sticky {
	top: 215px !important;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.krown-button.small {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    padding-top: 11px;
    height: 36px;
}

.krown-button.light {
    background: #fff;
    border: 2px solid #ebebeb;
    color: #212121;
}

.jumpers span a {
    margin: 3px;
    text-decoration: none;
}

.jumpers span a:hover {
    text-decoration: underline;
}

.krown-button {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    background: #fff;
    border: 2px solid #ebebeb;
    color: #212121;
    -webkit-transition: all 100ms linear !important;
    transition: all 100ms linear !important;
}

.krown-button.light:hover {
    background-color: #216684;
    color: #fff;
    border-color: transparent;
}

.printfriendly {
display:none;
}

.header-phone .visible-lg-inline,
.header-fixed {
     display: none !important;
}
div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {display: block;max-width: 170px;padding: 0 15px;border: 0;border-radius: 0;background: #e53935;color: #fff;line-height: 60px;text-transform: uppercase;font-weight: 700;min-width: 124px;line-height: 48px;font-size: 14px;background: #219a13;text-decoration: none;color: #fff !important;text-align: center;}
div.printfriendly a:hover {  background: #40901a;}

body.parent-pageid-46723 .printfriendly,
body.parent-pageid-46658  .printfriendly, body.parent-pageid-46739  .printfriendly, body.parent-pageid-46747  .printfriendly, body.parent-pageid-46786  .printfriendly, body.parent-pageid-46790  .printfriendly, body.parent-pageid-46822  .printfriendly, body.parent-pageid-46957  .printfriendly, body.parent-pageid-47013  .printfriendly, body.parent-pageid-47016  .printfriendly, body.parent-pageid-47049  .printfriendly, body.parent-pageid-46170  .printfriendly, body.parent-pageid-47170  .printfriendly, body.parent-pageid-47173  .printfriendly, body.parent-pageid-47157  .printfriendly, body.parent-pageid-47175  .printfriendly {
display:block;
}
.intro {
    padding: 274px 0 232px;
}

.list-logos li {
    margin: 0 5px;
}
hr {
    margin: 10px 0px;
}
.header-fixed {

    padding: 4px 0 12px 0;

}
.main-inner ul {
    margin-left: 20px;
}
.main-inner li {}
.intro-inner {
    /* display:none; */
    background-color: #4b4f54;
}
.footer-content,
.link-anchors.fixed ,
.logged-in .link-anchors.fixed {
    display: none;
}
.toright {
    text-align: center;
    float: right;
}
 .link-anchors-holder,
.sidebar {
    display: none;
}
.home .intro-inner {
    display:block;
}

.page-template-default tr:nth-child(even) {background: #e4e3e3;}
.page-template-default tr:nth-child(odd) {background: #f9f9f9;}
.page-template-default tr:nth-child(even) td,
.page-template-default tr:nth-child(odd) td{
padding:2px 5px;
border-bottom:1px solid #ccc;
}


@media (min-width: 767px) {
.header {
    position: fixed;
    z-index: 10;
    padding: 20px 0 21px;
    width: 100%;
    z-index: 99999;
}
.home .intro {
    padding: 274px 0 232px;
    margin-top: 75px;
}
.intro-inner.introbackgroundnone {
    padding: 204px 0 94px;
}
}

.header-fixed.active {
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: none;
}
@media (max-width: 1200px) {
.intro-inner.introbackgroundnone {
    padding: 113px 0 94px;
}
.header .header-btn {
   margin-right: 105px;
}
.header-phone .visible-lg-inline,
.header-fixed {
     display: none !important;
}

}

@media (max-width: 991px) {
 .link-anchors-holder,
.sidebar {
    display: none;
}
.header-phone .visible-lg-inline,
.header-fixed {
     display: none !important;
}

}
@media (max-width: 767px) {
.home .intro {
    padding: 374px 0 232px;
}
.header-phone .visible-lg-inline,
.header-fixed {
     display: none !important;
}

.home .intro h2 {
    padding: 77px 15px 2px 15px;
    margin-bottom: 28px;
}
.toright {
    float: none;
    margin: 0 auto;
}
.intro {
    padding: 22px 0 0px !important;
}
.shell .widget {
    margin-bottom: 20px;
    margin-top: 20px;
}
.page-template-default  table td,
.responsivetable table td {display: block;width: 100%;padding: 4px 0px;}
 .responsivetable.nopadding table td{
padding: 0px 0px;
}
}

/* table of content*/
.sidebar .widgets .wrapper-sticky {
	width: 100% !important;
}
.sidebar .widgets .wrapper-sticky .carbon_contents li a {
 	white-space: nowrap;
}