.site-header{background:transparent;height:100px;position:relative;}
.site-header a:hover, {background:transparent;}
.header-image .site-title a {min-height:100px;}
#text-3{width:100%;float:left; color:#d7c603;font-size:23px;line-height:60px;}
#hed_txt {text-align:center;width:50%; margin:0 auto; float:left;}
#hed_menu{width:50%; margin:0 auto;float:right;}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item a:hover {background-color:transparent !important;}
.genesis-nav-menu .current-menu-item a, .genesis-nav-menu .current-menu-item a:hover {background:transparent !important; background-color: transparent !important;}
.genesis-nav-menu a {border-top: 0;border-bottom: 2px solid transparent;}
#nav_menu-2 {width:50%;float:right;}
.site-container{padding-top:0;}
.site-inner{padding:0;}
.entry{background-color: transparent;color:#ffffff;}
.entry-title {color:#fff;}
/* Contact Form 7 */
.wpcf7-form{
    background: #000;
    width: 395px;
    padding: 27px 0 20px 0;
    height: 460px;
    overflow: hidden;
    margin: 20px;
    border: 2px solid #fff;
}
.wpcf7-form h2{
    font-size : 20px;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea {
    border-color: #808080 #C0C0C0 #C0C0C0 #D4D4D4;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    line-height: 16px;
    font-size: 14px;
    width: 350px;
    float: none;
    margin: 0;
}
.wpcf7-form textarea {
    line-height: 16px;
    font-size: 14px;
    height: 100px;
}
.wpcf7-form p{
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #fff;
}
.buttons_form {
     padding: 0px;
     height: 30px;
     width: 150px !important;
     border: none !important;
     cursor: pointer;
     color: #fff;
     -webkit-border-radius: .5em;
     -moz-border-radius: .5em;
     border-radius: .5em;
     color: #faddde;
     border: solid 1px #980c10;
     background: #d81b21;
     background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
     background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
/* Sticky Footer */
html, body {
	height: 100%;
}
 
.site-container {
	height: 100%;
}
 
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -90px; 
 
}
 
.site-inner {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -90px; 
}
 
.site-footer, .site-inner:after {
	/* .site-footer and .site-inner:after must be same height as .site-inner */
	height: 90px; 

}

@media screen and (min-width: 1176px) {
            .rwd-break { display: none; }
        }
@media screen and (max-width:1176px) {
            .rwd-break { display: none; }
            #hed_txt {height:30px;width:100%;}
            #hed_menu {margin-top:20px;height:30px;width:100%;}
}
@media screen and (max-width:1021px;) {
           #hed_txt{text-align:center;}
}
@media screen and (max-width: 430px){
            #hed_txt {width:100%; height 100%; margin: 0 auto 40px auto; text-align: center;line-height: 30px;}
            #hed_menu {margin-top:20px;}
.entry-content {margin-top:30px;}
.rwd-break {display:inline;}
        }
