/*--
	Theme Name: theme51347
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 4.4.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 3.1.5
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */
.main-holder {
	background:#ffffff url(images/bg-top-na.jpg) no-repeat 50% 0 !important;
}

.header {
	padding-top: 0px !important;
}

.nav-wrap {
	//border: 3px solid #0000cc !important;
	//background: initial !important;
	//background-color:#c93428;
	background-color:#1c3f93 !important;
	//background-image:-moz-linear-gradient(top,#ce382b,#c12e23);
	background-image:-moz-linear-gradient(top,#1c3f93,#0c2a71) !important;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#1c3f93),to(#0c2a71)) !important;
	background-image:-webkit-linear-gradient(top,#1c3f93,#0c2a71) !important;
	background-image:-o-linear-gradient(top,#1c3f93,#0c2a71) !important;
	background-image:linear-gradient(to bottom,#1c3f93,#0c2a71) !important;
	background-repeat:repeat-x;
}

#topnav li {
	border-right: 1px solid #1549c7 !important;
	border-left: 1px solid #1549c7 !important;
}


.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-text {
	border-radius:4px;
}
.wpcf7-submit { border-radius: 2px; }


