/*
Theme Name: Your Child Theme
Description: This is an example of a blank Jump Start child theme.
Author: Your name here
Template: jumpstart
*/

/* Your custom CSS here */

p, li {
    color: #29353c;
    line-height: 1.9;
}

.text-light p, .text-light li {
  color: #fff;
}

p a:link {
  text-decoration: underline;
}

h1 {
  font-size: 45px;
}

@media (max-width: 767px){
	/* Target 767px and below*/
	h1 {
		font-size: 35px;
	}
}

/* H1 Drop Shadow when over epic thumbnail*/
#container > div.epic-thumb.fw > header > h1 {
  text-shadow: 1px 1px 4px #000;
}

@media (max-width: 767px){
    /* Target 767px and below*/
    #container > div.epic-thumb.fw > header > h1 {
        text-shadow: none;
    }
}

h2 {
  font-size: 40px;
}

.white-text {
    color: white;
}

h3.title {
    text-align: center;
}

/* FONT STYLES TO ADD IN LAY-OUT BUILDER*/

.white-font {
    color: #fff;
    font-size: 25px;
}

/* HEADER AND MAIN MENU */

.site-header.stretch .header-toolbar:before, .header-content > .wrap, .has-sticky #top {
  height: 90px;
}

/* Add Light Grey Line Below Standard Header */
.standard .header-content {
  border-bottom: 1px solid #f2f2f2;
}

/* Main Menu Hover Color */
.header-nav .tb-primary-menu > li > .menu-btn:hover {
    color: #465b65;
}

/* Drop Down Menu Hover Color */
.drop-dark .tb-primary-menu ul.sub-menu .menu-btn:hover {
  color: #29353c;
}

/* HOME PAGE */

/*  CENTER H2 TITLES FOR PORTFOLIO GRID ON HOME PAGE, ABOUT PAGE and SERVICES */
#element_16317471185bfd83920a77f h2, #element_4801081445c0599e3cba0c h2, #element_14242770375c40ae5446668 h2, #element_3185010155c8c1dbc316f5 h2 {
  text-align: center;
  font-size: 25px;
}

/* ABOUT US PAGE*/



/* PORTFOLIOS */

.portfolio-text p {
  margin: 0px;
  font-size: 18px;
}

.portfolio-text ul {
  color: #333;
  font-size: 18px;
}

/* Remove Opacity from full screen Featured Images on Portfolios*/

.portfolio_item-template-default #container > div.epic-thumb.fw > img {
    opacity: 11;
}


/* Pop-Out Portfolio Content to Full Width */
/*
.tb-fw-narrow #container>.site-breadcrumbs>.wrap, .tb-fw-narrow .site-inner>.wrap, .tb-fw-narrow .element-section>.element-blog, .tb-fw-narrow .element-section>.element-post_list, .tb-fw-narrow .element-section>.element-current {
  max-width: 100%;
  padding: 25px;
}
*/

/* Eliminate padding on colomns in Lay-Out builder */

.col-md-12, .col-md-6 {
  padding: 0px;
}

.element-section>.element, .element-columns .element {
  margin-bottom: 0px;
}

/* CSS for Custom Post Type Template for Portfolios*/

.portfolio_item .col-md-6 {
  padding:30px 30px 15px 30px;
}

.col-md-6.left-column-at, .col-md-4.left-column-at {
    padding: 15px 15px 15px 30px;
}

.col-md-6.right-column-at, .col-md-4.right-column-at {
    padding: 15px 30px 15px 15px;
}

.col-md-4.middle-column-at {
    padding: 15px 22px 15px 23px;
}

.full-width-at {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991px){
    /* Target 991px and below*/
    .col-md-6.left-column-at, .col-md-6.right-column-at {
        padding: 15px 30px;
    }
    .col-md-4.left-column-at, .col-md-4.right-column-at, .col-md-4.middle-column-at {
        padding: 15px 30px;
    }
}

@media (max-width: 767px){
    /* Target 767px and below*/
    .portfolio_item .col-md-6, .portfolio_item .col-md-4 {
        padding:15px;
    }
}

.blue-background {
    background-color: #667a85;
    color: #fff;
    width:100%;
    padding: 20px;
}

.has-breadcrumbs #main {
  padding-top: 0px;
}

.single-portfolio_item .site-inner>.wrap {
  max-width: 100%;
}

@media (max-width: 767px){
    /* Target 767px and below*/
    .site-inner>.wrap {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.row {
  margin-left:auto;
  margin-right: auto;
}

.portfolio-outer {
    padding: 5% 0;
}

.portfolio-info {
    padding: 10% 0;
}

.portfolio-inner {
  /*  padding-left: 50px; */
}

.one-column-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1150px;
}

.full-width-at>img {
    max-width: none!important;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0!important;
    padding-left: 0!important;
    width: auto;
}

article.single {
  margin-bottom:0px;
}

/* Styling for Before and After Pics in Remodel Portfolio*/

.portfolio-before-wrapper {
  width: 300px; 
  position: absolute;
  bottom: 65px;
  right: 50px;
  z-index: 5;
}

.portfolio-before {
  border: 2px solid #fff;
}

p.before-label {
  color: #fff;
  position: absolute;
  left: 10px;
}

@media (max-width: 991px){
    /* Target 991px and below*/
  .portfolio-before-wrapper {
    width: 150px; 
    position: absolute;
    bottom: 40px;
    right: 25px;
    }
}

@media (max-width: 550px){
    /* Target 550px and below*/
  .portfolio-before-wrapper {
    position: static;
    width: auto;
    vertical-align: middle;
    padding: 15px 15px 0px 15px;
    }
  .portfolio-before {
        border: none;
    }
    p.before-label {
        left: 20px;
    }
}

/* STYLING SHARING ICONS IN PORTFOLIOS*/

.tb-share {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-share li {
  float: none;
  display: inline;
}


/*-----------------------------------*\
/* Mini Post Grid Styling for Portfolios*/
/*-----------------------------------*/

/* Make Image Bigger */

.tb-mini-post-grid.thumb-small .featured-image {
  width: 250px;
  height: 250px;
}

/* Center and Englarge Widget Title */
.widget-title {
  text-align: center;
  font-size: 24px;
}

/* Add Transparency When Hovering*/
.tb-thumb-link:hover .thumb-link-icon {
  opacity:0.5;
}

/*-----------------------------------*/
/* Blog Landing Page Styling*/
/*-----------------------------------*/

/* Hide slash separator from blog meta info*/
.sep {
  display: none;
}

/*-----------------------------------*/
/* Blog Posts - Single Post Styling*/
/*-----------------------------------*/

/* Hide Date from Related Posts*/
time.entry-date.updated {
  display: none;
}

/* Add space between breadcrumbs and top widget*/
.fixed-sidebar.right-sidebar {
  margin-top:30px;
}

/*-----------------------------------*/
/* Blog Archives */
/*-----------------------------------*/

h1.info-box-title.archive-title {
  font-size: 45px;
  text-transform: none;
  margin-bottom:10px;
}

.tb-info-box {
  background-color:#fff;
  border: none;
  padding: 40px 0px;
  
}

/*-----------------------------------*/
/* Breadcrumbs*/
/*-----------------------------------*/

.site-breadcrumbs {
  padding: 15px 24px 15px 24px;
}

/*-----------------------------------*/
/* Styling Filtered Nav Items*/
/*-----------------------------------*/

/**
 * This formats the filtered nav items into centered boxes
 * with rounded corners.
 */
/* Remove slash from between menu items */
.tb-inline-menu>ul>li:before {
    display: none;
}

.tb-inline-menu>ul {
    margin-bottom: 0;
    text-align: center;
}

.tb-inline-menu>ul>li {
	padding: 5px 20px;
	text-align: center;
	border: 1px solid #f1f1f1;
	margin: 5px 10px;
	background: #fff;	
}

.tb-inline-menu>ul>li.active {
	color: #fff;
	background: #b3d335;	
}

@media (max-width: 600px) {
    .tb-inline-menu>ul>li {
        margin-top: 10px;
        display: block;
    }
}

/*-----------------------------------*/
/* Styling Team Member Pages*/
/*-----------------------------------*/

.team_member .row {
  margin-top: 20px;
}

h1.team {
    margin-bottom: 0px;
}

p.title {
  text-transform: uppercase;
}

/* Size of LinkedIn Icon */
.featured-item+.tb-icon {
  font-size: 30px;
}

.team_member .row .featured-item {
  margin-bottom:0px;
}

/* Styling for roll over name on showcase grid */
.team_member.type-team_member.status-publish.has-post-thumbnail.hentry > div > a > span.item-title > span.title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Styling for roll over title on showcase grid */
.team_member.type-team_member.status-publish.has-post-thumbnail.hentry > div > a > span.item-title > span.cat.tagline {
  font-weight: 400;
}

/* Testimonial Styles */
.testimonial-text.entry-content > p {
  color: #29353c;
}

.author-tagline a {
  color:#fff;
}

.author-tagline a:hover {
  color:#b3d335;
}

/*-----------------------------------*/
/* Contact Page*/
/*-----------------------------------*/

@media (min-width: 992px){
    /* Target 992px and above*/
	#element_8188082345c40cf3210fb7 > div {
  	  padding-top: 250px;
  	  padding-bottom: 150px;
	}
}

.tb-jumbotron p {
  color:#fff;
}

/*-----------------------------------*/
/* Styling Footer*/
/*-----------------------------------*/

.copyright p, .footer-content p {
  color:#fff;
}

#text-6 > div > div > ul {
  text-align:center;
  padding:0px;
}

.tb-social-icons li{
  display:inline-block;
  float:none;
  padding:0px 3px;
}

.site-footer .site-copyright.has-bg>.wrap {
  padding-top:15px;
}

.site-copyright>.wrap {
  padding-bottom:15px;
}

#categories-4 li {
  color:#f2f2f2;
}

.site-footer .site-copyright p a {
  border-bottom:0;
}

/*-----------------------------------*/
/* Gravity Forms*/
/*-----------------------------------*/
.alert-success {
  background-color: #29353c;
  border-color: #b3d335;
  color: #fff;
}

/*-----------------------------------*/
/* Buttons*/
/*-----------------------------------*/

/*Styling for Buttons on dark background*/

.text-light .btn-default {
  background-color:#b3d335;
  margin-top:10px;
}

.text-light .btn-default:hover {
  background-color:#465b65;
}

/*-----------------------------------*/
/* Services Page*/
/*-----------------------------------*/

/*Fix Spacing Before First Service Subtitle for Tablet and Mobile*/

@media (max-width:991px){
  .section_21315712825c8c14c8e2843 {
    margin-bottom: 50px;
  }
}