/*
Theme Name:  Blake Psychology
Theme URI:   https://www.blakepsychology.com
Version:     2.0
Description: Custom site for psychology clin9ic.
Author:      Blake Psychology
Author URI:  https://www.blakepsychology.com
template:    bb-theme
*/


/*psychologist filter web page*/

/* the filters from search and pagnation page (psy-page)*/ 
/*for all the select2 filter styling*/
.bp-psy-multi-select {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1020px;
  padding-top: 10px;
  margin: 0px 20px 0px 20px;
}

/*container of the filtered items + sumbit button*/
.bp-psy-selector {
	display: inline-block;
	padding-right: 10px;
	flex: 1;
	max-width: 200px;
}
@media only screen and (min-width: 1160px) {
  .bp-psy-select-ctnr{
	margin-left: -60px !important;
    margin-right: 40px;
	max-width: 1200px !important;
  }
}
@media only screen and (min-width: 921px) {
  .bp-psy-lable{
    justify-content: flex-end !important;
    
  }
  .bp-psy-select-ctnr{
	min-width: 1100px;
    margin-left: -145px;
  }
/*  .bp-psy-selector{
   width:150px; 
  }*/
}

@media only screen and (max-width: 920px) {
/*filters containing div*/
  .bp-psy-selector {
      max-width: 500px;
      width: 100%;
      flex: 0 100%;
      position:static;
      padding-bottom: 5px;
      padding-left:10px;
      padding-right: 10px;
      margin: 0px 20px;
  }
/*filters container*/
  .bp-psy-select-ctnr{
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1159px) {
  .bp-psy-selector {
    display: inline-block;
    padding-right: 10px;
    min-width: 170px;
    float: none;
    width:auto;
    border:0;
}
  .bp-psy-selector label{
    display: flex;
    justify-content: flex-end;
    padding-right: 75px;
  }
}

/* the containers of psycholigists profile (psy-page)*/ 
.bp-psy-bodyborder {
 margin: 5px 9px;
 display: flex;
 align-items: nav center;
 border: 1px solid #EEEEEE;
 border-radius: 6px;
 min-width: 410px;
 max-width: 500px;
 background-image:
   linear-gradient(
     to bottom,
      rgb(245,245,245),
      rgb(245,245,245) 185px,
      white 185px,
      white 85%,
      white 85%
   );
}
@media only screen and (max-width: 400px) {
  .bp-psy-bodyborder {
	 max-width: 375px !important;
     min-width: 360px !important;
     align-content: center;
     background-image:
     linear-gradient(
       to bottom,
      	rgb(245,245,245),
     	rgb(245,245,245) 190px,
    	white 190px,
    	white 85%,
    	white 85%
   		);
  }
}
/*loop editor on the psychologists-filter page (psy page) */ 
/* for the read profile buttons + hover */ 
.fl-page .button.bp-psy-button{
  background-color: #fff;
  font-weight: bolder;
  color: #A501A5;
  border: 2px solid #A501A5;
  padding: 1px 12px;
  font-size: 17px;
  margin: 4px 2px;
  height: 37px;
  width: fit-content;
}
.fl-page .button.bp-psy-button :hover {
  background-color: #82018c;
  color: #ffff;
}
.button.bp-psy-button.top{
  background-color: rgb(245,245,245);
}
@media only screen and (max-width: 992px) { 
/* portrait of psychologist */
  .bp-psy-Featured-image {
    flex: none;
    height: 185px;
    width: 139px;
    min-width: 135px;
  }
}
@media only screen and (max-width: 400px) {
/*spacing of rows and columbs of psy-profile boxes */ 
.bp-psy-info-row{
  flex-wrap: wrap;
  }
  
}
/*for the services and specialization pill-boxes*/ 
.bp-psy-bodyborder .badge.badge-service {
  border: 1px solid #33333380;
  border-radius: 6px;
  color: #000000;
  font-weight: 400;
  font-size: 70%;
  margin: 2px 0px;
  padding: 8px;
}
/* all the waitlist status circles */
.bp-wl-green{
  background:#a2bcb6;
  max-width: 25px ;
  height: 30px;
  text-align: right;
  border-radius: 50%;
  margin-top: 15px;
}

.bp-wl-yellow{
  background:#edd7ac;
  max-width: 25px;
  height: 30px;
  text-align: right;
  border-radius: 50%;
  margin-top: 15px;
}
.bp-wl-red{
  background:#ca8aa5;
  max-width: 25px;
  height: 30px;
  text-align: right;
  border-radius: 50%;
  margin-top: 15px;
}
.bp-wl-grey{
  background:#9794a4;
  max-width: 25px !important;
  height: 30px;
  text-align: right;
  border-radius: 50%;
  margin-top: 15px;
}

.bp-psy-wl{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* ------end of psychologist webpage------------- */





/*--------------- FAQ webpage---------------- */

/* search bar styling */
    form.BP-FAQ-search-form{
        height: 42px;
        box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
    }

    
    form.BP-FAQ-search-form input[type=search]{
        font-size: 17px;
        font-weight: 500;
        height: 42px;
        padding: 10px 14px 10px 14px;
	margin-left: auto;
    }
    
    
    form.BP-FAQ-search-form button {
	min-width: 42px;
	max-width: 42px;
        height:42px;
        background: #a501a5;
        color: #ffffff !important;
        border-radius: 0px;
        border: 0px;
        font-size: 17px;
    }
    
    form.BP-FAQ-search-form button:hover {
        background: #800080;
    }
    
    .BP-FAQ-search-form-input {
        border-radius: 0px !important;
    }

    .BP-FAQ-search-form-wrap {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
    }

    @media only screen and (max-width: 769px) {
	.BP-FAQ-search-form-wrap{
		width: 425px;
		margin-bottom: 15px;
	}
    }
	
    @media only screen and (max-width: 425px) {
	.BP-FAQ-search-form-wrap{
		width: 300px;
		margin-bottom: 15px;
	}
    }
/* faq questions only as un-ordered list */
.FAQ-VAQ:hover {
  color: #A501A5 !important;
}



/* -------------- end of FAQ webpage --------------- */


/* ------------- specialization webpage ------------ */


@media (max-width: 769px) { 
  .BP-LSTSPZ-small-dsply {
    display: block;
    margin-left: 60px;
  }
  .BP-LSTSPZ-big-screen {
    display: none;
  }
  .BP-LSTSPZ-big-dsply{
    display: none;
  }
}
 
@media (min-width: 770px) { 
  .BP-LSTSPZ-small-dsply {
    display: none;
}
  .BP-LSTSPZ-big-screen {
    display: block;
  }

  .BP-LSTSPZ-big-dsply{
    display: block;
  }
}
/* display mental health topics small */
.BP-LSTSPZ-spzn-name:hover{
 color:#007cba; 
}
/*display specialization tags (specialization pictures in main body) */
 .BP-LSTSPZ-spzn-name{
	text-align: center; 
	color: black; 
	margin-bottom: 30px;
    margin-top: 5px;
}

.BP-LSTSPZ-spzn-name:hover{
 color:#007cba; 
}

@media (max-width: 767px){
  .BP-LSTSPZ-spzn-name{
	text-align: left;
  }
}


/* ----------- end of specialization webpage ------- */

/* ---------- services webpage ------------ */


@media (max-width: 991px) {
  .BP-LSTSVC-small-content {
    display: block;
  }
  .BP-LSTSVC-big-content {
    display: none;
  }
  .BP-LSTSVC-big-sidebar{
    display: none;
  }
}

@media (min-width: 992px) {
  .BP-LSTSVC-small-content {
    display: none;
 }

  .BP-LSTSVC-big-content {
    display: block;
  }

  .BP-LSTSVC-big-sidebar{
    display: block;
  }
}
/*display psy-services small selectors */
.BP-LSTSVC-selector{
	width: 100%; 
	padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px; 
    margin-left: auto; 
    margin-right: auto; 

}
@media (max-width: 425px){
  .BP-LSTSVC-selector{

   	padding-left: 0px;
    text-align: center;  

  }
}
/*pictures small screen */
@media (max-width: 575px){
  .BP-LSTSVC-cust-pic{
  text-align: left;
  padding-left: 0px;
  margin-top: 5px;
  }
}
/* therapy formats offered by a psychologist with dividers */
li:last-child hr{
border-top: 1px solid rgba(0,0,196);
}


/* ------------ end of services webpage ----------- */

/*------------ approaches webpage ------------------*/


   .BP-APPCH-dyk{
	margin: 0px 25px;
   }

@media (max-width: 575px) {
   .BP-APPCH-dyk{
	margin: 0px 10px;
   }
}
/* main approaches cards */
  .BP-APPCH-cntnt{
    color: black;
    margin-bottom: 15px;
    font-size: 22px;
}

@media (max-width: 575px){
  .BP-APPCH-cntnt{
  text-align: left;
  }
  
  .BP-APPCH-pic{
  	margin-left: 4px;
  }
  
  .BP-APPCH-card{
   margin: 0px 0px; 
  }
  
  .BP-APPCH-txt{
    text-align: left;
    padding: 0px 0px;
  }
}



/*---------- end of approaches webpage -------------- */

/*---------- blog webpage --------------------------- */

    form.BP-blog-search-form{
        height: 50px;
        box-sizing: border-box;        
    }


    form.BP-blog-search-form input[type=search]{
        font-size: 17px;
        font-weight: 500;
        height: 50px;
        padding: 10px 14px 10px 14px;
	background: #eee;
    }


    form.BP-blog-search-form button {
        min-width: 50px;
        max-width: 50px;
        height:50px;
        background: #333;
        color: #ffffff !important;
        border-radius: 0px;
        border: 0px;
        font-size: 17px;
	margin-right: 15px;
    }

    form.BP-blog-search-form button:hover {
        background: #212529;
    }

    .BP-blog-search-form-input {
        border-radius: 0px !important;
    }

    .BP-blog-search-form-wrap {
       /* width: 227px;*/
    }


/*--------------- end of blog webpage --------------------- */
