:root {
	--red: #ca222f;
    --blue: #114BA0;
    --sky: #3ac4e6;
    --orange: #ef4a24;
}

/* TEMP CSS Area - Starts */
.image-list {
    list-style-type: none !important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 767px) {
    .image-list {
        flex-wrap: wrap;
    }
}

ul.image-list li {
    margin: 0;
    min-width: 360px;
    text-align: center;
}

.image-list .wp-caption {
    margin: 0 auto;
}

.image-list img {
    padding: 0 !important;
}

.catalog-details tr:nth-child(odd) td {
    background: #fff;
}

/* TEMP CSS Area - Ends */

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 16px;
    letter-spacing: 0.6px;
}

.main_menu .sub-menu .avia-menu-text {
    font-size: 15px;
}

#top #menu-item-search.menu-item-search-dropdown>a {
    font-size: 23px;
}

.main_menu .av-menu-button .avia-menu-text {
    background-color: var(--orange) !important;
    border-radius: 50px !important;
    padding: 12px 17px !important;
    border: none !important;
}

.logo img {
    width: 150px !important;
}

@media (min-width: 768px) {
    .logo img {
        margin-top: 6px !important;
    }
}

/* Custom Hide Menu on Certain Width */
@media (max-width: 1200px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

.company,
.extra-footer {
    background-size: 180% !important;
}

/* Hero Area CSS - Starts */

.hero-sliders .slide-entry-wrap:nth-child(2) {
    background-image: url('/wp-content/uploads/2022/02/VTI-ROSI.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.hero-sliders .slide-entry-title {
    display: none !important;
}

.hero-sliders .slide-entry .slide-entry-excerpt {
    max-width: 1210px;
    padding: 0 50px;
    margin: 0 auto;
    min-height: 530px;
    display: flex !important;
    align-items: center;
}

.hero-sliders h2 {
    font-size: 25px;
    font-weight: bold !important;
}


.first-slider {
    text-align: center;
    max-width: 685px;
    margin: 0 auto 100px;
}

.first-slider h1 {
    font-size: 30px;
    line-height: 1.2 !important;
}

.hero-sliders .new-special-heading {
    display: none !important;
}

.hero-sliders .slide-entry-excerpt p {
    font-size: 18px
}
.hero-sliders .slide-entry-excerpt a {
    font-size: 17px;
    background: var(--blue);
    display: inline-block !important;
    padding: 11px 30px !important;
    color: #fff;
    margin-top: 15px;
    border-radius: 50px;
}

.hero-sliders .slide-entry-excerpt a:hover {
    opacity: .85;
}

@media (min-width: 990px) {
    .hero-columns {
        display: flex;
        flex-wrap: wrap;
    }
    
    .left-image {
        width: 500px;
        padding-right: 50px;
    }
    
    .right-content {
        width: calc(100% - 550px);
    }
}

@media (min-width: 768px) {
    .first-slider h1 {
        font-size: 50px;
    }

    .hero-sliders h2 {
        font-size: 35px;
    }
}

@media (max-width: 1150px) {
    .first-slider {
        background: rgb(255 255 255 / 85%);
        padding: 25px;
        border-radius: 5px;
    }
}

/* Hero Area CSS - Ends */

.section-heading .av-special-heading-tag {
    font-weight: bold;
}

.center-item {
    max-width: 850px;
    margin: 0 auto;
}

.avia-button {
    border: none !important;
    border-radius: 50px !important;
    font-size: 17px !important;
    padding: 13px 33px !important;
}

.product-box .iconbox_icon {
    border-width: 2px !important;
    font-size: 45px !important;
}

#footer .menu a {
    font-size: 15px;
}

#socket .copyright {
    float: none;
    font-size: 13px;
}

#socket .container {
    text-align: center;
}

.footer-logo {
    width: 200px;
    margin-top: 20px;
}

.landing-header .av-section-color-overlay {
    background-image: linear-gradient(180deg,rgba(19,78,158,0.88) 0%,rgba(66,197,230,0.84) 100%)!important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.landing-header .content {
    padding: 100px 0;
}

.landing-title .av-special-heading-tag {
    font-weight: bold;
}

.image-shadow img {
    box-shadow: 13px -13px var(--sky), -13px 13px var(--blue);
}

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0 !important;
}

.red-item .av-special-heading-tag {
    color: var(--sky);
}

.red-btn .avia-button {
    background-color: var(--sky) !important;
}

.sky-item .av-special-heading-tag {
    color: var(--sky);
}

.sky-btn .avia-button {
    background-color: var(--sky);
}

.avia_textblock strong {
    color: #333;
}

.inner-form {
    max-width: 850px;
    border: 1px solid #e8e8e8;
    padding: 25px;
    margin: 0 auto;
    box-shadow: 0 0 10px #efefef;
    background: #fff !important;
}

.contact-form .gfield_label {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #666;
}

.contact-form .gform_footer {
    margin-top: 15px !important;
	padding: 0 !important;
}

@media (min-width: 768px) {
   .inner-form {
       padding: 40px;
   } 
}

.faq-content .toggler {
    font-size: 20px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px !important;
    font-weight: bold;
    padding: 18px 40px 18px 30px !important;
}

.faq-content .toggle_icon,
.faq-content .vert_icon,
.faq-content .hor_icon {
    border-color: var(--sky);
    opacity: 1 !important;
}

.faq-content .av_toggle_section:nth-child(n+2) {
    margin-top: 15px;
}

.faq-content .toggle_content {
    border: none;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.faq-content .toggler:focus {
    outline: none;
}

.popup-button a {
  border: 2px solid;
  display: inline-block;
  padding: 8px 20px;
  margin-top: 15px;
  color: var(--blue) !important;
}

.popup-button a:hover {
    opacity: .85;
}

.pum-container {
  padding: 30px !important;
  box-shadow: 0 0 2px #ccc !important;
  border-radius: 5px !important;
}

.avia-cookie-consent .avia-button {
    font-size: 12px !important;
    padding: 6px 12px !important;
    background: var(--sky) !important;
    color: #fff !important;
}

.catalog-details th {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    min-width: 120px;
    text-transform: none;
    color: #fff !important;
    background: var(--blue);
}

.catalog-details td {
    font-size: 15px;
    text-transform: none !important;
    text-align: center;
    color: #333 !important;
}

.catalog-details table {
    margin-top: 25px;
}

.inner-text-heading h3 {
    font-size: 25px;
}

.product-image img {
    width: 250px;
}

@media (min-width: 768px) {
    .vti-systems .flex_column {
        padding: 25px 40px 40px !important;
    }
}

.vti-systems .flex_column .av-special-heading {
    margin-top: 20px !important;
}

.vti-systems .flex_column .av-special-heading-tag {
    font-size: 22px !important;
}

.gradient-area .av-section-color-overlay {
    background-image: linear-gradient(148deg,rgb(17 75 160 / 0.8) 45%,rgb(58 196 230 / 0.8) 100%)!important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.product-grid {
    max-width: 1400px;
    margin: 0 auto;
}

.bolder-heading .av-subheading,
.bolder-heading .av-special-heading-tag {
    font-weight: bold;
}

.product-feature {
    text-align: center;
}

.product-feature img {
    width: auto;
    height: 80px;
    margin-bottom: 10px;
}

.regular-button-row .avia-button:nth-child(even) {
    background-color: var(--sky) !important;
}

.stat-box .avia-no-number {
    opacity: 1;
    font-size: 1em;
}

.stat-box .avia-animated-number-title {
    letter-spacing: 0;
    font-weight: bold;
    color: var(--orange);
}

.stat-box .avia-animated-number-content {
    font-weight: bold;
    color: #666;
    display: inline-block;
    margin-top: 9px;
    letter-spacing: 0.3px;
}

.av-subheading {
    opacity: 1 !important;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.gradient-area .bolder-heading {
    max-width: 950px;
    margin: 0 auto;
}

.inner-testimonials {
    text-align: center !important;
}

.inner-testimonials .avia-testimonial-meta-mini {
    float: none !important;
    text-align: center !important;
}

.inner-testimonials .avia-testimonial-subtitle {
    opacity: 1 !important;
    display: inline-block;
    margin-top: 5px;
}

.inner-testimonials .avia-testimonial-name {
    font-size: 17px !important;
    position: relative;
    font-weight: normal;
}

.inner-testimonials .avia-testimonial-name:before {
    content: '\e80a';
    font-family: entypo-fontello;
    padding-right: 7px;
}

.inner-testimonials .avia-testimonial-content p {
    font-weight: bold;
}

.vti-systems.main_color .flex_column {
    background-color: #f8f8f8 !important;
}

#probes img {
    margin-bottom: 25px;
}

@media (min-width:768px) {
    #probes .flex_column {
        padding: 40px;
    }
}

#probes .flex_column h3 {
    text-align: center;
}

@media (min-width: 990px) {
    .avia_textblock .wp-caption.alignright {
        margin-left: 50px !important;
    }
}


@media (max-width: 989px) {
    .avia_textblock .wp-caption.alignright {
        float: none !important;
        margin: 0 0 30px 0 !important;
    }
}

.avia_textblock .wp-caption {
    border: none !important;
    padding: 0 !important;
}

.avia_textblock .wp-caption .wp-caption-text {
    font-size: 13px;
    font-family: inherit;
    color: #666;
    font-style: normal;
    line-height: 1.6;
}

#specialties .flex_column .avia-button {
    border: 2px solid var(--blue) !important;
    background: transparent;
    color: var(--blue) !important;
    font-weight: bold;
    padding: 10px 20px !important;
}

#specialties .flex_column .avia-button:hover {
    color: var(--sky) !important;
    border-color: var(--sky) !important;
}

.rvideo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.rvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-border,
.product-image img {
    border: 1px solid #d8d8d8 !important;
}

.avia-image-container a:hover {
    opacity: .8;
}

.doppler-image img {
    width: 300px;
}

p.gform_required_legend {
    display: none;
}

/* Center Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */

/* Center Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */


#header_meta .container {
    max-width: 1175px;
}

#header_meta nav .menu-item a {
    color: var(--red) !important;
    font-size: 14px;
}

#header_meta nav .menu-item a:hover {    
    opacity: 0.8;
}

.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a {
    font-weight: normal !important;
}

@media (max-width: 767px) {
    .section-heading .av-special-heading-tag {
        font-size: 25px !important;
    }
}

.narrow-video {
    width: 800px;
    max-width: 100% !important;
}