/*
  Theme Name: Legacies of War
  Theme URI: http://legaciesofwar.org/
  Version: 2.0
  Author: Bangbay Siboliban
  Author URI: http://siboliban.org/
  Description: Requires Bootstrap and Bootstrap Default Theme
*/

/* Bootstrap Overrides */
body {
	/*font-size: 15px;*/
	font-weight: 400;
	color: #000;
}

.body-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.btn {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.bold {
	font-weight: 700;
}

.light {
	font-weight: 300;
}

.normal {
	font-weight: 400;
}

.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}


img {
	max-width: 100%;
}

a {
	color: #b50;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #b70;
	text-decoration: underline;
}

blockquote {
	font-size: 15px;
}

hr {
	clear: both;
}

iframe {
    margin: 0 auto;
    display: block;
}

footer {
	padding-bottom: 50px;
}

.nav > li > a {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.navbar {
	margin: 0;
	border-radius: 0;
}

.navbar-header .container {
	position: relative;
}

.nav-pills > li > a {
	border-radius: 0;
	color: #9d9d9d;
}

.nav-pills > li > a:hover {
	background-color: #080808;
	color: #fff;
}

.navbar-inverse {
	background: #000;
	color: #fff;
}
.navbar-nav-header .navbar-nav > .current-menu-item > a,
.navbar-nav-header .navbar-nav > .current-menu-item > a:hover,
.navbar-nav-header .navbar-nav > .current-menu-item > a:focus,
.navbar-inverse .navbar-nav-main > .current-menu-item > a,
.navbar-inverse .navbar-nav-main > .current-menu-item > a:hover,
.navbar-inverse .navbar-nav-main > .current-menu-item > a:focus {
	background-color: #080808;
	color: #fff;
}

.navbar-logo {
	display: block;
	text-indent: -9999px;
	z-index: 2;
}

.nav-tabs > li.ui-tabs-active > a,
.nav-tabs > li.ui-tabs-active > a:hover,
.nav-tabs > li.ui-tabs-active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.sub-menu {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	display: none;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children .dropdown-click {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #383838 !important;
	color: #9d9d9d !important;
	cursor: pointer;
	display: block;
	line-height: 30px;
	text-align: center;
}

.menu-item-has-children .current-menu-item a,
.menu-item-has-children .dropdown-click:hover,
.show-dropdown .dropdown-click {
	color: #fff !important;
}

aside .current_page_item > a:before {
	content: '» ';
}

.menu-item-has-children > a {
	display: inline-block !important;
}
.social-media a img {
	border-radius: 3px;
}

.sub-menu li a {
	color: #9d9d9d;
}

.sub-menu li a:hover {
	color: #fff;
}

@media (min-width: 767px) {
	.menu-item-has-children .dropdown-click {
		display: none !important;
	}

	.navbar-absolute {
		position: absolute;
		top: 37px;
		left: 0;
		width: 100%;
		z-index: 1;
	}

	.navbar-header {
		width: 110px;
	}

	.navbar-logo {
		position: absolute;
		top: -31px;
		left: 0;
		width: 112px;
		height: 188px;
		background: #eee url(images/logo.png) center center no-repeat;
	}

	.navbar-nav-main {
		margin-left: 100px;
	}

	.navbar-nav-main > li > a {
		font-size: 18px;
		line-height: 35px;
	}

	.navbar-nav-header {
		position: absolute;
		top: -39px;
		left: -1%;
		width: 102%;
	}

	.navbar-nav-header .navbar-nav li a {
		padding: 9px 15px;
	}

	.navbar-search {
		padding: 15px;
	}

	.navbar-nav li:hover .sub-menu {
		display: block;
	}

	.social-media a {
		padding: 3px 5px !important;
	}

	.sub-menu {
		position: absolute;
		top: 65px;
		left: 0;
		background: #000;
		z-index: 3;
	}

	.sub-menu li a {
		padding: 5px 15px 0;
		display: block;
		white-space: nowrap;
	}
}

@media (min-width: 767px) and (max-width: 1000px) {
	.navbar-nav-main > li > a {
		font-size: 16px;
		padding: 15px 12px;
	}
}

@media (max-width: 767px) {
	.navbar-logo {
		float: left;
		width: 118px;
		height: 54px;
		margin-left: 15px;
		background: url(images/logo-mobile.png) left top no-repeat;
	}

	.navbar-nav li a {
		padding: 5px 10px;
	}

	.navbar-search {
		padding: 10px 10px 0;
	}

	.show-dropdown .sub-menu {
		display: block;
		border-bottom: 1px solid #383838;
	}
}

/* Home Page */
.carousel .has-background {
	padding: 410px 0 30px;
	border-bottom: 1px solid #eee;
}

@media (max-width: 480px) {
	.carousel .has-background {
		padding-top: 210px !important;
	}
}
.carousel-indicators {
	right: 0;
	bottom: 0;
	left: auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: #b50;
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-indicators li:hover {
	background-color: #b70;
}

.carousel-indicators li.active {
	width: 16px;
	height: 16px;
	border-color: #b50;
}

.post-date {
	width: 35px;
	margin: 0 10px 10px 0;
	border: 1px solid #900;
	font-weight: bold;
	text-align: center;
}

.post-date span {
  display: block;
  line-height: 1em;
  text-transform: uppercase;
}

.month {
  padding: 4px 2px 2px;
  background: #900;
  color: #fff;
  font-size: 0.85em;
}

.day {
  padding: 2px 2px 0;
  background: #fff;
  font-size: 1.65em;
}

.year {
  padding: 2px 2px 0;
  background: #eee;
  color: #666;
  font-size: 0.75em;
}

/* Content */
.has-background {
	background-color: #000;
	background-image: url(backgrounds/rotate.php);
	background-position: center center;
	background-repeat: no-repeat;
}

.inverse {
	background: #000 !important;
	color: #fff !important;
}

.has-background .inverse,
.navbar-nav-header.inverse {
	background: rgba(0, 0, 0, 0.85) !important;
}

/* Archives */
.archive-section {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 10px solid #eee;
}

/* Posts */

/* Pages */
.page-heading {
	margin: 0;
	padding: 10px 0;
}

.page-content {
	padding: 30px 15px 50px;
}

@media (min-width: 767px) {
	.only-content {
		padding-top: 215px;
	}
}

/* Pages - Parent Section */
.parent-section .has-background {
	padding: 425px 0 15px;
	border-bottom: 1px solid #eee;
}

@media (max-width: 480px) {
	.parent-section .has-background {
		padding-top: 225px !important;
	}
}

/* Pages - Child Sections */
.child-section.has-background .background-spacer {
	height: 30px;
}

.child-section .page-heading {
	background: #eee;
}

.child-section.has-background .page-heading {
	padding: 0;
	background: transparent;
}

.child-section.has-background .page-heading .container {
	padding: 10px 15px;
}

/* Wordpress Posts */
.aligncenter {
	margin: 0 auto 15px;
	display: block;
}

@media (min-width: 480px) {
	.alignleft {
		float: left;
		margin: 0 20px 10px 0;
	}

	.alignright {
		float: right;
		margin: 0 0 10px 20px;
	}
}

@media (max-width: 480px) {
	.alignleft,
	.alignright {
		margin: 0 auto 15px;
		display: block;
	}
}

.wp-caption {
	text-align: center;
}

.wp-caption-text {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.25em;
}
