/*
 Theme Name: Go Child
 Template:   go
*/

.elementor-widget-text-editor p {
    font-size: inherit !important;
}

:root #site-content{
    --go--max-width: 100vw;
}
/* Adjust site content padding */
.site-content {
    padding: 0px; /* top/bottom 40px, left/right 20px */
}

/* Example: Adjust header padding */
.site-header {
    padding: 0px;
}

.entry-content>:first-child {
    margin-top: 0;
}

:root .custom-logo{
--go-logo--max-width: 200px;
}
.content-area .entry-content{
    max-width:100vw;
}
.header__extras{
    flex:0;
}

/* Remove the Padding */
    .entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
        width: 100%;
        max-width: 100%;
        --double-padding: none;
    }