/* Columns Under Additional Bail Bonds Section */

.col-lg-3 {
    width: 33.3% !important;
}


.team-member .details {height: auto;}
ul.nav > li.current_page_item > a::before, ul.nav > li.current-menu-item > a::before {display: none;}
.our-team .row .team-box {margin-bottom: 0px;}
.team-member {margin-bottom: 0px;}
input.skill1, .skill2, .skill3, .skill4 {
    background: transparent url("/wp-content/uploads/2016/08/Mini-Cherry-Icon.png") repeat scroll center center !important;
    width: 50px !important;
    height: 50px !important;
    background-position: center;
    margin-top: 0px !important;
    margin-left: -56px !important;
}
.skills .skill .skill1, .skill2, .skill3, .skill4 {
    font-size: 0px !important;
}
canvas {opacity: 0;}

/* Purchase Now Area */

.purchase-now {
    background: #ffffff;
}

/* Contact Us Form (Home) Text Color */

.custom-color {
    color: #fff;
    text-align: center;
    font-size: 22px;
}

/* Contact Form Button */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: none;
    border: solid 1px #ff0000;
    background-color: rgba(255, 0, 0, 0.5);
}

.pirate_forms .pirate-forms-submit-button:hover {
    background: rgba(255, 0, 0, 0.5);
    border: solid 1px #ff0000;
}

a.one {
 color:#404040; 
}
/* Mobile */

@media screen and (max-width: 480px) {
.big-text {
    font-size: 22px;
}
}

@media screen and (max-width: 480px) {
.col-lg-3 {
    width: 100% !important;
}
}

@media screen and (max-width: 480px) {
.header-content-wrap {
    padding: 35px 0 35px;
}
}
.navbar-brand > img {
	max-height: 100%;
	object-fit: contain;
}