/*!
Theme Name: Tonix Zembrace
Author: Incapa + Graphica
Author URI: https://www.incapa.com
Description: Tonix: Tonix Zembrace Theme, developed by Incapa
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: Copyright 2024, Incapa. All Rights Reserved.
Text Domain: tonix
Template: bridge
*/
@import url("../bridge/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.isi-holder {
    position: relative;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 5px -2px rgba(0,0,0,.19);
    -moz-box-shadow: 0 -5px 5px -2px rgba(0,0,0,.19);
    box-shadow: 0 -5px 5px -2px rgba(0,0,0,.19);
    font-size: 16px;
    line-height: 1.4em;
    box-sizing: border-box;
    transition: all .3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.isi-holder.off {
    opacity: 0;
    filter: alpha(opacity=0);
    right: 25px
}

.isi-holder.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: none;
    right: 25px
}

.isi-holder ul {
	max-width: 1900px
}

.isi-holder p {
    max-width: 1900px
}

.isi-holder.closed {
    position: fixed;
    height: 110px
}

.isi-holder.closed #closed-state {
    display: none
}

.isi-holder.open {
    position: relative;
    z-index: 999999999;
    padding-bottom: 20px
}

.isi-holder.open #open-state {
    display: none
}

.isi .contentbox {
    position: relative;
    padding: 30px 60px 0 60px;
    color: #000
}

.isi .more-isi {
    display: none
}

.isi .more-isi-mobile {
    display: inline-block
}

.isi .more-isi-mobile p {
    margin-bottom: 0
}

.isi h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 22px
}

.isi h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #000
}

.isi .highlight_color {
    color: #595478;
    font-size: 16px;
    font-weight: 600
}

.isi .legal {
    font-size: 16px;
    line-height: 1.2em
}

.isi .isi-toggle {
    position: relative;
    float: right;
    margin: 10px 5% 10px 2.5%;
    color: #595478;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.isi .isi-toggle .glyphicon {
    color: #fff;
    background-color: #595478;
    border-radius: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    margin-left: 20px;
    font-size: 20px
}

.isi .isi-toggle:hover {
    color: #a1c5d3
}

.isi .isi-toggle:hover .glyphicon {
    background-color: #a1c5d3
}

.isi a {
    color: #000
}

.isi ul {
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 15px
}

.isi ul li {
    margin-top: 5px;
    padding-left: 5px;
    list-style: disc
}

.isi p {
    margin-top: 0;
    margin-bottom: 16px;
	line-height: 1.3;
	font-size: 16px;
}

@media only screen and (max-width: 480px) {
  .container_inner,
  .boxed div.section .section_inner,
  div.grid_section .section_inner,
  .full_width .parallax_content,
  .steps_holder_inner,
  .carousel-inner .slider_content_outer, nav.content_menu,
  body.boxed .wrapper_inner,
  body.boxed footer,
  body.boxed .header_inner,
  body.boxed .full_width .parallax_content,
  body.boxed .carousel-inner,
  .qode_elementor_container_inner,
  div[data-element_type=container].qode_elementor_container_inner,
  .elementor-container .elementor-widget-wrap > .qode_elementor_container_inner,
  .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner {
    width: 100%;
  }
  body.boxed .footer_inner {
    width: 100%;
  }
  .section_inner_margin,
  .parallax_section_inner_margin {
    margin: 0;
  }
  .qode-preview-slider {
    max-width: 100%;
  }
}

.mobile_menu_button { float: right; }

@media only screen and (max-width: 900px) {
  nav.mobile_menu {display: block;}
  .logo_wrapper, .mobile_menu_button { display: table; }
  .header_inner_left { position: relative !important; left: 0 !important; margin-bottom: 0; }
  .main_menu {display: none !important;}
}

.hcpModalConfirm, .hcpModalReject {
    border: none;
    cursor: pointer;
    width: 30%;
    max-width: 150px;
    margin: 10px 10%;
    padding: 14px 20px;
    background-color: #ffc20e;
    color: black;
    border-radius: 6px;
    text-transform: uppercase;
}
.hcpModalConfirm:hover, .hcpModalReject:hover {
    background-color: #ce152c;
    color: white;
}
.hcpModal {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: #404040d0;
    padding-top: 50px;
}
.hcpModalContainer {
    padding: 60px 15px 60px 15px;
    text-align: center;
}
.hcpModalContent {
    background-color: #fefefe;
    margin: 7% auto 10% auto; 
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
}
.hcpModalContent h2 {
    color: #ce152c;
text-transform: uppercase;
}
.hcpModalClose {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
    cursor: pointer;
}
.hcpModalClose:hover, .hcpModalClose:focus { color: #ffffff; }

/*
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
  header .q_logo {
    top: 60px;
  }
}
*/

.footer_top .container_inner { width: auto; }

