.georgia
{
    font-family: Georgia, 'Times New Roman', Times, serif !important;
}

.avia-caption-title,.avia-caption-content p {
    background: transparent !important;
    padding: 0 !important;
}

.avia-caption-content p {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-style: italic !important;
}

#contact
{
	font-size: 12px;
}

#contact input
{
    margin-bottom: 6px !important;
    padding: 5px 6px !important;
}

#contact br 
{
    display: none;
}

#contact .wpcf7-textarea
{
    max-height: 80px;
    margin-bottom: 10px !important;
}

#contact .kc_captcha, #contact .kc_captcha .captcha-image
{
    border: none;
    color: white;
    width: 100%;
    padding: 0 !important;
}

#contact form
{
    margin: 0 !important;
    position: relative;
}

#contact p
{
    margin: 0 !important;
}

#contact .wpcf7-submit
{
    width: 100%;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    background-color: #486791;
    color: white;
    padding: 8px !important;
}

#contact .wpcf7-not-valid-tip
{
    display: none;
}

#contact .wpcf7-not-valid
{
    background-color: #f7d9d9 !important;
    border-color: red !important;
}

#contact .kc_captcha .wpcf7-not-valid
{
    background-color: transparent !important;
}

#contact .kc_captcha .wpcf7-not-valid label
{
    color: #f7d9d9 !important;
}

#contact .kc_captcha .wpcf7-not-valid .cf7ic_instructions
{
    color: red !important;
}

#contact .kc_captcha .wpcf7-not-valid .cf7ic_instructions span
{
    color: white !important;
}

#contact .wpcf7-response-output {
    background-color: white;
    position: absolute;
    top: 100%;
    left: 3%;
    width: 100%;
    margin: 0 !important;
}

#contact .wpcf7-spinner {
    margin: 0px !important;
    position: absolute !important;
    right: 10px;
    bottom: 3px;
}



.badges-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge {
    flex: 1;
    text-align: center;
    padding: 0;
}

.badge img {
    width: 100%;
    max-width: 100px;
    height: auto;
}

.connect-icons a
{
    margin-right: 5px;
}