/*
 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
------------------------------------------------------- */

:root {
 
  --orange-color: #DFA44E;
  --blue-color: #052460;
  --black: #000000;
  --white: #ffffff;
  --header-font-family: 'Barlow Condensed', sans-serif;
  --paragraph-font-family: 'Poppins', sans-serif;
  --arabic-font-family: 'Reem Kufi', sans-serif;
}



.header-icons-container.icons-container-big {
    margin: 0 0 0px 20px !important;
}

.header-icons-container .header-button-container .industrium-button{
	background-color: var(--blue-color);
}

.header .main-menu > li.current-menu-ancestor > a, 
.header .main-menu > li.current-menu-parent > a{
	    color: var(--orange-color);
}
.header .main-menu > li > a:before{
	    background-color: var(--orange-color)!important;
}

.header .main-menu > li > a:before {
    bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .industrium-content-slider-widget .bottom-area.dots-alignment-left .pagination-wrapper {
        left: 90px;
    }
}




/* استايل مخصص لفورم Formidable */
.frm_forms input[type="text"],
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms input[type="number"],
.frm_forms select,
.frm_forms textarea {
    background-color: transparent !important;
}

/*flip box style*/
#cold-chain .elementor-flip-box__layer.elementor-flip-box__front > div{
    padding-left:0 !important;
    padding-right:0 !important;
}
#cold-chain .elementor-flip-box__layer.elementor-flip-box__front > div > div{
    width:100% !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    text-align:left;
    gap: 10px;
}
#cold-chain > div > div > div.elementor-flip-box__layer.elementor-flip-box__front > div > div > div{
    text-align:right !important;
}
#cold-chain > div > div > div.elementor-flip-box__layer.elementor-flip-box__back > div{
    padding-left:0 !important;
    padding-right:0 !important;
}
#cold-chain > div > div > div.elementor-flip-box__layer.elementor-flip-box__back > div > div{
    width:100% !important;
    margin-left: 0 !important;
}

