/*
Theme Name: Ftartchi theme
Template: twentytwenty
Author: Nabil
Version: 1.0
*/
@font-face {
  font-family: 'Orator';
  src: url('assets/fonts/OratorStd.otf');
}
@font-face {
  font-family: 'Avenir';
  font-weight: normal;
  src: url('assets/fonts/AvenirLTStd-Book.otf');
}
@font-face {
  font-family: 'Avenir';
  font-weight: roman;
  src: url('assets/fonts/AvenirLTStd-Roman.otf');
}
@font-face {
  font-family: 'Avenir';
  font-weight: 500;
  src: url('assets/fonts/AvenirLTStd-Medium.otf');
}
body {
  font-family: 'Avenir', serif;
  letter-spacing: normal;
  background-color: white;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file,
.entry-content, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt{
  font-family: 'Avenir', serif;
}
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary{
  font-family: 'Avenir', serif;
}
input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button{
  font-family: 'Avenir', serif;
}
#site-header{
  background-color: #23564E;
  height: 7rem;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
#site-header .header-titles{
  margin: 0;
}
#site-header .header-titles .site-logo{
  margin: 0;
  width: 8rem;
  height: 3.5rem;
}
#site-header ul.primary-menu{
  margin: 0;
  display: flex;
  align-items: center;
}
#site-header ul.primary-menu > li{
  margin: 0 2rem;
}
#site-header ul.primary-menu > li > a{
  font-family: 'Avenir';
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: normal;
}
#site-header ul.primary-menu > li.btn{
  padding: 1.1rem 1.8rem 0.8rem;
  background-color: #EADE55;
}
#site-header ul.primary-menu > li.btn > a{
  color: #23564E;
  font-family: "Orator";
  font-weight: 500;
  font-size: 1.4rem;
}
#site-header .header-inner{
  padding: 1.5rem 0;
  max-width: 111rem;
}
#site-header .header-titles-wrapper{
  margin: 0 0 0.4rem;
  max-width: initial;
}
#site-header .toggle-inner{
  height: 2.4rem;
  padding: 0;
}
#site-header .nav-toggle .toggle-icon.icon-menu{
  width: 2.4rem;
  height: 2.4rem;
}
.menu-modal,
.menu-modal-inner{
  background-color: #23564E!important;
}
.menu-modal .fill-children-current-color *{
  fill: #EADE55;
}
.modal-menu li{
  border: none;
  border-top: 1px solid rgba(255,255,255,0.15)!important;
}
.modal-menu li:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.15)!important;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a{
  color: #EADE55;
  border-color: rgba(255,255,255,0.25);
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: normal;
}
.menu-modal button.close-nav-toggle{
  padding: 2.4rem 0.2rem;
}
.menu-modal button.close-nav-toggle svg{
  width: 2.2rem;
  height: 2.2rem;
}
.menu-modal button.close-nav-toggle .toggle-text{
  display: none;
}
#site-content{
  background-color: white;
  margin-top: 7rem;
  min-height: calc(100vh - 7rem);
}
h2, .heading-size-2{
  font-size: 4rem;
}
h3, .heading-size-3{
  font-size: 3.2rem;
}
#site-content .entry-content{
  padding-bottom: 6rem;
}
#site-content .post .entry-content{
  padding-top: 6rem;
}
#site-content .post-inner{
  padding-top: 0;
}
.post-meta-wrapper{
  margin-bottom: 3rem;
}
@media (min-width: 700px) {
  #site-content .entry-content{
    font-size: 1.9rem;
  }
}
p{
  margin: 1em 0;
}
li > ul,
li > ol,
ol,
ul{
  margin: 0;
}
li{
  margin: 0.8rem 0 0.8rem 2rem;
}
.entry-content blockquote{
  border-color: #e6dd59;
  border-left-width: 0.3rem;
  color: #777;
}
h1, h2, h3, h4, h5,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.singular .entry-header h1{
  font-family: 'Orator';
  font-weight: normal;
  /*text-transform: lowercase;*/
  color: #2c5950;
}
.singular .entry-header h1{
  font-size: 4.8rem;
}
.entry-content h1, .entry-content h2, .entry-content h3{
  margin: 4rem auto;
}
.entry-content h4{
  margin: 3rem auto;
}

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer{
  margin: 0;
  background-color: #2c5950;
}
.footer-top{
  border: none;
  justify-content: center;
  align-items: center;
}
.footer-top .footer-social-wrapper{
  width: auto;
  flex: initial;
  margin-left: 0.8rem;
}
.footer-top .footer-menu{
  margin: 0;
}
.footer-top .footer-menu li{
  margin: 0rem 0.8rem 0;
}
.footer-top .footer-menu a{
  font-family: 'Orator';
  font-weight: normal;
  font-size: 2.1rem;
  text-transform: lowercase;
  color: #f3f1b2;
}
.footer-top .footer-social{
  margin: 0;
}
.footer-top .footer-social li{
  margin: 0;
}
.footer-top .social-icons a{
  background-color: transparent;
}
.footer-top .social-icons a .fill-children-current-color, .fill-children-current-color *{
  fill: #f3f1b2;
}
.footer-top .footer-social li:first-child svg{
  display: none;
}
.footer-top .footer-social li:first-child a:after{
  content: url('assets/images/mail.svg');
  margin-top: 0.8rem;
}
.footer-classic-wrapper{
  background-color: #2c5950;
  padding: 2.5rem 0 2.5rem;
}
.footer-classic{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 1.2rem;
  opacity: 0.6;
}
.footer-classic .wp-block-image{
  margin: 0!important;
}
.footer-classic p{
  margin-top: 1.2rem;
  margin-bottom: 0;
  line-height: 1.2rem;
}
.footer-classic ul{
  display: flex;
  list-style: none;
  margin: 1.2rem 0;
}
.footer-classic a{
  color: white;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1000px) and (max-width: 1100px) {
  #site-header ul.primary-menu > li{
    margin: 2rem 0 1.6rem;
  }
}
@media (max-width: 600px) {
  .footer-classic ul{
    flex-direction: column;
    text-align: center;
  }
  .footer-classic li{
    margin: 0.4rem 0;
  }
}