/*!
Theme Name: UnderBoot
Theme URI: http://dinevthemes.com/themes/underboot/
Author: Dmitry Dinev
Author URI: http://www.dinevthemes.com/
Description: UnderBoot is a Bootstrap 4 WordPress theme. Combination of Underscores starter theme and Bootstrap framework as a starting point for your next WordPress theme or website. WooCommerce support. Block editor support.
Version: 1.1.3
Tested up to: 5.5.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: underboot
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*

[Table of Contents]

1. Accessibility
2. General
3. Navigation Menu
4. Post/Page Navigation
5. Images
    5.1 Header Image & Site Logo Image
    5.2 Image in the content
    5.3 WP Gallery
6. Home / Archives / Front-Page
7. Post And Page
8. Comments
9. Widgets
10. Plugins
    10.1 Woocommerce
    10.2 Block Styles
11. Media Queries

*/



body{
    font-size: 16px;
    line-height: 26px;
    color: #383838;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
body .elementor-widget-text-editor{
    font-size: 16px;
    line-height: 26px;
    color: #383838;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.ev_btn.elementor-widget-button .elementor-button{
    border-radius: 5px;
    background-color: #ffa20d;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.elementor-widget-heading.ev_title .elementor-heading-title{
    font-size: 30px;
    line-height:40px;
    color: #000000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}



/* header */
.navbar-dark .navbar-nav .nav-link{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 16px;
    padding: 10px;
}
.navbar-dark .navbar-nav .menu-item:last-child .nav-link{
    border-radius: 5px;
    background-color: #ffa20d;
    color: #fff;
    padding: 10px 20px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link{
    border-radius: 5px;
    background-color: #ffa20d;
    color: #fff;
}
.navbar-toggler{
    background: #000;
}
.site-header{
    padding-top: 20px;
}
.product-image-wrap{
    height:200px;
}
.product-details-wrap{
    height:150px;
}


/* footer */
.site-footer{
    background-color: #f3f3f3;
    padding-top: 30px;
}
.site-footer .widget-title{
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    font-weight: 500;
    position: relative;
    padding: 10px 0px;
}
.site-footer .widget-title:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: 0;
    left: 0;
    background-color: #ffa20d;
}
.site-footer ul,
.site-footer ul li{
    list-style: none;
}
.site-footer ul{
    padding: 0;
    margin: 20px 0;
}
.site-footer .widget_nav_menu .menu-item a{
    font-size: 16px;
    line-height: 33px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}
.site-footer .widget_nav_menu li{
    position: relative;
    padding-left: 20px;
    margin-bottom:5px;
}
.site-footer .widget_nav_menu li:after{
    content: '';
    width: 10px;
    height: 10px;
    background: url('https://ewebinfoway.com/wordpress/misatu/wp-content/uploads/2022/03/arrow.png');
    background-position:center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 12px;
}
.site-footer .widget_custom_html li{
    display: flex;
    margin-bottom: 15px;
    align-items: start;
}
.site-footer .widget_custom_html li:last-child{
    align-items:flex-start;
}
.site-footer .widget_custom_html li img{
    width: 30px;
}
.site-footer .widget_custom_html li span{
    display: block;
    width: 10%;
}
.site-footer .widget_custom_html li strong{
    display: block;
    width: 90%;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.site-footer .widget_custom_html ul li:first-child strong, .site-footer .widget_custom_html ul li:nth-child(3) strong{
    font-weight: 900;
    font-size: 22px;
}
.site-footer .widget_custom_html ul li a
{
    color:#54595F;
    text-decoration:none;
}
.site-copyright{
    border-top: 1px solid #d0d0d0;
    margin-top: 20px;
    padding: 10px 0;
}
.site-copyright ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.site-copyright ul li{
    padding: 0;
    margin: 0 5px 0 !important;
}
.site-copyright p{
    margin: 0;
    font-size: 14px;
}
.site-copyright ul li a{
    width: 27px;
    height: 27px;
    background-color: #ffa20d;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 27px;
}
.site-copyright .row{
    align-items: center;
}
.contact-map{
    display:none;
}



/* page */
.ev_home_1 .elementor-column .elementor-widget-wrap{
    padding: 80px 40px !important;
}
.elementor-widget-heading.elementor-element-6b6cc27  .elementor-heading-title{
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.elementor-widget-heading.elementor-element-c87e44c  .elementor-heading-title{
    font-size: 45px;
    line-height: 48px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
}
.ev_home_3{
    margin: 50px 0;
}
.elementor-element-b952529{
    padding: 40px;
}
.elementor-element-b952529 .ev_btn.elementor-widget-button .elementor-button{
    background-color: #fff;
    color:#010101;
    border: 1px solid #a7a7a7;
    width: 350px;
    max-width: 100%;
}
.elementor-element-b952529 .ev_btn.elementor-widget-button .elementor-button:hover{
    background-color: #ffa20d;
    color: #ffffff;
    border: 1px solid #ffa20d;
    transition-duration: 0.7s;
}
.ev_home_4 .elementor-element-6614506 > .elementor-widget-wrap{
    padding: 30px !important;
}
.elementor-element-d196089{
    margin-bottom: 10px !important;
}
.elementor-widget-heading.elementor-element-01d8cad .elementor-heading-title{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
}
.elementor-element-4f21559{
    margin-bottom: 15px;
}
.ev_home_4 .elementor-element-4e2da44 > .elementor-widget-wrap{
    padding: 0 !important;
}
.ev_home_5{
    margin: 60px 0;
}
.brochurebtn{
    border-radius: 5px;
    background-color: #ffa20d;
    color: #fff !important;
    padding: 10px 20px;
}
.brochurebtn:hover{
    color:#ffffff;
}
.ev_home_6 .elementor-element-047e68c > .elementor-widget-wrap{
    padding: 30px 50px 50px !important;
}
.ev_home_6  .elementor-testimonial--align-left .elementor-testimonial{
    display: flex;
}
.ev_home_6  .elementor-testimonial--align-left .elementor-testimonial .elementor-testimonial__content{
    order: 2;
}
.ev_home_6  .elementor-testimonial--align-left .elementor-testimonial .elementor-testimonial__footer{
    order: 1;
    margin: 0;
    text-align: center;
}
.ev_home_6  .elementor-testimonial--align-left .elementor-testimonial .elementor-testimonial__image{
    margin:0;
}
.ev_home_6 .elementor-widget-testimonial-carousel .elementor-testimonial__text{
    font-size: 16px;
    line-height: 23px;
    font-style: normal;
    color: #000000;
    font-weight: 400;
    padding: 0 30px;
}
.ev_home_6 .elementor-widget-testimonial-carousel .elementor-testimonial__name{
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    font-weight: 500;
}
.ev_home_7{
    margin: 60px 0;
}
.ev_page_hed .elementor-widget-wrap{
    padding: 100px 30px !important;
}
.ev_page_hed .elementor-widget-heading  h2.elementor-heading-title{
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: -10px;
}
.ev_page_hed .elementor-widget-heading h4.elementor-heading-title{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}
.ev_page_hed .elementor-widget-heading h4.elementor-heading-title span{
    color: #fff;
}
.elementor-element-59809f5 .elementor-widget-heading .elementor-heading-title{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}
.elementor-element-59809f5 .elementor-widget-heading{
    margin-bottom: 10px !important;
}
.ev_contact_1 .elementor-widget-image-box .elementor-image-box-title{
    font-size: 14px;
    line-height: 22px;
    color: #ffa20d;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.ev_contact_1 .elementor-widget-image-box .elementor-image-box-description{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
}
.elementor-element-cdb3c92 .form-control{
    min-height: 45px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    margin: 10px 0px;
    outline: none;
    font-size: 14px;
    box-shadow: none;
}
.elementor-element-cdb3c92 .btn{
    border-radius: 5px;
    background-color: #ffa20d;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
}
.ev_pr_1 .woocommerce ul.products li.product a img{
    max-width: 100%;
    height: 150px;
    width: inherit;
    display: inline-block;
}
.ev_pr_1 .woocommerce ul.products li.product > a{
    order: 2;
    text-align: center;
}
.ev_pr_1 .woocommerce ul.products li.product > .card-body{
    order: 1;
}
.ev_pr_1 .woocommerce ul.products li.product > .card-body .button{
    display: none;
}
.ev_pr_1 .woocommerce ul.products li.product{
    border-radius: 5px;
    background-color: #e8e8e8;
    margin-bottom:0 !important;
}
.ev_pr_1 ul.products li.product .woocommerce-loop-product__title{
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.ev_prd_1 .elementor-element-ef49ddc .elementor-widget-wrap {
    padding: 10px 30px !important;
}
.ev_table{
    text-align: center;
}
.ev_table td{
    font-size: 14px;
}

.related ul.products li.product > a{
    order: 2;
    text-align: center;
}
.related ul.products li.product > .card-body{
    order: 1;
}
.related ul.products li.product a img{
    max-width: 100%;
    height: 150px;
    width: inherit;
    display: inline-block;
}
.related ul.products li.product > .card-body .button{
    display: none;
}
.related ul.products li.product{
    border-radius: 5px;
    background-color: #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.related li.product .woocommerce-loop-product__title{
    font-size: 17px !important;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.related h2{
    font-size: 30px;
    line-height:40px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.ev_prd_tab .nav-tabs .nav-link {
    background-color: rgba(102,137,179,0);
    border: 1px solid #a7a7a7;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
}
.ev_prd_tab .nav-tabs .nav-link.active {
    border-radius: 5px;
    background-color: #ffa20d;
    color:#fff;
}
.ev_prd_tab .nav-tabs{
    border:none;
}
.ev_prd_tab .tab-content ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.ev_prd_tab .tab-content ul li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin: 5px; 0;
}
.ev_prd_tab .tab-content{
    margin-top: 20px;
    padding: 0 20px;
}
.ev_prd_tab .tab-content ul li:after{
    content: '';
    width: 10px;
    height: 10px;
    background: url('https://ewebinfoway.com/wordpress/misatu/wp-content/uploads/2022/03/Shape-1190-copy-6.png');
    background-position:center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 10px;
}
.ev_prd_tab_main .elementor-element-9f2ce70 .elementor-widget-wrap {
    padding: 40px !important;
}
.elementor-widget-woocommerce-product-short-description  ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.elementor-widget-woocommerce-product-short-description ul li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin: 5px; 0;
}
.elementor-widget-woocommerce-product-short-description ul li:after{
    content: '';
    width: 10px;
    height: 10px;
    background: url('https://ewebinfoway.com/wordpress/misatu/wp-content/uploads/2022/03/Shape-1190-copy-6.png');
    background-position:center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 10px;
}
.elementor-widget-heading.ev_title.elementor-element-0a87a10 .elementor-heading-title{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: -20px;
}
.ev_home_5.ev_pr_1 .woocommerce ul.products li.product{
    border: 1px solid #a7a7a7;
    background: #fff;
}
.ev_home_5.ev_pr_1 .woocommerce ul.products li.product a img{
    margin: 20px 0 0px;
}
.ev_home_2 .eael-woo-product-carousel-container.preset-1 .eael-product-carousel .image-wrap img{
    height: 150px;
    width: auto;
    max-width: 100%;
}
.ev_home_2 .eael-woo-product-carousel-container.preset-1 .eael-product-carousel .image-hover-wrap{
    display: none;
}
.ev_home_2 .eael-woo-product-carousel-container.preset-1 .eael-product-carousel{
    text-align: center;
    padding: 30px 15px;
    border-radius: 5px;
    background-color: #e8e8e8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ev_home_2 .product-details h2{
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    min-height: 70px;
}
.eael-woo-product-carousel-container.preset-1 .product-details-wrap .product-details{
    width: 100%;
}
.ev_home_2 .eael-woo-product-carousel-container.preset-1 .eael-product-carousel .product-image-wrap{
    order: 2;
}
.ev_home_2 .eael-woo-product-carousel-container.preset-1 .eael-product-carousel .product-details-wrap{
    order: 1;
}
.ev_home_2 .eael-woo-product-carousel-container.preset-1 .eael-product-carousel:hover{
    background: #ffa20d;
    transition-duration: 0.7s;
    cursor: pointer;
    color: #fff;
}
.ev_home_2 .eael-woo-product-carousel-container.preset-1 .eael-product-carousel:hover .product-details h2{
    color: #fff;
}
.star-rating{
    display: none !important;
}
.single-product .ev_page_hed .elementor-widget-heading h4.elementor-heading-title{
    color: #fff;
}
.single-product .elementor-element-bf510a8 .elementor-widget-wrap{
    padding: 40px !important;
}
.single-product .woocommerce-product-gallery__trigger{
    display: none;
}
.cat_name{
    margin: 5px 0px !important;
}
.cat_name span{
    display: inline-block;
    padding: 0px 10px;
    background: #ffa20d;
    color: #fff;
    font-size: 11px;
    line-height: 26px;
    border-radius: 5px;
}
.page-id-84 .cat_name{
    display: none;
}
.related li.product .cat_name{
    display: none;
}
.ev_home_6 .elementor-element.elementor-element-3d2f23f .elementor-swiper-button{
    background: #ffa20d;
    padding: 8px;
    font-weight: bold;
}
.ev_home_6 .elementor-element.elementor-element-3d2f23f .elementor-swiper-button.elementor-swiper-button-prev{
    margin-left: -25px;
}
.ev_home_6 .elementor-element.elementor-element-3d2f23f .elementor-swiper-button.elementor-swiper-button-next{
    margin-right: -25px;
}
.elementor-widget-heading.ev_title.elementor-element-0a87a10 .elementor-heading-title {
    display:none;
}
.ev_home_5.ev_pr_1 .woocommerce ul.products li.product.post-915 a img,
.woocommerce ul.products li.product.post-915 a img{
    height: auto;
    margin-top: 65px;
    margin-bottom: 50px;
    width: 90%;
}

/*************** 11. Media Queries ***************/
/* tweak */
@media (max-width: 767px) {
    .in-nav-bar {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .home-slider-second-heading h2{
        font-size:26px !important;
        line-height:35px !important;
    }
    .ev_title{
        text-align:center;
    }
    .compressedgas-img{
        padding-left:10px;
        padding-right:10px;
    }
    .map-1{
        padding-left:10px;
    }
    .map-2{
        padding-right:10px;
    }
    .clienttesti{
        margin-top:-85px !important;
    }
    .site-copyright ul{
        justify-content:left !important;
        margin-top:10px;
        margin-bottom:5px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {}

/* iPhone 5 */
@media (min-width: 320px) and (max-width: 568px) {}

/* Tablet */
@media (min-width: 600px) and (max-width: 800px) {}

/* iPad 2, 3, mini */
@media (min-width: 768px) and (max-width: 1024px) {}
