/*!
Theme Name: Blossom Coach Pro Child
Theme URI: https://blossomthemes.com/downloads/blossom-coach-pro/
Author: Blossom themes
Author URI: https://blossomthemes.com/
Description: Blossom Coach Pro is a premium free WordPress coach theme designed to create websites for life coaches, health coaches, mentors, speakers and therapists. You can easily use this theme to create a stunning website without any knowledge of coding. The theme is designed with features that highlight you and yours services that will help to improve your followings.
Version: 2.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blossom-coach-pro
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-commerce
Template: blossom-coach-pro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blossom Coach Pro is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*REMOVE GRADIENT ON BANNER*/

.site-banner .banner-img:before, .site-banner .item:after, .site-banner .wp-custom-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(150deg, transparent, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(150deg, transparent, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(150deg, transparent, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(150deg, transparent, rgba(0, 0, 0, 0));
    background: linear-gradient(150deg, transparent, rgba(0, 0, 0, 0));
}
.page-title {
	display: none;
}
header.page-header {
    margin-bottom: 0px;
}
}


/*STATS TABLE ON HOMEPAGE*/

div.blueTable {
  background-color: #EEEEEE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 5px 5px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 25px;
  font-weight: bold;
  color: #2B75BF;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.blueTable .divTableHeading {
  background: #1C6EA4;
  border-bottom: 2px solid #444444;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}

.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}






/*FIX FOOTER ON MOBILE*/

@media only screen and (max-width: 540px){
    .site-footer .col {
        text-align: center;
    }

    .site-footer .widget-title:before {
        left: 42%;
    }

    .site-footer .widget-title:after {
        left: 45%;
    }
}
