/* Enter Your Custom CSS Here */
table > tbody > tr > td {
  border-top: 0px;
  border: 0px;
}
nav.navigation > ul > li > a {
	font-size: 19px;
	color: #f0f0f0; /* navigation text color */
	/*text-transform: normal;*/
    font-weight: normal;
}
nav.navigation {
	background: url(images/bg-menu.png) no-repeat center bottom #85A5E0; /* navigation bar color */
    padding: 0 5px;
}
a {
	color: #85a5e0;
}
#logo h4 {
	font-size: 40px;
	padding-top: 15px;
  	padding-left: 10px;
    position: static;
    color: #030370;
}
#logo h3 {
    float: left;
    padding-left: 10px;
  	color: #676767;
  	position: static;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
#subcontainer .sml_emailinput {
  color: #000;
  font-weight: bold;
}
#subcontainer {
    width: 235px;
    height: 160px;
    position: relative;
    float: left;
    top: 100%;
    transform: translateY(-0%);
    background: url(wp-content/uploads/2014/12/envelope-budget.png) no-repeat;
}
#subcontainer .sml_emailinput {
    border-width: 2px;
	border-style: solid;
    opacity: 0.6;
    width:230px;
}
#subcontainer .sml_emailinput {
    width:230px;
}
#subcontainer .sml_submit {
    width:230px;
}
.about-author {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 0px;
  visibility: hidden;
}
.wrapper_boxed {
  margin: 20px auto;
}
a {
  /* color: #020470; */
  color: #0000ff;
}
.cs-btnviewall {
  display: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:    #000;
  font-weight: bold;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
  font-weight: bold;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
  font-weight: bold;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
   font-weight: bold;
}
input[id^='ninja_forms_field_'] {
  border-style: solid;
}
.textarea-wrap textarea {
    border: solid;
}