.tm-block-icon.tm-single-line {
    padding-top: 0;
}

.tm-block-hero + .tm-block-main {
    padding: 0;
}

.tm-main-top > div > .uk-panel-box, 
.tm-main-bottom > div > .uk-panel-box {
    padding: 20px 0;
}

/* top meu mini-square bullet */ 

.tm-toolbar .uk-subnav-line > li:nth-child(n+1):before {
    border: 0;
    width: 5px;
    height: 5px;
    box-shadow: 0 1px 0 #90d11c;
    background: #527710;
    position: relative;
}
.uk-subnav-line > :nth-child(n+1):before {
    margin-right: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


/* acymailing styling */ 

.tm-bottom-c h3.uk-panel-title {
    display: inline-block;
    float: left;
    margin-top: 30px;
}
div.acymailing_module {
    margin-top: 30px !important;
}
table.acymailing_form {
    margin-right: 0;
}
table.acymailing_form tr td {
    padding-left: 20px;
}


/* change color on individual slide */ 

.tm-slideshow-sandal .uk-slideshow li:nth-child(2) .uk-overlay-panel > div > *:not(.uk-button) {
    color: #fff !important;
}

.tm-slideshow-sandal .uk-overlay-panel > div {
    width: 100%;
}


/* color of italic font */ 
em {
    color: #699618;
}
