/*
 Theme Name:   Lyntouch Ltd
 Theme URI:    https://lyntouch.com
 Description:  Lyntouch Theme
 Author:       Andrius Solopovas
 Author URI:   https://lynoutch.com
 Template:     generatepress
 Version:      0.1
*/




main.site-main {
    margin-top: 0 !important;
}

.wp-block-table figcaption {
    text-align: center;
}
.wp-block-table td,
.wp-block-table th {
    border-color: #dadada;
}

.entry-title {
    text-align: center;
}

.has-text-align-center {
    text-align: center;
}

.wp-block-uagb-columns {
    margin-bottom: 2rem !important;
}

.wp-block-uagb-columns p,
.wp-block-uagb-columns h1 {
    margin-bottom: 0;
}

a {
	text-decoration: underline;
}

@media (max-width: 480px) {
    .home-title h1 {
        font-size: 28px;
    }

    .home-title .uagb-column__inner-wrap {
        padding: 0 !important;
    }
}

.site-description {
    padding-top: 1rem;
}

.ff-message-success {
    text-align: center;
    border: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 15px;
    position: relative;
}
