/*
 Theme Name:   Industrie Child
 Theme URI:    https://demo.rstheme.com/wordpress/industrie/
 Description:  Industrie Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     industrie
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */


 /* Global */
header .rs___sticky-logo,
header.rs-header-sticky  .rs___default-logo{
    display: none !important;
 }
header.rs-header-sticky .rs___sticky-logo,
header .rs___default-logo{
    display: block !important;
}
/* .custom-btn a{
    position: relative;
    display: inline-block;
    transition: all 0.5s ease;
}
.custom-btn a:hover::before {
    transform: translateX(0);
    background: var(--e-global-color-ad44cd9) !important;
}
.custom-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent !important;
    transition: all 0.5s ease;
    transform: translateX(-100%);
    z-index: 0;
} */
.home-form input,
.home-form select{
    margin-bottom:5px !important;
}
.home-form p{
    margin-bottom:20px !important;
}
.custom-btn a{
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;

}
.custom-btn a:hover span {
    z-index: 2;
}


.custom-btn a::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--e-global-color-ad44cd9) !important;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.custom-btn a:hover::before {
    left: 0;
}

/* .custom-btn a:hover {
    transform: translateY(-3px);
} */

 /* home */
.rs-title-highlight,
.rs-blog .blog-item:not(.rs-flat) .blog-button a:hover {
    color: var( --e-global-color-primary ) !important;
}
.rs-button:hover,
.wpcf7-submit:hover{
    color: var( --e-global-color-ad44cd9 ) !important;
    opacity: 1;
}
.sr7-arrows:hover {
    background: var( --e-global-color-b3dbd4f ) !important;
}
.sr7-arrows:hover:before{
    color: #fff !important;
}
.home-hero-btn a {
    background-color: #fff !important;
    color: var( --e-global-color-primary ) !important;
}
.home-form .wpcf7-form-control.wpcf7-file,
.contact-enquiry-form  .wpcf7-form-control.wpcf7-file{
  padding: 15px 20px 50px;
  width: 100%;
  background: #fff !important;
}

/* contact us */
.contact-enquiry-form .wpcf7-form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 50px;
}

.contact-enquiry-form .wpcf7 textarea {
    height: 150px;
}

.contact-enquiry-form .wpcf7-submit {
    color: #fff !important;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.contact-enquiry-form .wpcf7-submit:hover {
    background: var( --e-global-color-ad44cd9 ) !important;
    opacity: 1;
}
.contact-field-wrapper {
    display: flex;
    gap: 10px;
}

/* Blog/ News */
.blog .tag-line a {
    color: #fff !important;
}
.single-post .form-submit #submit {
    background: var( --e-global-color-ad44cd9 ) !important;
    color: #fff !important;

}
/* Series */
.specifications  ul{
  column-count: 2;     /* split into two columns */
  column-gap: 24px;    /* gap between columns */
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

.specifications  li {
  break-inside: avoid; /* avoid breaking an li across columns in some browsers */
  margin-bottom: 0.5rem;
}

.specifications li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    color: var( --e-global-color-primary );
}
.product-content p{
    margin-bottom: 15px !important;
}
.product-content p:last-child{
    margin-bottom: 0 !important;
}
.iso-catalogue,
.non-iso,
.welded,
.accessories,
.hydraulic-systems,
.cylinders{
    display: none !important;
}
.postid-30146 .iso-catalogue,
.postid-30337 .non-iso,
.postid-30341 .welded,
.postid-30349 .accessories,
.postid-30669 .hydraulic-systems,
.postid-30680 .cylinders,
.postid-30679 .cylinders{
    display: block !important;
}
.applications-catalogue a, 
.applications-catalogue img,
.my-catalogue a {
    padding: 0;
}
.applications-catalogue .service-title-holder {
    height: 163px;
}
.right_menu_togle #gallery-1{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right_menu_togle #gallery-1 img {
    width: 140px;
    height: 140px;
}




/* ---------------------------------- Media Query -------------------------------  */

@media (max-width: 991px) {
    .contact-field-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contact-field-wrapper p {
        width: 100%;
    }
}