#gnome-stories {
   
}

* {font-family: 'Open Sans', sans-serif;}


.logo-colored {
width:50px;
height:50px;

}

.entry-title-index {
    height:50px;
}
.entry-footer {
   padding:0px;
    
}
h2.entry-title-index {
    margin-top:-10px;
	font-size:20px;
}
#gnome-bar {
    background:#1d1d1d; 
    margin-top:-10px; 
    min-height:50px;  
    padding-top:8px; 
    text-align:center;
    margin-bottom: 20px;
    
}
.my-navbar-collapse a{
    color:#474747;
}
.navbar {
  min-height: 60px;
}
#gnome-bar a {
    color:#fff;
    text-decoration: none;
}
.gnome-icon {
	background: url(img/gnome-logo.png) top left;
	height:76px;
	width:64px;
	cursor:pointer;
}
.adblocker-info {
	cursor:pointer;
}

#my-single-post .entry-content img {
	padding: 10px;
	margin:10px 0;

}
.img-thumbnail {
	background:#eee;
}

.table-borderless td,
.table-borderless th {
    border: none!important;
}
.type-page {
  padding:10px;
  background: #fff;
  min-height:370px;
  margin-bottom:20px;
  border:#d8d8d8 1px solid;
  border-radius:3px;
  
}



h3, .h3 {
    font-size:20px!important;
}
.entry-title a {
  font-size:16px;
  color: #404040;
}

#my-single-post .entry-title a {
  font-size:24px;  
}

#my-single-post .post {
  font-size:14px;
  color: #404040;
  padding:10px 15px;

}

.count-post-views {
cursor:pointer;
}
.jumbotron-sm {
    padding-left:15px !important;
    padding-right:15px !important;
    padding-top:20px !important;
    padding-bottom:20px;
    background:#f1f1f1;
}

.roadmap-btn {         
    position:relative;
    top:17px;    
    font-size:13px;
    cursor:pointer;
    margin:0 20px;
    color:#474747!important;
   
}
.wog-list-pages{
    margin: 19px 0 0 15px;
    cursor:pointer;
}

.wog-list-pages-btn {
    text-decoration: none!importannt;
    color:#474747!important;
    
}
.socials-menu {
    background:#fff;
    padding:10px;
    margin-bottom:20px;
    display: none;
}

#popular-posts-container {
    background-color:#fff;
    padding:20px;
    border-radius:4px;
    margin-bottom:20px;
    border:1px solid #d8d8d8;
}

#popular-posts-container a {
    color:#3d3d3d;
    font-size:11px;    
}
.my-img {
    background:#fff;
    width:90px;
    height:90px;      
    position:relative;
    left:30px;
}
#popular-posts-container img {
    position:relative;
    top:15px;
    background:#fff;
}
.back2top {
    display:none;
    position:relative;    
    top: 17px;
    left:20px;
}

.back2top a {
    font-size:11px;
    position:relative;
    left:5px;    
}

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

/**** ADS *****/

.google-badge-big {
  min-height: 270px;
  padding-bottom:10px;
}
.google-badge-small {
  min-height: 105px;
  padding-bottom:10px;
}

.adblock-message {
    font-size:11px;
    padding:5px;   
    display:none;
    
}

.adblock-message a{
    color:#fff!important;
    text-decoration: none;
}


#wog-300x250-ads {
  margin: 0px 0 20px 0;
  width:360px;
  height:280px;
  background:#fff;
  border:1px solid #D8D8D8;
  border-radius:3px;
  content: "Ad";    

}

#wog-300x250-ads > div {

 padding-left:30px;
 padding-top:15px;
}



#wog-336x280-ads {
  margin:20px 0;    
  width:360px;
  height:300px;
    
}

#wog-336x280-ads > div { 

}

.myprogress {
    height:3px;
    border-radius:0px;
    margin-bottom:0px;
    position:relative;
    background:#474747!important;
   
    
    
}

.wog-trim {
  width: 150px;  
  overflow: hidden;
  text-overflow: ellipsis;
    
}


/***** TABS ******/

.bs-wog-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border:none;
  outline:0;
  font-weight:bold;    
}

.bs-wog-tabs ul {
  list-style-type:none;
}

/*
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus


*/
.bs-example:after {
    color: #BBBBBB;
    content: none;
    font-size: 12px;
    font-weight: 700;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
}
.bs-example {
    padding-top:10px;
    border:none;
}
.bs-example-tabs .nav-tabs {
    margin-bottom: 0;
}


/* of canvas */

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas DEBUG IT
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}
