/*
Theme Name: Proteus
Theme URI: http://
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1.0
Author: Raff
Author URI: http://
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
.page-template-template-services-php #content .row{
margin-bottom:50px;
}
.page-template-template-services-php .post_content{
margin-bottom:50px;
}
.gform_footer input.button{
       color: #fff;
    background-color: #296195;
    border-color: #296195;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.gform_footer input.button:hover{
    color: #fff;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}
.gfield_label{
display: none !important;
}
input, textarea, select, .uneditable-input{
    margin-bottom: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #9b9b9b;
    border-color: #9b9b9b;
}
.pic-caption { background: rgba(155, 155, 155, 0.87);}
.our-services .fa { border-color:#0076c0; color:#0076c0;}
.services-box:hover { border-color:#9b9b9b;}
.services-box:hover .fa { background:#9b9b9b; border-color:#9b9b9b;}
.gform_footer input.button:hover { background-color:#9b9b9b !important; border-color:#9b9b9b !important;}
#tripple{
display: none;
}
.category-head h5{
display: none;
}
.category-head h4{
margin: 18px 0 18px;
}
.three-box-home{
background: #ececec;
}
.flex-control-paging li a.flex-active {
    background: #0076c0;
    background: #45536e;
    cursor: default;
}
.flex-control-paging li a:hover {
    background: #0076c0;
    background: #45536e;
}
#gform_2 .top_label input.large {
    width: 97.5%;
    background-color: #282828;
    border: 1px;
    border-radius: 6px;
}
.three-box-home h4{
margin-bottom: 25px;
}
.logo img {
    margin-top: 0px;
margin-bottom: 10px;
margin-left: 40px;
}
.tp-caption.black {
    background: url(images/first1.jpg) left top no-repeat,
 url(images/first2.jpg) left top repeat-x;
    line-height: 69px;
    padding-left: 25px;
    padding-right: 25px;
}
.tp-caption.white-bold{
    background: url(images/second1.jpg) left top no-repeat,
 url(images/second2.jpg) left top repeat-x;
    line-height: 80px;
    padding-left: 25px;
    padding-right: 40px;
}
.tp-caption.gray-bold {
    background: url(images/third1.jpg) left top no-repeat,
 url(images/third2.jpg) left top repeat-x;
    padding-left: 25px;
    padding-right: 60px;
line-height: 120px;
}