/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Darick
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/


.daterangepicker .drp-calendar {
	max-width: 100% !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	line-height: 1 !important;
}
.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.calendar-time * {
	margin: 0 5px !important;
	padding: 5px !important;
}
h1, h2, h3, h4, h5, h6, #ec-form label {
	font-family: "Oswald", sans-serif !important;
}
.center {
	text-align: center !important;
}
#ec-form label { 
	margin-bottom: 10px;	
}
#ec-form h3 {
	margin-bottom: 25px;
}
#ec-form .btn-primary {
	background-color: #2262aa;
	border-color: #2262aa;
}
.home .entry-title {
	text-align: center;
}
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #2262aa;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
