/*
Theme Name: Vaxi
Text Domain: vaxi
Version: 1.1.3
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Vaxi - Medical and Vaccination WordPress Theme
Tags: blog, one-column, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, translation-ready, block-styles, wide-blocks, accessibility-ready
Tested up to: 6.0.2
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") 100% 50% no-repeat;
	background-image: url("assets/images/chevron-down.png") 100% 50% no-repeat;
}
.appointment-form select {
  background: transparent url("assets/images/chevron-down-white.png") 96% 50% no-repeat;
	background-image: url("assets/images/chevron-down-white.png") 96% 50% no-repeat;
}
.appointment-form input[type="date"]::-webkit-calendar-picker-indicator {
  background: url("assets/images/chevron-down-white.png") 96% 50% no-repeat;
}
select:focus {
  box-shadow: 0;
}
.wp-caption p {
  margin: 10px!important;
}
.wp-caption p:empty:before {
 content:""!important;
}

.innerpages-title-wrapper .innerpages-title {
  background: rgba(255,255,255,0.8) url("assets/images/bg1.png") center center no-repeat;
	background-size: cover;
}
.testimonials,
.testimonials2 {
  background: url("assets/images/quotes.png") top left no-repeat;
}
@media all and (min-width: 991px) {
.contactf1 {
  max-width: 530px
}
}

/** for testimonials cpt **/
.testimonials.testimonials2 {
  text-align: center;
}
.testimonials.testimonials2 img {
  margin-right: auto;
	margin-left: auto;
}