/*

Theme Name: Spec Group

Theme URI: http://www.inventsolutions.net/

Author: Invent Solutions

Author URI: http://www.inventsolutions.net/

Description: Spec Gulf Theme.

Version: 1.0

License: GNU General Public License

License URI: license.txt

*/

/* Stylesheets in Whole Site

/*-----------------------------------------------------------------------------------*/

/* CSS Reset 

/*-----------------------------------------------------------------------------------*/

.blog-side-bar .widget.widget_categories ul li {

    border-bottom:1px solid #000;

    padding:10px 0;

}

.blog-side-bar .widget.widget_categories ul li a, .blog-side-bar .widget.widget_categories ul li a:hover {

    color:#000;

    text-decoration:none;

}

.blog-all ul.pagination {

    width:100%;

}

.blog-all ul.pagination li {

    display:inline-block;

}

.blog-all ul.pagination li a {

    border-radius:0;

    color:#000;

}

.pagination li a.active, .pagination li:hover a{

    background:#edc453;

    border-color:#edc453;

}

.next-prev-arrow li {

    text-align:center;

    margin-bottom:3px;

}

.next-prev-arrow li a, .next-prev-arrow li a:hover {

    color:#fff;

    text-decoration:none;

    width:50px;

    height:50px;

    background:#000;

    display:block;

    padding-top:16px;

}





/****** Search Widget ****/

.widget.widget_search label.screen-reader-text{

    letter-spacing: 3px;

    text-transform: uppercase;

    font-family: 'robotobold';

    display: block;

}

.widget.widget_search input[type="text"]

{

    display: block;

    width: 100%;

    height: 34px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857143;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}



/******* Category Widget *******/

.widget.widget_categories{

    clear: both;

}

.widget.widget_categories ul{

    margin: 0;

    padding: 0;

    list-style: none;

}

.widget{

    margin-bottom: 40px;

}



/**** Menu *****/



.nav.navbar-nav > .current-menu-item > a,.nav.navbar-nav > .current-menu-ancestor > a{

    color: #000;

    background: #f3f3f3;

    opacity: 1;

    border-top: 1px solid #000; 

}



