/*!
Theme Name: Andrews & Associates
Theme URI: https://www.andrewsama.com/
Author: Andrews & Associates
Author URI: https://www.andrewsama.com/
Description: ~Andrews & Associates
Version: 3.5.1 
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: https://www.andrewsama.com/
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* ==========================================================================
   Global Typography & Resets
   ========================================================================== */
   body {
    font-family: "Poppins", sans-serif !important;
  }
  h1, h2, h3, h4, h5, h6 {
    /* Add heading styles here if needed */
  }
  .entry-content h3{
    margin-bottom:1rem
  }
  /*
  strong {
    font-weight: normal !important;
  }*/

  /*
  a {
    color: #c7a340;
  }*/
  .cooperblack {
    font-family: 'CooperBlackStd' !important;
  }

  .rate-label { font-weight: 800; }

  @font-face {
  font-family: 'CooperBlackStd';
  src: url('fonts/CooperBlackStd.eot'); /* IE9 Compat Modes */
  src: url('fonts/CooperBlackStd.eot?#iefix') format('embedded-opentype'), /* IE6–IE8 */
       url('fonts/CooperBlackStd.woff2') format('woff2'), /* Super modern browsers */
       url('fonts/CooperBlackStd.woff') format('woff'),   /* Modern browsers */
       url('fonts/CooperBlackStd.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/CooperBlackStd.svg#CooperBlackStd') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
  
  /* ==========================================================================
     Color Palette
     ========================================================================== */
  :root {
    --wc-blue:        #005EB8;
    --wc-dark-blue:   #334E67;
    --wc-red:         #E94F37;
    --wc-white:       #FFFFFF;
    --wc-grey-dark:   #222222;
    --wc-grey:        #333333;
    --wc-grey-light:  #AAAAAA;
	--wc-light-blue:  #348ECF;
  }

	.fs-a5{font-size: 4.5rem}
  .fs-b5{font-size: 2.5rem; margin-top: 2rem}
	.color-blue{color:#334E67}
	.color-red{color: #EE3E23}
.color-grey{color: #334D67}

.color-light-blue {color: var(--wc-light-blue)}	

  /* ==========================================================================
     Header Styling
     ========================================================================== */
  
  /* Logo and Navigation Section in Blue */
  .wc-topbar-social {position: absolute;}
  .wc-topbar-social .social-icons a{width: 45px !important;height: 45px !important;
  text-align: center;border-radius: 100%;line-height: 1.8 !important;display: inline-block;color: #fff !important; transition: all 0.3s ease-in}
  .wc-bt-social a{width: 40px;height: 40px;margin: 0 0.2rem;
  text-align: center;border-radius: 100%;line-height: 1.6;display: inline-block;color: #fff !important; transition: all 0.3s ease-in}
  .wc-topbar-social .social-icons .fb, .wc-bt-social .fb{background: #1877F2}
.wc-topbar-social .social-icons .gmb, .wc-bt-social .gmb{ background:#1A73E8;}
.wc-bt-social .gmb:hover { background:#fff; color:#1A73E8 !important; }
  .wc-bt-social .fb:hover{background: #fff; color: #1877F2 !important}
  .wc-bt-social .insta:hover{background: #334E67; color: #fff !important}
  .wc-bt-social .yt:hover{background: #fff; color: #E94F37 !important}
  .wc-topbar-social .social-icons .insta, .wc-bt-social .insta{background: #334E67;color: #fff;}
  .wc-topbar-social .social-icons .yt, .wc-bt-social .yt{background: #E94F37}

  .wc-topbar{}
  .wc-topbar .icon{width: 45px;height: auto;margin-right: 10px;}
  .wc-topbar .phone{}
  /* Top Bar with Logo and Navigation */
  .wc-top-bar {
    background: var(--wc-dark-blue);
    color: var(--wc-white);
    padding: 0.5rem 0 0.5rem 0;
    font-size: 0.9rem;
  }
  
  .wc-top-bar-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
  }
  
  .wc-top-bar .social-icons {
    align-items: center;
	  margin-right: 0.5rem
  }
  
  .wc-top-bar .social-icons a {
    color: var(--wc-white);
    text-decoration: none;
    font-size: 1.4rem;
    transition: color 0.3s ease;
	  width: 45px;height: 45px; line-height:1.8
  }
  
  .wc-top-bar .social-icons a:hover {
    color: var(--wc-red);
  }
  
  .wc-top-bar .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.9rem;
    line-height: 1.4;
  }
  
  .wc-top-bar .contact-info span {
    color: var(--wc-white);
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  
  .wc-top-bar .contact-info i {
    margin-right: 0.5rem;
    font-size: 0.9rem;
  }
  
  /* Logo and Navigation Section in Blue */

  
  .wc-logo-img {
    max-height: 140px;
    width: auto;
  }
  
  .wc-nav-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  /* Header border only */
  #header {
    background: transparent;
    padding: 0;
    border-bottom: 3px solid var(--wc-red);
  }
  
  /* Desktop Navigation in Blue Section */
  .wc-main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  
  .wc-main-menu li {
    margin: 0 1rem;
  }
  
  .wc-main-menu li a {
    color: var(--wc-white);
    text-decoration: none;
    font-size: 1.375rem;
    letter-spacing: 0.5px;
    padding: 0.5rem 0 0;
    position: relative;
    transition: color 0.3s ease;
    font-style: italic;
    font-family: 'CooperBlackStd';
  }
  
  .wc-main-menu li a:hover,
  .wc-main-menu li.current-menu-item a {
    color: var(--wc-red);
  }
  
  .wc-main-menu li a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--wc-red);
    transition: width 0.3s ease;
  }
  
  .wc-main-menu li a:hover::after,
  .wc-main-menu li.current-menu-item a::after {
    width: 100%;
  }
  
  /* Add separators between menu items */
  .wc-main-menu li:not(:last-child)::after {
    content: '';
    color: var(--wc-white);
    margin-left: 1.5rem;
    font-weight: 300;
    font-style: normal;
    position: absolute;
    height: 20px;
    width: 1px;
    background: #fff;
    right: -17px;
    top: 21px;
    transform: translateY(-50%);
  }
  
  .wc-main-menu li {
    position: relative;
  }
  
  /* Show navigation container even if no menu items */
  .wc-nav-container {
    min-height: 40px;
  }
  
  /* Fallback navigation styling if no WordPress menu is assigned */
  .wc-nav-container ul:not(.wc-main-menu) {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  
  .wc-nav-container ul:not(.wc-main-menu) li {
    margin: 0 1.5rem;
  }
  
  .wc-nav-container ul:not(.wc-main-menu) li a {
    color: var(--wc-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
    font-style: italic;
  }
  
  /* Logo Styling */
  .logo {
    display: inline-block;
  }
  
  .logo img {
    transition: transform 0.3s ease;
  }
  
  .logo:hover img {
    transform: scale(1.05);
  }
  
  /* Apply Now Button Styles */
.wc-top-bar .apply-button-container .btn-apply-now {
  background-color: #e94f37 !important;
  color: white !important;
  padding: 8px 20px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
  border-radius: 25px !important;
  display: inline-block !important;
}

.wc-top-bar .apply-button-container .btn-apply-now:hover {
  background: #fff !important;
  color: #e94f37 !important;
  text-decoration: none !important;
}

.apply-button-container {
  text-align: right;
}
  
  /* ==========================================================================
     Hero & Section Containment
     ========================================================================== */
/*
.wc-hero {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.wc-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
*/
/*
.wc-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.wc-hero ss3-force-full-width {
  width: 100vw !important;
  max-width: none !important;
}

.wc-hero video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
  
  .wc-section {
    border-bottom: 4px solid var(--wc-red);
    overflow: hidden;
  }
  
  .wc-image {
    overflow: hidden;
    height: 100%;
    min-height: 100px;
  }
  .wc-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
  }
*/
.wc-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
}
.wc-hero video{width:100%!important;height:100%!important;object-fit:cover;display:block;}
/* uncap Smart Slider internals */
.wc-hero ss3-force-full-width,
.wc-hero .n2-ss-align,
.wc-hero .n2-ss-slide-limiter,
.wc-hero .n2-ss-layers-container,
.wc-hero .n2-padding{
  max-width:none!important;width:100vw!important;margin:0!important;padding:0!important;
}

  
  /* ==========================================================================
     Responsive Images
     ========================================================================== */
  img,
  .wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* Image alignment helpers */
  .alignnone {
    margin: 5px 20px 20px 0;
  }
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto;
  }
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* WordPress caption styling */
  .wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
  }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  .wp-caption img {
    border: none;
    margin: 0;
    max-width: 98.5%;
    width: auto;
  }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  
  .bypostauthor {
    font-weight: bold;
  }
  
  /* Screen reader text */
  .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  }
  
  /* ==========================================================================
     Buttons
     ========================================================================== */
  .btn.btn-default {
    background: #c09a34;
    padding: 1rem 1rem 0.7rem;
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: underline;
  }
  .btn.btn-default:hover {
    background: #000;
    color: #fff;
  }

/* Target Gravity Forms submit button */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #d21414;   /* red background */
  color: #fff;              /* white text */
  border: none;             /* remove default border */
  padding: 12px 20px;       /* button padding */
  font-size: 1.1rem;        /* slightly larger text */
  width: 100%;              /* full width in its column */
  display: block;           /* make it a block element */
  text-align: center;       /* center the text */
  border-radius: 4px;       /* optional rounded corners */
}

/* Hover effect */
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #a00;   /* darker red on hover */
}
  
  /* ==========================================================================
     Navigation Styling
     ========================================================================== */
  
  /* Hide mobile offcanvas elements on desktop */
  .offcanvas {
    display: none !important;
  }
  
  /* Hide any duplicate social icons that appear in navigation area */
  .wc-nav-container .fa-brands,
  .wc-nav-container .social-icons {
    display: none !important;
  }
  
  @media (max-width: 991.98px) {
    .offcanvas {
      display: block !important;
    }
  }
  
  .fixed-bottom.navbar-dark {
    background: #000;
    padding: 0;
    z-index: 99999;
  }
  .navbar-toggler.x1 {
    width: 19%;
    display: inline-block;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    border: 0;
    position: relative;
  }
  .navbar-toggler.link {
    padding-top: 0.6rem;
  }
  .navbar-toggler.x1:active,
  .navbar-toggler.x1:hover,
  .navbar-toggler.x1:focus {
    box-shadow: none;
    border: none;
  }
  .navbar-toggler.x1:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 45px;
    width: 1px;
    right: 0;
    top: 1px;
  }
  .navbar-toggler.x1:last-child:after {
    display: none;
  }
  .navbar-toggler.x1 .svg-inline--fa {
    font-size: 1.375em;
  }
  #header .offcanvas-bottom {
    height: 58px;
    background: #fff;
    z-index: 9999;
    bottom: 45px;
  }
  #header .offcanvas-bottom .offcanvas-body {
    text-align: center;
    overflow: hidden;
  }
  #header .offcanvas-bottom .offcanvas-body .svg-inline--fa {
    font-size: 1.5em;
    padding: 0 0.175em;
    color: #333;
  }
  .navbar.navbar-expand-lg {
    background: transparent;
    padding: 0;
  }
  
  /* ==========================================================================
     Inner Pages Styling
     ========================================================================== */
  #page-content p {
    font-size: 1.175rem;
    line-height: 1.5;
  }
  .entry-content p {
    font-size: 1.175rem;
    line-height: 1.5;
  }

  .entry-content ul li{
	  font-size: 1.175rem;
    line-height: 1.5;
}
  
  /* ==========================================================================
     Blog Styling
     ========================================================================== */
  .blog #slider-sec h1,
  .entry-title.inner {
    color: #fff;
    font-size: 5rem;
    margin: 0;
    line-height: 1;
  }
  .blog .card-body a {
    color: #c7a340;
  }
  .blog .card-body .btn {
    color: #000 !important;
  }
  .blog .card-body .badge {
    /* Add badge styling if needed */
  }
  
  /* ==========================================================================
     Sidebar Styling
     ========================================================================== */
  #sidebar .menu {
    padding: 0;
    border: 2px solid #ccc;
    text-align: center;
    list-style: none;
  }
  #sidebar .menu li a {
    color: #c7a340;
    font-size: 1.7rem;
    display: block;
    text-decoration: underline;
    padding-bottom: 0.7rem;
  }
  #sidebar .menu li:first-child a {
    background: #f0f0f0;
  }
  
  /* ==========================================================================
     Footer Styling
     ========================================================================== */
  #footer {
    background-image: url('http://www.amarillodogboarding.aandadev.com/wp-content/uploads/2025/07/Asset-4.webp');
	  background-position: cover;
	  background-repeat: no-repeat; border-top: 50px solid #EE3E23;position: relative;}
  #footer p{color: white;}
  #footer nav ul{padding-left: 0}
	#footer nav ul li a{font-family: "Poppins", sans-serif;color: white;font-size: 1.375rem;text-transform: uppercase;font-style: italic;}
  #footer nav ul li{position:relative;padding-left: 25px;line-height: 1.5}
  #footer .menu-item a[aria-current="page"]{color: #fff !important}
	#footer .menu li:before{content:""; background: url(http://www.amarillodogboarding.aandadev.com/wp-content/uploads/2025/07/Asset-5.png);width: 20px;
  height: 20px;display: block;position: absolute;left: 0;background-size: cover;top: 7px;}
  #footer .widget-title{position: relative;margin-bottom: 1rem}
  #footer .widget-title:after{content: ""; position: absolute;background: #E94F37; height:3px;width:150px;display:block; }
  #footer .address{font-family: "Poppins", sans-serif;}
  #footer .address .time{line-height: 1.3}
  #footer .signup p{font-size: 1.1rem}
  #copyright p {color: #000000 !important;margin-bottom: 0;line-height: 40px;}
  .email-subscribe-wrapper {display: flex;overflow: hidden;max-width: 400px;}
  .email-subscribe-input {flex: 1;border: 1px solid #e74c3c;height: 40px;padding-left: 10px;
    background-color: transparent;color: white;border-radius: 40px;margin-right: 15px;text-transform: capitalize;}
  .email-subscribe-input::placeholder {color: #fff !important;font-style: italic;}
  .email-subscribe-button {background-color: #e74c3c;color: white;border: none;text-transform: capitalize;
    padding: 4px 20px;font-weight: 400;font-size: 0.9rem;margin-right: 10px;border-radius: 40px;}
  .email-subscribe-button:hover {background-color: #c0392b;}

#backToTopBtn {position: fixed;bottom: 40px;right: 30px;display: none;z-index: 999;
  width: 50px;height: 50px;font-size: 20px;text-align: center;padding: 0;align-items: center;
  justify-content: center;display: flex;}

  /*
  .footer-apply-button-container .btn-apply-now {
    background-color: #e94f37 !important;
    color: white !important;
    padding: 8px 20px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 1.2em !important;
    border-radius: 25px !important;
    display: inline-block !important;
}

.footer-apply-button-container .btn-apply-now:hover {
  background: #fff !important;
  color: #e94f37 !important;
  text-decoration: none !important;
} */

#copyright {
  background-color: #334e67 !important;
  color: white !important;
}

#copyright p {
  color: white !important;
}

.review-btn{
  background-color:#ee3e23;
  color:#fff;
  font-weight:700;
  padding:20px 20px;
  font-size:1.2em;
  border-radius:25px;
  display:inline-block;
  text-decoration:none;
  margin:0;
  line-height:.01;
  text-transform:uppercase;
}

.review-btn:hover{
  background-color:#fff;
  color:#ee3e23;
  text-decoration:none;
  transition: color 0.3s ease;
}

.footer-btn-wrap {
  display: flex;
  flex-direction: row;
  /* space between buttons */
  flex-wrap: wrap; /* allows them to wrap on small screens */
}

.red-link {
  color: #ee3e23;
  text-decoration: none; /* optional, removes underline */
}

.red-link:hover {
  color: #c71d14; /* optional darker hover */
  text-decoration: underline; /* optional hover style */
}
  /* ==========================================================================
     Willow Creek Kennels – Services Page Overrides
     ========================================================================== */
  
  /* Hero */
  .wc-hero img {
    width: 100%;
    display: block;
  }
  
  /* Section Base */
  .wc-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 400px;
  }
  .wc-section .wc-content,
  .wc-section .wc-image {
    flex: 1 1 50%;
    display: flex;
	flex-direction:column;
    align-items: center;
	
  }
  .wc-section .wc-content {
    padding: 3rem 2rem;
  }
  .wc-section .wc-image {
    padding: 0;
  }
  .wc-section h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
  }
  .wc-section .wc-subtitle {
    font-style: italic;
    margin-bottom: 1em;
  }
  .wc-section .wc-pricing {
	  font-size:22px
    font-weight: bold;
    margin-top: 1em;
  }
  
  /* Boarding */
  .wc-boarding {
    background: var(--wc-blue);
    color: var(--wc-white);
  }
  
  /* Training */
  .wc-training {
    background: var(--wc-white);
    color: var(--wc-dark-blue);
  }
  .wc-training .wc-pricing {
    color: var(--wc-red);
  }
  
  /* Grooming */
  .wc-grooming {
    background: var(--wc-dark-blue);
    color: var(--wc-white);
  }
  
  /* Subscribe Form */
  .wc-subscribe {
    background: var(--wc-grey);
    color: var(--wc-white);
    text-align: center;
    padding: 2em 1em;
  }
  .wc-subscribe-form {
    margin-top: 1em;
  }
  .wc-subscribe-form input[type="email"] {
    background: transparent;
    color: var(--wc-white);
    border: 2px solid var(--wc-red);
    padding: 0.75em;
    border-radius: 2px;
    width: 260px;
    margin-right: 0.5em;
  }
  .wc-subscribe-form input[type="email"]::placeholder {
    color: var(--wc-grey-light);
  }
  .wc-subscribe-form button {
    background: var(--wc-red);
    color: var(--wc-white);
    border: none;
    padding: 0.75em 1.5em;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
  }
  .wc-subscribe-form button:hover {
    background: #D03A27;
  }
  
  /* Quick Sniffs */
  .wc-quick-sniffs {
    background: var(--wc-grey-dark);
    color: var(--wc-white);
    text-align: center;
    padding: 2em 1em;
  }
  .wc-quick-sniffs .wc-quick-list {
    list-style: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wc-quick-sniffs .wc-quick-list li {
    margin: 0.5em 1em;
  }
  
  /* Find Our Doghouse */
  .wc-doghouse {
    background: var(--wc-grey-dark);
    color: var(--wc-white);
    text-align: center;
    padding: 2em 1em;
  }
  .wc-doghouse address,
  .wc-doghouse ul,
  .wc-doghouse p {
    margin: 0.5em 0;
  }
  /* Grooming */

  
#training-bg{border-top: 5px solid #EE3E23; position:relative}
#training-bg:before{content: "";width: 60%;height: 45px;background: #EE3E23;position: absolute; right: 0;}
#training-bg:after{content: "";background:url(http://www.amarillodogboarding.aandadev.com/wp-content/uploads/2025/07/Asset-16.png); width: 116px !important;height: 244px !important;position: absolute;background-size: cover;top: 0;right: 0;}
#training-bg .img-training{position: relative; bottom: -19px;}
#boarding-bg{background-color: #0473c4;}
#boarding-bg .img-boarding{position: relative; bottom: -5px; width: 100%;}
#boarding-id h2{line-height:44px;}
#text{line-height:16px;}
#grooming-bg .img-grooming{position:relative; left: -50px; width: auto;}


/* ==========================================================================  
   Custom Overrides  
   ========================================================================== */
	.blue-strong {color: #334E67; }
	.form-up {margin-top: -50px;}

  /* ==========================================================================
     Responsive Design
     ========================================================================== */
  
  /* Mobile specific styles */
  @media (max-width: 991.98px) {
    .wc-top-bar {
      padding: 0.5rem 0;
    }
	  
	  .hide-mobile, #footer, #copyright .wc-bt-social{display:none !important}
	  #copyright{padding-bottom: 3rem}
	  #copyright p{line-height: 1.4}
	  #copyright .col-md-10{width: 100%; text-align:center}
	  .wc-topbar .logo-center{width: 100% !important}
    
    .wc-top-bar-layout {
      flex-direction: column;
      gap: 1rem;
      text-align: center;
      margin-bottom: 1rem;
      align-items: center;
    }
    
    .wc-top-bar .social-icons,
    .wc-top-bar .contact-info {
      justify-content: center;
      align-items: center;
    }
    
    .wc-top-bar .contact-info {
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
    }
    
    .wc-top-bar .contact-info span {
      margin-bottom: 0;
      font-size: 0.85rem;
    }
    
   
    
    .wc-main-menu {
      display: none; /* Hide desktop menu on mobile */
    }
    
    /* Remove absolute positioning on mobile for separators */
    .wc-main-menu li:not(:last-child)::after {
      position: static;
      margin-left: 1rem;
      margin-right: 1rem;
      transform: none;
    }
  }
  
  /* Tablet specific styles */
  @media (max-width: 768px) and (min-width: 576px) {
    .wc-top-bar-layout {
      gap: 0.75rem;
      margin-bottom: 1rem;
    }
    
    
    .wc-top-bar .contact-info {
      flex-direction: row;
      gap: 1rem;
      justify-content: center;
    }
    
    .wc-top-bar .contact-info span {
      font-size: 0.8rem;
    }
    
    .wc-hero {
      height: 60vh;
      min-height: 400px;
      max-height: 600px;
    }
  }
  
  @media (max-width: 768px) {
    .wc-hero{height: inherit !important; min-height: inherit !important;background-color:  #0473c4;}
    .wc-hero .n2_clear{display: none !important}
	  .offcanvas-body .main-menus li a{font-size: 1.375rem;padding: 0 0 10px;}
    .wc-hero {
      height: 50vh;
      min-height: 300px;
      max-height: 400px;
    }
	  #socialOffcanvas{height: 100px !important}
	  .offcanvas-body{text-align: center;padding-top: 0.5rem !important;}
	  .offcanvas-body a{font-size: 1.5rem !important;color: #403f3f; margin:0 0.1rem}
    
    .wc-section {
		
      flex-direction: column;
      min-height: auto;
    }
    .wc-section .wc-content,
    .wc-section .wc-image {
      width: 100%;
      flex: none;
    }
    .wc-section .wc-content {
      padding: 1rem 1.5rem;
    }
    .wc-section .wc-image {
      min-height: 250px;
    }
	  #training-bg:after{content: "";background:url(http://www.amarillodogboarding.aandadev.com/wp-content/uploads/2025/07/Asset-16.png); width: 100px !important;height: 212px !important;position: absolute;background-size: cover;top: 0;right: 0;}
  }

@media(max-width: 1090px){
	#boarding-bg{padding-top: 3rem !important}
	#boarding-bg img{margin: 0 auto}
}
  
  /* Small mobile styles */
  @media (max-width: 575px) {
    .wc-top-bar .contact-info span {
      font-size: 0.75rem;
      text-align: center;
    }
	  
	  .fs-a5{font-size: 3rem !important}
    
    
    .wc-top-bar .social-icons a {
      font-size: 1.2rem;
    }
  }
  
  @media (max-width: 1210px) {
    .container,
    .container-md,
    .container-sm {
      max-width: 100% !important;
    }
  }
  
  @media (max-width: 528px) {
    .alignright {
      float: inherit;
      display: block;
      margin: 0 auto;
    }
    #copyright p {
      font-size: 0.9rem;
	 line-height: 22px;
    }
	  
  }

  /* Training Section - Adjust font size for Laptop L */
@media (min-width: 1440px) and (max-width: 1919px) {
  #training-bg .training p.fst-italic.fs-5 {
    font-size: 1.45rem !important; /* Adjust as needed */
    line-height: 1.5 !important;
  }
}

.entry-content ul li{
	font-size: 1.2rem
}

/*==========================================================================
  Blog Page Styling
============================================================================ */
/* Blog Post Styling */
.blog-page .post-title a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.blog-page .post-title a:hover {
  color: #ee3e23;
}

.blog-page .read-more {
  background: #ee3e23;
  border: none;
  color: #fff;
  font-weight: 700;
}

.blog-page .read-more:hover {
  background: #c7321c;
}

/* Blog Sidebar */
.blog-page aside {
  padding: 0;
  border: none !important;
}

.blog-page aside .sidebar-content {
  border: 0.5px solid #cccccc;
  height: fit-content;
  padding: 0;
  margin-bottom: 2rem;
}

.blog-page .sidebar-title {
  font-size: 1.125rem;
  color: #fff;
  padding: .5rem .75rem;
  border-radius: .25rem;
  margin-bottom: .75rem;
}

/* Red header for widget blocks */
.blog-page aside .sidebar-content .wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff !important;
  background-color: #ee3e23;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 1rem;
  border-radius: 8px;
  text-transform: uppercase !important;
}

/* Padding only for the list of posts */
.blog-page aside .sidebar-content ul.wp-block-latest-posts {
  list-style: disc outside;
  /* keeps bullets in the margin */
  padding-left: 1.5rem;
  /* moves bullets away from the box edge */
  margin: 0;
  /* remove any weird default margins */
}

.blog-page aside .sidebar-content ul.wp-block-latest-posts li {
  margin-bottom: 0.5rem;
}

/* Recent Posts links */
.blog-page aside .sidebar-content ul.wp-block-latest-posts a {
  color: #000 !important;
  /* black text */
  text-decoration: none;
  /* remove underline */
}

/* Hover effect */
.blog-page aside .sidebar-content ul.wp-block-latest-posts a:hover {
  text-decoration: underline;
  /* show underline only on hover */
}

/* Blog Pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

/* Links */
.blog-pagination .page-numbers {
  display: inline-block;
  padding: .5rem .85rem;
  margin: 0 .25rem;
  border: 1px solid #ddd;
  border-radius: .375rem;
  background: #fff;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
}

.blog-pagination .page-numbers:hover {
  background: #f7f7f7;
}

/* Current page */
.blog-pagination .page-numbers.current {
  background: #ee3e23;
  border-color: #ee3e23;
  color: #fff;
  font-weight: 700;
}

/* Prev/Next arrows */
.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
  font-weight: 600;
}

/* Dots */
.blog-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  padding: .5rem .25rem;
}

/* Desktop Post Thumbnail Sizing */
.blog-page .post-thumbnail {
  width: 300px !important;
  height: auto;
}

.blog-page .post-excerpt p{
  margin-bottom: 0;
}
.blog-page .post-excerpt a{
  margin-top: 1rem;
  background: #ee3e23;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 25px;
}

/* Add right margin on large screens and up */
@media (min-width: 992px) {
  .blog-page aside .sidebar-content {
    margin-right: 1rem;
  }
}

/* Tablet and Mobile Responsive - Larger tablets and medium mobile */
@media (max-width: 991.98px) and (min-width: 577px) {
  .blog-page .post-body {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .blog-page .post-thumb {
    align-self: center;
    max-width: 400px; /* Increased from 300px for better size */
    width: 100%;
    margin: 0 auto 1rem auto !important;
  }
  
  .blog-page .post-thumbnail {
    width: 100% !important;
    max-width: 400px !important; /* Increased from 300px */
    height: auto !important;
    display: block;
  }
  
  .blog-page .post-excerpt {
    text-align: left !important;
    width: 100%;
  }
}

/* Small Mobile Only - 576px and below */
@media (max-width: 576px) {
  .blog-page .post-body {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .blog-page .post-thumb {
    align-self: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 1rem auto !important;
  }

  .blog-page .post-thumbnail {
    display: block !important;
    margin: 0 auto 1rem auto !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .blog-page .post-excerpt {
    text-align: left !important;
    width: 100%;
  }
}

/* Hide blog menu item on desktop screens */
@media (min-width: 992px) {
  .menu-item.mobile-only-blog {
    display: none !important;
  }
}

/* Show blog menu item on mobile and tablet */
@media (max-width: 991px) {
  .menu-item.mobile-only-blog {
    display: block !important;
  }
  .apply-button-container{
    display: none !important;
  }
}

/*==========================================================================
  FAQ Page Styling
============================================================================ */
/* Scoped to this block only */
#boarding-faq :where(*){ box-sizing:border-box }

#boarding-faq .container{max-width:100%;margin:0 auto;padding: 0;}
#boarding-faq .center{text-align:center}
#boarding-faq h2{
  font-family:CooperBlackStd,"Cooper Black",Georgia,"Times New Roman",serif;
  font-size:clamp(24px,2.2vw,32px);
  margin:0 0 10px;color:#334e67
}
#boarding-faq p{line-height: 1.65;
padding: 0 56px 0 18px;}
#boarding-faq a{color:#d21414;text-decoration:underline}
#boarding-faq a:hover{color:#a50f0f}

/* FAQ / accordion */
#boarding-faq .faq{display:grid;grid-template-columns:1fr;margin-top: 18px;}
#boarding-faq details{
  background:#ffffff;
  border:1px solid #e6ecf3;
  border-radius:12px;
  box-shadow:var(--shadow);
  overflow:hidden;
margin-bottom: 10px
}
#boarding-faq summary{
  cursor:pointer;
  list-style:none;
  padding:16px 56px 16px 18px;
  font-weight:800;
  color:#334e67;
  position:relative;
  outline:none;
font-size: 1.3em;
}
#boarding-faq summary::-webkit-details-marker{display:none}
#boarding-faq summary::after{
  content:"+";
  position:absolute;right:18px;top:50%;transform:translateY(-50%);
  font-size:22px;font-weight:900;color:#d21414;
}
#boarding-faq details[open] summary::after{content:"−";color:#a50f0f}

#boarding-faq .faq-body{padding:0 18px 20px}

/* Bring list with ticks */
#boarding-faq ul{margin:0;padding-left: 1.5rem;}
#boarding-faq li{
  position:relative;padding-bottom:10px;
}

/* Image (keeps your existing alignright class working) */
#boarding-faq .faq-body .alignright{
  float:right;max-width:360px;width:40%;height:auto;
  margin:0 0 12px 18px;border-radius:12px;box-shadow:var(--shadow)
}
@media (max-width:900px){
  #boarding-faq .faq-body .alignright{float:none;width:100%;max-width:100%;margin:0 0 12px 0}
}

/* ==========================================================================
   Mobile/Tablet Contact Info & Apply Now Button Visibility
   ========================================================================== */

/* Mobile and Tablet styles - show contact info and apply button */
@media (max-width: 991.98px) {
  
  /* Override the hide-mobile class for contact info on mobile/tablet */
  .wc-topbar .hide-mobile {
    display: block !important;
  }
  
  /* Restructure the topbar layout for mobile/tablet */
  .wc-topbar {
    text-align: center;
  }
  
  .wc-topbar .row {
    flex-direction: column;
    align-items: center;
  }
  
  /* Logo section - make it full width and centered */
  .wc-topbar .logo-center {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  /* Phone section */
  .wc-topbar .col-sm-5:first-of-type {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  /* Address section */
  .wc-topbar .col-sm-5:last-of-type {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  /* Center the content inside contact sections */
  .wc-topbar .col-sm-5 span {
    justify-content: center !important;
  }
  
  /* Show and position apply now and review usbutton */
  .apply-button-container.d-none.d-lg-flex {
    display: flex !important;
    justify-content: center !important;
    order: 4;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  /* hide apply now button on desktop */
  @media (min-width: 992px) {
    .apply-now-btn {
      display: none !important;
    }
  }
  
  /* Icon sizing for mobile/tablet */
  .wc-topbar .icon {
    width: 35px;
    height: auto;
    margin-right: 8px;
  }
  
  /* Adjust font sizes */
  .wc-topbar .fs-5 {
    font-size: 1.1rem !important;
  }
  
  /* Logo sizing */
  .wc-logo-img {
    max-height: 120px;
  }
}

/* Mobile specific adjustments */
@media (max-width: 767.98px) {
  
  /* Smaller logo on mobile */
  .wc-logo-img {
    max-height: 100px;
  }
  
  /* Adjust button size on mobile */
  .btn-apply-now {
    font-size: 1rem !important;
    padding: 8px 16px !important;
  }
  
  /* Smaller icons on mobile */
  .wc-topbar .icon {
    width: 30px;
    margin-right: 6px;
  }
  
  /* Adjust font size for mobile */
  .wc-topbar .fs-5 {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
  
  /* Add some spacing */
  .wc-topbar .col-sm-5 {
    margin-bottom: 12px;
  }
}

/* Very small mobile screens */
@media (max-width: 575.98px) {
  
  .wc-logo-img {
    max-height: 90px;
  }
  
  .btn-apply-now {
    font-size: 0.95rem !important;
    padding: 7px 14px !important;
  }
  
  .wc-topbar .fs-5 {
    font-size: 0.95rem !important;
  }
  
  .wc-topbar .icon {
    width: 28px;
  }
}

/* BOARDING PAGE STYLING */

.experience {
  background: linear-gradient(180deg, #fff, #f9fbfe);
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7
}

.xp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 22px
}
.spa-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 22px
}
.xp {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(10, 26, 43, .10);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.xp .big {
  font-size: 28px;
  font-weight: 800;
}

.xp p {
  margin: 6px 0 0;
  color: #5e6b81
}

@media(max-width:900px) {
  .xp-grid, .spa-grid{
    grid-template-columns: repeat(2, 1fr)
  }
}

/* T R A I N I N G  P A G E  S T Y L I N G */
/* Scope everything to avoid theme bleed */

/* Design tokens - same feel as Boarding */
#training-template {
  --ink: #334e67;
  --brand: #d21414;
  --brand-ink: #a50f0f;
  --muted: #5e6b81;
  --card: #ffffff;
  --soft: #f6f8fb;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(10, 26, 43, .10);
}

#training-template .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px
}

#training-template .section {
  padding: 60px 0;
}

#training-template .section--tight {
  padding-top: 0
}

#training-template .lead {
  color: var(--muted);
  max-width: 760px;
  margin: 8px auto 0
}

#training-template h1,
#training-template h2,
#boarding-template h1,
#boarding-template h2 {
  font-family: CooperBlackStd, "Cooper Black", Georgia, "Times New Roman", serif;
  margin: 0 0 10px;
  color: var(--ink);
}

/* Bigger h1 */
#training-template h1,
#boarding-template h1 {
  font-size: clamp(32px, 3vw, 42px); /* larger */
}

/* Smaller h2 */
#training-template h2,
#boarding-template h2 {
  font-size: clamp(24px, 2.2vw, 32px); /* original size */
}

#training-template p {
  line-height: 1.65
}

#training-template .grid-2 {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: start
}

@media(max-width:900px) {
  #training-template .grid-2 {
    grid-template-columns: 1fr
  }
}

#training-template .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 22px
}

@media(max-width:900px) {
  #training-template .grid-3 {
    grid-template-columns: 1fr
  }
}

.card {
  background: #fff;
  border-radius: 16px!important;
  box-shadow: 0 10px 30px rgba(10, 26, 43, .10)!important;
  padding: 22px!important;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.card:hover, .xp:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

#training-template .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 8px 0 14px;
  color: var(--ink)
}

#training-template .price .num {
  font-size: 30px;
  font-weight: 800
}

.list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none
}

.list li {
  padding: 10px 0;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.tick {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(26, 157, 97, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #1a9d61;
  flex: 0 0 20px
}

#training-template .btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  border: 0;
  padding: 14px 18px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform .08s ease, background .2s ease
}

#training-template .btn:hover {
  background: var(--brand-ink);
  text-decoration: none;
  transform: translateY(-1px)
}

#training-template .btn.alt {
  background: #fff;
  color: var(--brand);
  border: 2px solid var(--brand);
  font-weight: 800
}

#training-template .photo {
  border-radius: 16px;
  overflow: hidden;
  background: #f3f6fa
}

#training-template .photo img {
  display: block;
  width: 100%;
  height: auto
}

#training-template details {
  border: 1px solid #e6ecf3;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff
}

#training-template summary {
  cursor: pointer;
  font-weight: 700
}

#training-template details+details {
  margin-top: 12px
}

#training-template .cta {
  background: var(--ink);
  color: #fff;
  border-radius: 20px;
  padding: 28px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center
}

#training-template .cta p {
  margin: 0;
  color: #dde6f2
}

@media(max-width:720px) {
  #training-template .cta {
    grid-template-columns: 1fr
  }
}

#training-template .cta h3 {
  margin: 0 0 6px
}
#training-template .addon {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

#training-template .addon .title {
  font-weight: 700;
}

#training-template .addon .meta {
  color: #5e6b81;
}

#training-template .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 8px 0 14px;
  color: #334e67;
}

#training-template .price .num {
  font-size: 36px;
  font-weight: 800
}

.list-unstyled li {
  padding: 10px 0;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2 equal-width columns */
  gap: 1.5rem;
}

.grid-2 .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-quote {
  border-left: 4px solid #334e67;
  font-family: CooperBlackStd, "sans-serif";
  padding: .5rem 1rem;
  margin: 3rem auto 1rem;
  font-style: italic;
  font-size: 1.75rem;
  font-weight: bold;
  color: #334e67;
  position: relative;
  width: fit-content;
}

.custom-quote .quote-mark {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: bold;
  vertical-align: middle;
  color: #334e67;
}

.training-works {
  border-bottom: 1px solid #eef2f7;
}

.doggy {
  border-radius: 16px!important;
}

/* A B O U T  U S  P A G E  S T Y L I N G */


/* Gallery Page */
.gallery-img {
  border-radius: 16px!important;
}


