/*
  Theme Name: Basic Theme TAS
  Author: Scott Hansen
  Author URI: http://blackhawknz.github.io/portfolio
  Version: 0.1 Alpha
*/

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #333;
}

a:link,
a:visited {
  color: #006ec3;
}

p {
  line-height: 1.65em;
}

/* General layout */

div.main-container .archive-header {
  padding: 10px 10px 0 20px;
}

div.page-border {
  box-shadow: 6px 0px 5px -5px #999, -6px 0px 5px -5px #999;}

div.container{
  max-width:100%;
  margin:0 auto;
  padding: 0;
}

/* Sidebar area */

.secondary-column {
  background-color: #404040;
  padding: 20px;
}

.secondary-column h4 {
  color: #fff;
}

.secondary-column ul li {
  list-style-type: none;
}

.secondary-column ul li a {
  color: #fff;
}

.secondary-column hr {
   border: 0;
   height: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Content Area */
article.post {
  padding: 20px 10px 10px 20px;
}

/* Aside Styles*/
article.post-aside,
article.post-link{
  font-size: 125%;
  background-color: #FFF5CB;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 20px;
}

.mini-meta {
  font-size: 68%;
  margin: 0;
  color: #777;
}

article p {
  padding: 5px;
}

article img {
  margin: 5px 0 5px;
}

/* Link Post Format Styles */
article.post-link {
  padding: 0;
  background-color: #E0EBFF;
}

article.post-link a{
  display: block;
  padding: 20px;
}

/* Post Format Gallery Styles */
article.post-gallery {
  background-color: #222;
  color: #FFF;
  padding: 20px;
}

article.post-gallery img {
  border: none !important;
}

article.post-gallery h2 {
  text-align: center;
}

article.post h2 {
  font-size: 2.3em;
  color: #404040;
}

article.post h2 a{
  color: #404040;
}


/* header */
.site-header {
  margin-bottom: 0px;
  padding: 70px 0 0 0;
}

.site-header h1 {
  margin: 0;
  margin-top: 30px;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
}

.site-header h1 a:link,
.site-header h1 a:visited {
    text-decoration: none;
    color: #000;
}

.site-header h5 {
  margin: 0;
}

div.site-logo {
  max-width: 10%;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}

div.contain-head{
  padding: 0 10px;
}

/* Footer Widget Area */
.footer-widget-area {
  width: 25%;
  min-width: 222px;
  float:left;
  padding-right: 40px;
  box-sizing: border-box;
}

/* footer */
.site-footer {
  padding: 30px;
  border-top: 2px solid #999;

}

/* Navigation Menus */

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 80px;
  background-color: #404040;
  border: none;
}

.site-nav ul {
  margin: 0;
  padding: 0;
}

.site-nav ul:before, .site-nav ul:after { content: ""; display: table;}
.site-nav ul:after {clear:both;}
.site-nav ul {*zoom: 1;}

.site-nav ul li {
  list-style: none;
  float: left;
}

/* Site header menu*/


.site-header nav ul li.current-menu-item a:link,
.site-header nav ul li.current-menu-item a:visited,
.site-header nav ul li.current-page-ancestor a:link,
.site-header nav ul li.current-page-ancestor a:visited {

  background-color: #006ec3;
  color: #fff;
  font-weight: bold;
}

.site-header nav ul li a:link,
.site-header nav ul li a:visited {
  color: #fff;
}

.site-header nav ul li a:hover{
  color: #fff!important;
  background-color: #ADADAD!important;
}

.site-footer {
  background-color: #404040;
  border: none;
}

/* Footer Menu */

.footer-widgets{
  border-bottom: 1px solid #A2A2A2;
  margin-bottom: 30px;
}

.footer-widgets nav ul li {
  margin-right: 10px;
  padding-right: 10px;
}

.footer-widgets a {
  color: #fff;
}

.footer-widgets h4 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 10px;
  text-align: center;
}

.footer-widgets ul li {
  list-style-type: none;
  margin: 10px 0;
  color: #000;
}

.footer-nav {
  border: none;
  padding: 10px;
}

.copyright {
  color: #fff;
  font-size: 1.2em;
}

/* Page layout*/
article.page h2 {
  font-size: 200%;
}

/* Clearfix */
.clearfix:before, .clearfix:after {content: ""; display: table;}
.clearfix:after {clear:both;}
.clearfix {*zoom: 1;}

/* Chldren links */
.children-links {
  margin-bottom: 20px;
  font-size: 80%;
}

.children-links a:link,
.children-links a:visited {
  text-decoration: none;
}

.children-links ul {
  float: left;
}

.children-links li {
  margin-right: 20px;
}

.children-links .parent-link {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #DDD;
  font-size: 120%;
  font-weight: bold;
}

.children-links .parent-link a:link,
.children-links .parent-link a:visited {
  color: #333;
}

.children-links .current_page_item a:link,
.children-links .current_page_item a:visited {
  border-bottom: 1px solid #DDD;
  color: #333;
  cursor: default;
}

/* Post Styles */
.post h2 {
  margin-bottom: 10px;
}

p.post-info {
  font-size: 95%;
  color: #999;
}

p.post-info a:link,
p.post-info a:visited {
  color: #999;
}

/* Image Styles */
img {
  max-width: 100%;
  height: auto;
}

/* Search */

.search-form {
  width: 100%;
}


.search-submit {
  background-color: #006ec3;
  color: #fff;
  padding: 5px 14px;
  border: none;
  max-width: 80px;
}

.search-field {
  width: 100%;
}

/* Tag styling */

.tag-style a, .tag-style a:visited, .tag-style a:active {
  text-decoration: none;
  border-radius: 3px;
  padding: 3px 7px 3px 7px;
  background-color: #006ec3;
  color: #fff;
  min-width: 200px;
}

.tag-style a:hover {
  background-color: #404040;
}

/* Pagination styling */
.pagination {
  margin-bottom: 20px;
  text-align: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #006ec3;
}
