/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-branding {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.site-title {
	display: none;
}

.site-description {
	margin-top: 16px;
	line-height: 1.5;
	font-size: 2px;
	color: #fff;
}

.site-description:before {
	color: #658089;
	content: "512-910-CATS (2287)";
	display: block;
	text-align: right;
	font-weight: 200;
	font-size: 18px;
}

.site-description:after {
	color: #658089;
	content: "11215 S IH-35 #109, Austin, TX, 78747";
	display: block;
	text-align: right;
	font-weight: 200;
	font-size: 12px;
}

.site-logo-link {
	opacity: .65;
}

/* Hero overlay */
.hero-container-inner {
	vertical-align: bottom;
}

.front-page-content-area .with-featured-image {
	opacity: .9;
	margin-bottom: 15px;
	padding: .1em 1.5em 0;
}

.tel_button {
	display: none;
}

.btn-vetter span {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.tel_button {
		display: inline;
	  padding: 10px; 
	  color: #fff; 
	  background-color: #b18abf; 
	  border-radius: 4px;
	  opacity:1
  }
}
/* Hide page title on home page */
.home .entry-title {
    display: none;
}
/* Fix home page layout */
.home .front-page-content-area .content-area,
.home .content-area {
    width: 100% !important;
    float: none !important;
}
.home .content-wrapper,
.home .front-page-content-area .without-featured-image {
    padding-left: 55px !important;
    padding-right: 55px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.home .entry-body {
    padding-left: 0 !important;
}
.home .entry-meta {
    position: static !important;
    width: auto !important;
}
.home .hentry:after {
    display: none !important;
}
.home .sidebar-widget-area {
    display: none !important;
}
.home .entry-title {
    display: none !important;
}
.entry-title { display: none; }
/* Fix New Client Application page layout */
.page-id-6582 .front-page-content-area .content-area,
.page-id-6582 .content-area {
    width: 100% !important;
    float: none !important;
}
.page-id-6582 .content-wrapper,
.page-id-6582 .front-page-content-area .without-featured-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.page-id-6582 .entry-body {
    padding-left: 0 !important;
}
.page-id-6582 .entry-meta {
    position: static !important;
    width: auto !important;
}
.page-id-6582 .hentry:after {
    display: none !important;
}
.page-id-6582 .sidebar-widget-area {
    display: none !important;
}
/* Fix page layout for all pages with custom content */
.home .content-wrapper,
.page .content-wrapper {
    padding: 3em 55px !important;
}
.home .content-area,
.page .content-area {
    width: 100% !important;
    float: none !important;
}
.home .entry-body,
.page .entry-body {
    padding-left: 0 !important;
}
.home .entry-meta,
.page .entry-meta {
    position: static !important;
    width: auto !important;
}
.home .hentry:after,
.page .hentry:after {
    display: none !important;
}
.home .sidebar-widget-area,
.page .sidebar-widget-area {
    display: none !important;
}
.home .entry-title,
.page .entry-title {
    display: none !important;
}
/* ═══════════════════════════════════════════════════════
   SACH CUSTOM NAV BAR STYLES
   Paste this into: Appearance → Customize → Additional CSS
   ═══════════════════════════════════════════════════════ */

/* ─── HEADER / SITE BRANDING ─── */
.site-header {
  background: #3D2E6B !important;
  border-bottom: none !important;
  box-shadow: 0 2px 12px rgba(61,46,107,0.15);
  padding: 0 !important;
}

/* Hide the default site title text — logo replaces it */
.site-title,
.site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ─── LOGO ─── */
.custom-logo-link img,
.site-branding img {
  max-height: 60px !important;
  width: auto !important;
  padding: 8px 0;
}

/* ─── MAIN NAVIGATION ─── */
.main-navigation {
  background: #3D2E6B !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* Top-level menu links */
.main-navigation a {
  font-family: "Karla", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.85) !important;
  padding: 16px 18px !important;
  transition: color 0.2s ease, background 0.2s ease !important;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #fff !important;
  background: rgba(103,78,167,0.5) !important;
}

/* Current/active page */
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #fff !important;
  background: rgba(103,78,167,0.4) !important;
}

/* ─── DROPDOWN MENUS ─── */
.main-navigation ul ul {
  background: #fff !important;
  border: 1px solid #e0d8ee !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 8px 24px rgba(61,46,107,0.12) !important;
  padding: 8px 0 !important;
  min-width: 240px !important;
}

.main-navigation ul ul a {
  color: #2D2D2D !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  padding: 10px 20px !important;
  border-left: 3px solid transparent !important;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
  color: #674EA7 !important;
  background: #f5f3f9 !important;
  border-left-color: #674EA7 !important;
}

.main-navigation ul ul .current-menu-item > a {
  color: #674EA7 !important;
  background: #ede8f5 !important;
  border-left-color: #674EA7 !important;
  font-weight: 700 !important;
}

/* Third-level dropdowns */
.main-navigation ul ul ul {
  border-radius: 12px !important;
}

/* ─── MOBILE MENU TOGGLE ─── */
.menu-toggle {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  border-radius: 8px !important;
  font-family: "Karla", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 8px 16px !important;
}

.menu-toggle:hover {
  background: rgba(103,78,167,0.4) !important;
  border-color: rgba(255,255,255,0.5) !important;
}

/* ─── MOBILE NAVIGATION ─── */
@media (max-width: 960px) {
  .main-navigation.toggled ul {
    background: #3D2E6B !important;
    padding: 10px 0 !important;
  }

  .main-navigation.toggled a {
    padding: 12px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }

  .main-navigation.toggled ul ul {
    background: rgba(103,78,167,0.2) !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .main-navigation.toggled ul ul a {
    color: rgba(255,255,255,0.75) !important;
    padding-left: 40px !important;
    border-left: none !important;
  }

  .main-navigation.toggled ul ul a:hover {
    color: #fff !important;
    background: rgba(103,78,167,0.3) !important;
  }
}

/* ─── SEARCH FORM IN HEADER (if visible) ─── */
.site-header .search-form input[type="search"] {
  border-radius: 20px !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
  font-family: "Karla", sans-serif !important;
  padding: 6px 16px !important;
}

.site-header .search-form input[type="search"]::placeholder {
  color: rgba(255,255,255,0.5) !important;
}

/* ─── OVERALL POLISH ─── */
/* Remove any default Sela borders/lines */
.site-header::after,
.site-header::before,
.main-navigation::after,
.main-navigation::before {
  display: none !important;
}
/* Remove blank space above nav */
.site-branding {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.site-header {
  padding-top: 0 !important;
  margin-top: 10px !important;
}
/* If there's a top bar or admin bar gap */
body {
  margin-top: 0 !important;
}
/* Round the corners of the main navigation bar */
.site-header,
.main-navigation {
  border-radius: 20px !important;
  overflow: visible !important;
}
.main-navigation {
  border-radius: 20px !important;
  overflow: visible !important;
  margin: 0 20px !important;
}
#content.site-content {
    border-radius: 20px !important;
    overflow: visible !important;
}
#content.site-content {
    border-radius: 20px !important;
    overflow: hidden !important;
}