/*
Theme Name: The Detroit Crime Commission
Theme URI: http://detroitcrimecommission.org
Version: 2
Author: Digital Brain
Author URI: http://godigitalbrain.com
*/

body {
    background: #f9f9f9;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444;
    padding-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
#main-header .container {
    background: none;
}
#logo {
    margin: 20px;
}
.bg-white {
    background: #FFFFFF;
}
.bg-grey {
    background: #EAEAEA;
}
.slider {
    /*background: url(http://digthisbrain.com/silverback/wp-content/uploads/2014/11/moving-and-storage-1.jpg) no-repeat;*/
    
    background-position: 0% 0%;
    background-size: 100%;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
}
.slide-text {
    background-color: #5B605F;
    text-align: center;
    color: #fff;
    min-height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.slide-text h2 {
    font-size: 22px;
}
.slide-text h3 {
    color: #FFF;
    font-size: 26px;
    background: rgba(0, 0, 0, 0.15);
    padding: 10px;
    letter-spacing: 1px;
}
.slide-text p {
    font-size: 16px;
}
.featured-service h2 {
    font-size: 26px;
    font-family: PT Sans, Arial;
    font-weight: bold;
    color: #444;
    text-shadow: white 0px 1px 1px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 0;
}
#slide-container {
    background: url('http://digthisbrain.com/silverback/wp-content/uploads/2014/11/moving-and-storage-1.jpg') no-repeat;
    background-size: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,e1dcd7+75 */
    
    background: #ffffff;
    /* Old browsers */
    
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 25%, #e1dcd7 75%);
    /* FF3.6-15 */
    
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 25%, #e1dcd7 75%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: radial-gradient(ellipse at center, #ffffff 25%, #e1dcd7 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1dcd7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    
    background: none;
    /* delete later */
}
#slide-container:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: none;
}
.top .locations span {
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top .locations span:last-child {
    border-bottom: none;
    margin-bottom: 10px;
}
#home-tagline {
    padding: 10px 0 15px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    background: #F5F5F5;
    border: 1px solid #e5e5e5;
}
#home-tagline h3 {
    font-size: 30px;
    color: #444;
    text-shadow: white 0px 1px 1px;
    margin: 0;
}
#home-Services {
    margin-bottom: 20px;
}
.btn {
    color: #FFFFFF;
    font-size: 16px;
}
#bg-tint {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    height: 202px;
}
.home #bg-tint {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+45,ffffff+100&1+45,0+100 */
    
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    
    position: absolute;
    height: 100%;
    width: 100%;
}
#quick-quote {
    background: #484143;
    padding: 15px;
}
#quick-quote h2 {
    margin: 15px 0;
    font-size: 20px;
    color: #f4f4f4;
    text-align: center;
    text-shadow: black 0px 1px 1px;
    font-family: PT Sans, Arial;
    letter-spacing: 1px;
}
#quick-quote input[type="text"],
#quick-quote input[type="tel"] {
    font-size: 14px;
    padding: 8px;
    margin-bottom: 15px;
    width: 100%;
}
#quick-quote .gform_footer {
    margin: 0;
    padding: 0;
}
#quick-quote input[type=submit] {
    padding: 10px;
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 5px;
    width: 100%;
}
input[type=submit] {
    padding: 5px;
    color: #FFFFFF;
    font-size: 20px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    background: #fff;
    border: none;
    color: #198E6;
    outline: none;
}
.btn {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.page-heading-container {
    background: #F9F9F9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #345578;
    border-color: #315070;
}
#quick-quote2 .btn-primary,
#quick-quote2 input[type=submit] {
    width: 100%;
}
.btn-primary,
input[type=submit] {
    text-transform: uppercase;
    outline: 0;
    background: #198E63;
    border: 0;
    padding: 1em;
    color: #fff;
    font-size: 1em;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 0.5em;
}
a.btn.btn-primary.modal-trigger {
    background: #19608e;
    border-radius: 0;
    right: 0;
    margin-right: -14px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.btn-primary:hover,
input[type=submit]:hover {
    background: #88C3D8;
    border-color: #618c9b;
}
#quick-quote2 .gform_wrapper .gform_footer {
    margin-top: 0;
    padding-top: 0;
}
#main-content {
    background: #f9f9f9;
    padding-bottom: 30px;
}
/* Menu */

.navbar-nav {
    background: #F5F5F5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.navbar-nav .caret {
    color: #2980B9;
    margin-left: 10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}
.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    color: #888;
    font-weight: normal;
    font-style: normal;
    display: block;
    padding: 15px 20px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #355278;
    background: none;
}
.navbar-default .navbar-nav > li {}
.navbar-default .navbar-nav > li:first-child {
    border-left: none;
}
.navbar-default .navbar-nav > li:last-child {
    border-right: none;
}
.navbar-nav>li>.dropdown-menu {
    background: transparent;
    position: absolute;
    padding: 0;
    z-index: 1002;
    left: 0;
    width: 100%;
    border-top: 0;
}
.navbar-nav > li > .dropdown-menu a {
    color: #6f6f6f;
    background: #EEE;
    -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
}
.navbar-nav > li > .dropdown-menu a:hover {
    background: #f6f6f6;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
/* Footer */

#main-footer {
    padding-top: 20px;
    color: #FFF;
		background: #01225b;
}
#main-footer h3 {
    color: #FFF;
    font-size: 20px;
}
#main-footer p {
    font-size: 14px;
}
#main-footer ul {
    list-style: none;
    margin-left: 0px;
}
#main-footer ul li {
  display: inline-block;
  margin-right: 20px
}
#main-footer ul .fa {
	font-size: 32px;
}
.widgettitle {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 16px;
    margin: 0;
    color: #01225b;
    letter-spacing: 1px;
}
#main-footer li {
    padding: 2px 0;
}
#main-footer a {
    color: #FFF;
    text-decoration: none;
}
#main-footer a:hover {
    color: #454545;
}
#widget-footer .widget {
    /*  border-right: 1px solid #849BA3;







  border-left: 1px solid #c8d7dd;*/
    
    min-height: 135px;
}
#widget-footer .widget:first-child {
    border-left: none;
}
#widget-footer .widget:last-child {
    border-right: none;
}
.footer-bottom {
    background: rgba(0, 0, 0, 0.05);
    color: #fff;
    padding: 15px 0 0;
}
blockquote {
    color: #19608E;
    font-size: 22px;
    font-weight: bold;
    border-left: none;
}
#text-3 {
    text-align: center;
}
img.social-widget {
    vertical-align: middle;
    margin-bottom: 3px;
    border: 0;
    border: 0;
    display: inline;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease;
    margin-right: 10px;
    opacity: 0.7;
}
img.social-widget:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease;
}
#testimonials_widget-2 {
    margin-top: 30px;
}
#quick-quote2 .gform_wrapper input[type=email],
#quick-quote2 .gform_wrapper input[type=number],
#quick-quote2 .gform_wrapper input[type=password],
#quick-quote2 .gform_wrapper input[type=tel],
#quick-quote2 .gform_wrapper input[type=text],
#quick-quote2 .gform_wrapper input[type=url] {
    padding: .5em;
    width: 100%;
}
#main-header #page-heading {
    padding: 10px 0 20px;
    border: rgba(255, 255, 255, .2) 1px solid;
    background: url(images/bg-trans-white-40.png);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
}
#page-heading h1,
#page-heading h2 {
    font-size: 22px;
    color: #444;
    text-shadow: white 0px 1px 1px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
}
#page-button {
    margin-right: 20px;
    font-size: 20px;
    font-family: PT Sans, Arial;
    color: #444;
    text-shadow: white 0px 1px 1px;
}
#sidebar1 .widgettitle {
    text-align: left;
}
.page-heading-cta {
    text-align: center;
}
footer ul {
    text-align: center;
    list-style: none;
    padding: 0;
}
.top-reasons {
    overflow: hidden;
}
.top-reasons h1 {
    margin: 0;
    font-weight: normal;
    font-size: 70px;
    line-height: 76px;
}
.top-reasons ol {
    list-style: none;
    counter-reset: list;
    padding: 0 0 0 114px;
    margin: 0;
}
.top-reasons ol li {
    position: relative;
    counter-increment: list;
    margin: 70px 0 0;
    width: 40%;
    float: left;
    margin-right: 10%;
}
.top-reasons ol li:before {
    content: counters(list, ".") " ";
    width: 50px;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: -80px;
    background-color: #198E63;
}
.top-reasons ol h2 {
    margin: 0;
    font-weight: normal;
    font-size: 37px;
    line-height: 41px;
}
.top-reasons ol h2 a {
    color: #272525;
}
.top-reasons ol p {
    margin: 0;
    font-size: 21px;
    line-height: 25px;
}
#landing {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
body#landing {
    background: #ffffff;
    height: 100%;
    width: 100%;
}
#landing #content {
    padding: 0;
}
#landing #main-header {
    background: url('images/landing-bg1.jpg') no-repeat #839EA7 fixed;
    display: table;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    color: #FFFFFF;
    padding-bottom: 0;
    height: 100%;
    padding: 0;
    display: table;
    width: 100%;
}
#landing #main-header h1 {
    font-size: 45px;
    font-weight: bolder;
    line-height: 0;
}
#landing #main-header h2 {
    font-size: 22px;
    color: #284C57;
}
#landing #main-header span {
    font-size: 22px;
    margin-bottom: 20px;
}
#landing #main-header ul {
    margin-top: 20px;
}
#landing #main-header .form h2 {
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
#landing .second-row {
    margin-top: 20px;
}
#landing .form {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 15px;
}
#landing-highlights {
    padding: 20px 0;
}
#landing #landing-highlights span {
    color: #414B4F;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    display: block;
}
#landing-highlights .container {
    padding: 0;
}
#landing-highlights .col-md-5,
#landing-highlights .col-md-7 {
    padding: 0;
}
.landinghtml {
    width: 100%;
    height: 100%;
}
#modal-quote input,
#landing input {
    font-size: 16px;
    padding: 15px;
    margin: 5px auto;
    width: 100%;
}
#modal-quote input[type="submit"],
#landing input[type="submit"] {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
#modal-quote .gform_wrapper .gform_footer,
#landing .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
#landing #home-tagline {
    width: 100%;
}
#landing .first-row {
    padding: 20px 0 10px;
}
#landing .landing-phone span {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    display: block;
    padding: 15px;
    margin: 30px 0 0;
}
#landing .gform_button {
    background: #f39c12;
    border-color: #f39c12;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#landing .gform_button:hover {
    background: #c87f0a;
    border-color: #be780a;
}
#landing h2 {
    color: #969696;
}
#landing .bx-controls {
    display: none;
}
.modal-header {
    background: url('images/bg-grad.jpg') top no-repeat #829da6;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.modal-body {
    background: #CBDBE1;
}
.home .gform_wrapper .top_label .gfield_label {
    display: none;
}
#featured2 {
    max-width: 1140px;
    background: #19608E;
    overflow: hidden;
    color: #FFF;
    padding: 0;
}
#featured2 .col-md-3 {
    padding: 0;
    max-height: 220px;
}
#featured2 img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
#featured2 .title_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(13, 60, 138, 0.9);
    left: 0;
    top: 0;
    color: #fff;
    font-size: 28px;
    transition: all 0.5s ease;
}
#featured2 h2 {
    color: #FFF;
    font-size: 28px;
    max-width: 200px;
    transition: all 0.5s ease;
    padding: 100px 0px 10px 30px;
    margin: 0;
}
#featured2 .title_box p {
    font-size: 18px;
    display: none;
    padding: 0px 20px 10px 30px;
    transition: all 0.5s ease;
}
#featured2 div:hover h2 {
    padding-top: 5px;
    max-width: 100%;
}
#featured2 div:hover .title_box {
    background: rgba(67, 141, 189, 0.8);
    padding-top: 10px;
}
#featured2 div:hover .title_box p {
    display: block;
}
.btn.btn-new {
    display: none;
    font-size: 20px;
    font-weight: bold;
    background: #717171;
    border-radius: 0;
    padding: 5px 0;
    margin: 5px 0 0;
    width: 100%;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}
.btn.btn-new:hover {
    color: #FFF;
    background: #22A776;
}
#featured2 div:hover .title_box .btn.btn-new {
    display: block;
}
.top-bar {
    background: #FFFFFF;
    font-size: 16px;
    border-bottom: 2px solid #2473A7
}
.local-phone-number {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #444;
}
.contact-us-bar {} .contact-us-bar ul li.call-us-btn {
    cursor: pointer;
}
.contact-us-bar .phone-numbers {
    position: absolute;
    background: #19608E;
    margin-left: -10px;
    padding: 0;
    width: 80%;
    margin-left: -265px;
    border-top: 1px solid #19608E;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.contact-us-bar .call-us-btn:hover .phone-numbers {
    display: block;
}
.contact-us-bar .phone-numbers li {
    color: #FFF;
}
.contact-us-bar ul {
    list-style: none;
    float: right;
    margin: 0;
}
.contact-us-bar ul li {
    color: #198E63;
    float: left;
    margin-right: 10px;
    padding: 10px;
}
.contact-us-bar .phone-numbers {
    display: none;
}
#main-header {
    background: url('https://detroitcrimecommission.org/wp-content/uploads/2016/08/detroit.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}
.slide-caption {
    background: white;
    width: 400px;
    display: block;
    padding: 20px;
    position: absolute;
    z-index: 99;
    bottom: 10px;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
    footer ul {
        text-align: left;
        margin: 0;
    }
    #home-tagline {
        padding: 20px 30px;
        width: 70%;
    }
    .btn {
        margin-top: 0px;
    }    
    .navbar-default {
        background: none;
        border: none;
        margin-bottom: 0;
    }
    #quick-quote {
        right: 0;
        padding: 0 5px 0 20px;
    }
    #page-heading h1,
    #page-heading h2 {
        text-align: left;
    }
    .page-heading-cta {
        text-align: right;
    }
    .slider {
        min-height: 500px;
        background-position: 0% 30%;
        /*border: 1px solid #cbd9de;*/
    }
    .slide-text h2 {
        color: #FFF;
        font-size: 30px;
        margin-top: 10px;
    }
    #testimonials_widget-2 {
        margin-top: 0px;
    }
    .top .locations {
        text-align: right;
    }
    .top .locations span {
        display: inline;
    }
}
@media (min-width: 768px) {
    #landing .container {
        max-width: 970px;
    }
}
#testimonials_widget-3 blockquote {
    font-size: 16px;
    font-weight: normal;
}
h1.single-title {
    font-size: 28px;
    position: relative;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 5px 0;
}
.partner-logo {
	margin:0 auto !important;
}
#home-about {font-size: 18px;}
.home-about-title{font-weight: normal;}

@media only screen and (min-width : 768px) {
  .navbar-default .navbar-nav>li>a {
  	font-size: 12px;
  }
}
@media only screen and (min-width : 992px) {
  .navbar-default .navbar-nav>li>a {
  	font-size: 18px;
  }
    }
@media only screen and (min-width : 1200px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 22px;
    text-align: center;
    padding: 15px 26px;
  }
    .navbar-default .navbar-nav #menu-item-21.active {
      min-width: 174px;
  }
}
.navbar-nav>li>.dropdown-menu {
  width: 200px;
}