.logo img {
  max-height: 200px !important;
}

header .menu .catalog-block {
    background: #f8ec00 !important;
}

social .svg-logo:after, .social a i {
    font-family: Font Awesome\ 6 Brands;
    transition: color .35s ease;
    color: black;
}

.tabbed-boxes .nav-wrapper {
    display: none;
}

.homecontactform {
    padding: 30px;
    background: #f1f1f1;
  border-radius: 15px;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.form-control, .input-group .form-control:last-child {
    border-color: var(--evo-border-color, #eaeaea);
    border-radius: 15px;
    font-weight: 700;
    font-style: italic;
}

.homestickybanner {
    background: #f8ed00;
 margin-bottom: -10px;
}

.rowsticky {
    background: #f8ed00 !important;
}

.header-switch .current-branch-banner a {
    color: #fff;
    display: block;
    line-height: 1.5;
    margin: 2px 0;
  font-weight: 700;
}

.header-switch {
    background: #fe0301;
    color: var(--evo-text-col);
    padding: 5px 0;
    font-size: large;
}

.limitedofferbanner {
  background: red !important;
}

.limitedoffersection {
  padding-top: 20px;
  padding-bottom: 20px;
}

header .menu .catalog-block {
    background: #fe0301 !important;
}
.header-switch .current-branch-banner strong {
    color: #fff;
}

.header-switch .current-branch-banner i {
    color: #fff;
}

nav.menu .additional_links .menuitem a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #fff;
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

nav.menu .cd-dropdown-wrapper, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger {
    color: #fff;
}

nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:after, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:before {
    background: #fff;
}

  /* Theme 2 Account changes */

#cdash_address h4 {
    align-items: center;
    color: #000 !important;
    display: flex;
    gap: 10px;
}

#cdash_address .with-padding-trl {
    background-color: #fff;
    padding: 15px;
}

/* Start of EvoX Video Banner */
.tagline {
    z-index: 10;
}
.tagline:first-child {
    height: 54vh;
    min-width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   display: -webkit-box; 
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex; 
   display: flex;
   -webkit-box-align: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
section#section-top {
    height: 54vh;
    overflow: hidden;
}
.video-filter {
    z-index: 0;
    background-color: #2d364157;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
}
.bgvid-c {
    height: 54vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
}
#bgvid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100vw;
    position: relative;
    object-fit: cover;
}
#section-top h1 {
    color: #fff;
}
.img-icon {
    width: 10px;
    margin-top: -3px;
    margin-left: 5px;
}
.btn-white {
    background: transparent;
    border: 1px white solid;
    color: white;
}
.btn-white:hover {
    background: rgba(255, 255, 255, 0.37);
    color: white;
}
#section-top .btn-primary {
    border: 1px solid;
    border-color: white;
}
@media only screen and (max-width: 600px) {
    #section-top {
        height: 45vh;
    }
    #bgvid {
        height: 100%;
    }
}
@media only screen and (max-width: 600px) {
    #section-top h1 {
        font-size: 24px; /* Adjust as necessary */
    }
    #section-top .btn {
        font-size: 14px; /* Adjust as necessary */
        padding: 8px 12px; /* Adjust as necessary */
    }
}
/* End of EvoX Video Banner */

.ex-post .post-author-photo img {
  border-radius: 50%;
}