/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face{
font-family: 'Jost';
src: url('../fonts/Jost.ttf');
src: url('fonts/Jost.ttf?#iefix') format('embedded-opentype'),
url('fonts/Jost.woff') format('woff'),
url('fonts/Jost.ttf') format('truetype'),
url('fonts/Jost.svg#svgwebfont') format('svg');
font-weight: normal;
font-style: normal;
}

*:focus {
    outline: none;
}
.extraTitle{
  width: 100%;
  display: inline-block;
  font-family: 'Circe';
  font-weight: 300;
  font-style: normal;
  font-size: 0.85em;

}
.extraTitle:empty{
  display: none;
}
.anchors span{
  display: none;
}

/*PROGRESS BAR*/

::-webkit-scrollbar {
 display: none;
}

::-webkit-scrollbar-thumb {
 display: none;
}

progress {
 position: fixed;
 left: 0;
 width: 100%;
 height: 5px;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 background-color: transparent;
 color: #2A66AF;
 z-index: 101;
}

progress::-webkit-progress-bar {
 background-color: transparent;
 z-index: 10;
}

progress::-webkit-progress-value {
 background-color: #2A66AF;
 z-index: 10;
}

progress::-moz-progress-bar {
 background-color: #2A66AF;
 z-index: 10;
}

.progress-container {
 width: 100%;
 background-color: transparent;
 position: fixed;
 top: 0;
 left: 0;
 height: 5px;
 display: block;
 z-index: 10;
}

.progress-bar {
 background-color: #2A66AF;
 width: 0%;
 display: block;
 height: inherit;
 z-index: 10;
}
@media (max-width: 480px) {
 progress{
   position: fixed;
   top: 0;
   height:  3px;
 }
}

/*                     MENU                       */




#articleNav{
  z-index: 100;
  overflow: scroll;
  height: 95vh;
	padding-bottom: 50px;
}

#articleNav li {
 list-style: none;
 cursor: pointer;
 margin-bottom: 0px;
 max-width: 300px;
}

#articleNav a {
   display: block;
   padding: 5px 5px 7px 5px;
   -webkit-transition: .5s all ease-out;
   -moz-transition: .5s all ease-out;
   transition: .5s all ease-out;
   color: #474747;
   text-decoration: none;
   font-family: "Circe Regular", Sans-serif;
   line-height: 1.33;

}

#articleNav a:hover {
   color: #000;
}

#articleNav li.active>a , #articleNav li.activeSub>a{
   color: #203379;
  margin-left: -5px;
  font-weight: bold;
}
/* #articleNav li.activeSub>a{
   font-size: 16px;
   margin-left: -10px;

} */

#articleNav li li{
 display: none;

}
#articleNav li li a{
 font-size: 14px;

}
#articleNav li.active li{
 display: block;
 padding-left: 20px;
}
#articleNav{
 position: fixed;
 background: white;
 right: 0;
 padding: 10px 10px 50px 10px;
 margin: 5px;
 box-shadow: 1px 1px 3px 2px #ccc;
 width:20%;

}
header{
  display: none;
}
#bookname{
  z-index: 101;
}



/*SHARE*/
#shareButtonBlock{
  background: #000;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  /* width: 8.5rem; */
  /* height: 2.5rem; */
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 5px;
  background: #262625;
  box-shadow: 0 0 2px #262625;

}
#shareButtonBlock  button{
  background: transparent;
  padding: 5px;
color: #fff;
 
    border: none;
}
#shareButtonBlock:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #262625;
  box-shadow: 0 0 2px #262625;
}
.fa{
  background: #262625;
}
i.fa-telegram , i.fa-facebook-square , i.fa-twitter-square{
  font-size: 24px !important;
  padding: 2px;
}
/* #twitter-share-btn {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  color: #56b8f5;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  transition: color 0.2s, background-color 0.2s ease-in-out;
} */
/* #twitter-share-btn:hover {
  color: #fff;
  background-color: #56b8f5;
} */
/* #twitter-share-btn i {
  pointer-events: none;
} */
.btnEntrance {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}
@keyframes btnEntrance { /* zoomIn */
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
/* #twitter-share-btn{
  background: url('/wp-content/themes/twentytwenty-child/twitter-brands.svg');
} */
/* .elementor-element-38119e6 .elementor-container.elementor-column-gap-default{
  width: 55%;
  max-width: 100% !important;
  margin-left: 7% !important;
} */
/*BUTTONS*/
#buttonsBlock{
  display: none !Important;
  flex-direction: column;
    position: fixed;
    top: 60px;
    left: 20px;
    z-index: 101;
	width: 270px;

}

#buttonsBlock>a{
  padding: 10px 20px;
  background: #2A66AF;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  margin-top: 5px;
	text-align: center;

}
#buttonsBlock>div a{
	    font-size: 16px;
  padding: 5px 10px;
  background: #203379;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
	text-align: center;
  width: 32%

}
#buttonsBlock>div{
  display: flex;
  justify-content: space-between;

}

@media (max-width : 1700px){
  #buttonsBlock{
    width: 250px;
  }
    #buttonsBlock a{
      width: 100%;
      text-align: center;
    }
}
.containerBurger{display: none;}

@media (max-width : 962px){
  #buttonsBlock {
    padding: 80px 20px 20px 20px;
    width: 100%;
	  top: 0px;
	  left: 0px;
	  position: fixed;
	  background: #fff;
	  z-index: 100;
	  left: -1000px;
	  height:180px;
  }
	progress {
    top: 0px;
}

  .containerBurger {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    top: 15px;
    border-radius: 25px;
    right: 15px;
    z-index: 100;
    background: #fff;
    padding: 12px 25px;
    box-shadow: 1px 1px 1px 1px #ccc;
  }

  .bar1, .bar2, .bar3 {
   background-color: #203379;
    width: 23px;
    height: 3px;
    margin: 3px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 9px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .change .bar2 {opacity: 0;}

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-2px, -4px);
  }
  #articleNav.activeNav, #buttonsBlock.activeNav{

    left: 0;
    transition: all 0.5s;
	  
  }

  #articleNav{
	  padding: 10px 10px 200px 10px;
	box-shadow: none;
	  top: 0;
	padding-top: 180px;
    width: 100%;
    background: #fff;
    /* color: #2A66AF; */
    position: fixed;
    height: 99vh;
    left: -1000px;
    z-index: 99;
    margin:0;
  }
  #articleNav li{
    max-width: 100%;
  }

}
.elementor-element-7595ce9 , .elementor-element-a6cb534 , .elementor-element-38119e6{
  padding: 0px !important;
}
@media (width:1024) {
  #buttonsBlock a{
    font-size: 14px;
  }

}


