body.elementor-page:not(.page-template-fullwidth-content) .site-content { 
    margin-bottom: 0;
    margin-top: 0;
} 

#submitButton { 
    display: flex;
    margin: 0 auto;
}

#toTop { 
    background: #0e70c7 none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 35px;
    line-height: 33px;
    opacity: 1;
    position: fixed;
    right: 5px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 35px;
}

.posted-by__author {
    color: #333;
}

.posted-by__author:hover { 
    color: #0e70c7;
}
.byline,
.byline a {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}
.cat-links,
.cat-links a { 
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}
.posted-on,
.posted-on a { 
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #333;    
}

.comments-link { 
    display: none;
}

.entry-title { 
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    text-transform: normal;
    margin-bottom: 6px;
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #333;    
}

.entry-content {
    color: #767676;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.form-submit .submit { 
    background: #0e70c7;
    border-radius: 3px;
    border-style: none;
    color: #fff;
    font-size: 13px;
    padding: 12px 30px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-submit .submit:hover {
    background: #ffc13c;
    color: #333;
}

.search-form__submit { 
    background: #0e70c7;
}

.search-form__submit:hover { 
    background: #ffc13c;
    color: #333;
}

