/*
 Theme Name:   Baylys Child
 Theme URI:    http://yicsolutions.com/
 Description:  Baylys Child Theme
 Author:       YICSolutions
 Author URI:   http://yicsolutions.com
 Template:     baylys
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  baylys-child
*/

body {
    font-family: georgia, sans-serif;
    font-size:14px;
    color:#5F5C52;        
}

#header-fluid-line {
    background-color: #00ca4c; 
    height:5px;
}

#site-title img {
    max-width: 100%;
    padding: 0 0 20px;
}

#main-wrap {
    /*margin: 0 auto;*/
    max-width: 1160px;
    overflow: hidden;
    padding: 20px 0 20px;
}

#site-title {
    float: left;
    padding: 10px 50px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Search Form
/*-----------------------------------------------------------------------------------*/

#searchform {	
    width:310px;     
}
#s {
    background:#fff;
    box-shadow: none;
    border: 1px solid #e3e0d8;
    color:#5F5C52;
    font-size:16px;
    font-size:1rem;
}
#s:hover,
#s:focus,
#s:active {
    background:#fff;
    border:1px solid #9C1F1B;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input#searchsubmit {
    border:none;
}


#sponsor-search {
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}

#sidebar-search {
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

#footer {
    background: #262626;  
}

#footer-top-section { 

    border-bottom-width:2px;
    border-bottom-color:#9C1F1B;
    border-bottom-style:solid;
    padding-top:20px;
    min-height:50px;
}

#footer-bottom-section {
    background: #9C1F1B;
    min-height: 50px;
    padding-top:10px;
}

#footerwidget-wrap{
    padding-top:20px;
    padding-bottom:0px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.7);
    margin: 15px; 
}

#sponsor {
    text-align: center;
}

.page-header h2.page-title {
    font-size: 1.5rem;
   /* color: #cc0000;*/
    font-weight: bold;
}

ins {
    background-color: #FFFFFF !important;
}

pre {
    margin-bottom: 25px;
}