/*
Theme Name: Techy Scouts Theme
Theme URI: http://techyscouts.com
Author: Darrel Dressel
Author URI: http://techyscouts.com/
Description: Bootstrap 3 theme for Techy Scouts WordPress Projects
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Techy Scouts Theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body{
	overflow-x: hidden;
}
body {
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.42857;
	font-family: 'Roboto';
	font-weight: 300;
} 
.admin-bar .navbar-fixed-top {
	margin-top: 30px;
}

@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

}
h1{
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
}
p, ul, ol{
	margin-bottom: 24px;
}
.col-md-8 img{
	margin: 0 0 20px;
}
.col-md-8 img.pull-left{
	margin-right: 20px; 
}
.col-md-8 img.pull-right{
	margin-left: 20px; 
}
.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}
.sub-menu li:last-child {
	margin-bottom: 0;
}
.sub-menu a  {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}
.sub-menu a:hover  {
	color: #fff;	
}	
.current-menu-item > a, .current-menu-parent > a {
	background: #000;	
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: bold;
}
.sidebar {
	margin-top: 40px;
	color: #444;
}
.sidebar h3{
	color: #888;
}
.widget {
	margin: 10px 0 30px;
}
img.alignleft, .alignleft{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
img.alignright, .alignright{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
img.aligncenter, .aligncenter{
	float: none;
	margin-bottom: 0 auto;
	display: block;
}
.social-top{
	top: -25px;
}
article.post{
	margin: 20px 0 40px;
}
.navbar-brand {
    height: auto;
    padding: 0;
    float: none;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    color: #989696;
}
.navbar-nav > li > a {
    color: #989696;
    padding: 15px 40px;
    text-align: center;
    font-size: 14px;
}
.navbar-collapse.collapse {
    text-align: center;
}
.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0 auto;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #1c70b0;
    color: #fffefe;
    text-decoration: none;
}
.nav > li >a {
	transition: all .3s ease-in-out;
}
.sub-menu a{
	font-size: 14px;
}
.front-content{
	background-color: #f0f4fa;
	padding: 15px;
}
body{
	background: url('/wp-content/uploads/2014/10/top-background.png') repeat-x scroll;
}
.navbar{
	border: none;
	margin-top: 0px;
}
.social-media{
	list-style: none;
	padding: 0;
	float: right;
}
.social-media li{
	display: block;
	position: relative;
	float: left;
	margin-left: 5px;
}
.social{
	float: right;
	margin-top: 10px;
}
.social h3 {
    color: #898989;
    float: left;
    font-family: tahoma;
    font-size: 17px;
    margin-right: 7px;
    margin-top: 7px;
}
.widget:after{
	clear: both;
}
.widget{
	overflow: hidden;
}
.sub-menu{
	z-index: 999999;
}
#top .searchform {
	float: right;
}
#top .widget{
	margin-bottom: 0;
	margin-top: 15px;
}
#top .screen-reader-text{
	display: none;
}
.form-inline .input-group > .form-control {
    float: right;
    width: 200px;
    border-radius: 16px 0 0 16px;
}
#top .input-group-btn > .btn {
    border-radius: 0;
    position: relative;
}
#front-slider{
	background-color: #f1f1f1;
}
.four-pack-container a, .footer-menu ul li a, footer p{
	font-size: 14px;
}
.four-pack a{
	font-weight: 400;
}
.four-pack span.bold{
	font-weight: bold;
}
.four-pack hr{
	margin-left: 20px;
	margin-right: 20px;
}
.four-pack ul{
	padding: 0 25px 0 30px;
}
.four-pack-row .four-pack{
	padding-left: 3px;
	padding-right: 3px;	
}
.four-pack-row .four-pack .widget{
	border-radius: 3px;
	border-width: 3px;
	border-style: solid;
	min-height: 325px;
}
.four-pack-one .widget{
	border-color: #929292;
}
.four-pack-two .widget{
	border-color: #1b87b0;
}
.four-pack-three .widget{
	border-color: #edde40;
}
.four-pack-four .widget{
	border-color: #55872b;
}
.four-pack-container {
	padding-left: 50px;
	padding-right: 50px;
}
.four-pack .widget h3 {
    color: #fff;
    font-family: roboto;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 500;
}
.four-pack-one .widget{
	background: url('/wp-content/uploads/2015/02/silvergradient.png') repeat-x scroll 0 0 transparent;
}
.four-pack-two .widget{
	background: url('/wp-content/uploads/2014/10/blue-gradient.png') repeat-x scroll 0 0 transparent;
}
.four-pack-three .widget{
	background: url('/wp-content/uploads/2014/10/yellow-gradient.png') repeat-x scroll 0 0 transparent;
}
.four-pack-four .widget{
	background: url('/wp-content/uploads/2014/10/green-gradient.png') repeat-x scroll 0 0 transparent;
}
.four-pack li:before {
    border-color: transparent #428bca;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    content: "";
    display: block;
    height: 0;
    left: -1em;
    position: relative;
    top: 1em;
    width: 0;
}
.four-pack li{
	list-style-type: none;
}
footer .social{
	float: left;
}
.footer-menu ul{
	list-style: none;
	float: right;
}
.footer-menu ul li{
	float: left;
}
.footer-menu ul li:after{
	content: "-"
}
.footer-menu ul li:last-child:after{
	content: ""
}
.footer-menu:after {
    clear: both;
    content: "";
    display: table;
}
.footer-menu ul li a{
	margin-left: 5px;
	margin-right: 5px;
}
.current-menu-item > a, .current-menu-parent > a {
    background: none repeat scroll 0 0 #ccc;
    color: white !important;
}
.bottom-nav li{
	width: 25%;
}
.bottom-nav{
	width: 100%;
}
.bottom-nav li a{
	color: #fff;
}
.silver {
    background-color: #7f7d7e;
}
.blue{
	background-color: #5298cc;
}
.green{
	background-color: #339012;
}
.yellow{
	background-color: #fee937;
}
.bottom-nav li a {
    color: #fff;
    font-family: roboto;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 0 75px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
}
.navbar{margin-bottom: 10px;}
.bottom-nav .sub-menu li {
    list-style: outside none none;
    margin-bottom: 10px;
    width: auto !important;
}
.bottom-nav .sub-menu{
	width: auto !important
}
.bottom-nav .sub-menu li a {
    font-weight: 300;
    text-transform: none;
    font-size: 15px;
}
.blue .sub-menu {
    background: none repeat scroll 0 0 #629ac3;
}
.yellow .sub-menu {
    background: none repeat scroll 0 0 #b27e01;
}
.green .sub-menu {
    background: none repeat scroll 0 0 #59b839;
}
.green .sub-menu li{
	border-bottom: 1px solid #a1cd92;
}
.yellow .sub-menu li{
	border-bottom: 1px solid #ebe8a6;
}
.blue .sub-menu li{
	border-bottom: 1px solid #b0d3ed;
}
.sub-menu li:last-child {
	border-bottom: none;
}
.current-menu-item > a, .current-menu-parent > a {
    background: none repeat scroll 0 0 #1c70b0;
    color: white !important;
}
#wpcf7-f1007-p45-o1{
    background: none repeat scroll 0 0 #eee;
    border: 3px solid #ccc;
    margin-top: 25px;
    padding: 44px 73px;
}
.states-home li:last-child{
	border-right: none medium;
	padding-right: 0;
	margin-right: 0;
}
.states-home li {
    border-right: 1px solid #ccc;
    display: inline-block;
    margin-right: 4px;
    padding-right: 10px ;
    line-height: .87;
}
.states-home{
	padding-left: 0;
}
.content-links, .front-content{     
	background: none repeat scroll 0 0 #f0f4fa;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 15px;
    border-radius: 3px;
}
.col-md-8 img.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sidebar {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #eee;
    border-radius: 3px;
}

/* Pagination */

ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.bottom-nav li a {
	    font-size: 15px;
	}
	.navbar-nav > li > a{
		padding: 15px 26px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.bottom-nav li a{
		font-size: 17px;
	    height: 70px;
	    padding: 15px 7px;
	    vertical-align: middle;
	}
	.bottom-nav > li {
	    float: left;
	    min-height: 70px;
	}
	.bottom-nav .blue a, .bottom-nav .green a{
		padding-top: 25px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.social-top .textwidget, .social-top .form-inline  {
		text-align: center;
	}
	.social-top .social, .social-top .form-inline fieldset{
		display: inline-block;
		float: none;
	}
	.social-top{
		top: 0;
	}
	.logo img{
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}
	.navbar{
		display: none;
	}


}    

@media only screen and (max-width : 580px){

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}