/*
Theme Name: David Limbaugh
Theme URI: davidlimbaugh
Author: tony cane
Author URI: none
Description: David Limbaugh
Version: 1.0

dark-primary [#183A52]
medium-primary [#245A82]
light-primary [#398Ac2]
*/
*{
	padding:0;
	margin:0;
}

.column, .columns {
	padding-left: .8rem;
	padding-right: .8rem;
}
@media screen and (min-width: 40em) {
	.column, .columns {
		padding-left: 1.3rem;
		padding-right: 1.3rem;
	}
}

.off-canvas-content{
	background:#dfdfdf;
}
body{ 
	background:#dfdfdf;
	font-family: 'Roboto Condensed', sans-serif;
}
.shell{
	background:#fefefe;
	/*
	border-left:4px solid #cccccc;
	border-right:4px solid #cccccc;
	*/
}
.reveal-overlay{
	z-index:99;
}
.reveal{
	z-index:100;
}
h1,h2,h3,h4,h5,h6{
	line-height:normal;
	font-weight:bold;
	font-family: 'Roboto Slab', serif;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	color:#990000;
}
h1{
	font-size:2rem;
}
h2{
	font-size:1.7rem;
}
h3{
	font-size:1.5rem;
}
h4{
	font-size:1.3rem;
}
h5{
	font-size:1.2rem;
}
h5{
	font-size:1.1rem;
}
.clear{
	clear:both;
}
/*
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:inherit;
}
*/
a{
	color:#028BBA;
	transition: 0.5s ease;
}
a:hover{
	color:#029BdA;
	transition: 0.5s ease;
}
.font-8{
	font-size:.8rem;
}
.font-10{
	font-size:1rem;
}
.font-12{
	font-size:1.2rem;
}
.font-15{
	font-size:1.5rem;
}
.font-20{
	font-size:2rem;
}
.smaller-font{
}
.bold{
	font-weight:bold;
}
.uppercase{
	text-transform:uppercase;
}
.serif{
	font-family: 'Roboto Slab', serif;
}
.sans-serif{
	font-family: 'Roboto Condensed', sans-serif;
}
.pointer{
	cursor:pointer;
}
  

/*WTF*/
.padding{
	padding:1.3rem;
}
.padding-top{
	padding-top:1.3rem;
}
.padding-right{
	padding-right:1.3rem;
}
.padding-bottom{
	padding-bottom:1.3rem;
}
.padding-left{
	padding-left:1.3rem;
}

.margin{
	margin:1.3rem;
}
.margin-top{
	margin-top:1.3rem;
}
.margin-right{
	margin-right:1.3rem;
}
.margin-bottom{
	margin-bottom:1.3rem;
}
.margin-left{
	margin-left:1.3rem;
}

.no-margin{
	margin:0px;
}
.no-margin-top{
	margin-top:0px;
}
.no-margin-right{
	margin-right:0px;
}
.no-margin-bottom{
	margin-bottom:0px;
}
.no-margin-left{
	margin-left:0px;
}

.half-padding{
	padding:.7rem;
}
.half-padding-top{
	padding-top:.7rem;
}
.half-padding-right{
	padding-right:.7rem;
}
.half-padding-bottom{
	padding-bottom:.7rem;
}
.half-padding-left{
	padding-left:.7rem;
}

.half-margin{
	margin:.7rem;
}
.half-margin-top{
	margin-top:.7rem;
}
.half-margin-right{
	margin-right:.7rem;
}
.half-margin-bottom{
	margin-bottom:.7rem;
}
.half-margin-left{
	margin-left:.7rem;
}

.no-padding{
	padding:0px !important;
}
.no-padding-top{
	padding-top:0px !important;
}
.no-padding-right{
	padding-right:0px !important;
}
.no-padding-bottom{
	padding-bottom:0px!important;
}
.no-padding-left{
	padding-left:0px!important;
}


.border{
	border:1px solid #dddddd;
}
.border-top{
	border-top:1px solid #dddddd;
}
.border-right{
	border-right:1px solid #dddddd;
}
.border-bottom{
	border-bottom:1px solid #dddddd;
}
.border-left{
	border-left:1px solid #dddddd;
}
.no-border{
	border:none;
}

.button{
	overflow:hidden;
}
.alignleft {
	float: left;
	margin:0em 1em 1em 0em;
}

.alignright {
	float: right;
	margin:0em 0em 1em 1em;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.row{
	max-width:82.5em;
}
.full{
	max-width:100%;
}
.dark-primary{
	background:#183A52 !important;
}
.medium-primary{
	background:#245A82 !important;
}
.light-primary{
	background:#398Ac2 !important;
}
.section-heading{
	background:#183A52 !important;
	color:#ffffff;
	padding: 0em .5em 0em .5em;
}

.dark-primary-font{
	color:#183A52 !important;
}
.medium-primary-font{
	color:#245A82 !important;
}
.light-primary-font{
	color:#398Ac2 !important;
}
.white-font{
	color:#ffffff !important;
}
.dark-primary-hover:hover{
	background:#183A52 !important;
}
.medium-primary-hover:hover{
	background:#245A82 !important;
}
.light-primary-hover:hover{
	background:#398Ac2 !important;
}
.dark-primary-font-hover:hover{
	color:#183A52 !important;
}
.medium-primary-font-hover:hover{
	color:#245A82 !important;
}
.light-primary-font-hover:hover{
	color:#398Ac2 !important;
}
.white-font-hover:hover{
	color:#ffffff !important;
}
.facebook-blue{
	background:#3B5998;
}
.white{
	background:#ffffff;
}
.grey{
	background:#cccccc;
}
.light-grey{
	background:#ececec;
}
.really-light-grey{
	background:#f8f8f8;
}
.red{
	background:#FF0000;
}
.pale-yellow{
	background:#F5F2E9;
}
.red-text{
	color:#FF0000;
}
.orange-fade{
	background: linear-gradient(#f45b00,#cc3500);
	text-shadow: 1px 1px 1px #333333;
}
.orange-fade:hover{
	background: linear-gradient(#cc3500,#f45b00);
}
.rounded{
	border-radius: 0.5em;
}
.round{
	border-radius: 1000px;
}
.defcolor-bg{
	background:#183A52;
}
.defcolor{
	color:#183A52;
}
.divider{
	height:1em;
	background:#245A82;
}
/*
svg.hollow-star:hover polygon{
	fill: #990000;
}
*/
.header{
	/*
	background:#183A52;
	background: linear-gradient(#183A52,#245A82);
	*/
}
.header .logobg{
	/*
	background-image: url(images/lighthouse3.png);
	background-repeat:no-repeat;
	height:108px;
	*/
}
.site-description{
	color:#ffffff;
}
.top-bar{
	padding:.125rem;
}
.top-bar, .top-bar ul{
	background:#ececec;
}
 
.top-bar a{
}
.menu .button{
	font-size:1rem;
}

#widemenu-left, #widemenu-left ul{
	background:#398Ac2;
	text-transform:uppercase;
}
#widemenu-left, #widemenu-left ul a, #widemenu-left ul ul a{
	color:#183A52;
}
#widemenu-left .dropdown.menu > li.is-dropdown-submenu-parent > a:after{
	border-color:#183A52 transparent transparent;
}
#widemenu-left .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
	border-color:transparent transparent transparent #183A52;
}

#widemenu-right{
	background:#183A52;
	/*background: linear-gradient(to right,#183A52,#245A82);*/
	text-transform:uppercase;
	font-weight:bold;
}
#widemenu-right ul{
	background:none;
}
#widemenu-right ul ul{
	background:#183A52;
}
#widemenu-right, #widemenu-right ul a, #widemenu-right ul ul a{
	color:#ffffff;
}
#widemenu-right .dropdown.menu > li.is-dropdown-submenu-parent > a:after{
	border-color:#ffffff transparent transparent;
}
#widemenu-right .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after{
	border-color:transparent transparent transparent #ffffff;
}
.searchicon:hover circle, .searchicon:hover line{
	stroke:#398Ac2;
}

.ac-listing{
	margin:0 !important
}
.testimonials blockquote{
  display:block;
  padding: 1rem 1rem .5rem 3.5rem;
  position: relative;
  font-size: 1.1rem;
  border-left: 1rem solid #245A82;
  box-shadow: 2px 2px 15px #ccc;
	color:#183A52;
}
.testimonials blockquote p{
	color:#183A52;
	font-weight:bold;
	margin-bottom:0;
}

.testimonials blockquote::before{
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  left: .5rem;
  top: .5rem;
}

.testimonials blockquote::after{
  content: "";
}

.pdficon{
	height:1rem;
}
.media-object{
	margin:0;
}
.metainfo{
	font-size:.8rem;
}
/*
.testimonials blockquote, .testimonials blockquote p{
	color:#183A52;
	font-weight:bold;
}
*/
.widget{
	margin-top:1em;
	overflow:hidden;
}
.page-numbers{
	margin:0em .5em;
}
.footer{
	/*
	background:#183A52;
	background: linear-gradient(#245A82,#183A52);
	padding-top:1em;
	*/
	background:#ececec;
	border-top:4px solid #183A52;
	border-bottom:4px solid #183A52;
}
.footer .menu li a{
	color:#183A52;
	font-weight:bold;
}


.no-js .title-bar {
    display: none;
}
.no-js .top-bar {
  display: none;
}

/*
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
*/
@media screen and (max-width: 39.9375em) {
  a[class=page-numbers] {
	  display:none;
  }
  span.current {
	  display:none;
  }
  span.dots {
	  display:none;
  }
}

/*animations*/
@keyframes fade-in-and-out {
	from {
		opacity:1;
	}
	
	to {
		opacity:0;
	}
}

.fade-in-and-out {
	animation-duration: 1s;
	animation-name: fade-in-and-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}