#custom_html-4 .custom-html-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#custom_html-4 form > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
	  justify-content: space-between;
}

#custom_html-4 form * {
    margin-bottom: 0;
    letter-spacing: normal;
}

#custom_html-4 div[role="form"] {
    width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
}
#custom_html-4 form > div > * {
    width: 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

#custom_html-4 form input[type="submit"] {
    width: 100%;
}

#custom_html-4 form input {
    text-align: center;
}
section#enews-ext-2 {
	display: none;
}

aside.sidebar #custom_html-5 {
    background: #f3f3f3;
    border: solid 3px #fff;
    outline: solid 1px #f3f3f3;
    padding: 30px;
}

aside.sidebar form {
    margin-top: 28px;
}

aside.sidebar input {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 7px 15px;
    width: 100%;
    margin-bottom: 15px;
}
aside.sidebar #enews-ext-1 {
    display: none;
}
.sb_instagram_header {
    display: none;
}
.breadcrumb {
    display: none;
}
#custom_html-4 form p > * {
    width: 32%!important;
}

#custom_html-4 form p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#custom_html-4 form p .ajax-loader, #custom_html-4 form p br {
    display: none;
}

#custom_html-4 form > div:empty {
    display: none;
}
@media(max-width: 991px) {
	#custom_html-4 .custom-html-widget {
    flex-direction: column;
}

#custom_html-4 .custom-html-widget > span {
    margin: 20px 0;
}

#custom_html-4 div[role="form"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 500px;
}

#custom_html-4 form p {
    flex-direction: column;
}

#custom_html-4 form p > * {
    width: 100%!important;
}

#custom_html-4 form p > * + * {
    margin-top: 15px;
}
}








