/*
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/

**/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


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;
}