/*
 Theme Name:   Graphene Child
 Theme URI:    http://example.com/graphene-child/
 Description:  Graphene Child Theme
 Author:       Mehran Maghoumi
 Author URI:   http://www.maghoumi.com
 Template:     graphene
 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:  graphene-child
*/

.boxed-wrapper {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    position: relative;
    z-index: 3;
    background: #fff;
}

#top-bar {
    background: #9ed03e;
    padding: 10px 15px;
}

#top_search input {
	border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #888888;
    background: #ffffff;
    padding: 8px 10px;
}
#top_search input:focus {
    color: #888888;
}
.top-bar .searchform input, #top_search .searchform input {
    background-color: white;
}

body {
    background: url(images/bg_g.png) repeat #000 fixed;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4a474b;
}

.navbar-inverse #header-menu-wrap {
    background: #e9e9e9;
    border: 1px solid #cccccc;
}

.navbar-inverse .nav ul li a {
    color: #000000;
}

.navbar-inverse .nav > li > a {
    color: #000000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}

.navbar-inverse .nav li:focus,
.navbar-inverse .nav li:hover,
.navbar-inverse .nav li.current-menu-item,
.navbar-inverse .nav li.current-menu-ancestor,
.navbar-inverse .dropdown-menu li,
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a, 
.navbar-inverse .dropdown-menu > .active > a:focus, 
.navbar-inverse .dropdown-menu > .active > a:hover {
    background: #e9e9e9;
}

.navbar-inverse .nav li:hover > a,
.navbar-inverse .nav li.current-menu-item > a,
.navbar-inverse .nav li.current-menu-ancestor > a,
.navbar-inverse .nav .dropdown-menu li:hover > a,
.navbar-inverse .nav .dropdown-menu li.current-menu-item > a,
.navbar-inverse .nav .dropdown-menu li.current-menu-ancestor > a {
    color: #95bd4b;
    text-decoration: underline;
    transition: all 0.5s ease;
}

#content {
	background: #fbfbfb;
    padding: 30px 0;
}

.post-nav-top,
.archive-title,
.page-title {
    border-top: 6px solid #dbdbdb;
    background: #f9f9f9;
    padding: 13px 0 15px;
    margin-bottom: 18px;
}

.archive-title span {
    color: #88bd23;
}

.sidebar h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
	margin: 0 0 15px 0;
	padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
	width: 100%;
	zoom: 1;
}

.sidebar .sidebar-wrap {
    background: #ffffff;
    border-top: 6px solid #dbdbdb;
    border-left: 1px solid #e9e8e3;
    border-right: 1px solid #e9e8e3;
    border-bottom: 2px solid #e9e8e3;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 15px;
}

.post,
.singular .hentry,
.comment-respond {
    background: #ffffff;
    border: 1px solid #e9e8e3;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.post-title,
.post-title a,
.post-title a:hover,
.post-title a:visited {
    color: #222222;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post .date .day {
    font-size: 24px;
    padding: 5px 0;
    font-weight: bold;
    color: #222222;
    text-shadow: none;
}

a {
	color: #88bd23;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #92d90d;
	text-decoration: underline;
}

.singular .hentry .entry,
.hentry.author .entry {
    padding: 15px;
}

.list-group-item.parent, 
.list-group-item.parent:focus, 
.list-group-item.parent:hover {
    background-color: #88bd23;
    border-color: #3C1C54;
    color: #fff;
}

.btn,
.Button,
.colour-preview .button,
input[type="submit"],
button[type="submit"],
#commentform #submit,
.wpsc_buy_button {
    background: #88bd23;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    padding: 5px 25px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #95bd4b;
    border-color: #777777;
}

.pagination>li>a, 
.pagination>li>a:hover,
.pagination>li>span {
    color: #88bd23;
}

.label-primary {
    background-color: #88bd23;
}

.post-nav-top > p {
    line-height: normal;
    color: #88bd23;
    font-size: 14px;
}
.post-nav-top a {
    font-size: 14px;
    color: #88bd23;
}

#comments ol.children li.bypostauthor,
#comments li.bypostauthor.comment {
	border: 2px solid #88bd23;
    border-top-width: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #88bd23;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(255,255,255,0.3);
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#footer,
.graphene-footer {
    background-color: #f6f6f6;
    color: #bcb4c1;
}
#footer a, #footer a:visited {
    color: #88bd23;
}

.barax {
    unicode-bidi: bidi-override;
    direction: rtl;
}
