/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
.mobileonly{display:none !important;}
.pt{
font-family: "PT Serif", serif;
}
p {
    max-width: 60em;
}
/* Add your custom styles here... */ 
.fl-node-59d5278f153dd .menu > li > a:hover, .fl-node-59d5278f153dd .menu > li > a:focus, .fl-node-59d5278f153dd .menu > li > .fl-has-submenu-container:hover > a, .fl-node-59d5278f153dd .menu > li > .fl-has-submenu-container.focus > a, .fl-node-59d5278f153dd .sub-menu > li > a:hover, .fl-node-59d5278f153dd .sub-menu > li > a:focus, .fl-node-59d5278f153dd .sub-menu > li > .fl-has-submenu-container:hover > a, .fl-node-59d5278f153dd .sub-menu > li > .fl-has-submenu-container.focus > a, .fl-node-59d5278f153dd .menu > li.current-menu-item > a, .fl-node-59d5278f153dd .menu > li.current-menu-item > .fl-has-submenu-container > a, .fl-node-59d5278f153dd .sub-menu > li.current-menu-item > a, .fl-node-59d5278f153dd .sub-menu > li.current-menu-item > .fl-has-submenu-container > a{
	background:none;
}
.headingbgwh h1 span, .headingbgwh h2 span, .headingbgwh h3 span{
	  /*  background: rgba(255,255,255,0.7);
    padding: 10px 40px;*/
    display: inline-block;
}
.fl-menu-mobile-toggle:hover, .fl-menu-mobile-toggle.fl-active{
	background:none !important;
}
header .menu li a.active{
	color:orange !important;
}
.biggericons .fl-module-content .fl-icon i, .biggericons .fl-module-content .fl-icon i:before{
	font-size: 33px;
}
.centertext{
	text-align: center;
}
.narrower{
	    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
body.page-template-default .container, .fl-row-fixed-width {
  max-width:1325px !important;
  width:100%;
  margin:auto !important;
}

body.page-template-default .container.default-container {
    padding: 0 15px;
    max-width: 1316px !important;
}
.page-template-tpl-member-page-php .container{
  margin: auto !important;
  max-width: 1316px !important;
      width: 100%;
}
.page-template-tpl-member-page-php .fl-page-content{
      min-height: 300px;
}
.post-template-default .fl-row-fixed-width {
  max-width:1361px !important;
}

.post-template-default header .fl-row-fixed-width {
  max-width:1325px !important;
}
.page-template-tpl-member-page-php .fl-content {
  margin-top:0px;
}
.page-template-tpl-member-page-php .not-logged-in.fl-content{
  margin-top:40px;
}



.page-template-default .fl-content {
  margin-top:20px;
}
.title-header {
  padding:20px 15px;
}
select{
	display: block;
    /* width: 100%; */
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #808080;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#gform_wrapper_2{
	    padding: 20px;
    background: rgba(218, 218, 218, 0.13);
    border: 1px solid #333;
    border-radius: 5px;
}
.dms-banner h1, .dms-banner h2{
text-shadow: #000 3px 3px 12px;
}
.fl-node-59d4dac844564 > .fl-row-content-wrap{
	min-height: 550px;
}
/*DMS Form*/
#gform_3 .gfield{
	margin-bottom: 75px;
}
#gform_3 li#field_3_3 {
    margin-bottom: 55px;
    font-size: 19px;
}
#gform_3 .gfield_radio li {
    margin-bottom: 155px !important;
    font-size: 19px;
}
#gform_3 .gsection_title {
    margin-bottom: 10px !important;
}
#gform_3 img{
    max-width: 400px;
}
#cboxClose{
	top:0 !important;
}

/* disorders */
.collapse-content {
    display:none;
    margin-left: 17px;
	}
.collapse-title {
    cursor: pointer;
}
.collapse-title:hover {
    opacity: 0.8;
}
.collapse-title i {
    color: #abc6d7;
}

.sidebar-header {
    background:#ffd77e;
}
.accordian-item h3.collapse-title {
    font-size: 18px;
}

.collapse-content h2 {
/*font-family: "PT Serif", serif;*/
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}
.fl-page-content a {
    color: #351746;
    text-decoration: underline;
    font-weight: bold;
}

.fl-page-content a:hover {
    text-decoration: none;
}
.sidebar-right .search-wrapper {
   background:white;
   border-radius: 4px;
   padding:5px 10px;
 
   border:1px solid #abc6d7;
   
}
.sidebar-right .search-wrapper i {
    float:left;
    margin-top:8px;
    
}
.sidebar-right .search-wrapper input {
    max-width: 80%;
    border:0;
  
}

@media all and (max-width: 660px){
	.fl-post img[class*="wp-image-"], .fl-post img.alignnone, .fl-post img.alignleft, .fl-post img.aligncenter, .fl-post img.alignright{
		float:none;
	}
	h1 , h1 span{
		font-size: 36px !important;
	}
	.headingbgwh h1 span, .headingbgwh h2 span, .headingbgwh h3 span{
		padding:0;
	}
	.fl-node-59d4dac844bd4 > .fl-row-content-wrap{
		padding:0 !important;
	}
}

/*Map Related Styles*/

/*Map Locator styles*/

.page-template-template-map-search {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-family: "Open Sans", sans-serif;
}

.page-template-template-map-search  .entry  {
  padding-bottom: 30px;
}

.page-template-template-map-search .entry p {
  font-size: 17px;
}

.cf:after { 
  content:"";
  display:table;
  clear:both;
}

.page-template-template-map-results #header, .page-template-template-map-search #header{
    margin-top: 25px;
}

.page-template-template-map-results h1, .page-template-template-map-search h1 {
  text-align: center;
/*  margin-top: 15px;*/
    color: rgb(38, 63, 82) !important;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.4);
}

.map-container {
  position: relative;;
}

#map {
  width: 100%;
  height: 680px;
}

.map-filter {
  border-radius: 4px;
  padding: 19px 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 99;
  transform: translateY(-50%);
  background: rgba(52,23,69,.9);
  max-width: 300px;

}

.filter-item {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 5px;
  width: calc(99.99% + 40px);
 
}

.map-filter input[type="submit"] {
  width: 100% !important;
  margin: 10px 0 0;
}


.map-filter h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #ececec;
  line-height: 1;
  margin: 0;
  padding-bottom: 17px;
  text-shadow: 0 2px 3px rgba(0,0,0,.2);
}


.map-filter label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 3px 7px !important;
  margin: 0 0 0 0;
  color: #ececec;
  text-shadow: 0 0 2px rgba(0,0,0,.6);
}

.map-filter input:not([type="submit"]) {
  font-family: 'Open Sans', sans-serif;
  display: block;
  width: 100%;
  border:0 !important;
  font-size: 14px;
  background: #684f65 !important;
  height: 35px;
  line-height: 35px;
  padding: 0 9px;
  margin: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ececec;
  font-weight: 600;
}

.map-filter input.error:not([type="submit"]) {
  border-bottom: 3px solid red !important;
}

.map-filter input:not([type="submit"])::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ececec;
  opacity: .8;
}
.map-filter input:not([type="submit"])::-moz-placeholder { /* Firefox 19+ */
  color: #ececec;
  opacity: .8;
}
.map-filter input:not([type="submit"]):-ms-input-placeholder { /* IE 10+ */
  color: #ececec;
  opacity: .8;
}
.map-filter input:not([type="submit"]):-moz-placeholder { /* Firefox 18- */
  color: #ececec;
  opacity: .8;
}

.map-filter select {
  font-family: 'Open Sans', sans-serif;
  display: block;
  width: 100%;
  border: 0 !important;
  font-size: 14px;
  background: #684f65 url('img/select-arrow.png') no-repeat right center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  height: 35px;
  line-height: 35px;
  padding: 0 9px;
  margin: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:white;
  font-weight: 600;
}

.map-filter select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() { 

    .map-filter select {
      padding: 0 4px;
    }

}

.filter-checkbox-item input[type="checkbox"] {
  position: absolute !important;
  height: 1px; 
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}


.filter-checkbox-item {
  padding: 5px 10px;
}
.filter-checkbox-item label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
}

.filter-checkbox-item label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.1) !important;
  background: white;
}

.filter-checkbox-item input:checked + label:before {
  background: white url('img/checkbox.svg') no-repeat center center / 14px 14px;
}

.filter-buttons {
  padding-top: 9px;
}

.map-form-btn {
  border: none !important;
  float:left !important;
  margin-bottom:10px !important;
  width: 100% !important;
  display: block !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  text-align: center;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #ececec !important;
  padding: 10px !important;
  text-shadow: none !important;
  -webkit-appearance: none;
  transition: .3s background;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
}

.map-filter input[type="submit"]{
  background-color: #ececec !important;
  color: #341745 !important;
  font-weight: 400;
  -webkit-appearance: none;
}

.map-filter input[type="submit"]:hover {
  background: #e6e6e6 !important;
  border:0  !important;
  
}

.advanced-btn {
  background: rgba(0,0,0,.4);
  color: white !important;
  margin-right: 0 !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  margin-top: 5px; !important;

}

.advanced-btn:hover {
  background: rgba(0,0,0,.7);
  color:#be1e2e;
  text-decoration: none;
}

.map-filter .clear-search { 
  font-weight: 400;
  color: #ececec;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase
}

#autocomplete.error {
  background: red;
  color: white;
}

/*#map {
  margin-bottom: 50px;
}*/

.location-group {
  position: relative;
}

.location-group h2 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0;
}

.location-group-toggle {
  position: absolute;
  top: 14px;
  right: 0;
  display: block;
  height: 20px;
  width: 19px;
  border-radius: 3px;
  background: url('../imgs/location-toggle.png');
  transition: .3s opacity;
  transform: rotate(180deg);
}

.location-group-toggle:hover {
  opacity: .7;
}

.location-group-toggle.is-active {
  transform: none;
}

.professional-items {
  position: relative;
  margin-left: -12px;
  margin-right: -15px;
}

.professional-items #print-me {
  position: absolute;
  top: -19px;
  left: 0;
  background: #2986b8 url('../imgs/print-icon.png') no-repeat 15px center;
  padding-left: 20px;
  padding: 10px 15px 10px 43px;
  border-radius: 4px;
  display: inline-block;
  color: white !important;
  font-weight: 700;
  transition: .3s background;
}

.professional-items #print-me:hover {
  text-decoration: none;
  background: #2475a0 url('../imgs/print-icon.png') no-repeat 15px center;
}

.map-search-title {
  margin-bottom: 20px;
  font-size: 22px;
}

.professional-item {
  padding: 0 15px 0;
  margin-bottom: 30px;
  display: inline-block;
  margin-left: -3px;
  vertical-align: top;
  border-left: 3px solid #f2f0f1;
  padding-left: 10px;
}

@media only screen and (min-width: 920px) {

  .professional-item {
    width: calc(99.99% / 3);
  /*  padding: 0 15px;*/
  }

}


@media only screen and (min-width: 500px) and (max-width: 919px) {

  .professional-item {
    width: calc(99.99% / 2);
  }

}

/*@media screen and (max-width: 919px) {


  .professional-item {
    width: calc((99.99% - 30px) / 2);
  }

  .professional-item:nth-of-type(2n) {
    margin-right: 0;
  }

}*/


.professional-item h3 {
  font-size: 16px;
  /*cursor: pointer;*/
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
  color: #381648;
  text-transform: uppercase;
}

.professional-item h3 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.professional-item p span {
  display: block;
}

.professional-item p span:empty {
    display: none;
}

.professional-item p {
  margin-bottom: 0;
}

.professional-item p.discipline-type {
  margin-bottom: 8px;
}

.professional-item p .city-line, .professional-item p .province-line {
  display: inline-block;
} 

.professional-item p .city-line + .province-line:before {
  content: ', ';
}

.location-info {
  padding-top: 8px;
}

.info-content h3 {
  margin-top: 0;
  font-weight: 400 !important;
  font-size: 16px;
}

.info-content h3 span {
  display: block;
  font-size: 14px;
}

.info-content p span {
  display: block;
}

.info-content p span:empty {
    display: none;
}

.info-content p {
  margin-bottom: 0;
}

.info-content p .city-line, .info-content p .province-line {
  display: inline-block;
} 

.info-content p .city-line + .province-line:before {
  content: ', ';
}

.agenda .ai1ec-views-dropdown,
.agenda .ai1ec-agenda-buttons,
.agenda .ai1ec-event-toggle,
.agenda .ai1ec-agenda-view .ai1ec-actions i,
.agenda .post-edit-link,
.agenda .ai1ec-pull-left .ai1ec-pagination,
.agenda .ai1ec-subscribe-container,
.agenda .ai1ec-categories
{
    display:none;
}
.agenda .ai1ec-event-time {
  font-weight: normal;
  color:#464646;
}
.agenda .ai1ec-event-title{
  color: #695065 !important;
}
.agenda .ai1ec-title-buttons {
   text-align: center;
   display:block;
   width:100%;
}
.agenda .ai1ec-agenda-view .ai1ec-actions {
    float:left;
}
.agenda #ai1ec-container .ai1ec-read-more:link{
    border:0;
    text-decoration: underline !important;
    font-style: italic;
        background: transparent;
        padding:0;
}
.agenda .ai1ec-agenda-view .ai1ec-date {
    background:none;
    position:relative;
    border:0;
  /*   border-radius: 4px 0px 0px 4px;*/
  /*   border:1px solid #f2f0f1;*/
/*     margin-bottom: 10px;*/
}
.agenda .ai1ec-date-title  {
    color:#695065;
    background: none;
    text-decoration: none !important;
    margin:0;
    border:0;
    border-right:0px;
    border-radius: 4px 0px 0px 4px;
    /*border-color:;*/
    /*padding:10px;*/
    width:6em;
    /*position:absolute;*/
    /*height:100%;*/
    /*left:0;*/
    /*bottom:0;*/
    
}
.agenda .ai1ec-event {
  margin:0 0 0px 0 !important;
  background:#f2f0f1;
  overflow:hidden !important;
  width:unset;
}
.agenda .ai1ec-date-events{
  border:0 !important;
  margin: 0 !important;
}
.agenda .event-wrapper {
    width: 100%;
  margin-bottom:10px;
  border:1px solid #f2f0f1;
  border-radius:4px;
  }

.agenda .ai1ec-month {
    background-color: #695065;
        padding: 5px 0px;
}

.agenda .ai1ec-agenda-view .ai1ec-month {
    border-radius: 0px 0px 0px 0px;
}
.agenda .ai1ec-agenda-view .ai1ec-weekday {
    text-transform: uppercase;

    font-size:14px;
}
.agenda .ai1ec-event .ai1ec-event-time {
    font-size: 10pt;
    font-weight: normal;
}

.agenda .ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
    border: 1px;
        border-radius: 0 4px 4px 0;
    box-shadow: none;
    /*background: #695065;*/
        padding: 20px;
        min-width:100px;
}
@media (max-width:1400px){
  .agenda .ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
    /*min-width: 150px;*/
  }
}
.ai1ec-month-view .ai1ec-date {
  background: none !important;
}
 .agenda .ai1ec-pagination   {
     display:inline-block;
     float:none!important;
     margin-bottom:20px;
 }
     
.agenda .ai1ec-pagination a {
    border:0;
    font-size:1.4em;
}
.agenda .ai1ec-minical-trigger span {
    font-size:16px !important;
}
.agenda .ai1ec-pagination i {
    font-size:1em;
}
.agenda .ai1ec-date-title.ai1ec-load-view, .agenda .ai1ec-event-header{
   pointer-events: none;
  cursor: default;
}
.calendar .ai1ec-pagination a {
    background:#d7d1da;
    color:#694f65;
    font-weight:bold !important;
    font-size:1.1em;
}
.calendar a.ai1ec-minical-trigger  {
    color:white;
    background:#351746;
    border-color:#351746;
}
.calendar .ai1ec-pagination .ai1ec-fa {
    font-size:1.2em;  
    font-weight:bold;
}
.calendar .ai1ec-pagination{
    display:inline-block;
    margin-bottom:40px;
    float:none !important;
}
.calendar .ai1ec-event-title {
/*  color:#333;*/
}
.calendar .ai1ec-title-buttons, .agenda .ai1ec-title-buttons {
    text-align: center;
      width:100%;
}
.calendar .ai1ec-views-dropdown,
.ai1ec-calendar-toolbar,
.calendar .ai1ec-pull-left .ai1ec-pagination,
.calendar .ai1ec-subscribe-container.ai1ec-pull-right {
    display: none;
}
.calendar thead {
    border:0 !important;
}
.calendar thead th {
    background:none !important;
    color: #694f65 !important;
    padding:10px !important;
}
.calendar .ai1ec-month-view .ai1ec-date {
    margin-top:5px;
    margin-right:2px;
}
.calendar .ai1ec-event {
  color:white !important;
      height:  20px !important;
    line-height: 20px !important;

}
.ai1ec-today .ai1ec-date a {
    background: #e9c677;
    border-radius: 50px;
    padding: 0px;
    width: 13px;
    display: inline-block;
    text-align: center;
    margin-right: -4px;
}
.ai1ec-month-view .ai1ec-today, .ai1ec-week-view .ai1ec-today {
    background: initial !important;
}





/* Lightbox */
.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(53, 23, 70, 0.32);
}
.lightbox-content {
 /* display: none;*/
}
.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox **/
/*  display: block;*/
}

.ai1ec-popover.ai1ec-popup {
  display: none !important;
}
.lightbox-content {
  max-width:725px;
  
  margin:10% auto;
      background: white;
         position: relative;
         border-radius: 4px;
}
.lightbox-content header,
.lightbox-content .fl-sidebar,
.lightbox-content footer
{
  display:none !important;
}
.lightbox-content .fl-content {
  width:100% !important;
}
.lightbox-content iframe {
  width:100%;
  border: 0px;
    min-height: 300px;
 
}
.lightbox .close-btn {
   position: absolute;
   right: 0;
    border:0;
  color: #351746;
  background:transparent;
      margin-top: 6px;

font-size: 1.1em;
}

.lightbox .close-btn:hover {
  opacity: 0.8;
}

/*Member Profile styles*/

.fl-node-5c0e8bb7a3932 ul {
  list-style-type: none;
/*  padding-left: 17px;*/
  padding-left: 0;
  position: relative;
  margin: 0;
}

.fl-node-5be49f01ce713 input {
  margin-bottom: 10px;
}

.fl-node-5c0e8b62a04a6 h3 {
  margin-top: 0;
}

/*.fl-node-5c0e8bb7a3932 ul:before {
  content: '';
  position: absolute;
  left: 0;
  top: -9px;
  bottom: -8px;
  width: 3px;
  background: #351746;
  display: block;
}
*/
.fl-node-5c0e8bb7a3932 ul li {
 padding-bottom: 7px;
}

.fl-node-5c0e8bb7a3932 ul li:last-child {
  padding-bottom: 0;
}

.members-page.fl-row {
  max-width: 900px;
  border: 1px solid #ececec;
  margin: 50px auto;
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0,0,0,.03);
}

.uabb-adv-before-text .uabb-adv-accordion-button-label {
  padding-left:0px;
}
.fl-node-5c0fc6eccad1c .uabb-adv-accordion-content5c0fc6eccad1c {

    padding-top: 0px;

    padding-left: 25px;
}

.page-template-tpl-private-professional .fl-content span,
.page-template-tpl-public-professional  .fl-content span{
   display: inline-block;
   background: #eee;
   border-radius: 5px;
   padding: 10px;
   margin: 0px 10px 10px 0;
}
header img.shbc-header-icon,  img.shbc-header-icon{
  float: none;
    margin-bottom: -15px;
    padding: 0;
    height: auto;
    width: 47px;
}
@media screen and (max-width: 950px) {
  
  .members-page.fl-row { 
    border: 0;
    margin: 0 auto;
  }
}


.members-page .acf-field input[type="text"], .members-page .acf-field input[type="password"], .members-page .acf-field input[type="number"], .members-page .acf-field input[type="search"], .members-page .acf-field input[type="email"], .members-page .acf-field input[type="url"], .acf-field select {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}

.members-page .acf-field textarea {
  padding: 15px 10px;
  height: 150px;
}

.members-page  .acf-fields > .acf-field {
  padding: 15px 0;
}

.members-page .select2-selection {
    border: 1px solid #e6e6e6 !important;
}

.members-page .select2-selection__rendered {
  padding: 0 !important;
  display: block !important;
}

.members-page .select2-selection__rendered input {
  margin-top: 0 !important;
}

.members-page .select2-selection__choice {
  margin-left: 5px !important;
}

.members-page .acf-repeater.-empty > table {
  border-bottom: 1px solid #e6e6e6 !important;
}

/*
.fl-node-5bca1c38668fb ul li:after {
  content: '|';
  padding: 0 5px 0 10px;
}

.fl-node-5bca1c38668fb ul li:last-child:after {
  display: none;
}*/

.go-back {
    display: block;
    font-size: 13px;
    margin-bottom: 17px;
}

.page-template-tpl-private-professional .avatar{
  float: left;
  margin-right: 23px;
  margin-bottom: 10px;
}

.toggle-controller {
  cursor: pointer;
}

.single-job_listing .job_application .application_button {
  display: block;
  margin-top:20px;
}

.header-btn, .contact-link {
    display:block;
}

.single_job_listing .company {
  min-height:5em;
}

div[data-name="__display_email"]{
  display: none;
}

.search-link i {
    font-size: 22px;
}
.search-box {
    display: none;
    float:right;
}
.search-box input {
    max-width: 650px;
}

@media (min-width: 769px){
    .search-box {
        position: absolute;
        right: 62px;
        bottom: 0px;
    }
    /*header .fl-col-has-cols {
        position: relative;
    }*/
}
.search-box .fl-module-content {
        margin-right:0px;
        margin-bottom:5px;
    }

    

@media screen and (max-width: 991px) {
/*social styles*/
  .uabb-social-share-wrap {
    text-align:left !important;
  }

  .uabb-social-share-vertical .uabb-social-share-link-wrap {
      display: inline-block !important;
      vertical-align: middle;
   }

  .uabb-social-share-wrap i::before, .uabb-social-share-wrap i {
      font-size: 26px !important;
      line-height: 30px !important;
      height: 30px !important;
      width: 31px !important;
  }

}

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

  .map-filter {
    left: 50px;
  }

}

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

  .map-filter {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    background: white;
    max-width: 100%;
    border-radius: 5px;
    margin: 20px;
    border: 1px solid rgba(0,0,0,.1);
    max-width: calc(99.99% - 40px);
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    padding: 15px 15px 7px;
  }  

  .filter-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 05px;
    width: 100%;
  }




  .map-filter input:not([type="submit"])::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
    opacity: .8;
  }
  .map-filter input:not([type="submit"])::-moz-placeholder { /* Firefox 19+ */
    color: black;
    opacity: .8;
  }
  .map-filter input:not([type="submit"]):-ms-input-placeholder { /* IE 10+ */
    color:  black;
    opacity: .8;
  }
  .map-filter input:not([type="submit"]):-moz-placeholder { /* Firefox 18- */
    color: black;
    opacity: .8;
  }

  .map-filter input:not([type="submit"]) {
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 3px;
    background: rgba(0,0,0,.03) !important;
    color: black;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }

   .map-filter select {
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 3px;
    background: rgba(0,0,0,.03) url('../imgs/select-arrow-dark.png') no-repeat right center !important;
    color: black;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }




  .page-template-template-map-search .map-filter h3 {
    display: none;
  }

  .map-filter h3 {
    color: #323232;
    text-shadow: none;
    padding-bottom: 18px;
  }

  #map {
    height: 350px;
  }

  .map-filter label {
    text-shadow: none;
    color: black;
  }

}




@media screen and (max-width: 768px) {
    .search-box input {
        position: relative;
        z-index: 99;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .search-box {
        float: none;
    }
    .search-box .fl-module-content {
        margin-top:0;
        margin-right: 20px;
    }
	.mobileonly{display:block !important;}
	.membermenu .fl-menu{
		text-align:left !important;
	}
	.membermenu .fl-menu button{
		float: left !important;
		color: #FFF !important;
	}
	.membermenu span.fl-menu-mobile-toggle-label:before {
		content: "Members' ";
	}
	.fl-node-5bbf82bdb72e0 {
		float: left;
	}
	.menu-col {
    text-align: right;
    position: absolute;
    top: 46px;
    right: 0;
  }
  ul#menu-professional {
      background: #f1f1f2;
      z-index: 99999;
      position: relative;
      padding: 20px;
  }
  .header-btn, .contact-link {
    display:none;
  }
}
@media screen and (max-width: 767px) {

  .page-template-template-map-results #header, .page-template-template-map-search #header{
    margin-top: 60px;
  }

  .page-template-template-map-results #header #logo img, .page-template-template-map-search #header #logo img{
    max-width: 200px;
  }

  .page-template-template-map-results h1, .page-template-template-map-search h1 {
    font-size: 30px;
  }


}


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


  .professional-item {
    width: 100%;
  }

}

.acf-field select[multiple="multiple"] {
  height: 200px !important;
}