/*
Theme Name: Talking Minds
Text Domain: talking-minds
Version: 1.0.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Talking Minds - Psychotherapist WordPress Theme
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, sticky-post, theme-options, translation-ready, block-styles, accessibility-ready
Tested up to: 6.1.1
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;
}
@media all and (max-width: 992px) {
.pagespace-archive3 .sidebar {
 margin-top: 56px;margin-bottom: -56px;
}
}
/* 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; 
}
}

.innerpages-title-wrapper .breadcrumb1 span:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
}