/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *
 * brand blue: #304E9F;

 /* Colour and logo variables */
 :root {
    --bg-color: #CCD3E3;
    --color: #105469;
    --logo: url(../images/logo10.jpg);
    --h1-color: #000;
 }

 .location-gold-river,
 .term-gold-river,
 .logo-variation-1  {
    --bg-color: #FBEA02;
    --color: #248EB6;
    --logo: url(../images/logo1.jpg);
  }

  .logo-variation-2 {
    --color: #C6C7C9;
    --bg-color: #404042;
    --h1-color: #C6C7C9;
    --logo: url(../images/logo2.jpg);
   }

   .logo-variation-3 {
    --color: #4CBDAB;
    --bg-color: #238EB6;
    --logo: url(../images/logo3.jpg);
   }

   .logo-variation-4 {
    --color: #7581A9;
    --bg-color: #0B3E5B;
    --h1-color: #7581A9;
    --logo: url(../images/logo4.jpg);
   }

  .location-somewhere, 
  .term-somewhere,
    .logo-variation-5 {
   --color: #E4DABF;
   --bg-color: #7A0A27;
   --h1-color: #E4DABF;
   --logo: url(../images/logo5.jpg);
  }

  .logo-variation-6 {
    --color: #23564F;
    --bg-color: #4DBEAC;
    --logo: url(../images/logo6.jpg);
   }

   .logo-variation-7 {
    --color: #231F20;
    --bg-color: #FFFFFF;
    --logo: url(../images/logo7.jpg);
   }

   .logo-variation-8 {
    --color: #F5841E;
    --bg-color: #FDE905;
    --logo: url(../images/logo8.jpg);
   }

   .logo-variation-9 {
    --color: #10546B;
    --bg-color: #F5841F;
    --logo: url(../images/logo9.jpg);
   }

  .location-campbell-river,
  .term-campbell-river,
  .logo-variation-10  {
     --bg-color: #CCD3E3;
     --color: #105469;
     --logo: url(../images/logo10.jpg);
   }


 
 /* Nav */

 #crb-nav .elementor-heading-title a:hover {
     color: var(--color) ;
 }

 h1.directory-entry-title span {
     font-weight: 300;
     font-size: inherit;
     font-family: inherit;
 }

 /* Header */
.crb-logo .elementor-column-wrap {
     background-image: var(--logo) !important;
 }

 .crb-header {
     padding-top: 20px;
     background-color: var(--bg-color) !important;
 }

 .crb-header h1 {
     color: var(--color) !important;
 }

 /* Search Bar */
 .elementor-shortcode .is-form-style.is-form-style-3 input.is-search-input{
     border-radius: 4px 0 0 4px;
 }
 .elementor-shortcode .is-form-style input.is-search-input{
     background: #ddeaeb;
     border: 1px solid #167b7d !important;
 }
 .elementor-shortcode .is-form-style input.is-search-input::placeholder{
    font-weight: 500;
    color: #000000;
}

.elementor-shortcode input:focus:not(.button):not([type=submit]), 
.elementor-shortcode select:focus:not(.button):not([type=submit]), 
.elementor-shortcode textarea:focus:not(.button):not([type=submit]) {
    background-color: #c7dfe0;
    }

.elementor-shortcode .is-form-style input.is-search-submit, 
.elementor-shortcode .is-search-icon {
    color: #ffffff;
    background: #b4d6d7;
    border: 1px solid #167b7d;
    border-radius: 0 4px 4px 0;
}

.elementor-shortcode .is-form-style input.is-search-submit:hover,
.elementor-shortcode .is-form-style input.is-search-submit:focus, 
.elementor-shortcode .is-search-icon:hover,
.elementor-shortcode .is-search-icon:focus {
    color: #ffffff;
    background: #b4d6d7;
    border: 1px solid #167b7d;
   cursor: pointer;
}



/* Category Listings */ 
ul.crb-business-locations, 
ul.crb-business-categories,
ul.crb-business-location-categories{
    list-style: none;
    margin-left: 0;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-width: 100%;
    /* column-gap: 24px; */
    /* column-rule: 1px solid #4054b2; */
    /* text-align: left; */
}



@media screen and (min-width: 992px) {
    ul.crb-business-locations, 
    ul.crb-business-categories{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-width: 50%;
        column-gap: 32px;
        /* column-rule: 1px solid #4054b2; */
    }  
    ul.crb-business-location-categories{
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        column-width: 33%;
        column-gap: 32px;
        /* column-rule: 1px solid #4054b2; */
    }  

    .single-col-cats ul.crb-business-locations, 
    .single-col-cats ul.crb-business-categories,
    .single-col-cats ul.crb-business-location-categories {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-width: 100%;
        column-gap: 32px;
        /* column-rule: 1px solid #4054b2; */
    }  
}

/* ul.crb-business-categories{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
} */

ul.crb-business-locations li,
ul.crb-business-categories li,
ul.crb-business-location-categories li{
    margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1rem;
} 

/* Business Card */
.business{
    margin: 0;
    padding: 0 0 0px;
}
.business .elementor-section{
    margin-bottom: 0 !important;
} 
/* .business .elementor-widget-wrap {
    padding: 0;
} */

/* Business Card - Location Styles */
.business h2.elementor-heading-title {
    color: var(--color);
}

.elementor-post.type-business .elementor-heading-title {
    line-height: 1.4rem;
}

@media screen and (max-width: 640px) {
    .crb-listing-icons .elementor-widget-wrap {
        justify-content: center;
    }

    
}

/* Business Card - Tooltip */
.business .eael-tooltip {
    min-width: 27px;
    padding: 0;
    font-size: .93rem;
    color: #54595f !important;
}
.business .eael-tooltip .eael-tooltip-content i {
    color: #54595f;
}
.business .eael-tooltip .eael-tooltip-content i:hover {
    color: #4054b2;
}

.business .crb-listing-categories {
    font-style: italic;
    font-size: 0.8rem;
}


