body {background-color: white;}


p, span, h1, h2, h3, h4, h5 {word-break:keep-all;}

/* media query */
@media screen and (min-width:769px){
    .onlytablet{display:none;}
    .onlymobile{display:none;}
}
@media screen and (min-width:415px) and (max-width:768px){
    .onlypc{display:none;}
    .onlymobile{display:none}
}
@media screen and (max-width:414px){
    .onlypc{display:none;}
    .onlytablet{display:none;}
}

#insert-media-button {display: none;}


/* kBoard-color */
#kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a, 
#kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a {
  background-color: #3F93C4;
  color: white;
}
a.kboard-default-button-small, 
input.kboard-default-button-small, 
button.kboard-default-button-small {
  background: #3F93C4 !important;
  color: white !important;
}




/* template CSS */
.header-filter:before {
  display:none;
}

.navbar .navbar-header .navbar-brand p {
  font-size: 21px;
  font-weight: bold;
}

.navbar .navbar-nav>li>a {
  font-weight: bold;
  font-size: 15px;
}

/*  footer */
footer.footer.footer-black {background-color: #d3e4f0;}
.footer-big p,
footer.footer.footer-black a {
  color: #222;
  text-align: center;
  font-weight: 400;
}
.footer .col-md-4{    width:100%;}
footer.footer.footer-black .copyright, .footer-big .footer-menu li a, footer.footer.footer-black hr, .hestia-bottom-footer-content{    display:none;}

/* Remove kboard poweredby & like button & new mark */
.kboard-pure-gallery-poweredby, .kboard-default-poweredby, .kboard-wonderful-product-poweredby, .kboard-venus-webzine-poweredby{    display:none;}
.kboard-button-like, .kboard-button-unlike { display: none !important; }
.kboard-pure-gallery-new-notify, .kboard-oneticon-new-notify, .kboard-thumbnail-new-notify, .kboard-default-new-notify, .kboard-wonderful-product-new-notify {display: none!important; }

/* Remove box shadow*/
button {box-shadow:none !important;-moz-box-shadow:none !important; }
button:hover  {box-shadow:none !important;-moz-box-shadow:none !important; }