/*
Theme Name: Bootstrap Basic
Theme URI: http://rundiz.com
Author: Vee Winch
Author URI: 
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. You can support theme author by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE" target="donate">donate</a>. To follow what was changed, please look for <a href="https://github.com/Rundiz/bootstrap-basic" target="commits">commits</a> of this theme at Github.
Version: 1.0.11
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/

body {
	font-family: 'Open Sans';
}

.navbar {
	background-color:#1C5A96;
	border-radius: 0px;
	height:70px;
	font-family: 'Montserrat';
	text-transform: uppercase;
	margin-bottom:0px;
	position: fixed;
	z-index: 99;
	width:100%;
}

.blue-bg {
	background-color:#1C5A96;
}

.blue {
	color:#1C5A96;
}

.navbar-nav>li>a {
	padding-top:25px;
	padding-bottom:25px;
	color:#fff;
	font-size:9pt;
	transition:background-color .3s, color .3s;
}


#headlineslider .item{
	height:430px;
}


#main-headline {
	height:430px;
}

.headline {
	height:225px;
}

.headline2 {
	height:250px;
}

#main-headline-text {
	position: absolute;
	bottom:40px;
	overflow:hidden;
}

#headlineslider #main-headline-text {

	padding-left:30px;
	padding-right:30px;	
}

h1 {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size:32pt;
}

.white {
	color:#fff;
}

#fold a {
	color:#fff;
}

h4 {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 11pt;
}

.black-overlay {
	height:450px;
	width:100%;
	position: absolute;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.black-overlay2 {
	height:205px;
	width:100%;
	margin-left:-15px;
	margin-top:0px;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}

.black-overlay3 {
	height:250px;
	margin-left:-15px;
	width:100%;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.category {
	background-color:#fff;
	color:#1C5A96;
	font-family: 'Montserrat';
	padding:5px 10px;
}

.category2 {
	background-color:#fff;
	color:#1C5A96;
	font-family: 'Montserrat';
	padding:5px 10px;
	position: absolute;
	top:15px;
	margin-left:15px;
}

#breaking-news-image {
	height:200px;
}

#homepage-below-fold {
	padding-top:30px;
}

.cat-header {
	background-color:#1C5A96;
	color:#fff;
	padding:10px 15px;
	font-family: 'Montserrat';
	text-transform: uppercase;
}

.breaking-news-text {
	background-color:#F2F2F2;
	padding:5px 15px;
	font-family: 'Montserrat';
	border-bottom:1px solid #dddddd;
}

.breaking-news-text a{
	color:#494949;
}

.thumbs2 {
	height:150px;
}

#home-sink {
	padding-top:30px;
}

#home-sink-2 {
	padding-top:30px;
}

#home-sink a{
	color:#fff;
}

.entry-title {
	margin-top:45px;
}

.wp-caption-text {
	background-color:#ddd;
	padding:5px;
}



.entry-content p img {
	margin: 0;
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

figure {
	margin: 0;
    width: 50% !important;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

figure img {
	width:100% !important;
	height:auto;
}

#sidebar {
	margin:0px auto;
	width:300px;
}

#leaderboard {
	padding-top:85px;
	padding-bottom:15px;
	background-color:#ddd;
}

#footboard {
	padding-top:15px;
	padding-bottom:15px;
	background-color:#ddd;
	margin-top:30px;
}



.entry-thumb {
	height:100px;
	margin-top:20px;
}

h3 {
	font-family: 'Montserrat';
}

.archive-article a p {
	color:#333333;
}

.search-form {
	width: 200px;
    float: left;
    height: 68px;
}

#form-search-input {
	height: 68px;
    background: none;
    border: 0px;
    border-left: 1px solid #174468;
    border-right: 1px solid #174468;
    color:#fff;
    border-radius: 0px;
}

.search-form .input-group-btn{
	display: none;
}

input:focus{
    outline: none !important;
}

.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #FFF;
    color: #1C5A96;
}

#footer {
	background-color:#1C5A96;
	padding-top:30px;
	padding-bottom:30px;
}

.footer-links li{
	display:block;
}

.footer-links li a {
	color:#fff;
}

.footer-links li a:hover {
	text-decoration: none;
	color:#fff;
}

.paper iframe{
	width:100% !important;
	height:205px !important;
}

.canad-ad1 {
	text-align: center;
}

.icon-bar {
	background-color:#fff;
}

.navbar-toggle {
	   border-color: #fff;
    margin-top: 15px;
}

#headlineslider {
	border:10px #ccc solid;
}

.headline {
	border:10px #ccc solid;
}

#fold {
	padding-bottom:10px;
	background-color:#ccc;
	padding-top:80px !important;
}

#sgcboxContent #email{
  padding:10px !important;
  width:80%;
}

#sgcboxContent #submit{
  padding:10px 20px !important;
  background-color:#1C5A96;
  margin-bottom:30px;
  margin-top:30px;
  color:#fff;
  border:none;
	text-transform:uppercase;
  font-family:'montserrat';
}


@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
	.navbar {
		overflow:visible;
	}

	.navbar-nav>li>a {
		color:#fff;
		font-size:9pt;
		transition:background-color .3s, color .3s;
		background-color:#1C5A96;
	}

	h1 {
		font-size:24pt;
	}

	figure {
		margin: 0;
	    width: 100% !important;
	    margin-bottom: 30px;
	}


	#archive .page-title {
		margin-top:70px;
	}


	.entry-title {
		margin-top:100px;
	}
}

