/*
   Customizations unique to Gold Buckle Services
   The Add Assets Plugin mimics the child theme concept for this site

   Rust: #7c0d02
   Orange: #ffac3b
   Tan: #e1bf69
   Black-ish: #131200
   Gray: #c4b7cb
   Green: 698f3f
   Brown: #81450d
*/

/* Globally used elements */
.smaller {font-size: .75em;}
.rust {color: #7c0d02;}
.green {color: #698f3f;}
.brown { color: #81450d;}

.comment-form-attachment {font-size: .8em;}
.oxy-comment-form #submit {
    padding: 1em 2em;
    background-color: #f1592a;
    color: #fff;
    cursor: pointer;
    margin-top: 0.5em;
    font-weight: 700;
    border-bottom: 5px solid red;
}

/* 
=======================[ Search related
*/
.gdl-search-form {
    /* position: absolute;
    right: 40px;
    bottom: 45px; */
}
.gdl-search-form form {
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
}
#section-header #searchform #search-text input[type="text"] {
    background-color: #0a0a0a;
}
#section-header input[type="text"] {
    color: #ffffff;
}
#section-header input[type="text"] {
    margin: 0px;
    border: 0px;
    padding: 12px 35px 12px 10px;
    font-style: italic;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    width: 160px;
    /* display: block; */
    opacity: 0.55;
    filter: alpha( opacity=55 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} /* https://www.goldbuckleservices.com/images/top-search.png */
#section-header input[type="submit"] {
    background-image: url('/images/top-search.png');
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    margin-left: -25px;
    border: 0px;
}
.bottom-column-service-wrapper {
    padding: 10px 28px 35px;
}