#text {
    font-family: 'JuanitaBrushSmooth';
    font-size: 107px;
    margin-top: 20px;
}

#more {
    padding-top: 25px;
    font-size: 24px;
    font-family: 'Roboto Slab';
}
.right-arrow {
    position: absolute;
    top: -35px;
    right: -237px;
}
.copyright {
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 80px;
    font-weight: 400;
} 
.w3-coming-bx {
    position: absolute !important;
} 
.custum-search-form.mobile {
    display: none;
}
input#mce-EMAIL {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #fff !important;
    font-size: 21px !important;
    font-family: 'Roboto' !important;
    text-align: center;
    height: 40px;
    border-radius: 0 !important;
    width: 100% !important;
    margin-right: 10px !important;
    color: #7054a3;
}
#mc_embed_signup_scroll {
    max-width: 420px;
    display: flex;
    margin: auto;
    position: relative;
}
input#mce-EMAIL:focus {
    outline: 0 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7054a3;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7054a3;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7054a3;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7054a3;
  opacity: 1;
}
#mc_embed_signup input.button {
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 0 !important;
    height: 40px;
    text-align: center;
    width: auto !important;
    background: #7054a3;
}
#mc_embed_signup input.button:hover{
    background: #7054a3;
}
h2#text span {
    position: relative;
    padding: 0 5px 0 15px;
}
h2#text span:before {
    content: "'";
    position: absolute;
    left: 9px;
    top: 38px;
}
.top-head.text-center.logo-header {
    position: relative;
    top: -10px;
}
.countdown .date .time-name::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    top: -8px;
    left: 0;
    right: 0;
}
.countdown .date .time-name {
    border-top: 0 !important;
    position: relative;
}
.w3-social-icon {
    padding-top: 10px;
}
@media(max-width: 991px){
    .custum-search-form {
    max-width: 100%;
    }
    .my-form  {
    display: flex;
    max-width: 400px;
    margin: auto;
    }
    .right-arrow {
    position: unset;
    margin-top: 25px;
    }
    .custum-search-form.desktop {
    display: none;
    }
    .custum-search-form.mobile {
    display: block;
    }
}

@media(max-width: 767px){
    .my-form {
    flex-direction: column;
    }
    .my-form .input-group-btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
    }  
    #mc_embed_signup_scroll {
    text-align: center;
    flex-direction: column;
    }    
    #mc_embed_signup input.button {
    margin: 0 auto !important;
    }
}
@media only screen and (max-width: 600px) {
    #text {
        font-size: 42px;
    }

    #more {
        font-size: 18px;
        padding-top: 5px;
    }

    .input-field {
        font-size: 12px;
    }
    h2#text span:before {
    top: 0;
    }
    .countdown .date .time-name::before {
    opacity: 0; 
    }
}

.input-field {
    font-size: 21px;
    color: white;
    font-family: 'Roboto';
    text-align: center;
}
#more a {
    color: white
}
 #more a:hover {
    color:#7054a3 !important;
 }
