/*!
Theme Name: Dr. Kelly Barnett
Author: iContext Internet Services Inc.
Author URI: https://www.icontext.com/
Description: Bootstrap theme for Dr. Kelly Barnett (2024)
Version: 3.5.4
Text Domain: drkellybarnett
*/


/*------------------------------
# COLOURS
------------------------------*/
/* https://coolors.co/1 */


/*------------------------------
# FONTS
------------------------------*/
.dosis-headings {
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.roboto-body {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}

.caliban{
    font-family: "caliban-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*
Dosis
    font-family: "Dosis", serif;

Roboto
    font-family: "Roboto", serif;
*/


/*------------------------------
# BS THEME RESETS
------------------------------*/

/*
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33,37,41,.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33,37,41,.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: none;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13,110,253,.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
*/

:root,[data-bs-theme=light] {
    /*
    --bs-body-color: #285a71;
    --bs-body-color-rgb: 40, 90, 13;
    */
	--bs-body-font-family:"Roboto", serif;
    --bs-body-font-size: 20px;
    --bs-body-font-weight: 300;
    --bs-nav-link-font-size: 18px;
    --bs-nav-link-font-weight: 600;


    --bs-dropdown-border-radius:0;
    /*
	--bs-navbar-active-color:#fff;
	
	--bs-link-hover-color-rgb: 252,152,130;
	*/
    --bs-link-color-rgb: 194,3,0;
    --bs-dark-rgb:85,172,238;
    --bs-bg-opacity: 1;
	--bs-heading-color:#374445;
}


/*------------------------------
# STRUCTURE
------------------------------*/
body.admin-bar header.fixed-top {
    top: var(--wp-admin--admin-bar--height);
}

html, body {
    overflow-x: hidden;
}

/* break container to make band full width of viewport */
.break-container{
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
}

.edit-link, .by-author, time.entry-date{
    display:none;
}

/*
#main {
    margin-top: 3.5rem;
}
*/

#main {
    margin-top: 0;
}

.home #main {
    margin-bottom: 0;
    margin-top: 0;
}

.float-left {
    float: left !important;
}

.container-md{
    max-width: 1200px;
}

.container-sm{
    max-width: 900px;
}

.mx-7{
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.mt-7{
    margin-top: 5rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}


/*------------------------------
# HEADER
------------------------------*/
#pre-header{
    /* display:none; */
    background:#eee;
    padding:4px 0px;
    color:#333;
    font-size:22px;
    font-weight:normal;
}

#pre-header .col-4{
    text-align:center;
}

#pre-header a{
    width:100%;
    color:#0064a0;    
}

#pre-header .small{
    font-size:18px;    
}

#pre-header i.fa-solid{
    margin-right:2px;
}

#pre-header .list-inline{
    text-align:right;
    margin-bottom: 0;
}

#pre-header p{
    margin-bottom: 0;
}

#pre-header ul.list-inline li {
    padding: 0 6px;
}

#pre-header .fab, #pre-header .fas, #pre-header .far {
    font-size: 18px;
    line-height: 1;
    color: #979797;
    transition: all .35s;
}


/*------------------------------
# SEARCH FORM
------------------------------*/
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 15px;
    background:#3847d3;
    z-index: 999;
}

.search-form-wrapper.open {
    display: block;
    margin-top: 178px;
}

.search-form-wrapper input{
    width: 100%;
    font-size: 22px;
    font-weight:500;
    padding: 8px;
    border-radius:0;
}

label[for="search-toggled"]{
    display:none;
}

.search-form-wrapper .form-control{
    /* background:transparent; */
    background:#fff;
}

.search-form-wrapper .form-control:focus{
    background:fff;
    box-shadow:none;
}

.search-form-wrapper .fas{
    font-size:28px;
    padding:0 6px;
    color:#fff;
}

/* hide the blue clear search field X */ 
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.search-form-wrapper button, .search-form-wrapper button:hover{
    width: 52px;
    border:0;
    /* background-color:transparent; */
    background:#3f3fbb;
}

.search-form-wrapper button:first-child{
    border-right: 2px solid #fff;    
}

.error404 .input-group, .search-results .input-group{
    gap: 30px;
}


/*------------------------------
# NAVBAR TOGGLER ANIMATED
------------------------------*/
/*
.navbar.bg-light {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(8, 31, 44, var(--bs-bg-opacity))), color-stop(50%, rgba(8, 31, 44, var(--bs-bg-opacity))), to(rgba(8, 31, 44, var(--bs-bg-opacity))));
    background-color: rgba(8, 31, 44, 0) !important;
}
*/

.navbar.bg-light {
    --bs-bg-opacity: .3; /* .3 */
}

.navbar-brand img{
    height: 90px;
}

/* https://github.com/haydn5/animated-navigation-safari-fix */
.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0f1f2e;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* state when navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* state when navigation is clicked */
.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
    background:#0f1f2e;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
    background:#0f1f2e;
}

/* colour of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
    /* background: linear-gradient( 263deg, rgba(252,74,74,1) 0%, rgba(0,212,255,1) 100% ); */
    background:#0f1f2e;
}

/* length of 3 lines for animation */
.navbar-toggler.collapsed:hover .top-bar{
    width:78%;
    background:#0f1f2e;
}

.navbar-toggler.collapsed:hover .middle-bar{
    width:65%;
    background:#0f1f2e;
}

.navbar-toggler.collapsed:hover .bottom-bar{
    width:86%;
    background:#0f1f2e;
}

#mobile-tel{
    /* display:none; */
}


/*------------------------------
# NAVIGATION
------------------------------*/
/*
nav#header{
    border-bottom: 2px solid #1b85c5;
}
*/

.navbar.bg-light {
    --bs-bg-opacity: 1; /* .7 */
}

.navbar-nav{
    --bs-nav-link-font-weight:600;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#000;
}

.navbar.header-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))) !important;
}

.bg-dark.navbar-opacity-1 {
    --bs-bg-opacity: 1 !important;
}

.nav-item{
    background: transparent;
    border-radius: 10px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;        
    font-optical-sizing: auto;
    letter-spacing: 1px;
    padding: 14px 8px;
    text-transform: uppercase;
}

#footer .nav-link{
    --bs-nav-link-padding-x: 0;  
}

.dropdown-toggle:after{
    border:0;
    margin-left: 0;
    vertical-align: 0;
}

.dropdown-toggle span.caret:after{
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900;
    content: '\f107';
}

.nav-item a{
    color:#1b85c5;
}

.nav-item a:hover{
    color: #1b85c5;
}

.nav-item a:after{
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #1b85c5;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}

.nav-item a:hover:after {
    width: 100%;
}

.nav-item.current-menu-item a:after{
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #000;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
}






.nav-search a.open::before{
    content: '\f00d';
    margin-right: 14px;
}

.nav-search a::before {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900;
    font-size: initial;
    content: '\f002';
    margin-right:10px;
}

.dropdown-toggle:after{
    
}

.dropdown-menu{
    --bs-dropdown-font-size: 1.15rem;
    --bs-dropdown-border-radius:0;
    --bs-dropdown-padding-y: 0;
}

.dropdown-menu a{
    color:initial;
}

.dropdown-menu .menu-item{
    text-transform: none;
}

.dropdown-item{
    white-space: normal;
}

/*
.dropdown-item.active, .dropdown-item:active{
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 166, 1)), color-stop(50%, rgba(37, 27, 126, 1)), to(rgba(46, 17, 90, 1)));
}

.dropdown-item:focus, .dropdown-item:hover{
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(27, 39, 166, 1)), color-stop(50%, rgba(37, 27, 126, 1)), to(rgba(46, 17, 90, 1)));    
}
*/

.dropdown-item.active, .dropdown-item:active{
    background-color:#eee;
    color: #212529;
}

.nav-quote.nav-item{
    padding: 10px 8px;
}

.nav-quote .nav-link{
    font-size:18px;
    background: #ee3224;
    background: rgba(238, 50, 36, 1);
    color:#fff;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 14px;
}

.nav-quote .nav-link:hover{
    color:#fff;
}

.nav-quote.current-menu-item .nav-link{
    color:#fff;
}

.nav-shop.nav-item{
    padding: 10px 8px;
}

.nav-shop .nav-link{
    font-size:18px;
    background: #ee3224;
    background: rgba(238, 50, 36, 1);
    color:#fff;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 14px;
}

.nav-shop .nav-link:hover{
    color:#fff;
}

.nav-external a::after {
    font-size: 16px;
    font-family:'Font Awesome 6 Free' !important;
    font-weight: 900;
    content: '\f08e';
    color: #ccc;
    margin: 0 0 0 6px;
}


/*------------------------------
# LINKS
------------------------------*/
#main a:not(.blog h3 a, .archive h3 a, .search-results h3 a, .card-image-underlay-zoom .card h3 a, article h2.card-title a, .card-text.entry-meta a, .section-squircles a, .section-2-col-cta a, .section-3-col-cta a, .section-4-col-cta a, .btn, .gv-sort, #colophon a, .vc_tta-panel-title a, #section-news-announcements-cards a, #section-directories a, #section-instagram a, #section-featured-events-programs-1 a, .section-featured-events-programs a, #section-upcoming-speakers a, #conference-rooms a), #colophon a {
    text-decoration: underline;
    color:#1b85c5;
}


/*------------------------------
# CAROUSEL
------------------------------*/
#section-carousel{
    margin-top: 157px;
}

#carousel-slider{
    margin-bottom: 0;
}

#carousel-slider .carousel-item {
    height: 500px;
    background: no-repeat 0 scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: 50% top;
}

/* dark gradient shadow over image 
#carousel-slider .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 25%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.4)),color-stop(50%,rgba(0,0,0,0)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,0,0) 50%,transparent);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 50%,transparent 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 50%,transparent);
}
*/

.carousel-inner{
    /* overflow: visible; */
    z-index: 100;
}

.carousel-control-next, .carousel-control-prev{
    z-index: 300;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    height: 6rem;
    width: 6rem;
}

#carousel-photo{
    height: 500px;
}

.carousel-caption{
    bottom:initial;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;    
    /*
    text-align:initial;
    */
    
}

h2.caliban{
    font-size: 4rem;
    color: #fff;
    font-weight: 500;
}

.carousel-caption h3{
    color:#004fa3;
    font-size: 2.25rem;
    font-weight: 500;
}

.carousel-caption p{
    color:#fff;
    font-size: 20px;
    line-height: 1.4;
}

.carousel-indicators{
    z-index: 200;
}


/*------------------------------
# HEADER HERO IMAGE
------------------------------*/
#header-hero-image{
    margin-top: 157px; /* height of fixed nav */
    /* padding-top: 87px; */
    margin-bottom: 90px;
    /* height: 75vh; */
    /* max-height: 470px; */
    height: 260px;
    background-size:cover;
    /* background-position: l-r t-b; */
    background-position: 50% top;
    background-repeat:no-repeat;
    color:#fff;
}

#header-hero-image h1.entry-title{
    text-align:center;
    font-size:4rem;
    text-transform:none;
    color: #1b85c5;
}

/*
.parent-pageid-18 #main h1.entry-title, .page-about #main h1.entry-title, .page-testimonials #main h1.entry-title, .page-quote #main h1.entry-title, .page-pests-101 #main h1.entry-title, .page-insects-101 #main h1.entry-title{
    display:none;
}

.parent-pageid-74 #main h1.entry-title{
    display:none;    
}
*/

.home #header-hero-image{
    height: 640px;
    background-position: 50% 50%;
}

.home #header-hero-image h1, .home #header-hero-image p{
    max-width:600px;
}

.home main .entry-title{
    display:none;
}

.home #header-hero-image h1.entry-title{
    font-size: 3rem;
    text-transform:none;
    color:#fff;
}

.home #header-hero-image h1 span{
    font-size: 4rem;
}

.home #header-hero-image p{
    color:#fff;
    font-weight:bold;
 }     

/* reverse the position of text in hero image to top */
.home #header-hero-image .align-items-end{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.home #header-hero-image .col-12 > div{
    padding-top: 90px;
} 

.did-you-know .wpb_text_column{
    padding: 15px 15px;
    background: #eee;
}


/*------------------------------
# BANNER
------------------------------*/
#banner{
    
}

#banner .container{
    
}

.bg-cover{
    background-size: cover;
    background-position: 50% 40%;
    overflow: hidden;
    height: 380px;
    background-repeat: no-repeat;
}

#banner h1{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding: 10px 20px;
    background: #d13239;
    display: inline-block;
    margin-bottom: 100px;
    /*
    -moz-box-shadow: 3px 3px 4px #636464;
    -webkit-box-shadow: 3px 3px 4px #636464;
    box-shadow: 2px 2px 10px #636464;  
    */
}


/*------------------------------
# BUTTONS
------------------------------*/
#main .btn, .carousel-item .btn, .gform_button{
    background-color:#1b85c5 !important;
    background-image:none;
    font-size:1.1rem !important;
    color:#fff !important;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius:4px;
    --bs-btn-box-shadow:0;
}

#main .btn:hover, .carousel-item .btn:hover, .gform_button:hover{
    background-color:#014868 !important;
    color:#fff !important;
}

.gform_button{
    padding: 0.375rem 0.75rem;
}

#main .btn.btn-lg{
    font-size: 1.25rem;
}

#main .btn.btn-purple{
    background-color:#61519c;
}

#footer-widgets a.btn-sds{
	background-color:#efd477;
	color:#212529;
}

#footer-widgets a.btn-sds:hover{
	background-color:#ecb803;
}


/*------------------------------
# TYPOGRAPHY
------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 1px;
}

.h1, h1{
    font-size:3.25rem;
    text-transform:uppercase;    
    color: #1b85c5;
}

.h2, h2{
    font-size:2.25rem;
    margin-top:30px;     
    margin-bottom:15px;    
}

#main h1{
    display:none;
}

.hero {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.3;
}

.hero.caliban{
    font-size: 2.5rem;
    line-height: .9;    
    color:#2eb7ed;
}

.gold{
    color: #9c8266;    
}

hr{
    opacity: 1;
    border-width: 2px;
    color: #707070;
    margin: 30px 0;
}

#main ul.list-social li {
    padding: 0 10px;
}

#main .fab, #main .fas {
    font-size: 28px;
}

.land-acknowledgement{
    font-size:1rem;
    clear:both;
    text-align:center;
    padding-top:0px;
    max-width:800px;
    margin:0 auto;
}


/*------------------------------
# LISTS
------------------------------*/
/* REPLACED WITH STANDARD BS CLASSES???
.list-inline li{
    display: inline-block;
}

.list-inline li:not(:last-child) {
    margin-right: .5rem;
    margin-bottom:15px;
}
*/

.list-inline li {
    display: inline-block;
}

.list-btns{
    display: flex;
    justify-content: flex-start;
    gap: 1em;
    flex-wrap: wrap;
    padding-inline-start: 0;
}

/* adjust anchor link scroll margin - may need media queries */
.section-XXXXXX .vc_row{
    scroll-margin: 150px;
}

ul.ul-three-col{
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

/* TBD... */
ol li::marker{

}


/*------------------------------
# ACCORDIONS
------------------------------*/
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: var(--bs-heading-color) !important;
}


/*------------------------------
# TABLES
------------------------------*/
table{
    margin-bottom:20px;
}

table.table-data{
    width: 100%;
    border-collapse: collapse;
    margin:20px 0;
}

table.table-data tr{
    border-bottom: 1px solid #ccc;
}

table.table-data.td-thirds td{
    width:33%;
}

table.table-data.td-halfs td{
    width:50%;
}

table.table-data tr:nth-child(even) {
    /* background-color: #f5f5f5; */
}

table.table-data th{
    /* background:#e5e5e5; */
    /* text-align:center; */
}

table.table-data th{
    /* text-align:center; */
    padding:20px 10px;
    font-size:22px;
}

table.table-data td{
    padding:20px 10px;
}


/*------------------------------
# RESPONSIVE IFRAMES / VIDEO
------------------------------*/
.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*------------------------------
# IMAGE EFFECTS
------------------------------*/
.drop-shadow img {
    filter: drop-shadow(5px 7px 10px #ababab);
}


/*------------------------------
# SIDEBAR
------------------------------*/
#sidebar{
    padding: 0 15px 30px;
    margin-bottom: 45px;
}

.widget-area{
    padding: 15px 15px 30px;
    background: #eee;
}

.widget-area h3{
    margin-top: 45px;
}

.widget-area h3:first-child{
    margin-top: 0;
}

.widget-area li{
    margin-bottom:15px;
}

.widget-area span.post-date{
    display:block;
    font-size: .875em;
    font-style:italic;
}


/*------------------------------
# SECTIONS
------------------------------*/
#section-intro{
    max-width: 1200px;
    margin: 0 auto;
}

.parent-pageid-18 #section-intro{
    max-width: 900px;
}

#section-intro h2{
    font-size: 2.25rem;
}

.home #section-intro p{
    margin-top:30px;
}

.home #section-fullwidth{
    background-image: url('/wp-content/uploads/2025/03/dome-dance-class-2560x1000-1.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.home #section-dance .gold-stroke-up.wpb_single_image img{
    vertical-align: bottom;
}

#section-services{
    background-image: url('/wp-content/uploads/2025/03/swirl-grey-1280x720-1.jpg');
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-services #section-services{
    background-image:none;    
}

#section-services .wpb_text_column .wpb_wrapper, .page-services #section-services .wpb_text_column .wpb_wrapper{
    padding:30px 0;
}

#section-services img, .page-about #section-people img, .page-services #section-services img{
    max-width: 260px;
    /* background-color: #fff; */
}

.page-services #section-services img{
    max-width: 334px;
}

.home .wpb_single_image .vc_box_border_circle.vc_box_border_grey, .page-about .wpb_single_image .vc_box_border_circle.vc_box_border_grey, .page-services .wpb_single_image .vc_box_border_circle.vc_box_border_grey, .page-pests-101 .wpb_single_image .vc_box_border_circle.vc_box_border_grey{
    background-color: #014868;
}

#section-services h2, .home #section-media h2, .page-services #section-services h2, .page-pests-101 #section-services h2{
    font-size: 2rem;
    margin-top:0;    
}

#section-reviews{
    margin-top:30px;
    padding:60px 0;
}

#section-reviews .stars{
    text-align:center;
}

#section-reviews .fa-star{
    color:#eebb42;
}

#section-video{
    padding:30px 0 45px;
}

#section-video .wpb_text_column .wpb_wrapper{
    padding:30px 30px;
}

.parent-pageid-142 #main img{
    padding: 6px;
    background-color: #EBEBEB;
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden;
}

.page-about #section-intro img{
    max-width:300px;
}

#section-services .fa-solid, #section-services .fa-brands{
    color:#0064a0;
    font-size:120px;
}

#section-media{
    background-image: url('/wp-content/uploads/2025/03/swirl-grey-1280x720-1.jpg');
    padding:0;
    background-repeat: no-repeat;
    background-size:cover;
}

#section-media img{
    max-width:334px;
}

.home #section-media img {
    filter: drop-shadow(5px 7px 10px #ababab);
}

.bg-grey{
    background-color: #F8F8F8;
}

#section-why-choose{
    margin:60px 0 0;
    padding:90px 0;
    background: #eee;
}

#section-why-choose .wpb_text_column{
    margin-bottom:0;
}


#section-why-choose ul{
    list-style: none;
    padding-left: 0;
}

#section-why-choose li{
    display: flex;
    gap: 0.6em;
    margin-bottom:20px;    
}

#section-why-choose strong{
    display: contents;
}

#section-why-choose li::before{
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900;
    font-size: 28px;
    content: '\f058';
    color:#339900;
    margin-right:10px;
}

#section-why-choose .fa-circle-check{
    color:#339900;
    font-size:28px;
}

.cta-why-choose{
    background-image: url('/wp-content/uploads/2024/11/scott-brody-trucks-1400px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
}

.cta-why-choose .vc_column-inner{
    min-height:400px;
}

.cta-rat-cage{
    background-image: url('/wp-content/uploads/2024/12/rat-cage-1400px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 90%;
}

.cta-rat-cage .vc_column-inner{
    min-height:400px;
}

.cta-mice-hay-eggs{
    background-image: url('/wp-content/uploads/2024/12/mice-hay-eggs-1400px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 90%;
}

.cta-mice-hay-eggs .vc_column-inner{
    min-height:400px;
}

.cta-warehouse{
    background-image: url('/wp-content/uploads/2024/11/scott-warehouse-1400px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
}

.cta-warehouse .vc_column-inner{
    min-height:400px;
}

.cta-school{
    background-image: url('/wp-content/uploads/2024/12/school-1400px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
}

.cta-school .vc_column-inner{
    min-height:400px;
}

.cta-pharmacist{
    background-image: url('/wp-content/uploads/2024/12/pharmacist-1400px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
}

.cta-pharmacist .vc_column-inner{
    min-height:400px;
}

.cta-farmer{
    background-image: url('/wp-content/uploads/2024/12/farmer-1400px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
}

.cta-farmer .vc_column-inner{
    min-height:400px;
}

.cta-racoons-trap{
    background-image: url('/wp-content/uploads/2024/12/racoons-trap-1400px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
}

.cta-racoons-trap .vc_column-inner{
    min-height:400px;
}

#section-artwork{
    padding: 90px 0 45px;
}

#section-bottom-cta{
    margin: 0 0 0;
    padding:45px 0;
    /* 
    background: #b69869;
    */	
    background-image: url('/wp-content/uploads/2025/03/gold-foil-1100x228-1.jpg');
    background-size: cover;
    background-position: bottom;
    color: #000;
}

#section-bottom-cta h2{
    color: #000;    
}

#section-services .gold-stroke-up img, #section-services .gold-stroke-down img, .home #section-media .gold-stroke-up img, .home #section-media .gold-stroke-down img{
    filter:none;
    max-width: 100%;
    min-height: 10px;
}

#section-services .gold-stroke-up .wpb_single_image img{
    vertical-align: bottom;
}


/*------------------------------
# FOOTER
------------------------------*/
#footer{
    
}

#footer-widgets {
    padding: 30px 0;
    background: #1b85c5;
}

#footer-widgets .list-unstyled{
    margin-bottom:0;
}

#footer-widgets .list-unstyled a:hover{
    border-bottom: 1px solid #f6dd9f;
}

#footer-widgets .list-unstyled li{
    margin-bottom: 4px;
}

#footer-widgets h3.widget-title{
    font-size: 22px;
}

#footer ul.list-unstyled a .fa-arrow-right {
    margin-left: 4px;
    color: transparent;
}

#footer ul.list-unstyled a:hover .fa-arrow-right {
    color: #fff;
}

#footer ul.list-inline li {
    padding: 0 10px;
}

#footer .fab, #footer .fas{
    font-size:28px;
    /* color:#fff; */
}

#footer-widgets h3, #footer-widgets p, #footer-widgets a, #footer-widgets .menu-item a[aria-current=page]{
    color:#fff;
}

#footer hr{
    color:#fff;
    opacity:1;
}

#footer .list-social.list-inline {
    text-align: center;
}

#colophon .container{
    padding-top:10px;
    padding-bottom:10px;    
}

#copyright p{
    margin-bottom:0;
    margin-top: 0;
}

#footer .nav-link{
    text-transform: none;
    text-decoration: none;
}

#footer .menu-item a[aria-current=page]{
    color:#0064a0;
}


/*------------------------------
# MEDIA QUERIES
------------------------------*/
@media (max-width: 768px){
    #pre-header{
        display:block;
    }
    
    .navbar-brand img {
        height: 80px;
    }
    
    #section-carousel{
        margin-top: 147px;
    }
    
    #carousel-slider .carousel-item {
        height: 461px;
    }
    
    #carousel-photo{
        height: 300px;
    }
    
    .display-5.caliban{
        font-size: 3rem;
    }
    
    .carousel-caption h3 {
        color: #004fa3;
        font-size: 1.5rem;
        margin-bottom:15px;
    }
    
    .carousel-item .btn.btn-lg{
        font-size: 1rem;
        padding: 0.25rem;
    }
    
    #header-hero-image{
        margin-top: 147px;
        height: 160px;
    }
    
    #header-hero-image h1.entry-title{
        font-size: 3.5rem;
        line-height:.9;
    }

    .gold-stroke{
        line-height: 18px;
    }
    
    .gold-stroke img{
        height: 18px !important;
    }
    
    .swap-cols-on-mobile {
        display: flex !important;
        flex-direction: column-reverse !important;
    } 
    
    #section-services h2{
        text-align:center;
    }   
    
    #section-reviews .stars{
        margin-bottom:0; 
    }
    
    #section-reviews .col-sm-3{
        padding:10px 0;
    }
    
    #section-cta-shop .vc_col-sm-6 .wpb_text_column{
        padding: 0 0 30px;
    }

    #section-cta-shop .vc_col-sm-4 .wpb_text_column{
        padding: 0px 0 60px;
    }
    
    #section-cta-quote .vc_col-sm-8 .wpb_text_column{
        padding: 60px 0 30px;
    }     
    
    #section-cta-quote .vc_col-sm-4 .wpb_text_column{
        padding: 0px 0 60px;
    }
    
    #section-why-choose .px-5{
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    
    #section-why-choose .cta-warehouse{
        margin-bottom: 45px;
    }

    #section-why-choose .cta-why-choose{
        margin-bottom: 45px;
    }

    #section-why-choose .cta-pharmacist{
        margin-bottom: 45px;
    }

    #section-why-choose .cta-school{
        margin-bottom: 45px;
    }

    #section-why-choose .cta-racoons-trap{
        margin-bottom: 45px;
    }

    #section-why-choose .cta-farmer{
        margin-bottom: 45px;
    }

    #footer .col-12{
        text-align:center;
    }
    
    #footer .nav-item{
        
    }
    
    #colophon .col-md-6 .justify-content-end{
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
   
   #colophon .nav-item{
        width: 100%;
        padding:0;
        text-align: center;
   }
   
    
}

@media (max-width: 991px){
    .search-form-wrapper {
        position: relative;
        margin: 15px 15px;
        width: 100%;
    }
    .search-form-wrapper.open{
        margin-top: 30px;        
    }
}

@media (min-width: 767px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    
    .navbar-expand-custom .dropdown-menu {
        position: absolute;
    }
    
    .navbar-expand-custom .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    
    .navbar-expand-custom > .container {
        flex-wrap: nowrap;
    }
    
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    
    .d-custom-none{
        display: none !important;
    }
    
    .dropdown-item{
        min-width:300px;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }
}


/* hide mobile carousel by default */
#carousel-pests-mobile, .carousel-pests-mobile-btns{
	display:none;
}

/* DESKTOP */
/* both desktop and mobile carousel */
#carousel-pests-desktop{
    margin-bottom:30px;
}

#carousel-pests-desktop .card{
    border:0;
    background:none;
}

#carousel-pests-desktop .card p{
    margin:0 auto;
}

#carousel-pests-desktop .img-fluid{
    max-width:170px;
    margin:0 auto;
}

#carousel-pests-mobile .img-fluid{
    max-width:140px;
    margin:0 auto;
}

#carousel-pests-desktop .carousel-inner .carousel-item.active,
#carousel-pests-desktop .carousel-inner .carousel-item-start,
#carousel-pests-desktop .carousel-inner .carousel-item-next,
#carousel-pests-desktop .carousel-inner .carousel-item-prev {
  display: flex;
  /* transition-duration: 10s; */
}

#main .carousel-pests-desktop-btns .btn.btn-primary{
	background-color:transparent;
    background-image:none;
    font-size:1.1rem;
    color:#fff;
    text-decoration: none;
    border: 2px solid #0064a0;
    border-radius:0;
    --bs-btn-box-shadow:0;
}

#main .carousel-pests-desktop-btns .btn.btn-primary .fa{
    color:#0064a0;	
}

/* desktop carousel */
@media (max-width: 768px) {
    #carousel-pests-desktop .carousel-inner .carousel-item > div {
        display: none;
    }
    #carousel-pests-desktop .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    #carousel-pests-desktop .carousel-item .col-md-3{
        margin: 0 auto;
    }

    #carousel-pests-desktop, .carousel-pests-desktop-btns{
	    display:none;
    }
    
    #carousel-pests-mobile, .carousel-pests-mobile-btns{
	    display:block;
    }
}

/* display 4 on desktop */
@media (min-width: 768px) {
  #carousel-pests-desktop .carousel-inner .carousel-item-right.active,
  #carousel-pests-desktop .carousel-inner .carousel-item-next,
  #carousel-pests-desktop .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  #carousel-pests-desktop .carousel-inner .carousel-item-left.active,
  #carousel-pests-desktop .carousel-item-prev:not(.carousel-item-end),
  #carousel-pests-desktop .active.carousel-item-start,
  #carousel-pests-desktop .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  #carousel-pests-desktop .carousel-item-next.carousel-item-start, .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  #carousel-pests-desktop .carousel-inner .carousel-item-prev,
  #carousel-pests-desktop .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}

/* MOBILE */
/* both desktop and mobile carousel */
#carousel-pests-mobile{
    margin-bottom:30px;
}

#carousel-pests-mobile .card{
    border:0;
    background:none;
    text-align:center;
}

#carousel-pests-mobile .img-fluid{
    text-align:center;    
}

#carousel-pests-mobile .carousel-inner .carousel-item.active,
#carousel-pests-mobile .carousel-inner .carousel-item-start,
#carousel-pests-mobile .carousel-inner .carousel-item-next,
#carousel-pests-mobile .carousel-inner .carousel-item-prev {
  display: flex;
  /* transition-duration: 10s; */
}

#main .carousel-pests-mobile-btns .btn.btn-primary{
	background-color:transparent;
    background-image:none;
    font-size:1.1rem;
    color:#fff;
    text-decoration: none;
    border: 2px solid #0064a0;
    border-radius:0;
    --bs-btn-box-shadow:0;
}

#main .carousel-pests-mobile-btns .btn.btn-primary .fa{
    color:#0064a0;	
}





