/*
Theme Name: Bootstrap Basic Child
Description: Bootstrap Basic Child Theme
Author: Jasbo
Template: bootstrap-basic
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrap-basic
*/

@import url("../bootstrap-basic/style.css");
@import 'https://fonts.googleapis.com/css?family=Raleway:100,100i,400,400i,800,800i';

/*
brown #46390d to yellow: cccc00
purple 330066
green 669999
*/

body {
    font-family: Raleway, Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;  
    background: url(images/bg.png) top left #e8e4dc;
    font-weight: normal;
}

a {
    font-weight: 800;
    color: #330066;
}

.entry-meta {
    display: none;
}

#main-column .category-whats-happening  {
    border: 0px solid #eee;
    margin-bottom: 0px; 
    padding: 10px;
    border-bottom: 4px solid #cccc00;
}

#page_in_widget-2 p {
    font-size: 18px;
    color: #330066;
    padding-bottom: 8px;
    border-bottom: 4px solid#cccc00;
}

#page_in_widget-2 span.drop {
  color: #330066;
  float: left;
  font-size: 75px;
    font-weight: 800;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

#page_in_widget-3 a {
    font-weight: normal;
    text-decoration: underline;
}

#page_in_widget-3 ul {
    list-style: disc;
}
#page_in_widget-3 h5 {
    font-size: 16px;
}

.page-header-top-right {
    margin-top: 50px;
    float: right;
}

h1, h2, h3, h4 {
    font-weight: 800;
    color: #330066;
}

.page-container {
     background-color: #fff;
}

#navright {
    margin-top: -3px;
    float: right;
}

nav.navbar div.text-widget p a{
    text-align: right;
    padding: 12px 0px 0px 0px;
}
   
.navbar-default, .navbar-default .navbar-nav>.active>a {
    background-image: none;
    background-color: #cccc00;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #333;
    background-color: #cccc00;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #cccc00;
    background-image: none;
/*    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;*/
}
#header-image img {
   width: 94%;
}

.site-description p {
    color: #333;  
    font-size: 16px;
    margin-left: 15px;
    width: 72%;
}

.pull-right .textwidget {
    text-align: right;
}

#sidebar-left .widget ul li, #sidebar-right .widget ul li {
    padding-bottom: 12px;
}
#sidebar-left #page_in_widget-3 ul li {
    padding-bottom: 2px;
}

#sidebar-left .widget ul, #sidebar-right .widget ul {
    padding-left: 0px;
}

#sidebar-left .widget, #sidebar-right .widget {
    border: 0px solid #eee; 
    margin-bottom: 0px; 
    overflow: hidden;
    padding: 10px;
}

.cat-post-thumbnail img {
    margin: 5px 0px 5px 0;
    float: left;
    width: 100%;
    height: auto;
}

.colimg {
    width: 100% !important;
    height: auto;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top,#669999 0,#669999 100%);
    background-image: -o-linear-gradient(top,#669999 0,#669999 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#669999),to(#669999));
    background-image: linear-gradient(to bottom,#669999 0,#669999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #cccc00;
}

.btn-primary:hover {
    color: #fff;
    background-color: #669999;
    border-color: #cccc00;
}

#before-footer, .footer-right {
    background: #fff;
}
.footer-right hr {
    border-top: 1px solid #333;
}

.footer-left {
    background: #cccc00;
}
#site-footer {
/*    background: #cccc00;*/
    border-top: none;
    font-size: 12px;
    padding: 10px;
    color: #333;
    text-align: center;
}

#site-footer a {
    color: #333;
    font-weight: 800;
}


.footer-left a {
    text-align: center;
}

.footer-left h1 {
    font-size: 18px;
    font-weight: 800;
}

.footer-left p {
    font-size: 14px;
    font-weight: normal;
    padding-top: 12px;
}

/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


