#masthead .site-branding .site-description {
		font-style: italic;
}

#colophon .site-info {
    border-top: 1px solid #dc143c;
		background-color: #dc143c;
    color: #ffffff;
		font-size: 15px;
    padding: 30px 0;
    text-align: center
}

.sow-icon-elegantline {
		font-size: 64px;
}

.field-wrap select {
		padding: 10px;
}

@media only screen and (max-width: 600px) {
		.field-wrap select {
		padding: 10px;	
		}
}

@media only screen and (max-width: 600px) {
		.widget-title {
		background-color: #dc143c;
    color: #ffffff;
		font-size: 15px;
    padding: 10px;
    text-align: center;
		margin-bottom: 25px;		
		}
}