@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap');

body {
    font-family: 'Archivo', sans-serif;
    color:#000;
}

.navbar-header{
    height: 70px;
}

.navbar-mcp {
    float: left;
    height: 50px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
}
@media (max-width: 560px){
    .navbar-mcp {
        display:none;
    }
}


.navbar-toggle .icon-bar{
    background-color: #000;
}

.nav>li {
    text-align: center;
}

.nav>li>a {
    color:#000;
    /*padding: 0 10px;*/
    font-weight: 900;
    /*border-bottom: solid 1px #000;*/
}



.navbar-collapse{
    padding:0;
}
.navbar-nav{
    margin:0;
    width:100%;
}




.theme-dropdown .dropdown-menu {
  /*position: static;*/
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}




.advert{
    background: #f1d2ff;
    min-height: 200px;
}
.slider{
    background: #000;
}
.slider>img{
    width:100%;
    max-width: 915px;
}

div>article>header
{
    margin:60px 0 30px;
}

article>section.row{
    margin:20px 0;
    padding: 20px 0;
    background: #f5f5f5;
}
article>section.row>div:first-child{
    padding-left:0;
    text-align:center;
}
article>header{
    text-align: center;
}
article>header>h1 {
    font-weight: 900;
    text-transform: uppercase;
}
article>header>p{
    font-size: 30px;
    font-weight: 300;
}
section>article>header>p{
    font-size: initial;
    margin:0;
    font-weight: 400;
}
section>article>header>h3{
    margin:10px 0;
    font-weight: 900;
}

section>article>header>ul>li {
    margin: 0px 10px;
    display: inline-block;
}

section>article>header>ul>li::before {
    content: "·";
    color: #000;
    margin-right: 10px;
}

.cstm-btn {
    margin: 10px 0;
    padding:10px 15px;
    background: #ec0000;
    color: #fff;
    font-weight: 900;
    display:inline-block;
}
.cstm-btn:hover, .cstm-btn:active {
    color: #000;
}
.cstm-btn.black{
    background: #000;
}
.cstm-btn.black:hover, .cstm-btn.black:active {
    color: #ccc;
}
.cstm-btn.gray{
    background: #ccc;
}

.city{
    text-transform: uppercase;
}
.free {
    color: #47bb01;
}

.date {
    color: #0076a8;
}


ul {
    font-weight:900;
    /*margin-left:-10px;
    padding:0;*/
}

section>div>img {
    width:100%;
    max-width: 255px;
}


aside{
    padding:10px 0;
    text-align: center;
    background: #f7f7f7;
}
aside.row{
    margin:0;
    margin-bottom:20px;
}
aside>ul>li{
    display:block;
    font-weight: 400;
}
aside>ul>li>img{
    border-radius: 100px;
    margin: 10px 0;
}

body>div>nav{
    text-align: right;
    margin: 10px 0;
}

nav>a{
    color:#000;
}

@media (max-width: 750px){
    .ad-desktop {
        display: none;
    }
}

.pagination ul li{
  display: inline;
}

.speaker {
    float:left;
}
.apply-form #files {
    width: 100%; 
}
.apply-form #files iframe {
    width: 100%; 
    height: 2150px; 
    border: none;
}
