.site-footer {
    display: none;
}
.panel-grid-cell .widget-title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
}
.panel-grid-cell .widget-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #d65050;
    display: none;
}
.site-title {
    font-weight: 400;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
   width: 100%;
}
.hentry .title-post {
    font-size: 24px;
}
.text-slider .maintitle {
   text-shadow: 3px 3px 9px rgba(0, 0, 0, 1.0);
   font-weight: 400;
   /*padding-top: 7em;*/
}
.text-slider .subtitle {
   text-shadow: 2px 2px 6px rgba(0, 0, 0, 1.0);
   font-weight: 200;
   /*text-transform: uppercase;*/
}
/*.site-header {
   background-color: rgba(0, 0, 0, 1.0);
}*/
.roll-button {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}
.site-header.float-header {
    background-color: rgba(44,70,85,1.0);
}
.page-wrap .content-wrapper {
    background-color: rgba(44,70,85,0.0);
}
#mainnav ul li a {
    font-size: 18px;
   /*font-weight: bolder;*/
    /*text-shadow: 1px 1px 6px rgba(44, 70, 85, 1.0);*/
   text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.0);
}
input[type="submit"] {
    background-color: rgba(44,70,85,1.0);
}