/*
 Theme Name:   Industrium Child
 Description:  Industrium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/industrium
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     industrium
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  industrium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* General */

.display-none {
  display: none;
}


/* Top Bar */
.wrapper-socials.top-bar-socials li a {
  min-width: 40px;
  text-align: center;
}

/* Header */

.header-icons-container.icons-container-big {
  margin: 0 0 0 20px;
}

.header-type-1 .header-icons-container .dropdown-trigger {
  margin-right: 42px !important;
}

.header-type-1 .header-icons-container .dropdown-trigger .dropdown-trigger-item {
  border-right: 1px solid #d9d9d9;
}

.header ul.main-menu li.wpml-ls-menu-item .wpml-ls-flag + span {
  display: none;
}

.header ul.main-menu li.wpml-ls-menu-item ul .wpml-ls-flag + span {
  display: inline-table;
}

/* Mobile Menu */

.mobile-header-menu-container.active {
  border-color: #e2e2e2;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

/*  Main Slider  */

.industrium-content-slider-widget .owl-carousel.owl-theme .elementor-section {
  background-color: rgb(0 0 0 / 30%);
}

/* Side Panel Sidebar */

.slide-sidebar-wrapper .sidebar-logo-container {
  text-align: left;
}

.widget_industrium_contacts_widget .industrium-contacts-widget-link a:before {
  font-size: 24px;
}

ul.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-social-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.wp-block-social-links:not(.is-style-logos-only):not(.is-style-pill-shape) .wp-social-link a svg {
  fill: #ffffff;
  height: 18px;
  width: 18px;
}

/* Text Editor */

.elementor-widget-text-editor .elementor-widget-container p {
  margin: 24px 0;
}

.elementor-widget-text-editor .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/* Portfolio */

.industrium-portfolios-listing-widget.view-type-2 .industrium-heading .industrium-heading-inner .industrium-description {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #B7BDC1;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .portfolio-item-content {
  display: none;
}

@media only screen and (max-width: 500px) {
  .portfolio-slider-wrapper .portfolio-slider-listing .owl-stage-outer .owl-stage .owl-item .portfolio-item .portfolio-item-media img {
    min-height: 300px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*--RGPD-- */

.cky-revisit-bottom-left {
  display: none !important;
}


/* Footer */

@media only screen and (max-width: 992px) {
  .footer-type-3 .footer-widgets .widget:last-of-type {
    width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 992px) {
  .footer-type-3 .footer-widgets .widget {
    width: calc(33.3333% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-type-3 .footer-widgets .widget {
    width: calc(33.3333% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

.footer-section + .footer-section:before {
  height: 1px;
}

/* WPML  */

.otgs-development-site-front-end {
  display: none;
}


/* wpml-login */

.wpml-login-ls {
	display: none !important;
}