.page-footer{
    margin-top: 20px;
}

.site-content{
    min-height: 50vh;
}

.site-subscription{
    background-color: #2E9B2F;
    min-height: 50px;
}

.news-text{
    float: left;
    margin-bottom: 0;
}

.news-text p{
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 0;
    margin-right: 10px;
    text-transform: uppercase;
}

.site-subscription .input-group{
    line-height: 50px;
    width: 50%;
}

.site-subscription .input-group input{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 30px;
    margin-top: 10px;
}

.site-subscription .subs-btn{
    background-color: #2E9B2F;
    border: 1px solid white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: white;
    font-size: 12px;
    margin-left: 5px !important;
    text-transform: uppercase;
}

.site-subscription .subs-btn:hover{
    background-color: white;
    color: #2E9B2F;
}

.newsletter-section i.fa{
    color: white;
    font-size: 3rem;
    margin-right: 5px;
}

.form-terms label{
    color: white;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
}

.form-terms label a{
    color: white;
}

@media only screen and (min-width: 992px){
 /*   .news-text{
        width: 50%;
    }
    .form-news{
        float: left;
        width: 50%;
    } */
    .site-subscription .input-group{
        width: 100%;
    }
}

@media only screen and (max-width: 991px){
 /*   .news-text{
        width: 100%;
    }
    .form-news{
        width: 100%;
    } */
    .site-subscription .input-group{
        width: 80%;
    }
    .news-text i.fa{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px){
 /*   .news-text{
        width: 100%;
    } */
    .news-text p, .newsletter-section i.fa{
        line-height: 15px;
    }
}

.rss-section .widget{
    float: right;
    margin-bottom: 0;
}

.rss-section .widget-title{
    color: white;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.rss-section .textwidget{
    float: right;
}

.rss-section .hover-menu{
    border: 1px solid white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: white;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 30px;
    margin: 10px 5px 0;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.rss-section .hover-menu:hover{
    background-color: white;
}

.rss-section .hover-menu a{
    color: white;
}

.rss-section .hover-menu:hover a{
    color: #2E9B2F;
}

@media only screen and (max-width: 768px){
    .site-subscription .input-group{
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .news-text, .rss-section .widget, .rss-section .widget-title{
        float: none;
        text-align: center;
    }

    .rss-section .textwidget{
        float: none;
        margin-bottom: 20px;
        margin-left: 51%;
        -webkit-transform: translateX(-49%);
        -moz-transform: translateX(-49%);
        -ms-transform: translateX(-49%);
        -o-transform: translateX(-49%);
        transform: translateX(-49%);
        width: 51%;
    }
}

@media only screen and (max-width: 376px){
    .rss-section .textwidget{
        width: 58%;
    }
}

@media only screen and (max-width: 320px) {
    .rss-section .textwidget {
        width: 69%;
    }
}

.site-top-footer{
    background-color: #1C4446;
    color: white;
    font-weight: bold;
    min-height: 40px;
}

.site-top-footer .footer-menus div.widget{
    padding:4% 15px 1%;
}

ul.menu{
    list-style: none;
    margin: 0;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
}

ul.menu a{
    color: white;
    font-size: 1.2em;
    font-weight: normal;
}

ul.menu a:hover, ul.menu a:focus{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

.widget-title{
    font-size: 1.3em;
    text-transform: uppercase;
}

.site-footer{
    background-color: #1C4446;
    border-top: 1px solid rgba(255,255,255,0.2);
    color: white;
    font-weight: bold;
    height: 40px;
}

.site-footer{
    line-height: 40px;
}

.site-footer p{
    margin-bottom: 0;
}

.footer-right{
    text-align: right;
}

.footer-right a, .footer-right a:hover, .footer-right a:focus, .footer-right a:visited{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (max-width: 767px){
    .site-footer{
        border-top: 0;
        height: auto;
    }

    .site-footer .footer-right, .site-footer .footer-left{
        text-align: center;
    }

    .site-footer>.container-fluid>.row{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .site-footer>.container-fluid>.row .footer-left{
        font-size: 1.2em;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .site-footer>.container-fluid>.row .footer-right{
        font-size: 1.1em;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}