/*
 * Theme Name: los3r Bootstrap
 * Theme URI: http://www.los3r.de
 * Theme Description: Bootstrap Theme by los3r
 * Author: los3r
 * Author URI: http://www.los3r.de
 * Version: 0.1
 * Tags: twitter bootstrap, white, blank
 * License URI:
*/



/* Apply bootstrap styles */
@import url('wp-content/themes/los3r/bootstrap/css/bootstrap.min.css');

/* styles needes for shortcodes  */

.divider {
    margin-bottom: 25px;
    padding-top: 25px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

/* Styling of standard gallery shortcode, removed in functions */
.gallery {
    margin: auto;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-caption {
    margin-left: 0;
}

.container {
max-width:980px;
}

/* basic styles for layout, can be removed. */

/*General Styles*/

body {
    color: #666;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.6;
	background-color: #f6f6f6;

}


h1, h2, h3, h4, h5, h6{
    color: #bc0c0c;
    margin-top: 25px;
}


h1{
    margin-top: 25px;
    margin-bottom: 10px;
	font-size: 25px;
}


h2{
    font-size: 25px;
	margin-top: 15px;
    margin-bottom: 0px;
}




a {
    color: #bc0c0c;
}


a:hover {
    color: #3F3F3F;
}


.main ul li, .footer ul li{
    list-style-type:square;
}






/* Top Header */ 


#top-header{
    background-color: #444444;
    color: #fff;
    font-size: 80%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
}

#top-header ul,ol{
    margin-bottom: 3px;
    margin-left: 0px; 
    padding-left: 0px;
}



#top-header  a{
    color: #ffffff;

}





/* Search Head */ 

#search-head{
    margin-top: 15px;
    padding-right: 15px;
}

.form-control {
	border-radius: 0px;
}

.btn-default {
	border-radius: 0px;
}

.form-control:focus {
  box-shadow: 0 0 5px #bc0c0c;
  border: 1px solid #bc0c0c;
}


/* Brand */
.brand{
	margin-top: 15px;
	margin-bottom: 18px;
	padding-left: 31px;
	}


#site-title{
	font-size: 35px;
	 
	}




/*Header Menu */





.header-menu{
    list-style: none outside none;
    display: inline-block;
}


.header-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
    border-right:1px solid white;
}


.header-menu li:last-child{
    border-right:none;
}




/* Jumbotron */

.jumbotron h1{
    color: #444;
}





/*Main Menu*/

.top-main-menu{
    background-color: F6F6F6;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
}


.navbar{
    border-radius: 0px;
	font-weight: bold;
}


.navbar-default{
    background-color: #444444;
    border-color: #D9DADE;
}


.navbar-default .navbar-nav > li > a{
    color: #fff;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #333333;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #555555;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #bc0c0c;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background-color: #bc0c0c;
}



/* Breadcrumbs*/

.breadcrumb{
    background-color: transparent;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 18px 15px;
}



/*Content*/

.content{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}


.content ul, ol{
    line-height: 20pt;
}

.header {
	width:100%;
}

.entry-header{
	display: inline-block;
	width:100%;
}

.entry-content, .post-content{
    margin-top: 5px;
    margin-bottom: 10px;
	clear:both;
}


.entry-content .alignleft,
.entry-content img.alignleft {
	clear: both;
	display: inline;
	float: left;
	margin-right:10px;
}

.entry-content .alignright,
.entry-content  img.alignright {
	clear: both;
	display: inline;
	float: right;
	margin-left:10px;
}

.entry-content  p h2 {
     clear: both;
	 float: left;

}

.entry-title a {
	color: #444444;
	font-weight: bold;
}

.entry-details .meta {
	border: 1px solid #e4e4e4;
	background-color: #f6f6f6;
	padding:5px;
}

.entry-details a {
	color: #bc0c0c;
}

article {
border: 1px solid;
background-color: #ffffff;
border-color: #e4e4e4;
padding-right: 15px;
padding-left: 15px;
margin-top:20px;
margin-bottom:20px;
}

article ol {
padding-right: 15px;
padding-left: 15px;
}

article img {
padding: 0px;
border: 1px solid #e4e4e4;
}

.wp-caption img {
padding: 10px;
border: 0px;
}

.wp-caption {
border: 1px solid #e4e4e4;
background-color: #f6f6f6;
font-size:12px;
width:auto !important;
}

.wp-caption-text {
padding-left:10px;
padding-right:10px;
}

/*Buttons*/

.btn-primary {
    background-color: #bc0c0c;
    border-color: #bc0c0c;
    color: #FFFFFF;
}


.btn-primary:hover {
    background-color: #818181;
    border-color: #818181;
}


/* post Image */
.los3r-img-post-small{
	float: left;
	margin:5px;
	}

.los3r-img-post {
	margin:15px auto;
}



/*More Links*/


.read-more{
    /*float: right !important;*/
    background-color: #bc0c0c;
    border-color: #bc0c0c;
    color: #FFFFFF;
    /*border-radius: 4px;*/
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	float: right;
}





.read-more:hover {
    background-color: #818181;
    border-color: #818181;
    color: #FFFFFF;
    text-decoration: none;
}


/* meta data */ 

.meta{	
    font-size: 12px;
	color: #444444;
	margin-bottom:0px;
}


.cats{
    margin-left: 5px;
    margin-right: 10px;	
}
	
.tags{
    margin-left: 5px;
    margin-right: 10px;
}

.cats_tags {
padding-left:8px;
}


.bottomcontainerBox {
float: left;
height: 59px;
width: 100%;
padding:15px;
border: 1px solid #e4e4e4;
}

.yarpp-related {
border: 1px solid #e4e4e4;
background-color: #f6f6f6;
padding: 10px;
margin-top:15px;
font-size: 12px;
}

.yarpp-related a {
font-weight:bold;
}

.yarpp-related h4 {
margin-top:10px;
}

.yarpp-related li {
display: inline;
}

.glyphicon-circle-arrow-right {
display: inline;
margin-right: 10px;
}

.media-body {
border: 1px solid #e4e4e4;
background-color: #f6f6f6;
padding: 10px;
margin-bottom:5px;
}

.nivo-caption  {
font-weight:bold;
font-size:18px;
}

/* Sidebar */

.sidebar-wrapper{
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: 20px;
	margin-bottom: 30px;
    border: 1px solid #dcdcdc;
	font-size: 11px;
	font-weight: bold;
	background:#ffffff;
}


.sidebar-wrapper ul {
	    padding-left: 25px;
    	}



.sidebar-wrapper p {
    padding-left: 10px;
}


.sidebar-posts .textwidget, .sidebar-page .textwidget{
    padding-left: 15px;

}


 


/* Widgets */

.sidebar-page .widget-title, .sidebar-posts .widget-title, .sidebar-homenav .widget-title{
    background-color: #444444;
    color: #ffffff;
    /*border-radius: 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;

}

.widget-title a{
    color: #ffffff;
}

/* Widgets Home*/

.container .marketing {
padding-right:0px;
}

.marketing .widget {
margin-top:20px;
border: 1px solid #dcdcdc;
border-color: #dcdcdc;
padding:15px;
background:#ffffff;
min-height:300px;
font-weight:bold;
font-size:12px;
}

.marketing .metro-social{
margin-top:20px;
border: 1px solid #dcdcdc;
border-color: #dcdcdc;
padding:20px;
padding-top:40px;
background:#ffffff;
min-height:300px;
font-weight:bold;
font-size:12px;
}

.widget h2 {
	margin-top:0px;
    background-color: #444444;
    color: #ffffff;
	font-size: 18px;
	padding:5px;
	margin-bottom:15px;
}

.col-lg-4 {
padding-left:0px;
width:33.33%;
}

/* Pagenavi */

.wp-pagenavi{
    margin-bottom: 25px;
    text-align: center;
}

/* Comment Form*/

.comment-form-author label {
	padding-right: 78px;
}

.comment-form-email label {
	padding-right: 10px;
}

.comment-form-url label {
	padding-right: 66px;
}

/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
 
#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #bc0c0c;
  margin: 5px 1px 3px 0px;
  border: 1px solid #bc0c0c;
}


/* code in comments*/

code {
	white-space: normal; 
	}



/* Footer */

.footer-wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    color: #ffffff;
    background-color: #444444;
}


.footer{
    font-size: 75%;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #ffffff;
}



.footer h3, .footer h4, .footer h5, .footer h6 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #ffffff;
    text-transform: none;
    font-weight: bold;
}


.footer a{
    color: #ffffff;
    text-decoration: underline; 
    }


.footer .btn {
    color: #262F59;
}


.footer-menu {
    list-style: none outside none;
    display: inline-block;
  
}


.footer-menu-wrapper ul, ol{
	margin-left: 0px;
	padding-left: 0px; 
}



.footer-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
    border-right:1px solid white;
}


.footer-menu li:last-child{
    border-right:none;
}





.footer, .copyright a{
    color: #ffffff;
}


.footer ul li{
    color: #ffffff;
}





/* Copyright*/

.copyright-wrapper{
    background-color: #bc0c0c;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    color: #ffffff;
    font-size: 75%;
}

.credit{
    font-size: 10px;
    text-transform: none;
    list-style: none outside none;
    display: inline-block;
    text-transform: uppercase;
}

.credit li{
    display: inline;
}



.copyright{
	padding-top: 10px;
	}





/* MEDIA QUERIES */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    #search-head {
        margin-top: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    
    
    .header-menu-wrapper{
	float: right;
}


.footer-menu-wrapper{
	float: right;
}
    



.footer-menu-wrapper ul, ol{
	margin-left: 10px;
}



}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {

    #search-head {
        margin-top: 15px;
        padding-right: 15px;
        float: right !important;
    }



#top-header ul,ol{
    margin-left: 10px;
}

.header-menu li:first-child {
    padding-left: 20px;
}



}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px){}
.col-lg-9 {
width:70%;
  }
 .col-lg-3 {
width:28.5%;
  }


/** recent post widget **/
.widget-item { margin-bottom:10px; overflow:hidden; position: relative; }
.widget-item .thumb, .widget-item .avatar { background:#FFFFFF; border:1px solid #D5D5D5; padding:0px; float:left; margin-right:10px; }
.widget-item p a { font-size:11px; font-weight:bold; display:block; }
.widget-item .date { font-size:10px; color:#888; float:right;}

/** Review box **/
.post-review { float: right; display: inline; font-size:12px; width:220px; border:1px solid #D7D7D7; margin-left:10px; margin-bottom:20px; }
.post-review img { border:0px; }
.overall-score { background:#EEE; margin:1px; padding:10px; text-align:center; }
.post-review ul { border-top:1px solid #D7D7D7; padding:0; margin:0; list-style-type:none; }
.post-review ul li { border-bottom:1px solid #D7D7D7; padding:10px; color:#555; margin:0;  }
.post-review ul li:last-child { border-bottom:none; }
.score { float:right; }

.nav-previous a, .nav-next a{
    background-color: #bc0c0c;
    border-color: #bc0c0c;
    color: #FFFFFF  !important;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	margin-bottom:25px;
	margin-right:10px;
	float: left;
}


.nav-previous:hover a, .nav-next:hover a{
    background-color: #818181;
    border-color: #818181;
    color: #FFFFFF !important;
    text-decoration: none !important;
}