/*
Theme Name: Szablon 46
Author: Mateusz
Author URI: http://stromski.pl/
Description: Szablon 46
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/
@import url(css/font-awesome.min.css);

.navbar-default .navbar-nav>li>a:hover {
    background-color: #9d9c72!important;
    color:#fff!important;
}


body {
    font-family: 'Coda', cursive;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f6f6f6;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 800;
}

.top h1,.top h2,.top h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.post{
	background-color: #ffffff;
	border-radius: 6px;
	padding:5px;
	margin-bottom:60px;
}

.single-post img.size-medium{
      float: left;
    margin: 0 10px 10px 0;
}
#main-container{
	margin-top: 40px;
}
.top{
	background: #fff;
}

.page h1{
    font-size: 24px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.page h4{
    font-size: 24px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.button{
	background-color: #9d9c21;
	float: right;
	padding:10px;
	margin-top: -10px;
}
.button:hover{
	background: #9d9c72;
}

.fa{
	color:#9d9c72;
}
a.button{
	color: #fff;
}

.widget a{

}
.widget a:hover{
	padding-left: 10px;
}

.post h2{
	margin-top: 0px;
}
a:hover{
	text-decoration: none;
}

a.home img{
  width:40%;
  height: auto;
  float: left;
  margin-right: 10px;
}
img.attachment-full{
	width:100%;
	height: auto;
}
.entry-meta{
	margin-bottom: 10px;
}
.text-center{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* make sidebar nav vertical */ 
@media (min-width: 768px){
  .affix-content .container {
    width: 700px;
  }   

  html,body{
    background-color: #f8f8f8;
    height: 100%;
    overflow: hidden;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
  .sidebar-nav{
        position:fixed; 
        width:100%;
  }
  .affix-sidebar{
    padding-right:0; 
    font-size:small;
    padding-left: 0;
  }  
  .affix-row, .affix-container, .affix-content{
    height: 100%;
    margin-left: 0;
    margin-right: 0;    
  } 
  .affix-content{
    background-color:white; 
  } 
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }  
}

@media (min-width: 769px){
  .affix-content .container {
    width: 600px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }  
}

@media (min-width: 992px){
  .affix-content .container {
  width: 900px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
}

@media (min-width: 1220px){
  .affix-row{
    overflow: hidden;
  }

  .affix-content{
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }  
  .affix-title{
    border-bottom: 1px solid #ecf0f1; 
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a:hover {
    background-color: #428bca;
    color: white;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }  
}


.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

a{
  color: #9d9c72;
}