.ourmasters {
	margin-bottom: 2em;
	padding: 0 6em;
}

.rsform-block.rsform-block-send {
    float: right;
    width: 13em;
}

input#Send {
    float: right;
}

.row.formrow {
    width: 80%;
    margin-left: 10%;
}

textarea#Message {
    height: 13em;
}

ul.footer-social {
    list-style: none;
    text-align: center;
    display: flex;
}

.footer-social li {
    display: flex;
    /*margin-right: 3em;*/
}

.footer-social li a > img {
	margin: 0 0.2em;
	margin-top: -5px;
}

li.bar-before:before{
	content: " | ";
}

li.bar-after:after{
	content: " | ";
}

/*FOOTER*/
#sp-footer {
        padding: 30px 0 10px 0 !important;
}

/*-------------------- Blog -----------------*/
h4.newsflash-title.noticias-side a {
    color: purple;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.noticias-side p {
    line-height: 1.1em;
    color: #3A3A3A !important;
    font-size: 1.5rem!important;
}

.entry-header h2 {
    text-transform: uppercase;
    font-weight: 800;
}

.sp-module.noticias-side {
    border: solid 1px lightgray;
    padding: 1em;
}

.bbmaestri-article p{
    color:#3A342A!important;
    font-size: 1em!important;

}

div#system-message {
    display: none !important;
}