/*
 Theme Name:   Zakra Child
 Description:  Zakra Child Theme
 Template:     zakra
 Version:      1.0
 Text Domain:  zakra-child
*/
.elementor-accordion .elementor-accordion-item:first-child {
	display:none;
}
@media screen and (min-width: 768px){
.home .zak-primary {
    width: 100%;
	}}
.home .zak-secondary {
	display: none !important;
}
@media screen and (min-width:  769px) and (max-width:  1620px){
    .tg-site-header-bottom > .tg-header-container{
        justify-content: center;
    }
    .tg-header-container .tg-block--two {
        margin: 0;
        flex: auto;
        width: 100%;
    }
    .tg-primary-menu > div > ul {
        justify-content: center;
    }
}

#masthead{
    background: rgb(245,245,245);
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 33%, rgba(236,236,236,1) 100%);
}

.main-navigation.tg-primary-menu > div > ul > li > a {
    text-transform: uppercase;
    font-size: 17px;
}

@media (min-width: 992px){
    .tg-container {
        max-width: 100%;
        padding: 0 40px;
    }
}
@media (min-width: 768px){
    .tg-container {
        max-width: 100%;
        padding: 0 40px;
    }
}
@media (max-width: 768px){
    .tg-container {
        max-width: 100%;
        padding: 0 25px;
    }
    .page-template-pagebuilder #main .tg-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#sidebar-contact {
    position: fixed;
    right: -260px;
    top: 50%;
    margin-top: -150px;
    z-index: 1;
    color:  white;
    width: 300px;
    transition: all 0.3s;
}
#sidebar-contact .close-button {
    position: absolute;
    top: -40px;
    right: 0;
    background: rgb(149 214 0);
    /*background: rgb(202 235 128);*/
    /*opacity: .5;*/
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}
#sidebar-contact .close-button:hover {
    /*opacity: 1;*/
    background: rgb(149 214 0);

}
#sidebar-contact.open  {
    right: 0px;
}

#sidebar-contact ul {
    margin: 0;
}
#sidebar-contact ul li {
    background: rgb(149 214 0 / 100%);
    display: block;
    color:  white;
    line-height: 26px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
#sidebar-contact ul li:first-child {
    border-top-left-radius: 25px;
}
#sidebar-contact ul li:last-child {
    border-bottom-left-radius: 25px;
}
#sidebar-contact ul li span.fas, #sidebar-contact ul li span.far, #sidebar-contact ul li span.fa {
    padding: 12px;
    min-width:  42px;
    text-align: center;
}
#sidebar-contact ul li a {
    color:  white;
    width: calc(100% - 50px);
    padding: 20px 0;
}
#sidebar-contact ul li:hover {
    background: #444;
}
@media screen and (max-width:  751px){
    /*#sidebar-contact:hover {
        right: -260px;
    }*/
}

.fit-image img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    z-index: 1;
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (min-width: 1px) {
    .flex-sm {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .start-xs {
        justify-content: flex-start;
        text-align: start;
    }
    .center-xs {
        justify-content: center;
        text-align: center;
    }
    .end-xs {
        justify-content: flex-end;
        text-align: end;
    }
    .top-xs {
        align-items: flex-start;
    }
    .middle-xs {
        align-items: center;
    }
    .bottom-xs {
        align-items: flex-end;
    }
    .around-xs {
        justify-content: space-around;
    }
    .between-xs {
        justify-content: space-between;
    }
    .first-xs {
        order: -1;
    }
    .last-xs {
        order: 1;
    }
}

@media only screen and (min-width: 768px) {

    .flex-sm {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        align-items: flex-start;
    }
    .middle-sm {
        align-items: center;
    }
    .bottom-sm {
        align-items: flex-end;
    }
    .around-sm {
        justify-content: space-around;
    }
    .between-sm {
        justify-content: space-between;
    }
    .first-sm {
        order: -1;
    }
    .last-sm {
        order: 1;
    }
}

@media only screen and (min-width: 921px) {
    .flex-md {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .start-md {
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        justify-content: center;
        text-align: center;
    }
    .end-md {
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        align-items: flex-start;
    }
    .middle-md {
        align-items: center;
    }
    .bottom-md {
        align-items: flex-end;
    }
    .around-md {
        justify-content: space-around;
    }
    .between-md {
        justify-content: space-between;
    }
    .first-md {
        order: -1;
    }
    .last-md {
        order: 1;
    }
}


@media only screen and (min-width: 1200px) {
    .flex-lg {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        align-items: flex-start;
    }
    .middle-lg {
        align-items: center;
    }
    .bottom-lg {
        align-items: flex-end;
    }
    .around-lg {
        justify-content: space-around;
    }
    .between-lg {
        justify-content: space-between;
    }
    .first-lg {
        order: -1;
    }
    .last-lg {
        order: 1;
    }
}


.tg-mobile-navigation > div ul li.current_page_ancestor > a, .tg-mobile-navigation > div ul li.current-menu-ancestor > a, .tg-mobile-navigation > div ul li.current_page_item > a, .tg-mobile-navigation > div ul li.current-menu-item > a {
    color: #ffba00;
}