/*--------------------------------------------------------------
Main Header
--------------------------------------------------------------*/

header { 
  display: block;
}

.mid-content{ 
  /* width: 1170px; */
  width: 100% 
  margin: 0 auto;
}


.daveyscontent {
  padding:50px;
}

.daveyscontent2 {
  padding: 40px 80px 20px 80px;
}

.alignleft {
  text-align: left;
}

p {
  margin-bottom:40px;
}

h1 {
  font-weight: 700;
  margin-bottom:-10px;
  text-transform: uppercase;
  color: #2a527e;
  font-family: 'Roboto', sans-serif;
}

h2 {
  font-weight: 400;
  margin-bottom:10px;
  font-size:34px;
  color: #eeaa4a;
  font-family: 'Roboto', sans-serif;
}

h3, h4 {
  font-weight: 700;
  margin-bottom:10px;
  font-size:18px;
  text-transform: uppercase;
  color: #2a527e;
  font-family: 'Roboto', sans-serif;
}

p,input,select, ul {
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Oxygen",sans-serif;
  font-size:16px;
  line-height: 1.8;
}

table, td {
  /* font-family: 'Roboto', sans-serif; */
  font-family: "Oxygen",sans-serif;
  font-size:15px;
  line-height: 1.3;
}

hr.one { 
  border: 0; 
  height: 1px; 
  background: #333; 
  background-image: linear-gradient(to right, #ccc, #333, #ccc); 
  margin-top:20px; 
  margin-bottom:30px; 
  opacity:0.4;
}


.page {
  margin: 0 0;
}

#masthead{
  width: 100%;
  z-index: 99999;
  background: #FFF;
  padding: 3px 0px 0px 0px;
  border-top: 5px solid #1860a8;
  position: relative;
}
#masthead.logo-top{
  text-align: center;
}
body.parallax-on #masthead{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
body.parallax-on .wpcf7-not-valid-tip{
  text-align: center;
  font-size: 13px;
}
#site-logo{
  float: left;
}
.logo-top #site-logo{
  float: none;
  width: auto;
  padding:6px 0; 
}
.main-navigation {
  float: right;
  max-width: /* 80% */ 90%;
  margin-top: 25px;
}
.logo-top .main-navigation{
  float: none;
  width: auto;
  text-align: center;
  max-width: none;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: inline-block;
}
.main-navigation ul li{
  position: relative;
}

.main-navigation > ul > li {
  float: left;
  position: relative;
  font-family: 'Oxygen', sans-serif;  
  font-weight: bold;
}
.main-navigation > ul > li > a{
  text-transform: uppercase;
  font-size:13px;
  padding: 5px 15px;
}
.main-navigation > ul > li.current a{
  color: #1860a8;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color:#333;
}
.main-navigation ul ul {
  background: #FFF;
  position: absolute;
  top: 100%;
  left:0;
  z-index: 99999;
  padding:0 10px;
  font-size: 13px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  display: none;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  min-width: 200px;
}
.main-navigation ul ul li {
  border-bottom: 1px solid #EEE;
  padding: 8px 0;
}
.main-navigation ul ul li:last-child{
  border:none;
}
.main-navigation li:hover > a {
  color: #dea827;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #1860a8;
}
/* Small menu */
.menu-toggle {
  display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 20px;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a .fa,
.paging-navigation .nav-previous a .fa,
.post-navigation .nav-previous a .fa{
  margin-right: 10px;
  font-size: 16px;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a .fa,
.paging-navigation .nav-next a .fa,
.post-navigation .nav-next a .fa{
  margin-left: 10px;
  font-size: 16px;
}
.site-main .comment-navigation a,
.site-main .paging-navigation a,
.site-main .post-navigation a{
  background: #333;
  padding: 8px 25px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
  font-family: "Oxygen",sans-serif;
  display: inline-block;
}


.btnx {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnx:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
  border: 1px solid #CCB;
  margin-bottom: 2em;
  width: 100%;
}
table.data-table th {
  background: #F0F0F0;
  border: 1px solid #DDD;
  color: #555;
  text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
  background: #F6F6F6;
  border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}

table.data-table td {
  font-size:14px;
}

/*--------------------------------------------------------------
Footer Section
--------------------------------------------------------------*/
#colophon{
  background: #575757;
  color: #FFF;
  font-size: 11px;
  font-family: "Oxygen",sans-serif;
}

.footer-block{
  float: left;
}
.footer-block .widget, 
.footer-block .gallery{
    margin-bottom: 0;
}
.bottom-footer{
  background: #1860a8;
  padding: 15px 50px 35px 50px;
  font-size: 12px;
}
.bottom-footer a{
  color: #FFF;
}
.copy-right{
  float:left;
}
.site-info{
  float:right;
}

.tagcloud a{
  background: #000;
  padding:10px 15px;
  font-size: 13px !important;
  margin:0 0 5px 0;
  display: inline-block;
  line-height: 1;
}

.site-footer:before,
.site-footer:after,
.row:after,
.row:before {
  content: '';
  display: table;
}

.site-footer:after,
.row:after {
  clear: both;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.row:after,
.row:before {
  content: '';
  display: table;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.row:after {
  clear: both;
}


@media screen and (max-width: 500px){

  table.data-table {
    width: 100%;
  }
}

