/*
old salmon color: db8563 

	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top,#ce7d5a,#ce7d5a);
	background-image: -moz-linear-gradient(top,#ce7d5a,#ce7d5a);
	background-image: -ms-linear-gradient(top,#ce7d5a,#ce7d5a);
	background-image: -o-linear-gradient(top,#ce7d5a,#ce7d5a);
	background-image: linear-gradient(to bottom,#ce7d5a,#ce7d5a);


*/
/*-------SITE WIDE STYLES------------*/
/*.site-container {
	margin-top: 10px;
}*/
@media only screen and (min-width: 930px) {
	.navigation-container {
		margin-bottom: 58px;
	}
}

.entry-content a {
	color: #990033;
	border-bottom: none;
}

.entry-content a:hover {
	border-bottom: none;
	color: #000000;
}

.entry-title a {
	color: #990033;
}

/*-------NAVIATION------------*/
/*-------SIDEBAR------------*/
.sidebar a {
	color: #990033;
	border-bottom: none;
}

.sidebar a:hover {
	border-bottom: none;
	color: #000000;
}

body #gform_wrapper_1 .top_label .gfield_label {
	display: none;
}

#gform_fields_1 input, select, textarea {
	border: 1px solid #cccccc;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button, .footer-widgets .button, .sidebar .button {
	width: 100%;
	padding: 5px;
}

#simple-social-icons-2 {
	margin-bottom: 20px;
}

#text-4 {
	padding: 0;
	border: none;
}

#text-4 a {
	color: #ffffff;
	font-weight: 400;
}

#text-4 a:hover {
	text-decoration: underline;
}

#text-5 {
	padding-bottom: 0;
}

.btn {
	background: #990033;
	background-image: -webkit-linear-gradient(top,#990033,#990033);
	background-image: -moz-linear-gradient(top,#990033,#990033);
	background-image: -ms-linear-gradient(top,#990033,#990033);
	background-image: -o-linear-gradient(top,#990033,#990033);
	background-image: linear-gradient(to bottom,#990033,#990033);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #000000;
	font-family: Montserrat, sans-serif;
	color: #ffffff;
	font-size: 12px;
	padding: 15px 20px;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
}

.btn:hover {
	background: #a5204c;
	background-image: -webkit-linear-gradient(top,#a5204c,#a5204c);
	background-image: -moz-linear-gradient(top,#a5204c,#a5204c);
	background-image: -ms-linear-gradient(top,#a5204c,#a5204c);
	background-image: -o-linear-gradient(top,#a5204c,#a5204c);
	background-image: linear-gradient(to bottom,#a5204c,#a5204c);
	text-decoration: none;
}

/*-------FOOTER------------*/
.site-footer a, .site-footer a:hover {
	border-bottom: none;
}

/*-------HOME PAGE------------*/
.welcome-message .widget-title {
	text-transform: none;
	font-size: 24px;
	color: #990033;
}

.welcome-message {
	margin-bottom: 40px;
}

/*-------CONTACT PAGE------------*/
#gform_fields_2 input, select, textarea {
	border: 1px solid #cccccc;
}