/* Put any custom CSS rules here */
a#GetEmbedTicketButton.btn-theme {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.1em;
    font-weight: 800;
    border-radius: 10px;
  //  background: #ff9966 !important;
    padding: 14px;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 20px;
}

//.addcalendar ul li:first-child a {
//    color: #ff9966;
//}

.fixed-nav {
    background: #fbf7f4;
}

.smt-pin-board .smt-search-wrapper  {
    padding: 0 !important;
    background: red !important;
}
