/* wedgies polls */

.question-card div.colophon {
display: none;
}

body.custom-background {
background: url("wp-content/uploads/2015/09/symphony.png");
}
#masthead {
width: 1140px;
margin: 0 auto;
}
#header-left-section {
margin-left: 35%;
}
#header-text-nav-container {
    background-color: #1F72B0;
}
#header-text-nav-wrap {
padding: 0;
}
#site-navigation {
background-color: #EED17D;
border-top: 4px solid #FFF;
}
#main {
/*background-color: #DFDFDF; */
background: url("wp-content/uploads/2015/09/symphony.png");

}
.main-navigation a {
    color: #289DCC;
}
#primary {
background: transparent;
}
.entry-content {
background: white;
}
#site-title a {
    color: wheat;
}
#site-description {
color: white;
}
.widget ul {
background-color: rgb(255, 255, 194);
padding: 0 10px;
}
#secondary .widget {
background-color: transparent;
}
/*
#secondary .widget-title {
background-color: #DFDFDF;
}
*/
#content .post img {
width: 100%;
}
.more-link {
float: right;
}
#header-logo-image {
float: none;
padding-right: 20px;
position: absolute;
left: 29%;
}

#content .post {
background: white;
}
/*
#content {
background: #DFDFDF;
}
*/

.single-related-posts {
background: rgb(255, 255, 194);
}

.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
color: blue;
}


/* Contact Form */

.your_name {
width: 48%;
float: left;
}
.your_name input {
width: 95%;
margin-left: 2%;
}
.your_email {
width: 48%;
float: left;
margin-left: 4%;
}
.your_email input {
width: 94%;
}
center.ss-title input {
    width: 95%;
}
.btn_send input {
width: 100%;
background: #EED17D;
color: #000;
border-left: none!important;
}
textarea, input, input:focus, textarea:focus {
    border: none;
    border-left: 10px solid silver;
    border-bottom: 1px solid silver;
    outline: none;
}
input:focus {
	border-left: 10px solid #eed17d;
}
textarea:focus {
	border-left: 10px solid #eed17d;
}
input[type="file"],  input[type="file"]:focus {
background: white;
color: #8F8F8F;
border: 1px solid #eed17d;
margin: 1px;
}
div.wpcf7 img.ajax-loader {
width: 22px;
}

/* wedgies polls */

.question-card div.colophon {
display: none;
}

@media screen and (max-width: 768px) {
    #header-left-section {
        margin-left: 0!important;
    }
    #masthead {
        width: 100%!important;
    }
}

/*

WIDE CONTENT

.widget_highlighted_post_area {
display: flex;
}

.widget_highlighted_posts .single-article:nth-child(even) {
margin-right: 1%;
margin-left: 1%;
}

*/