/*
Theme Name: Ladaklubi
Theme URI: 
Author: Vee Winch
Author URI: http://okvee.net
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.0.6
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: Ladaklubi
Domain Path: /languages/
Tags: white, gray, light, 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.

*/


/*
Required WordPress CSS
*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}


.sticky {
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}



/*
Required WordPress CSS
*/

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;    
}
.logged-in .navbar{
  top: 30px;
}
.navbar-inverse .navbar-brand{
  text-transform: uppercase;
}
.navbar-inverse .navbar-collapse{
  margin-right: -15px;
}

.navbar .current-menu-item{
  color: #23527c;
  text-decoration: underline;
}
.home .jumbotron{
  margin-bottom: -80px;
}

.home .jumbotron a{
  text-align: center;
  color: white;
  text-shadow: 1px 2px black;
  font-family: 'Montserrat', sans-serif;

}

.home .jumbotron h1{
  font-size: 36px;
}


@media(max-width: 768px){
  .home .jumbotron h1{
    font-size: 28px;
  }
}

.home .jumbotron a:hover{
  text-decoration: none;
  color: #c5c5c5;
}


.page .jumbotron{
  background: url('img/bg.jpg') center center;
  background-size: cover;
  height: 300px;
}


.jumbotron .col-md-6 p{
  opacity: 1;
}

.jumbotron{
  margin-bottom: -150px;
}
.home .page-content{
  text-align: center;
}
.home .fb-page{
  margin-top: 15px;
}
.page-content{
  background-color: #fff;
  padding: 0 15px;
  box-shadow: 0px 0px 10px #EAEAEA;
  overflow: hidden;
}
.page-content .site-main{
  margin-right: -15px;
  padding-right: 15px;
  border-right: dashed 1px #C1C1C1;
}
@media(max-width: 991px){
  .page-content .site-main{
    border-right: none;
  }
}

@media(max-width: 991px){
  #sidebar-right{
    border-top: dashed 1px #eaeaea;
    text-align: center;
  }
}

.side-menu{
  margin-top: 15px;
  display: block;
  width: 100%;
}
.side-menu ul{
  display: block;
  list-style: none;
  padding-left: 0px;
}
.side-menu a{
  display: block;
  padding: 5px 0;
  padding-left: 15px;
  color: #000;
  line-height: 1.5;
}
.side-menu a:hover{
  background-color: #fff;
}
.side-menu>ul>li>a{
  font-size: 16px;
}
@media(min-width: 992px){
  .side-menu>ul>li>ul>li>a{
    padding-left: 30px;
  }
}
.side-menu .current-menu-item>a{
  background-color: #eaeaea;
  text-decoration: none;
}
.side-features{
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
}
.fb-page{
  margin-right: 15px;
}

footer{
  margin-top: 15px;
  text-align: center;
}