/* Enter Your Custom CSS Here */

/* Enter Your Custom CSS Here */

h1.site-title {
    font-size: 45.33333px !important;
    line-height: .9375;
    margin: 10px 0 5px 0;
}

#site-navigation ul {
   display: none;
}

.widget {
    padding-left: 20px;
}

.widget {
    color: #000;
}

.widget h1,
.widget h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}

#content-wrapper {
    padding: 40px 0 0 0;
}

#site-branding {
    padding: 0 0 0 20px;
}

/* Contact From 7 text entered */
.wpcf7-form input, .wpcf7-form textarea {
    font-size: 14px;
    color: #000;
}
/* Contact From 7 text entered for text area */
.wpcf7-form textarea {
    font-size: 14px;
    color: #000;
}
/* Contact From 7 labels */
.wpcf7-form p{
    font-size : 14px;
    font-weight: bold;
    color: #000;
}

/* Space below page content */
#slide-content {
    padding-bottom: 0px;
}

.entry-header h1 {
    font-family: 'Hind', sans-serif;
    margin-bottom : 10px;
    padding : 0px;
    font-size : 40px;
}

.entry-header,
.page-title {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #AEDEC3;
    color: #000;
}

.wpcf7 select {
    background-color: #AEDEC3;
    height: 30px;
    width: 248px;
}

body,
button,
input,
select,
textarea {
    font-family: 'Helvetica', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica', sans-serif;
}

.wpcf7 .wpcf7-response-output {
    margin-left : 0;
    margin-top : 0;
}

#masthead {
    background: #227547;
}

.wpcf7 .wpcf7-submit input{
     width: 400px;
     height: 30px;
     background-color: #000;
     font-size: 13px;
     color: #fff;
     border: 1px solid #fff;
     border-radius: 5px;
}

.wpcf7-form input[type="submit"] {
	 color: #000;
	 background-color: #fff;
     width: 100px;
}

#topright {
    float: right;
    color: #fff;

    padding: 10px;
    font-weight: bold;
    font-size: 24px;
}