/* Theme by IO200 CMS (https://www.IO200.com) */

/*----------FONTS--------------------------------------------------------------------------*/
/* Nunito Sans */
@font-face {
  font-family:'Nunito Sans';font-style:italic;font-weight:200 1000;font-display:swap;
  src: url(../fonts/NunitoSansItalic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family:'Nunito Sans';font-style:italic;font-weight:200 1000;font-display:swap;
  src: url(../fonts/NunitoSansItalic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans';font-style: normal;font-weight: 200 1000;font-display: swap;
  src: url(../fonts/NunitoSans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family:'Nunito Sans';font-style:normal;font-weight:200 1000;font-display:swap;
  src: url(../fonts/NunitoSans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*----------FONTSFACE----------------------------------------------------------------------*/
/*---Flavor:FONTFACE(NunitoSans tiny)---*/
body{font-family:'Nunito Sans', sans-serif;}
@media (min-width:1000px){body{font-size:14px;}}
@media (max-width:999px){body{font-size:16px;}}
span.website-title a, span.website-tagline{font-size:0.75em;text-transform:uppercase;font-weight:300;letter-spacing:0.1em;}
@media (min-width:1000px){span.website-title a, span.website-tagline{font-size:0.75em;}}
@media (max-width:999px){span.website-title a, span.website-tagline{font-size:0.9em;}}
/*header/footer (templatelayout-standard)*/
body.templatelayout-standard{
  footer nav ul.socialmedia a img{font-size:0.9em;}
  @media (min-width:1000px){
    header nav{font-size:0.92em;}
    header nav > ul > li > .nav-item-title{line-height:1.6;}
    footer{font-size:0.96em;}
  }
  @media (max-width:999px){
    header nav{text-transform:uppercase;}
    header nav > ul li .nav-item-title{font-weight:500;}
    header nav > ul ul li .nav-item-title{font-weight:300;}
  }
}
/*main*/
@media (min-width:1000px){
  main p{font-weight:300;}
}

/*flavor base adaptions*/
main ul{list-style-type:disc;}

/*---Flavor:FOOTER_NAV_DOTS---*/
footer ul.secondary li:after, footer nav ul.secondary ul:before{margin-bottom:0.1em;border:0.12em solid;border-radius:1em;vertical-align:middle;}
@media (min-width:1000px){footer ul.secondary li:after, footer nav ul.secondary ul:before{margin-inline:0.8em;}}
@media (max-width:999px){footer ul.secondary li:after, footer nav ul.secondary ul:before{zoom:0.8;}}
