::selection {
    background: #dd9b0c;
    color:#fff;
}
#menu li.current-menu-item a, #menu li.current_page_item a , #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover{
    border-left:9px solid #feb20e;
}
#menu li.current-menu-item a, #menu li.current_page_item a , #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover{
    border-left:9px solid #feb20e;
}
.blackwell_slider .container {
    background: rgba(254, 178, 14, 0.6);
}
.team-content .team-item .mask {
    background-color: rgba(254, 178, 14, 0.35);
}
.slides-navigation a.prev {
    left: 0;
    background: rgba(254, 178, 14, 0.6) url(right_slide.png) center no-repeat;
}
.slides-navigation a.next {
    left: 57px;
    background: rgba(254, 178, 14, 0.6) url(left_slide.png) center no-repeat;
}
.feature_content .feature_content_inner p.font_icon {
    background: #feb20e;
}
.feature_content .feature_content_inner p.font_icon:before {
    border-bottom: 20px solid #feb20e;
}
.feature_content .feature_content_inner p.font_icon:after {
    border-top: 20px solid #feb20e;
}
.works_content {
    background: #feb20e;
}
.team-content .team-item {
    border: 3px solid #feb20e;
}
.team-content .team-item span {
    color: #feb20e;
}
.team-content .team-item span.team_share {
    background: #feb20e;
}
.testimonial_image a {
    color: #feb20e;
}
.testimonial_content{
    background:#feb20e;
}
.testimonial_content .testimonial_tip{
    border-right: 16px solid #feb20e;
}
.portfolio_wrapper ul li .post_thumbnil span.image_link {
    background: #feb20e;
}
.portfolio_wrapper ul li img {
    border: 5px solid #feb20e;
}
.client_wrapper {
    background: #feb20e;
}
.client_wrapper  .flex-direction-nav .flex-prev  {
    background: #dd9b0c url(right_slide.png) no-repeat center;
}
.client_wrapper  .flex-direction-nav .flex-next{
    background: #dd9b0c url(left_slide.png) no-repeat center;
}
.home_blog_content .post .post_thumbnil .post_format {
    background: #feb20e;
}
.home_blog_content .post:hover .post_content_bottom{
    background:#feb20e;
}
.contact_wrapper {
    background: #feb20e;
}
.contact-container form input[type='text'], .contact-container form input[type='email'], .contact-container form input[type='textarea'] {
    background: #eda509;
}
.formfield textarea#commentsText {
    background:#eda509;
}
.contact-map h1 {
    background: #feb20e;
}
.sidebar h3 span.line {
    border-bottom: 1px solid #feb20e;
}
.sidebar ul li a:hover {
    color: #feb20e;
}
.content-bar .post .post_title a:hover {
    color: #feb20e;
}
.content-bar .post a.read_more {
    background-color: #feb20e;
}
.content-bar .post a.read_more:hover {
    background-color: #9f6520;
    color: #fff;
}
.content-bar .post .post_meta li.format_sign span.post_format{
    background:#feb20e;
}
.post.single blockquote {
    background: #feb20e url(blockqoute_post.png) 16px 21px no-repeat;
}
ol.commentlist li .reply a {
    background: url(reply-yellow.png) center right no-repeat;
}
#respond input[type='text'], #respond input[type='email'], #respond textarea#comment {
    background:#feb20e;
    border:1px solid #f0b36a;
}
.page-content .gallery .thumbnail li img {
    border: 4px solid #feb20e;
}
.page-content .content-bar .gallery .thumbnail li img {
    border: 4px solid #feb20e;
}
#wp-calendar caption {
    background: #9f6520;
    border: 1px solid #feb20e;
}
#wp-calendar a {
    font-weight: bold;
    color: #feb20e;
}
th{
    background: #feb20e;
}
a {
    text-decoration: none;
    color: #feb20e;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
    color: #9f6520;
}
.sidebar ul li:before {
    color: #feb20e;
}
.sidebar ul>li:hover>a{
    color: #feb20e;
}
.searchform input[type="text"] {
    border: 2px solid #feb20e;
    border-right: none;
}
button#searchsubmit {
    border: 2px solid #feb20e;
    border-left: none;
    color: white;
    line-height: 20px;
    background: #feb20e;
}
.widget_area a:hover, .widget_area li a:hover, .widget_area ul.tabs li a:hover, .widget_area .tagcloud a:hover,
#commentform a{
    color: #feb20e;
}
#commentform input#submit {
    background: #feb20e;
}
@media only screen and (max-width: 768px){
    .testimonial_content .testimonial_tip {
        border-bottom: 16px solid #feb20e;
    }
}
/*Gallery CSS*/
.content-bar .gallery .thumbnail img, .fullwidth .gallery .thumbnail img{
    border:4px solid #feb20e;
}
/*Menu scrolling bar*/
.left_panal::-webkit-scrollbar-thumb {
    background: #9f6520; 
}
.left_panal::-webkit-scrollbar-thumb:window-inactive {
    background: #feb20e; 
}
#owl-client .item{
    background: none;
    height: 153px;
    position: relative;
	
}
#owl-client .item img{
width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.client_wrapper  .customNavigation .prev,
.client_wrapper  .customNavigation .next{
    background-color: #9f6520;
}