/* If you want to add your own CSS code, please do it in this file */

body:not(.template-slider) #Header {
min-height:75px !important;
}

.therapy-icon-box img {
  display: block;
  margin: auto;
}

.therapy-icon-box h4 {
  display: block;
  width: 100%;
  text-align: center;
}

.therapy-section {
  margin-top: 25px;
}

#Content {
padding-top:0px !important;
}

.text-white {
color:#000;
padding:20px;
height:650px;
}

.text-white ol li {
color:#000;
}

.text-white a {
color:#000;
border-bottom:1px dashed #fff;
}

.sliding_box h4 {
font-size:28px;
}

.step1-color h3 {
color:#2d98df !important;
}

.step1-color h4 {
color:#2d98df !important;
}

.step1-color hr {
background:#2d98df !important;
}

.step2-color h3 {
color:#81b423 !important;
}

.step2-color h4 {
color:#81b423 !important;
}

.step2-color hr {
background:#81b423 !important;
}

.step3-color h3 {
color:#3caca2 !important;
}

.step3-color h4 {
color:#3caca2 !important;
}

.step3-color hr {
background:#3caca2 !important;
}

.step4-color h3 {
color:#e09e30 !important;
}

.step4-color h4 {
color:#e09e30 !important;
}

.step4-color hr {
background:#e09e30 !important;
}

.early-years {
padding:20px;
}

.early-years h3 {
text-align:center
}

.early-years h4 {
text-align:center;
}

.column, .columns {
margin:0 1% 10px;
}

.widget_archive ul, .widget_nav_menu ul {
background: transparent !important;
}

.widget_archive ul, .widget_nav_menu ul {
list-style: none !important;
padding:0px !important;
}

.widget_archive ul li a, .widget_nav_menu ul li a {
padding:4px 0px 4px 3px;
}

.fancy_heading .title {
color:#000;
}

.img-circle {
        border-radius: 50%;
 }

.header-logo {
       padding-top:10px;
}

.ss-base-body {
margin-right:50px !important;
}

.red-flags-list {
padding:15px 15px 5px 15px;
}

.red-flags-list ul li {
color:#000;
}

.red-flags-icon {
background: #c7db00;
}

.red-h {
background: #f78b2d;
}

.green-h {
background: #f78b2d;
}

.black-h {
background: #eaea19;
}

.icon-blue .icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
background:#c7db00;
}

.icon-blue .icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
background:#c7db00 !important;
}

.red-icon .icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
background:#7aa802;
}

.red-icon .icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
background:#7aa802 !important;
}

.green-icon .icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
background:#f78b2d;
}

.green-icon .icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
background:#f78b2d !important;
}

.purple-icon .icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
background:#e4b600;
}

.purple-icon .icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
background:#e4b600 !important;
}

.black-icon .icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
background:#e4b600;
}

.black-icon .icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
background:#e4b600 !important;
}

.black-text p {
color:#000 !important;
}

.header-top-nav {
  padding-top:20px;
}

.header-top-nav li {
  list-style:none; 
  color:#fff; 
  font-weight:600; 
  padding-right:30px; 
  display:inline; 
  font-size:16px;
}

.header-top-nav li a {
  color:#fff;
}

.header-top-nav li a:hover {
  text-decoration: none;
}

blockquote { 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    color:#000 !important;
}
.blockquote blockquote:after {
  top: -25px;
  left: -60px;
}
.blockquote blockquote span.quote-content,span.multiline_quote-content {
  display: inline-block;
  position: relative;
}
.blockquote blockquote span.quote-content::after {
  position: absolute;
  top: -25px;
  right: -60px;
  width: 55px;
  height: 40px;
  content: " ";
  background: url(../images/blockquote.png);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blockquote blockquote span.multiline_quote-content::after {
  position: absolute;
  bottom:-15px;
  right: auto;
  width: 55px;
  height: 40px;
  content: " ";
  background: url(../images/blockquote.png) no-repeat;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-right:10px;
}
/*blockquote {
  width: 500px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  color:#000 !important;
  position:relative;
  margin:0 auto;
  display:block;
  width:60%;
}

blockquote:before {
  display: inline-block;
  content: " ";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  background: url(../images/blockquote.png);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
blockquote:after {
  display: block;
  content: " ";
  font-size: 80px;
  position: absolute;
  right: 30px;
  top: 20px;
  background: url(../images/blockquote.png);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.profile-page .subtitle {
  color:#000 !important;
}

.profile-page hr {
  background:#000;
}

.profile-page .img-circle {
  width:250px;
}

.admin-bar #Header_creative a.creative-menu-toggle {
  top:55px !important;
}

#Header_creative a.creative-menu-toggle {
  top:35px !important;
}

@media only screen and (max-width: 1240px) {

  #Header_creative a.creative-menu-toggle {
    top:35px !important;
  }

  .admin-bar #Header_creative a.creative-menu-toggle {
    top:55px !important;
  }
}

/* Top Menu */

ul.top-menu{
  width: 100% !important;
  top: 13px;
  text-align: right;
  display: inline;
  margin: 0;
  padding: 15px 4px 10px 0;
  list-style: none;
  float:right;
  /*margin-top: 45px;*/
}

ul.top-menu a li {
  color:#fff;
  font: bold 15px/18px sans-serif;
}

ul.top-menu.left {
  left: 80px;
}
/*ul.top-menu>li {
  margin-left: 50px;

}*/
ul.top-menu li {
  margin-bottom: 0px;
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.top-menu li:hover {
  background: #4b7447;
  color: #fff;
}

.top-menu-highlight {
  background: #4b7447;
  color: #fff;
}

ul.top-menu li ul.sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 270px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul.top-menu li ul.sub-menu li {
  border-top: 1px solid #4b7447;
  margin-bottom: 0px;
  background: #4b7447; 
  display: block; 
  color: #fff;
  text-align: left;
}

ul.top-menu li ul.sub-menu li:first-child {
  border-top: 0px;
}

ul.top-menu li ul.sub-menu li:hover { background: #8eba43; }
ul.top-menu li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 999999999;
}
ul.top-menu li ul.sub-menu li a {
  color: #fff;
  text-decoration: none;

}
ul.top-menu li a{
  text-decoration: none;
  color: #fff;
  font-size: 15px;  
}
ul.sub-menu li:hover{
  background: #c6c6c6;
}
ul.sub-menu li {
  border-bottom: 1px solid #405d3d;
}

/*ul.top-menu.right>li {
  margin: 0 20px 80px 80px;
  margin-left: 60px;
}*/

.icon_box .icon .icon_brain:before {
  background: url(critical-thinking.png);
  background-repeat: no-repeat;
}

.wpcf7-submit {
  font-weight:bold !important;
  font-size:15px !important;
}

.post-nav {
  background:none !important;
}

div.pdfemb-viewer {
  border:none !important;
}

.icon_box.icon_position_left .icon_wrapper{
  display: inline-block;
}

.icon_box.icon_position_left .desc_wrapper{
  text-align: left;
  padding-top: 10px;
}

.icon_wrapper i[class^="icon-leapfrog-"] {
  font-size: 70px;
}
.icon_wrapper i[class^="icon-lf-"] {
  font-size: 70px;
  left: 10px;
}

#backToTop{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    bottom: 10px;
    right: 30px;
    cursor: pointer;
    display: none;
    color: #fff;
    background-color: #8eba43;
}

#backToTop .icon {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#backToTop .icon i {
  line-height: 50px;
  margin: auto;
}

span.wpcf7-form-control-wrap .wpcf7-select {
  margin-left: 5px;
  height: 37px;
  width: 98% !important;
  /*width: 515.391px;*/
}

.column_attr a.button {
  font-size: 18px;
  background: #8eba43;
  color: #fff;
  padding: 20px 40px;
  border-radius: 15px !important;
  font-weight: bold;
}

#Top_bar #logo {
  background:#8eba43;
}

#Top_bar #logo img {
  max-height: 120%;
}

#Top_bar a.responsive-menu-toggle {
  color:#fff;
}

/*side bar*/

.menu_wrapper li {
  border-bottom: 1px solid #e4e4e4;
}



.search-box {
  position: relative;
  height: 30px; /* Define the search box height and width here */
  width: 25%;
  margin-left: 73%;
}

.search-box .search-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 50px 0 10px; /* padding-right = button width */
  border: solid 1px #808080;
  border-radius: 20px;
  outline: none;
  /*box-shadow: 0px 0px 3px 2px rgba(75,0,130,0);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;*/
}

.search-box .search-input:focus {
  border-color: #4b0082;
  box-shadow: 0px 0px 4px 2px rgba(75,0,130,0.15);
}

/* Placeholder */
.search-box .search-input::-webkit-input-placeholder { color: #000; }
.search-box .search-input::-moz-placeholder          { color: #000; opacity: 1; }
.search-box .search-input:-ms-input-placeholder      { color: #000; }

/* Icon */
.search-box .search-icon {
  content: '';
  position: absolute;
  z-index: 0;
  top: -3px;
  right: 1px; 
  bottom: 1px; 
  width: 50px;
  line-height: 38px; 
  font-size: 20px;
  text-align: center;
  color: #8eba43;
  transition: transform 0.2s ease;
}

/* Button */
.search-box .search-button {
  position: absolute;
  z-index: 1;
  top: -5px; 
  right: 1px; 
  bottom: -5px; 
  width: 50px;
  border: none;
  overflow: hidden; 
  opacity: 0; 
}

.tag-bar h3 {
  text-align: center;
  background-color: #8e7970;
  color: #fff;
  margin-bottom: 0px;
}
.tag-bar img {
  width:100px;
  position:absolute; 
  margin-left:60px; 
  margin-top:-13px; 
  top: 20px !important;
}
@media screen and (max-width: 950px) {
  .tag-bar img {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 876px) {
  .tag-bar img {
    width: 80px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 800px) {
  .tag-bar img {
    width: 60px;
    margin-left: 8px;
    margin-top: -7px;
  }
  .tag-bar h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 450px) {
  .tag-bar h3 {
    font-size: 12px !important;
  }
  .tag-bar img {
    width: 40px;
    margin-top: -3px;
  }

}
.wpcf7-form-control-wrap {
  width: 95% !important;
}

.asterisk-input {
  position: relative;
}
.asterisk-input:after {
  position: absolute;
  top: 15px;
  content:" *"; 
  color: #e32;
  display: inline-block;
  font-size: xx-large; 
}

@media screen and (max-width: 1200px) {

  .inlineTherapy {
    font-size: 17px !important;
  }
  
}
@media screen and (max-width: 1138px) {
  
  .inlineTherapy {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1011px) {
  
  .inlineTherapy {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 883px) {
  
  .inlineTherapy {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 768px) {

  .inlineTherapy {
    font-size: 20px !important;
  }
}


/*.button.button_js {
  background-color: #fff;
  color: #000;
  font-size: 20px;
}
.our-story {
  margin-left: 40px;
}*/

.contact-us-button {
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #000;
  margin: 0 !important;
  padding: 5px 5px !important;
  font-size: 20px;
  top: 10px !important;
}
#Footer {
  font-weight: normal !important;
}

.get_in_touch li.phone a{
  text-decoration: none !important;
}
.get_in_touch li.phone a:hover {
  cursor: pointer !important;

}