/* General */
a:hover {text-decoration: none;}
.hometitle {text-align: center;}

/* Footer */
footer .container { padding-bottom:  40px;}
.footercredits { background: #1e3d59; padding: 20px 0 0; border-top: 1px solid #14293D; }
footer h3 {margin-bottom: 30px;}
.footercredits p, .footerclass a,.footernav ul li a {font-size: inherit;}
footer .kadence_recent_posts .postclass a { color: #fff; }
#containerfooter .widget.kadence_recent_posts .color_gray{ color: #fff; }

/* PORTFOLIO---------------------- */
.portfolio_item .portfoliolink{ height:100%; background: -moz-linear-gradient(center top , rgba(33, 68, 99, 0.5) 0%, #214463 100%); }
.portfolio_item .piteminfo {
    display: table;
    height: auto;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    top: 40%;
    position: relative;
    color: #fff;
}
.portfolio_item .piteminfo h5 {
    display: unset;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
/* NEWS LETTER ------------------ */
form.mc4wp-form input[type="text"], form.mc4wp-form input[type="email"], form.mc4wp-form input[type="tel"], form.mc4wp-form input[type="url"], form.mc4wp-form textarea {
    background-color: #fff !important;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

form.mc4wp-form input[type="submit"] {
    background: #ff370f none repeat scroll 0 0;
    border: 1px solid #ff370f;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 4px 6px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}