/*
Theme Name: Business Builder
Theme URI:
Author: Extend Studio
Author URI: http://extendstudio.com
Description: Business Builder is a beautiful WordPress Theme that can be used to create a business website in minutes. It is responsive so it works on mobile devices out of the box. It also provides a separate font page template with a large header image.
Version: 0.9.2
License: GNU General Public License version 3
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
Tags: one-column, right-sidebar, custom-header, custom-menu, custom-logo, full-width-template, theme-options, translation-ready, blog, featured-images, threaded-comments
Text Domain: business-builder

This theme, like WordPress, is licensed under the GPL.
*/

h1 {
    margin: 40px 0px 40px 0px;
    color: #000000;
    text-transform:uppercase;
    font:normal normal 600 70px/100% Source Sans Pro, sans-serif;
}
h2 {
    margin: 30px 0px 30px 0px;
    color: #3D3D3D;
    font:normal normal 300 52px/110% Source Sans Pro, sans-serif;
}
h3 {
    margin: 25px 0 10px 0;
    color: #333333;
    font:normal normal 400 36px/120% Source Sans Pro, sans-serif;
    text-transform:uppercase;
}
h4 {
    margin: 25px 0px 25px 0px;
    color: #333333;
    letter-spacing: 3px;
    font:normal normal 600 22px/120% Source Sans Pro, sans-serif;
}
h5 {
    margin: 25px 0px 25px 0px;
    color: #333333;
    font:700 16px/130% Source Sans Pro, sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
}

h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
    margin: 10px 0px 10px 0px;
    color: #616161;
    text-transform:uppercase;
    letter-spacing:1px;
}


a {
    color:#009cdf;
    text-decoration:none;
    font-weight: 400;
}

a:hover {
    color: #009cdf;
    text-decoration:underline;
}

a:visited {
    color: #009cdf;
}

ul {
    font-weight: 400;
    line-height:170%;
    margin: 10px 0px 10px 0px;
    color: #777777;
    padding:0px 0px 0px 40px;
}
ol {
    font-weight: 400;
    line-height: 170%;
    margin: 10px 0px 10px 0px;
    color: #444444;
    padding:0px 0px 0px 40px;
}
span {
    font-family: inherit;
}
blockquote {
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 20px 0px;
    border-left: 5px solid #eee;
    font-style:italic;
}
ol ul, ul ol, ul ul, ol ol {
    margin-top: 0;
    margin-bottom: 0;
}
body img {
    max-width : 100%;
    height : auto;
}
/* =WordPress Core
-------------------------------------------------------------- */
 .sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.blog-post {
    min-height: 100px;
    margin-bottom:50px;
}
.post-list a.next-page-link {
    padding:13px 25px;
    display:inline-block;
    text-decoration:none;
    background-color:#F0F0F0;
    font-size:13px;
    color:#333333;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.post-list a.page-numbers {
    text-decoration: none;
    padding:12px 15px;
    border-style:none;
    border-width:0px;
    border-color:transparent;
    color:#666666;
    font-weight:400;
    transition:all 0.4s linear 0s;
}
.post-list span.current {
    padding:12px 15px;
    margin-left:2px;
    margin-right:2px;
    border-style:none;
    border-width:0px;
    border-color:transparent;
    color:#666666;
}
.post-list a.next-page-link:hover {
    background-color: #9BCB43;
    color:#FFFFFF;
}

span a.post-category:hover {
    color: #2186C4;
    text-decoration:underline;
}
p {
    margin:20px 0px 20px 0px;
    font:normal normal 400 18px/170% Source Sans Pro, sans-serif;
}
li {
    line-height:150%;
    color:#333333;
    font-weight: 300;
}
.content {
    margin-top: 0px;
    padding-top:50px;
    padding-bottom:50px;
}
.row_info a {
    line-height:170%;
    color:#9BCB43;
    text-decoration:none;
    cursor:pointer;
    font-weight:400;
    font-size:13px;
}
.row_info a:hover {
    color: #82AD30;
}
.prev-posts a {
    text-decoration:none;
    color:#2186C4;
    font:normal normal 400 18px/normal Source Sans Pro, sans-serif;
}
.next-posts a {
    text-decoration: none;
    color: #2186C4;
    font:400 18px Source Sans Pro, sans-serif;
}
.heading91 {
    text-align:left;
    font-size:70px;
    line-height:110%;
    margin-top:110px;
}
body {
    font-family: Source Sans Pro, sans-serif;
    margin:0;
    font-size: 14px;
    font-weight: 300;
    line-height: 170%;
    color: #777777;
    text-align: center;
}


a.text-logo, a.text-logo:hover {
    color:#000000;
    text-transform:none;
    margin-top:0px;
    margin-bottom:0px;
    text-align:left;
    text-decoration:none;
    display: block;
    font:normal normal 400 60px/100% Source Sans Pro, sans-serif;
    display: inline-block;
}



a.custom-logo-link {
  color:#fff;
  font-weight:bold;
  font-size:30px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
}

img.custom-logo {
    vertical-align: middle;
    max-height:100%;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


@media only screen and (min-width : 768px) {
    .post-list a.next-page-link {
        padding-left: 25px;
        padding-right:25px;
    }
    .post-list a.page-numbers {
        border-width: 0px;
        border-style:none;
    }
    .post-list span.current {
        border-width: 0px;
    }
    body {
        text-align: left;
    }
}
@media only screen and (min-width : 1024px) {
    .post-list a.page-numbers {
        border-top-width: 0px;
        border-right-width:0px;
        border-bottom-width:0px;
        border-left-width:0px;
        border-style:none;
        display:inline-block;
    }
    .post-list span.current {
        border-width:0;
        border-style:none;
        display:inline-block;
    }
}