/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css?family=Patua+One');

html, body {width: auto!important; overflow-x: hidden!important} 
body {
    font-family: 'Poppins', sans-serif;
    background-image: url('images/footprint-100x100-b.png');
    background-repeat: repeat;    
    
}

h1{
    font-family: 'Patua One', cursive;
    color: #e1217f;
    font-size: 3rem;
}

h2{
    font-family: 'Patua One', cursive;
}

.contactMe h3{
    color: #e1217f;
    font-family: 'Patua One', cursive;
    font-size: 18px;

}

.packets h3{
    font-family: 'Patua One', cursive;
    font-size: 24px;
    color: #e1217f;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #737477;
}

.packets{
    margin-top: 10px;
}
.packets p{
    line-height: 1.3em;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#content a{
    color: #e1217f;
    font-weight: 700;
}

#content a:hover{
    color: #737477;
}

.navbar {
    padding: 5px 5px;
    background-image: url('images/footprint-100x100-b.png');
    background-repeat: repeat;  
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
}

.container{
    
    background-color: rgba(255,255,255,.8);
}

@media (min-width: 1200px){
.container {
    max-width: 90%;
}}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 325px;
    max-width: 325px;
    background: #979899;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: 0;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #737477;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #d6d7d9;
}

#sidebar  p {
    color: #fff;
    padding: 20px 10px 0 10px;
    margin-bottom: 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #e1217f;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #737477;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #d6d7d9;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
        padding: 10px;
}

a.download {
    background: #fff;
    color: #a6ce39;
    border: 1px solid #a6ce39;
}

a.download:hover{
    color: #e1217f;
    border: 1px solid #e1217f;
}

a.article{
    background: #e1217f; !important;
    color: #fff;
}

a.article:hover {
    background: rgba(225,33,127,.75); !important;
    color: #e1217f;
}
a.article-mobile{
    background: #e1217f; !important;
    color: #fff;
}

a.article-mobile:hover {
    background: rgba(225,33,127,.75); !important;
    color: #fff;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    
    min-height: 100vh;
    transition: all 0.3s;
}

.main{
    padding: 20px 20px 0 20px;
}

.wrapper.container{
       margin-top: 0;
    }

@media (min-width:769px ) {
    .wrapper.container{
       margin-top: 3rem;
    }

}


.btn-prime {
    color: #fff;
    background-color: #e1217f;
    border-color: #c6c8ca;
}

.btn-prime:hover{
    color: #fff;
    background-color: rgba(225,33,127,.75);
    border-color: #c6c8ca;
}

.btn-prime:active {
    color: #fff;
    background-color: #a6ce39;
    border-color: #c6c8ca;
}

.btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(217,19,137,.25);
}

.btn-info, .btn-info:not(:disabled):not(.disabled):active{
    background-color: #e1217f;
    border-color: #e1217f;
}
.btn-info:hover {
    color: #fff;
    background-color: #e1217f;
    border-color: #e1217f;
}

footer ul{
    list-style-type: none;
}

.design{
    font-size: 10px;
    font-weight: 100;
    color: #979899 !important;
}


/*
Mobile Nav*/
.nav li{
    height: 40px;
}

.btn-dark {
    color: #fff;
    background-color: #a6ce39;
    border-color: #a6ce39;
}

.mobile-logo{
    display: block;
    width: 50%;
    margin: auto;
    height: auto;
}

.navbar-brand{
    width: 100%;

}

/*main page*/
.runners{
  background: url(images/running-900x200.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 259px;
 
  margin-bottom: 20px;
  border-color: transparent;

}

.no-line{

    width: 100%;
    height: 1px;
    border-bottom: 1px dashed transparent;
    margin: 20px 0;
}

/*footer*/

footer{
  min-height: 259px;
 
  padding-top: 40px;  
  background-color: #a6ce39;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        display:none;
    }
    #sidebar.active {
        display: block;
        margin-left: 0;
        height: 500px;
    }
    .sidebar-header{
        display: none;
    }
    /*#sidebarCollapse span {
        display: none;
    }*/
}

@media (min-width:769px ){
    .navbar-expand-lg{
        display: none;
    }
}

/*form*/

.contactMe .checkbox-radio>div>div {
    position: relative;
    left: 0;
    top: 0;
}

.contactMe .checkbox-radio label>span {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    ;
}

.contactMe .btn {
    border: 0;
    background: #e1217f;
}

.btn-sm{
    border: none;
    font-size: 11px;
}

.btn-sm:hover{
    color: #e1217f;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 230px;
    overflow-y: auto;
}


/*remove shirt size option after registration deadline*/

.contactMe .select2-container .select2-selection{
    display: none;
}


