@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
#site-title a{font-family: 'Lobster', sans-serf !important; transition:all .8s ease-in-out; }
#site-title a:hover{transform: scale(1.07);}
.entry-meta{display:none !important;}
.credit-link{display:none !important;}
.navbar-inverse .navbar-nav a{font-family: 'PT Sans' !important; font-size: 14px; transition: color 1s, background 1s;} 
.navbar-inverse .navbar-nav a:hover{background: rgba(0,0,0,0.98);}
.wr_text{font-size: 15px !important;}
.fbfeed{height: 400px !important; overflow: hidden; overflow-y:scroll;margin-top: 15px;}
.jsn-bootstrap3 .panel-default{border: none !important;}
.jsn-bootstrap3 .panel-default > .panel-heading{border:none !important;background: white !important;}
#recent-posts-4 li {  list-style:none !Important;color: #666 !important; line-height: 2; transition:background 1s ease;}
#recent-posts-4 li a{color: #666 !important;}
#recent-posts-4 li a:hover{text-decoration:none !important;}
#recent-posts-4 li:before { font-family:'FontAwesome'; content:"\f06c"; transition: transform 1s ease;}
#recent-posts-4 ul{margin-left: -40px !important;}
#recent-posts-4 li:hover li:before{transform: scale(1.04);}
#recent-posts-4 li:hover{ color: #004d00!important; }
.bavotasan_custom_text_widget i.default{transition: font-size 1s, color 1s, border-color 1s;}
.bavotasan_custom_text_widget i.default:hover{font-size: 65px; color: #80ff80; border-color:#80ff80;}
#post-37 img{opacity: 0.96; transition:all 0.5s ease-in-out;}
#post-37 img:hover{opacity:1; transform: scale(1.2); border: 1px solid #ccc;}
input[type = "text"], input[type = "email"]{width: 100% !important;}
textarea{width:100% !important;}
.wr-list-content-wrap p{font-size: 14px !important;}
.excerpt{font-size: 15px !important;}
.tab-content{border:none !important;}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*.title-card #site-title:not(.page-id-6){ webkit-animation: fadein 0.5s ease-in-out;
    -moz-animation: fadein 0.5s ease-in-out;
    -ms-animation: fadein 0.5s ease-in-out;
    -o-animation: fadein 0.5s ease-in-out;
    animation: fadein 0.5s ease-in-out;}*/
.text-center img{width: 150px !important; height: 150px !important;}
@media(max-width: 768px){
.bx-wrapper{display:none !important;}
}
@media (max-width: 480px){
.navbar-fixed-top {
    top: 0 !important;
    position: fixed !important;
}
.no-fittext #site-title a {
    font-size: 44px !important;
}
}