.page-title .arrow{
    border-color: transparent transparent transparent #A09D72;
}

.header-field h3 {
    background: #A09D72;
}

.social-media li a:hover {
    background: #A09D72;
}

ul.pagination li a:hover {
    background: #A09D72;
}

.navbar .nav>li.active,
.navbar .nav>li:hover {
    border-color: #A09D72;
}

.navbar .nav li.dropdown.open,
.navbar .nav li.dropdown.active,
.navbar .nav li.dropdown.open.active {
    border-color: #A09D72;
}

.navbar .right-icons ul li a:hover, .navbar .right-icons ul li a.active {
    background: #A09D72;
}

#search_form{
    background: #A09D72;
}

.inner-project h4 a:hover {
    color: #A09D72;
}

.thumb-project div span{
    background: #A09D72;
}

.post-item .post-image a.more {
    background: #A09D72;
}

.post-details a:hover h2 {
    color: #A09D72;
}

.post-info ul li a:hover {
    color: #A09D72;
}

.blog .pagination ul li.active a {
    background: #A09D72;
}

.blog .pagination ul li.active a:hover {
    background: #A09D72;
}

.leave-comment form button{
    background: #A09D72;
}

.sidebar-widget .tagcloud a {
    background: #A09D72;
}

.sidebar-widget .categories ul li a:hover {
    color: #A09D72;
}

#twitter .tweet a {
    color: #A09D72;
}





.contact-us form button{
    background: #A09D72;
}

.contact-us .contacts i{
    background: #A09D72;
}

.error404{
    color: #A09D72;
}


input:focus, textarea:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(244, 181, 48, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(244, 181, 48, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(244, 181, 48, 0.6) !important;
    border-color: #A09D72 !important;
}