/* Catagory Styles */


.widget-inside > ul > li, .cat-item {
    border-bottom-color: rgb(173, 173, 173);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 7px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    font-size:13px;
}

.widget-inside > ul > li:hover, .cat-item:hover {
    border-bottom:1px solid #fda100;
}

/*----- End ------*/

h2, .h2 {
    font-size: 23px;
}

/*--Button--*/

.btn-primary {
    background-color: #fda100;
    border:none;
    border-radius:0;
}


.btn-primary:hover {
    background-color: #0079a1;
}

.entry-meta { border-left:5px solid #fda100; }
.entry-time, .entry-meta-post-categories { margin-left:5px;}

.pagination-wrapper.pagination-wrapper-paginate {
    text-align: center;
}

.pagination > li > a { color:#adadad;}
.pagination > li > .current { color:white;background-color:#fda100;}


/*----calender---*/

#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }


a { color:#fda100;}
a:hover { color:#000; outline: 0; }
a:active {outline:none;}

.pager li > a:hover { background-color:#fda100; color:#000; }


.loop-meta {
    background-color: #F5F5F6;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: rgb(51, 51, 51);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.loop-meta .loop-meta-title {
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.table > tbody > tr > td > a { color:#fda100; }

.page-numbers { font-size:12px; }

.entry-more-link {float:right;}
.entry-more-link-wrapper > a { font-size:11px; color:#fda100;}
.entry-more-link-wrapper > a:hover { color:#000;}

.entry-more-link-wrapper > .btn { background-color:white; }

#s-btn { border-radius:0; }

p { color:#645f5f;}
.widget-inside .form-control{
margin: 0 0 0rem;
height: 32px;
font-size: 13px;
}