/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

a {
  color: #3cb7e3;
  text-decoration: none;
}

a:hover {
  color: #06e;
  text-decoration: none !important;
}

#wrap_all {
  background-color: #fff !important;
}

#top #header .av-main-nav > li > a {
  font-weight: normal;
}

.sidebar_left .content {
  margin-right: -35px;
  padding-left: 35px;
}

.content .entry-content-wrapper {
 padding-right: 0; 
}

.home #main .entry-content-wrapper .av_one_fourth {
  padding: 0 10px;
}

.home .avia-image-container.avia-align-center {
  margin: 0 auto 20px auto;
}

.home .av-special-heading .av-subheading {
  color: #fff;
  padding: 10px 0;
}

.logo {
  border-right: 1px solid #000 !important;
  padding-top: 20px;
  position: relative !important;
  width: 24%;
  margin-left: 1px;
}

.main_menu {
  position: relative !important;
}

.main_menu .avia-menu {
  margin-left: 18px;
}

.header-right-block {
  position: absolute;
  right: 0;
  padding: 20px 0 0 0;
}

.header-right-block .widget {
  padding: 0px;
  text-align: right;
  font-size: 16px;
  line-height: 19px;
}

.header-right-block .widget a {
  color: #3cb7e3;
  text-decoration: none;
}

.header-right-block .widget a:hover {
  color: #06e;
}


#top #header_main > .container .main_menu ul:first-child > li > a {
  line-height: 280px !important;
}

.sidebar_left .inner_sidebar {
  margin-right: 0;
}

.av-special-heading .av-subheading {
  color: #3cb7e3;
}

.av-special-heading {
  margin-top: 0;
}

aside.sidebar_left,
.sidebar-right-menu-links {
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 0 100%;
}

aside.sidebar_left {
  border-width: 0 1px 0 0 !important;
  min-height: 400px;
}

.sidebar-right-menu-links {
  border-width: 0 0 0 1px !important;
  min-height: 300px;
}

.sidebar-right-menu-links a {
  font-size: 14px;
  color: #636567;
}

.sidebar-right-menu-links a:hover {
  font-size: 14px;
  color: #3cb7e3;
}

.sidebar-right-menu-links ul {
  list-style: none;
}

.sidebar-right-menu-links li {
  padding: 0;
  margin-bottom: 12px;
}

.sidebar-right-menu-links ul ul.sub-menu {
  list-style: disc outside;
  margin: 12px 0px 12px 2px !important;
}


.sidebar_left main {
  border: none !important;
}

.encara-benefits {
  background: #3cb7e3;
  color: #fff;
}

.encara-benefits h3 {
  color: #fff !important;
  margin-bottom: 15px;
}

.encara-benefits .encara-benefits-head {
  padding: 9px;
}

.encara-benefits ul {
  margin-bottom: 14px !important;
}

.encara-benefits img {
  width: 100%;
  height: auto;
  margin-bottom: -6px;
}

.encara-benefits li {
    clear: both;
    margin-left: 15px;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}

/*Team Member Popup*/

.team-head-wrapper {
  cursor: pointer;
}

.team-member-description-wrapper {
  max-width: 500px;
  display: block;
  margin: auto;
  background: #fff;
  padding: 40px;
}

.team-member-description-wrapper button.mfp-close {
  right: auto;
  margin-left: 434px;
  top: -44px;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  border: 2px solid transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
}

.team-member-description-wrapper button.mfp-close:hover {
  border: 2px solid #fff;
  transform: scale(0.8);
  -webkit-transform: scale(0.8) rotateZ(90deg);
}

.team-social-inner {
  position: relative;
  margin-top: 0;
  padding: 0;
}

.team-social a {
  font-size: 20px;
}

#footer section.widget {
  margin:0;
}

#footer .widget_custom_menu_wizard a {
  color: #000;
}

#footer .widget_custom_menu_wizard .menu-item.cmw-level-1 > a {
  font-weight: bold;
}

#footer .widget_custom_menu_wizard .sub-menu {
  list-style: disc;
}

#footer .widget_custom_menu_wizard .sub-menu li {
  margin-left: 15px;
  color: #000;
}

#post-footer {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

#post-footer .post-col1 {
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 0 100%;
  border-width: 0 1px 0 0 !important;
  padding-right: 20px;
}

#post-footer .post-col1 .widget_text {
  padding: 0;
}

#post-footer div .av_one_half {
    margin-left: 2%;
    width: 49%;
}

#post-footer div .av_one_half.first {
  margin-left: 0;
}

#post-footer .widgettitle {
  font-size: 20px;
  line-height: 26px;
  margin: 0px 0px 20px 0px;
  color: #636567;
}

#post-footer .social_bookmarks li {
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 5px;
}

#post-footer  .post-col2 .go-social .widgettitle {
  margin-bottom: 0;
}

#post-footer .social_bookmarks li a {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  float: none;
  width: auto;
}

#post-footer  .post-col2 .go-social p a {
  text-align: left;
  display: inline-block;
}

#post-footer .social_bookmarks_twitter {
  background: #55acee;
}

#post-footer .social_bookmarks_facebook {
  background: #3b5998;
}

#post-footer .social_bookmarks_linkedin {
  background: #0077B5;
}

#post-footer ul#association-list {
  margin-top: 190px;
}

#post-footer ul#association-list li {
  text-indent: -3000px;
  display: inline-block;
  background-size: 100%;
}

#post-footer ul#association-list li a {
  height: 70px;
  display: block;
}

#post-footer #hicaps-link {
  background: url('img/hicaps-logo.jpg') no-repeat;
  width: 120px;
}

#post-footer #acqi-link {
  background: url('img/acqi-logo.jpg') no-repeat;
  width: 73px;
}

#post-footer #ahpra-link {
  background: url('img/ahpra.jpg') no-repeat;
  width: 100px;
}

#post-footer #physiotherapy-link {
  background: url('img/australian-physio-association.jpg') no-repeat;
  width: 159px;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-list-item.first {
  margin-left: 0.5em;
}

.wpcf7-form sup {
  color: red;
}

.go-social-side .social_bookmarks li:hover {
border-radius: 50%;
}



@media only screen and (max-width: 991px) {
.container .post-entry .entry-content-wrapper > .av_two_third.avia-builder-el-first {
    width: 100%;
}
.container .post-entry .entry-content-wrapper > .av_one_third.avia-builder-el-last {
    width: 100%;
}
  aside.sidebar_left,
  .sidebar-right-menu-links {
    border: none !important;
  }
.container .post-entry {
    padding-right: 0;
}

#blog-page .container .post-entry .entry-content-wrapper > .av_three_fourth.avia-builder-el-first {
    width: 70%;
}

#blog-page .container .post-entry .entry-content-wrapper > .av_one_fourth.avia-builder-el-last {
    width: 27%;
}

}


@media only screen and (max-width: 767px) {
.go-social-side p {
margin-top: 20px;
}
  .inner_sidebar #featured-img-id {
    text-align: center;
  }
  .logo {
    border-right: none !important;
  }
  .responsive #top #wrap_all #header {
    padding-top: 20px;
  }
  .responsive #top #main {
    padding-top: 50px !important;
  }
  .sidebar-right-menu-links li {
    margin-left: 0;
  }
  .sidebar-right-menu-links ul ul.sub-menu {
    margin-left: 18px !important;
  }
  .encara-benefits li {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .encara-benefits .encara-benefits-head {
    padding: 20px;
  }
  #footer .widget_custom_menu_wizard .sub-menu li {
    margin-left: 18px;
    color: #000;
  }
  #post-footer div .av_one_half {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0 0 20px 0;
  }
  #post-footer div .av_one_half .av_one_half {
    width: 49%;
  }
  #post-footer ul#association-list {
    margin-top: 0;
  }
  #post-footer div .av_one_half .widget_text {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  #post-footer div .av_one_half .av_one_half {
    width: 100%;
  }
  #post-footer .social_bookmarks {
    height: 45px;
  }
}

a.view-details,
input.ja-button,
#CandidateResume {
    color: #ffffff !important;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 2px !important;
    font-weight: normal !important;
    font-size: 12px !important;
    min-width: 110px !important;
    outline: none !important;
    background: #3cb6e3 !important;
    border: none !important;
    text-shadow: none !important;
    text-align: center !important;
}

.home .avia-button.avia-size-small {
    padding: 0;
    text-align: left;
    min-width: 0;
}

.home h6.av-special-heading-tag {
font-style: italic;
}
h2 {
 color: #3cb7e3 !important;
 font-size: 24px !important;
    text-transform: none !important;
    margin-bottom: 20px;
    font-weight: 500;
}

h3 {margin-top: 1.5em;}
.av-special-heading-tag {
margin-bottom: 10px !important;}

.av-subheading.av-subheading_below  {
margin-top: 0;}

.page-id-63 .flex_column_table .av-flex-placeholder {
    width: 3% !important;
}

.av-special-heading-tag .special_amp{
    font-family: "Ruda";
    color: #222222;
    font-style: normal;
    font-size: inherit;
}

#wpcf7-f230-o1 .quiz label {
position: relative;}

#wpcf7-f230-o1 .quiz .wpcf7-quiz-label {
display: block;
  z-index: 9999;
  position: absolute;
  top: 50px;
  width: 70px;
  left: 10px;
}
#wpcf7-f230-o1 .quiz input {  padding-left: 75px;}

.page-id-19 .avia_textblock ul.social_bookmarks {
display: inline-block;}