/*
Theme Name: Stag Child
Theme URI: http://deliciousthemes.com/
Description: A Portfolio Theme for Freelancers and Agencies
Author: DeliciousThemes
Author URI: http://deliciousthemes.com/
Template: stag
Version: 1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../stag/style.css');

/* =Theme customization starts here
-------------------------------------------------------------- */
* {
    -webkit-overflow-scrolling: touch;
}

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');

#header.initial-state {
    background: transparent !important;
}
body {
    font-family: 'Assistant', sans-serif;
    font-weight: 500;
}
html .wpcf7-form-control-wrap.ChooseaCategory {
    /* width: 50%;
    margin: 0 auto; */
}
html .wpcf7-form-control-wrap.Activity, html .wpcf7-form-control-wrap.Country {
    display: inline-block;
    width: 100%;
}
.SumoSelect {
  width: 100% !important;
}
.SumoSelect .optWrapper label {
    text-align: left;
}
html .wpcf7-form-control-wrap.Activity select, html .wpcf7-form-control-wrap.Country select, .SumoSelect>.CaptionCont {
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #d1d1d1 !important;
    padding-left: 0;
}
.SumoSelect>.CaptionCont {
    padding-bottom: 10px;
}
.SumoSelect>.CaptionCont>span {
    font-style: normal !important;
    color: #404040 !important;
    text-align: left !important;
    font-size: 15px !important;
}
.SumoSelect.open>.optWrapper {
    top: 0 !important;
    position: relative !important;

}
.SumoSelect>.CaptionCont>label>i {
    /*background-image: none;*/
    -webkit-appearance: menulist;
    appearance: menulist;
    opacity: 1 !important;
}
.dt-one-half span.text-by-input {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 5px;
    text-align: left;
    width: 25%;
}
.dt-one-half .double-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.owl-carousel .owl-item .client-item img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.owl-carousel .owl-item .client-item img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.wpb_wrapper table tr td {
    padding: 12px 0 12px 15px;
}
.main-navigation ul#primary-menu>li.menu-item-has-children:after {
    top: 7px;
}
.main-navigation ul#primary-menu>li.menu-item-has-children {
    color: #fff;
}
.scrolled-header .main-navigation ul#primary-menu>li.menu-item-has-children {
    color: #000;
}
html .main-navigation li a {
    cursor: pointer;
}
li.language a {
    background: #fff;
    padding: 3px;
    margin-top: 6px;
    color: #000 !important;
}
span.wpcf7-not-valid-tip{
    display: none !important;
}
.main-navigation.dark-header a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

@media ( max-width: 1440px ) {
    .dt-one-half span.text-by-input {
        width: 30%;
    }
}
@media ( max-width: 1024px ) {
    .dt-one-half span.text-by-input {
        width: 40%;
    }
}
/*Contact Us Popup*/
@media only screen and (min-width: 767px) {
    .est-frontend-display-wrap .est-content-slider .est-slider-content {
        max-height: fit-content !important;
    }
    .est-frontend-display-wrap .est-content-slider .est-slider-content-inner-wrap {
        max-height: fit-content !important;
    }
    .mCustomScrollBox {
        max-height: fit-content !important;
    }
}
@media only screen and (max-width: 767px) {
    .est-frontend-display-wrap.est-template-2 {
        top: 50%;
        margin-top: 0;
        z-index: 555555555;
    }
}
/*Redesign menu*/
@media only screen and (max-width: 1023px) {
    .nine.columns.nav-trigger.classic-menu {
        background-color: #323232;
        left: 0;
    }
    #header {
        z-index: 55555;
    }
    .nine.columns.nav-trigger.classic-menu {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }
    .header-nav {
        flex-direction: row;
        height: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: #323232;
        padding-top: 95px;
    }
    .main-navigation {
        align-self: flex-start;
    }
    .main-navigation ul ul {
        background: #323232!important;
        margin-bottom: 0 !important;
    }
    .light-header.main-navigation ul ul a {
        border-bottom: none !important;
        color: #fff;
    }
    html .main-navigation li a { 
        color: #fff;
    }
    .flags_language_selector li.active-lang, .flags_language_selector li a:hover {
        background-color: #fff;
        color: #000;
    }
    .searchform-switch i {
        color: #fff;
    }
    .bm .bi.active {
        border-color: #fff;
    }
    .bm.dark-header .burger-icon.active .bar , .bm .bi.active:hover {
        border-color: #fff;
    }
    .main-navigation ul#primary-menu>li.menu-item-has-children:after {
        content: "\f107" !important;
        font-family: fontawesome;
        display: block;
        right: 16px;
        top: 8px;
        color: #fff;
        font-size: 22px;
    }
    .main-navigation ul ul {
        display: none;
    }
    li.language a {
        background: none !important;      
    }
}

@media ( max-width: 991px ) {
}
@media ( max-width: 860px ) {
    .dt-one-half span.text-by-input {
        width: 50%;
    }
}
@media ( max-width: 767px ) {
    .dt-one-half .double-holder {
        flex-direction: column;
    }
    .dt-one-half p {
        margin: 0;
    }
    .dt-one-half span.text-by-input {
        margin: 0;
    }
    html .wpcf7-form-control-wrap.ChooseaCategory {
        text-align: left;
    }
    html .wpcf7-form-control-wrap.ChooseaCategory .wpcf7-form-control {
        width: 100%;
        display: block;
    }
    html .wpcf7-form-control-wrap.ChooseaCategory .wpcf7-form-control span.wpcf7-list-item {
        margin: 0 1em 0 0;
    }
}
@media ( max-width: 480px ) {
    html .wpcf7-form-control-wrap.ChooseaCategory {
        font-size: 14px;
    }
}

.error404 #header.initial-state {background: black!important;}
.error404 p.aligncenter {font-weight: bold; color: #323232;}
.post-8118 a {color: #656565;}


.breadi {padding-top: 25px; max-width: 1270px; margin: auto; font-size: 13px;}
.breadpage {position: absolute;/* z-index: 10000000000!important; top: 200px;*/}
.home .breadpage {display: none;}
.bluelink {color: #0693cf!important;}
.single-post #header.initial-state {background: black!important;}
.breadim {font-size: 12px;}
.contabit {text-align: center; margin-bottom: 12px; color: white;}



@media ( max-width: 860px ) {
.packo1 .wpb_column.vc_column_container.vc_col-sm-12.vc_hidden-md.vc_hidden-sm.vc_hidden-xs {
    display: block!important;
      height: 190px;
    }
}


.tp-bgimg.defaultimg {
    background-image: url(https://www.tadbik.com/wp-content/uploads/2019/06/img-heade-tadbik-low.jpg)!important;
}

.rishon1 {
background-image: url(https://www.tadbik.com/wp-content/uploads/2018/07/flexible-packaging1.jpg)!important;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.hamishi5 {
background-image: url(https://www.tadbik.com/wp-content/uploads/2019/07/home-cat-packing-experiences-3.jpg)!important;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.shlishi3 {
background-image: url(https://www.tadbik.com/wp-content/uploads/2015/07/Packaging-systems.jpg)!important;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.rvi4 {
background-image: url(https://www.tadbik.com/wp-content/uploads/2015/07/RFID.jpg)!important;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}


.sheni2 {
background-image: url(https://www.tadbik.com/wp-content/uploads/2018/06/labeling-pic.jpg)!important;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}


/* Home - CSS   שהיה בתוך הגלגלת בדף הבית ומחקתי
*/



.home-quote {
    font-family:Georgia;
    font-size:34px;
    line-height:42px;
    font-weight:600;
    font-style: italic;
    text-align:center;
    color:white;

}

.home-button {
    letter-spacing:2px;
    font-size:16px;
    font-weight:700;
    color: #0693CF;
}

.dt-title-wrapper {
    margin-bottom: 0px!important;
    overflow: hidden;
}

.section-title:after {
    content: "";
    width: 35px;
    height: 4px!important;
    display: block;
    background: #0693CF!important;
    text-align: inherit !important;
    margin-top:20px !important;
    margin-bottom:20px !important;
}

.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
    margin: 0 40px;
}


.hexagons-clients .client-item {
    padding-left: 40px;
    padding-right: 40px;
}

.owl-carousel .owl-item .client-item img {
    -webkit-filter: none!important;
    filter: none!important;
}

.client-item {
    opacity: 1!important;
}

#header {
box-shadow: 0px 0.3px 3px #bebebe90;
-webkit-box-shadow: 0px 0.3px 3px #bebebe90;
-moz-box-shadow: 0px 0.3px 3px #bebebe90;
}

#header.initial-state {
    box-shadow: none !important;
}

.upbtn.dt-is-visible {
    visibility: none !important;
}


/* Home - CSS  - END שהיה בתוך הגלגלת בדף הבית ומחקתי
*/


.category #header.initial-state {background: black!important;}

.wpb_wrapper h1 {color: white;}

.bannerkot {
    text-align: center;
    color: white;
    font-family: Raleway;
    line-height: 52px;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
}

@media ( min-width: 768px ) {
    .bannerkot {padding-top:70px; padding-bottom:60px}
}

@media ( max-width: 768px ) {
    .bannerkot {font-size: 38px;padding-top:50px; padding-bottom:30px}
}

h1.sectitle {
    font-family: Raleway;
    line-height: 42px;
    font-weight: 600;
    font-style: normal;
    color: #323232;
    font-size: 3rem;
    margin-bottom: 15px;
}

h1.sectitle:after {
    content: "";
    width: 35px;
    height: 4px!important;
    display: block;
    background: #0693CF!important;
    text-align: inherit !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


html h2 {font-weight: 600!important;}
p.CaptionCont.SelectBox {margin-top: 0!important;}




@media only screen and (min-width: 767px){
.est-frontend-display-wrap .est-slider-content {width: 550px!important;}
}

.est-frontend-display-wrap .est-slider-content ul, .est-frontend-display-wrap .est-slider-content ol {
    padding-left: 0px!important;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .est-close-slider-content {margin-top: 0 !important;}
    .SumoSelect > .optWrapper.multiple > .options li.opt {height:35px;}
    .SumoSelect > .CaptionCont > label > i {background: initial!important;}
}

 .jeg_block_title span {
    background: white!important;
}
.light-header.main-navigation ul ul a {
    border-bottom: none;
}
@media only screen and (max-width: 1023px) {
    .main-navigation {
        max-height: 100% !important;
    }
    html .main-navigation li a {
        color: #fff !important;
        border-bottom: none;
    }
    .site-header .light-header.main-navigation ul ul a {
        border-bottom: none !important;
        color: #fff;
    }
    .bm .burger-icon.active:hover .bar {
        background-color: #bbb;
    }
}

/*New Change Css*/
.contact-headquarters p {
    margin-top: 0 !important;
}
.contact-headquarters .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: center;
}
.contact-headquarters .wpb_column.vc_column_container p {
    text-align: center;
}
.grid.portfolio>li a.img-anchor img {
    max-height: 305px;
}
html[dir="rtl"] .main-navigation ul#primary-menu>li.menu-item-has-children::after {
    right: unset;
    left: -1.6rem;
}
.portfolio>li .project-hover:after {
    content: "";
    bottom: 25%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
	color: #323232;
	font-size: 22px;
	font-weight: 500;
}
html[lang="he-IL"] .portfolio>li .project-hover:after {
    content: "מידע נוסף באתר באנגלית";
}
.portfolio>li .project-hover:hover:after {
	bottom: 30%;
}
.portfolio>li .dt-lightbox-gallery .project-hover:after {
	display: none;
}
.site-footer #social {
	padding: 0;
    margin-left: 0;
}
@media only screen and (max-width: 479px) {
    .portfolio.dt-gap-15>li {
        position: static !important;
        top: 0 !important;
    }
}


/*RTL Css*/
.rtl.uni-text-dir-rtl #uni-toolbar #style_selector .style-toggle {
    margin-right: -50px!important;
    border-radius: 0px 5px 5px 0 !important;
    left: unset !important;
}

.rtl.uni-text-dir-rtl #uni-toolbar #style_selector {
    -webkit-transform: translateX(-0%)!important;
    -ms-transform: translateX(-0%)!important;
    transform: translateX(-0%)!important;
    right: unset !important;
    left: 0 !important;
}

.rtl.uni-text-dir-rtl.uni-toolbar-close #uni-toolbar #style_selector {
    -webkit-transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    transform: translateX(-100%)!important;
}
