/*
Theme Name: UltraCar Insurance 2026
Theme URI: https://ultracarinsurance.com
Author: Daniel Jones
Author URI: https://BentonParkPrints.com
Description: Theme created in January 2026.  It is in the 4.75 version of UltraCar Insurance website.
Version: 4.75
License:
License URI:
Text Domain: SR22
Tags: ULtraCar
*/

@charset "UTF-8";

.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
	display: block;
	background-color:#fff;
    height:100%;
    width:100%;
	padding: 5px 0px;
	margin: 0px;
	border: 5px solid #fff;
    position:absolute;
}

span.ultracar-title {display: block; font-family: "Teko",sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #2fa2ed; font-size: 1.5rem;}

h1.home-title {font-family: "Nunito Sans",sans-serif;
	color: #37373a;
	font-size: 3rem;
	line-height: 1.1;
	transition: fontSize 0.15s linear;}

	.modal-title {font-family: "Teko",sans-serif;
		font-weight: 700;
		font-style: normal;}

	.footer-phone {display: block; font-family: "Teko", sans-serif;
		font-weight: 700;
		font-style: normal;}

	@media screen and (max-width: 768px) {
		h1.home-title {
			font-size: 2rem; }
			span.ultracar-title {font-size: 1.2rem;}
	 }
	 @media screen and (max-width: 420px) {
		h1.home-title {
			font-size: 1.2rem; }
			span.ultracar-title {font-size: 1rem;}
	 }

	 
/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.orange-color {color: #f99e1c !important;}
.bigger {font-size: 1.5rem !important;}


/* Full-page overlay */
.uc-gf-overlay{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  background: rgba(0,0,0,.55);

  /* true centering */
  align-items: center;
  justify-content: center;
}

.uc-gf-overlay.is-visible{
  display: flex;
}

/* Panel */
.uc-gf-overlay__panel{
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}

/* Spinner */
.uc-gf-overlay__spinner{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid rgba(0,0,0,.15);
  border-top-color: rgba(0,0,0,.7);
  animation: ucspin .8s linear infinite;
}

@keyframes ucspin{ to { transform: rotate(360deg); } }

/* Optional: prevent background scrolling while visible */
body.uc-gf-overlay-lock{
  overflow: hidden;
}