/*
Theme Name: SmallBizWiz
Theme URI: http://jonathanalphonso.com
Author: Jonathan Alphonso
Author URI: http://jonathanalphonso.com
Description: A responsive WordPress theme based on Twitter Bootstrap 3.2.0. Designed with the small business in mind.
Version: 1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

SmallBizWiz WordPress Theme, Copyright 2014 Jonathan Alphonso.

Based on the theme devdmbootstrap3 by Danny Machal
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

/* ==========================================================================
   Author Jonathan Alphonso's custom styles

   !! A Special note, the dmbs classes are from dmbs-bootstrap and were intended to make things easy to style
   Some of these dmbs classes are removed, some are still there
   ========================================================================== */
/* ========= The styles for the main container =================== */

/*.container {
    max-width: 1192px
}
*/

/* ========= The heading styles before the navbar =================== */
.logo img{
    border: none;
    display: block;
    margin: 0 auto;
}
@media(max-width:400px){
    .logo img {
    width:100%;
    }
}
.logo img {padding-bottom: 22px;}
.social-media {
    float: right;
    margin: 0 auto;
    font-weight: bold;
    font-size:1.6em;
}
@media(max-width:1199px){
    .social-media {
        float: none;
        text-align: center;
        padding-top: 10px;
    }
}
.social-media p{
    border: none;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.dmbs-header {
    padding-top: 30px;
}
#header-right-wrap {
    float: right;
    width: 690px;
    margin: 0px 25px 0px 0px;
    height: 116px;
}

#header_phone {
    float: right;   
    color: #0a5fa1;
    font-size: 23px;
}

@media(max-width:1199px){
    #header_phone {
        float: none;
        text-align: center;
        padding-top: 10px;
    }
}
.top-style {
	/*neat black gradient at the top, this one scales */
    background: -moz-linear-gradient(top,  rgba(158,158,158,0.01) 69%, rgba(158,158,158,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(69%,rgba(158,158,158,0.01)), color-stop(100%,rgba(158,158,158,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(158,158,158,0.01) 69%,rgba(158,158,158,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(158,158,158,0.01) 69%,rgba(158,158,158,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(158,158,158,0.01) 69%,rgba(158,158,158,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(158,158,158,0.01) 69%,rgba(158,158,158,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039e9e9e', endColorstr='#a69e9e9e',GradientType=0 ); /* IE6-9 */
    border-bottom: 10px solid #0A5FA1; 
}
@media(max-width:1199px){
    .dmbs-header {
        padding-top: 10px;
    }
}

/* ========= Tons of Navigation CSS-ery ================== */
.navbar,.navbar-collapse {
   margin-bottom: 0;
   border-radius: 6px 6px 0 0;
   border-color: #0A5FA1;
   background: #1c5b9a; /* Old browsers */
   background: -moz-linear-gradient(top,  #1c5b9a 0%, #2884c1 40%, #1c5b9a 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c5b9a), color-stop(40%,#2884c1), color-stop(100%,#1c5b9a)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #1c5b9a 0%,#2884c1 40%,#1c5b9a 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #1c5b9a 0%,#2884c1 40%,#1c5b9a 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #1c5b9a 0%,#2884c1 40%,#1c5b9a 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #1c5b9a 0%,#2884c1 40%,#1c5b9a 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5b9a', endColorstr='#1c5b9a',GradientType=0 ); /* IE6-9 */
}
.navbar-header {
    float: right;
}
.nav>li>a {
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    text-decoration: underline;
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.2;
}

/*to fix expanding navbar in lower resolutions*/
@media (min-width: 1000px) and (max-width: 1199px) {
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    padding-left: 9px;
    padding-right: 9px;
}
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #0A5FA1;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #0A5FA1;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #428BCA;
color: white;
}
a:hover, a:focus {
    text-decoration: none;
}
.navbar-brand {
    float: left;
    padding: 15px;
}
.navbar-collapse{
    border-color: none;
    border-top: none;
    box-shadow: none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #428BCA;
}
.navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:hover {
background-color: #0A5FA1 !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
color: #428BCA !important;
}
.navbar-nav > li:last-child>a{
    /*color: #ffb929 !important;*/
    font-weight: bolder;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {color: white;}
.navbar-nav > li > .dropdown-menu {background-color: #0a5fa1;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-color: none;}

/* ============ The styles for the main body of the page =========== */
.dmbs-content {
    padding-top: 15px;
}
.middle-style{
    background: rgba(166,202,228,1);
    background: -moz-linear-gradient(top, rgba(166,202,228,1) 0%, rgba(185,213,234,0.5) 1%, rgba(255,255,255,0.5) 20%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(166,202,228,1)), color-stop(1%, rgba(185,213,234,0.5)), color-stop(20%, rgba(255,255,255,0.5)));
    background: -webkit-linear-gradient(top, rgba(166,202,228,1) 0%, rgba(185,213,234,0.5) 1%, rgba(255,255,255,0.5) 20%);
    background: -o-linear-gradient(top, rgba(166,202,228,1) 0%, rgba(185,213,234,0.5) 1%, rgba(255,255,255,0.5) 20%);
    background: -ms-linear-gradient(top, rgba(166,202,228,1) 0%, rgba(185,213,234,0.5) 1%, rgba(255,255,255,0.5) 20%);
    background: linear-gradient(to bottom, rgba(166,202,228,1) 0%, rgba(185,213,234,0.5) 1%, rgba(255,255,255,0.5) 20%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cae4', endColorstr='#ffffff', GradientType=0 );
    background-size: 100% 300px;
	background-repeat: no-repeat;
}
.short-form>h2{
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    margin-left: -10px;
}

.short-form h2{

}

.short-form p{
margin:0;
}

.form-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;    
}
.marketing-image>img{
    max-height: 289px;
    width:100%;
    margin-bottom: 10px;
}
.post {
    margin-top: 15px;
    min-height: 350px;
}

.well {
    min-height: 250px !important;
}
.row>.post:first-child { 
    background-color:yellow;
}
.short-form {
    min-height: 289px;
    border:5px solid #dbe2ee;
    background-color:#f4f6fa;
    /*padding-left: 10px;*/
    
    /*padding-right: 10px;*/
  /*  padding-left: 37px;*/
   /* padding-right: 37px;*/
    margin-bottom: 25px
}

@media(min-width:1200px){
.short-form {  
  padding-left: 37px;
    padding-right: 37px;
    }
}

h3{
    border-bottom: 1px solid #d3dcea;
    padding-bottom: 12px;
}
.page-header {

    margin-top: 11px;
    border-bottom: 1px solid #d3dcea; 
}
body {padding-bottom: 0px;}

/* =========== The styles for the right sidebar ========= */
aside {
    border-radius: 2px;   
    border: 1px solid #CDCACA;
    background-color: #f5f5f5;
    margin-bottom: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom:10px;
}

/* ======================The styles for the footer===========*/
footer {
    margin-top:15px;
    background-color: #0A5FA1;
    width:100%;   
    color:white;
    padding: 40px;
    min-height: 100px;
    font-weight: bold;
}
footer a:link {
    color: lightblue;
}

.uk-article-lead {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}

.text-right {
  display: none;
  
}

.post {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.featured_thumb {
  float: left;
  height: 180px;
  overflow: hidden;
  width: auto;
}


.single .wp-post-image {
  border: 1px solid #ddd;
  padding: 6px;  
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}

/*css for new call to action box */
.rh-call-to-action {
    -moz-box-shadow: rgba(0,0,0,0.1) 0 4px 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 4px 0;
    box-shadow: rgba(0,0,0,0.1) 0 4px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CDD6D9;
    background-color: #EBF3F5;
    display: table;
    width: 100%;
    margin: 1.5em 0;
    line-height: 1;
}

.rh-call-to-action .text .description {
    padding-top: .75em;
    margin: 0;
}

.rh p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 1.5em auto;
}
.rh-call-to-action .call-to-action {
    position: relative;
    
    text-align: center;
    vertical-align: middle;
}

.rh .rh-button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    line-height: 1.45em;
    text-align: center;
    padding: .5em 1em .5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #A3BF26;
    border: none;
    border-radius: 3px;
}

.rh-call-to-action .call-to-action.action .rh-button {
    position: relative;
    top: -.5em;
    width: 95%;
}
.rh-call-to-action .text {
    
    background-color: white;
    border-right: 1px solid #CDD6D9;
    padding: 1.125em 1.75em 1.125em;
}
/*end of call to action styles*/