/*
Theme Name: Psychologist
Text Domain: psychologist
Version: 1.6.3
Description: Psychologist - Psychological Practice WordPress Theme
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, sticky-post, theme-options, translation-ready, block-styles, accessibility-ready
Author: rayoflightthemes.com
Author URI: rayoflightthemes.com
Theme URI: https://themeforest.net/user/rayoflightt
License: https://themeforest.net/
License URI: https://themeforest.net/

**/


select{
  background: #fff url("assets/images/chevron-down.png") 99% 50% no-repeat;
	background-image: url("assets/images/chevron-down.png") 99% 50% no-repeat;
}
select {
  background: #fff url("assets/images/chevron-down.png") 99% 50% no-repeat;
	background-image: url("assets/images/chevron-down.png") 99% 50% no-repeat;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: url("assets/images/chevron-down.png") 99% 50% no-repeat;
}
select:focus {
  box-shadow: 0;
}
.wp-caption p {
  margin: 10px!important;
}
.wp-caption p:empty:before {
 content:""!important;
}

/* fix for admin bar overlap */
@media all and (min-width: 992px) {
body.logged-in .white-nav,
body.logged-in .white-nav.navbarscroll { 
  top: 28px!important; 
}
}


