/*
Theme Name: www.wptraining.com Template
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/

/* 
	font-family: 'Lato', sans-serif;
	font-family: 'Oswald', sans-serif;
*/


@import url('https://fonts.googleapis.com/css?family=Lato|Oswald&display=swap');

html, body {
	height:100%;
	width:100%;
	font-family: 'Lato', sans-serif;
	color:#444;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#eee;
	font-size:1.5em;
}
.menu li > a:hover {
	color:#fff;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(255,255,255,0.9);
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #ddd;
	font-size:18px;
	text-align:center;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#fff;
}
.dropdown-menu:not(.head-list)>li>a {
	background-color: rgba(255,255,255,0.0);
	color:#333;	
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
	background-color:#1d4263; 
	color:#fff;
    transition: linear 0.2s;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



/*--------------------------------------------------------------
## Standard HTML
--------------------------------------------------------------*/
h1 {
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	line-height:105%;
	font-weight:400;	
	color:#345F86;	
	text-transform:uppercase;

}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	line-height:105%;
	font-weight:400;
	color:#345F86;
	text-transform:uppercase;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	line-height:130%;
	font-weight:400;	
	color:#345F86;
	text-transform:uppercase;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:105%;
	font-weight:400;	
	text-transform:uppercase;
	

}
h5 {}
h6 {}

a { color:#345F86; }
a:hover {}

ul {}
ol {}
li {}
hr {border-top:2px solid #345f86;}
blockquote {
	font-family:"Courier New", Courier, monospace;
	background-color:#eee;
	padding:30px;	
	font-size:16px;

}


/*--------------------------------------------------------------
## Template CSS
--------------------------------------------------------------*/
.sitebg{background-color:rgba(52,95,134,0.1);}
.toprow {}
.headerbg { }
.logobox { }
.hlogo { margin:15px auto; }
.menubg { background-color:#1d4263; color:#fff;}
.contentbg {background-color:rgba(52,95,134,0.2);}
.mainbg {
	background-color:rgba(255,255,255,1.0);
	box-shadow:3px 3px 10px rgba(0,0,0,0.3);
}
.footerbg {background-color:#1d4263; color:#fff; border-top:10px solid #345F86;}
.flogo {}
.footertext {}
.subfooter {}

.code {
	font-family:"Courier New", Courier, monospace;
	background-color:#eee;
	padding:5px;
	font-size:16px;
}
.devlink{
	font-size:20px;
	text-decoration:none;
	font-style: italic;
	text-align:center !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eee;
}
.table-hover>tbody>tr:hover {
    background-color: e5e5e5;
}
/*--------------------------------------------------------------
## Content CSS
--------------------------------------------------------------*/
.pad15 { padding:15px; }
.pad30 { padding:30px; }
.pad45 { padding:45px; }
.indent {margin-left:30px;}
.blue { color:#345F86; }
.bluebg { background-color:#345F86; }
.lgray { color:#ccc; }
.lgraybg { background-color:#eee; }



.wplogo{max-height:145px; text-align:center; margin:auto; padding:0px 30px 60px 30px;}
.bootlogo {
	max-width: 50px;
    max-height: 80px;
    margin: 6px auto 0 auto;
    padding: 5px 35px 5px 14px;
    font-size: 32px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #573e7d;
    color: #fff;
    text-align: center;
    display: flex;
}
.homebtn {border:2px solid #345f86; box-shadow:1px 2px 4px rgba(0,0,0,0.2);}
.homebtn2 {border:2px solid #345f86; box-shadow:1px 2px 4px rgba(0,0,0,0.2); padding:5px; textalign:center;background-color:#eee;margin-bottom:15px;}
.panel-default .panel-heading {
	background-color: #eee;
	border-bottom:2px solid #777;	
}
.wpsubm {
    padding: 5px 0;
    display: inline-block;
}
.sidenav {
	position:sticky;
	top:0;
	overflow:auto;	
	overflow-y: scroll;
	height: 100vh;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}

.menupane {
	position:sticky;
}
.show-grid {
	background-color:#345F86;
	color:#fff;
	border:1px solid #000;
	padding:10px;
	text-align:center;
}
.bmar {
		margin-bottom:15px;
}
/*--------------------------------------------------------------
## Mobile First Method 
--------------------------------------------------------------*/

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
	
	
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {		
	
	
}

