/*
Theme Name: Lead Generation Pro
Theme URI: http://wordpress.org/
Description: Lead Generation Pro
Version: 1.0
Author: the community
Author URI: http://wordpress.org/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: lead, generation, pro
*/

.container-full {
  overflow: hidden;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* Global */
html { 
	background: #f2f1f0 url('images/bg.jpg') repeat-x top center;  
}

body {
	background-color: transparent;
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #1c1c1a;
}

header {
	padding-top: 30px;
}

a {
    color: #BFBFBF;
}
a:hover, 
a:active,
a:focus,
.current_page_item a {
    color: #26c3fc;
    text-decoration: none;
}

p {
    margin-bottom: 20px; 
}

h1,h2,h3,h4,h5,h6 {
    color: #26c3fc;
    font-family:  "Questrial", Arial, Helvetica, sans-serif;
    margin-top: 10px;
}
h3 {
    margin-top: 20px;
}
h2 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
    margin: 24px 0;
    line-height: 1.1;
}
img {
    max-width: 100%;
}

blockquote {
    border: 0 none;
    margin: 0;
    padding: 15px 20px;
}

.border-img {
    border: 3px solid #fff;
}

.navbar{
    margin: 0;
}
.navbar-default {
	background-color: transparent;
	border: 0 none;
	border-color: transparent;
}

.container {
    padding: 0;
}

.alert,
.alert-info {
    display: none;
}
/* Global END */

/* Header */
#header-banner {
    text-align: right;
    font-size: 18px;
}
#header-banner .top-info .phone {
    font-size: 28px;
    line-height: 28px;
    color: #26c3fc;
    margin: 0 0 2px;
    display: block;
}
/* Header END */

/* Content Page */
.lead {
    /*margin-bottom: inherit;*/
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
}

#main article {
	padding-top: 10px;
    border-bottom: 0 none;
}

#content {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
    box-shadow: 0px 0px 5px 0px rgba(102,102,102,1);
    background-color: #ffffff;
    padding: 40px 15px 15px;
    margin: 6px auto 35px;
}
.alert .alert-info {
    display: none;
}
/*Content Page END*/

/* Service Page */
.service-page{
    padding-top: 15px !important;
} 
.service-page h2 {
    margin-top: 20px;
}

#service_page_hero {
    padding: 0;
}

#service_page_hero h1 {
    display: table;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 33px;
    color: #26c3fc!important;
    margin: 0 0 10px;
    line-height: 40px;
}
#service_page_hero .quoted {
    background: #000000;
    background: rgb(0,0,0);
    background: rgba(0,0,0, .7);
    behavior: url(/css/border-radius.htc);
    background: transparent\7;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000)';
    display: table;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    -webkit-border-radius: 12px 0px 0px 12px;
    -moz-border-radius: 12px 0px 0px 12px;
    border-radius: 12px 0px 0px 12px;
    padding: 12px 18px 18px;
    float: right;
    margin: 51px 0 20px 47%;
    line-height: 32px;
}

.service-form-wrap {
    background: #ededed;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-top: 20px solid #ffffff;
    margin: 0 auto 10px;
}

.above-footer-section {
    background: #F6F6F6;
    margin-top: 20px;
    padding-bottom: 20px;
}
.above-footer-section li {
    width: 33%;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
}
.above-footer-section li a {
    font-size: 18px;
    color: #333;
}
.above-footer-section li a:hover {
    color: #26c3fc;
}
.sub-menu-link {
    color: #26c3fc;
    margin-right: 15px;
    font-size: 12px;
}

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie;
    margin: 0;
    margin-left: 2.3em;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    counter-reset: li-counter;
}
ol.circles-list > li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}
ol.circles-list > li:before {
    background-color: #26c3fc;
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    color: #f5f5f5;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-size: 1.8em;
    height: 1.3em;
    left: -1.33em;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.3em;
}
/* Service Page END */

/* Page Image Right */
.img-right {
    padding-bottom: 60px;
}
.img-right img {
	max-width: 100%;
	border: 3px solid #ffffff;
}

.imageframe {
    display: inline-block;
    z-index: 1;
    position: relative;
    max-width: 100%;
}
.element-bottomshadow {
    position: relative;
}
.element-bottomshadow:before, .element-bottomshadow:after {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: 0.7;
    -webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.element-bottomshadow:after {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
/* Page Image Right END */

/* Page Image Right Header Top */
.page-header-top {
    display: table;   
    color: #1c1c1a;
    font-size: 15px;
    
}
.page-header-top h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 8px 15px;  
    margin: 0;
    color: #fff;
    margin: 0 0 10px;
    background-color: #26c3fc;
}
/* Page Image Right Header Top END */

/* Footer */
#mainfooter {
    /*border-top: 12px solid transparent;*/
    background: #363839;
    padding: 0;
    color: #8c8989;
    position: relative;
    overflow: hidden;
}

.footer-links {
    float: none;
    margin-top: 34px;
    margin-bottom: 22px;
}
.footer-links .menu {
    padding-left: 0;
    text-align: center;
}
.footer-links .menu li {
    float: none;
    display: inline-block;
    color: #BFBFBF;
    font-size: 15px;
    margin-left: 12px;
}

#inner-footer {
    padding-top: 18px;
    padding-bottom: 16px;
    border-top: 1px solid #4b4c4d;
    background-color: #282a2b;
    color: #8C8989;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
}
#inner-footer .widget {
    margin-bottom: 0;
}
.footer-links .menu li:first-child {
    margin-left: 0;
}
/* Footer END */

/* Blog */
.blog-meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #333;
    padding: 5px 0;
}
.entry-title a {
    color: #333;
}
.entry-title a:hover {
    color: #26c3fc;
}
/* Blog END */

/* Contact Forms */
.red {
    color: #FF0000;
    font-style: italic;
    font-weight: normal;
}
.yellow {
    color: #ffbf00;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input.input-text,
textarea {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
div.global_form {
    margin: 0px 5%;
    padding: 0px 3px 12px 3px;
    line-height: 18px;
}
.required {
    font-style: italic;
    font-size: 11px;
    font-weight: 700;
}

.global_form input[type=text],
.global_form input[type="email"],
.global_form input[type="tel"],
.global_form input[type="number"], 
.global_form textarea {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    padding: 8px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.global_form select {
    margin-bottom: 10px;
    width: 100%;
    padding: 8px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
}
.global_form select, 
.global_form textarea,
.global_form input[type=text],
.global_form input[type=tel],
.global_form input[type=number],
.global_form input[type=email] {
    border: 1px solid #bbbbbb;
    color: #26c3fc;
}
.global_form input[type=submit] {
    width: 100%;
    padding: 0px;
    border-radius: 5px;
    margin-top: 10px;
    background: #26c3fc;
    background: -moz-linear-gradient(top, #000000 0%, #5b5b5b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#5b5b5b));
    background: -webkit-linear-gradient(top, #000000 0%,#5b5b5b 100%);
    background: -o-linear-gradient(top, #000000 0%,#5b5b5b 100%);
    background: -ms-linear-gradient(top, #000000 0%,#5b5b5b 100%);
    background: linear-gradient(to bottom, #000000 0%,#5b5b5b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5b5b5b',GradientType=0 );
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0 1px 1px;
    border-bottom-left-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    height: 43px;
    padding: 0 30px;
    font-size: 26px;
    font-family: "Questrial",Arial,Helvetica,sans-serif;
}

.global_form input[type=submit]:hover {
    background: #590d1c;
    background: -moz-linear-gradient(top, #5b5b5b 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #5b5b5b 0%,#000000 100%);
    background: -o-linear-gradient(top, #5b5b5b 0%,#000000 100%);
    background: -ms-linear-gradient(top, #5b5b5b 0%,#000000 100%);
    background: linear-gradient(to bottom, #5b5b5b 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#000000',GradientType=0 );
    border: 1px solid #ffffff;
    color: #ffffff;
}

#service_form {
    overflow: hidden;
    padding-bottom: 30px;
}

#service_form .col {
    margin-bottom: 25px;
}
.pad-right {
    padding-right: 6px;
}
.pad-left {
    padding-left: 6px;
}
#service_form input[type=checkbox]{
    height: 16px;
    width: 16px;
}

#service_form .your-choice {
    width: 100% !important;
    display: inline-block;
}
#service_form .your-choice .wpcf7-form-control {
    width: 100% !important;
    display: inline-block;
}
#service_form .your-choice .wpcf7-list-item {
    float: left;
    width: 33%;
    margin: 0;
}
.wpcf7 label {
	color: #333;
}
#search {
    margin-top: 40px;
}
#service_form .wpcf7-submit {
    margin-top: -25px;
    height: 55px;
}
/* Contact Forms END */

/* Blog Page */
.widget_recent_entries ul {
    list-style: none;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eee;
}
.widget_recent_entries li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 12px !important;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
    content: "\e258";
}
.blog #content a {
    color: #333;
}
.blog-meta .glyphicon {
    top: 2px !important;
}
/* Blog Pages END */

@media (min-width: 768px){
    .container {
        width: auto;
    }
}
@media (max-width: 767px){
    .navbar-brand {
        padding: 0;
        text-align: center;
        display: block;
    }
    .navbar-brand > img {
        display: inline-block;
    }
    #service_form .your-choice .wpcf7-list-item {
        width: 100%;
    }
    #service_form .wpcf7-submit {
        margin-top: 0;
    }
    .top-info {
        text-align: center;
    }
}

@media (min-width: 992px) {
	.container {
	    width: auto;
	}
    .service-page-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
	.container {
	    width: 1115px;
	}
}

@media (max-width: 991px) {
    .img-right {
        text-align: center;
    }
    .container > .navbar-header {
        text-align: center;
         margin-bottom: 15px;
    }
    .navbar-default .navbar-brand {
        float: none;
    }
    .service-page-full {
        display: none;
    }
    #service_page_hero {
        overflow: hidden;
    }
    #service_page_hero h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .service-page-mobile .arrow-down {
        width: 0;
        height: 0;
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        border-top: 20px solid #1D2432;
        border-top-width: 20px;
        border-top-style: solid;
        border-top-color: rgb(29, 36, 50);
    }
    .service-page-mobile .above-footer-section li {
        width: 95%;
        display: inline-block
    }
    .service-page-mobile .imageframe-align-center {
        text-align: center !important;
    }
    .service-page-mobile .quoted {
        font-size: 22px !important;
        line-height: 28px !important;
        float: none !important;
        margin: 190px 0 0 !important;
        background-color: #1D2432 !important;
        border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }
    .above-footer-section .sub-menu-link {
        width: 5%;
        margin-right: 0;
    }
}

/*************** QTrotator ********************/
.cbp-qtrotator {
    position: relative;
    max-width: 800px;
    width: 100%;
    background: #f5f5f5;
    border-left: 4px solid #26c3fc;
    font-size: 1.1em;
    color: #444444;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 200px;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
}

/* Currently visible */
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative; 
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

#cbp-qtrotator .testimonial-author {
    font-size: 0.9em;
    font-style: italic;
    font-weight: 700;
    color: #333333;
}
/*************** QTrotator END ********************/

/*************** M Edits ********************/



.glyphicon-star:before {
    color: #fed100 !important;
    font-size: 25px !important; 
    padding-right: 2px !important; 
}

.col.col-md-6 a

{ color: #1c1c1a }

.col.col-md-7.col-sm-7 > label

{ color: #333333; }



/*************** James Edits END ********************/