/*
 Theme Name: Sidewalk Child
 Theme URI: https://sidewalkstories.com/sidewalk-child
 Description: A child theme for Astra.
 Author: Yadunandan
 Author URI: https://sidewalkstories.com (Replace with your website URL or leave as is)
 Template: astra
 Version: 1.0.0
 Text Domain: sidewalk-child
*/

/*@font-face {
    font-family: 'bar_booth_at_mattsregular';
    src: url('fonts/barboothatmatts-jea0j-webfont.woff2') format('woff2'),
         url('fonts/barboothatmatts-jea0j-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'typewriter-serialregular';
    src: url('fonts/typewriter-serial-regular-webfont.woff2') format('woff2'),
         url('fonts/typewriter-serial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brittany_signatureregular';
    src: url('fonts/brittanysignature-webfont.woff2') format('woff2'),
         url('fonts/brittanysignature-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.brittanyFont h2 {
	font-family: 'brittany_signatureregular' !important;
}
.barboothatmatts h2 {
    font-family: 'bar_booth_at_mattsregular' !important;
}

.brittanyFont span.elementor-button-text {
	font-family: 'brittany_signatureregular' !important;
}


.ast-site-identity{
    padding: 5px !important;
}*/


.homecolor{
    color: #918cbd;
}
.streetVendorsHome{
    color: white;
    font-size: 52px;
    font-family: "Caveat";
    line-height: 28px;
    letter-spacing: 2px;
}
.the-street-vendors p{
    margin-bottom: 14px !important;
    margin-top: 14px !important;
}
@media screen and (max-width:991px){
    .streetVendorsHome{
        font-size: 26px !important;
        line-height: 26px;
        letter-spacing: 2px;
        text-align: center;
    }
    .the-street-vendors p{
    margin-bottom: 14px !important;
    margin-top: 14px !important;
}

}
.ast-logo-title-inline .ast-site-identity {
    /*padding: .2em 0 !important;*/
}
/*.site-logo-img{
    position: absolute;
    top: 2px;
    left: 20px;
}*/
.helptext ul {
    margin-left: 13px !important;
}

.helptext a{
    color: #221F20 !important;
}
.elementor-page{
    padding-top: 0 !important;
}
#ast-scroll-top {
    background-color: #918cbd !important;
    border: solid 1px white;
}