/*
Theme Name:   Billing Ward Child
Theme URI:    http://billing.fovea.cc
Description:  Ward Child Theme for billing.fovea.cc
Author:       Jean-Christophe Hoelt
Author URI:   http://fovea.cc
Template:     ward
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         fovea, billing
Text Domain:  ward-child
 */

.home-top {
	display: none;
}

.home .home-top {
	display: block;
    background: none;
}


@media screen and (min-width: 768px) {
	#menu-item-6 {
		position: absolute;
		right: 2%;
	}
}
#menu-item-6 a {
	color: white;
}

.panel.price>.panel-heading{
	box-shadow: 0px 5px 0px rgb(0, 189, 156) inset;
	/* text-shadow:0px 3px 0px rgba(50,50,50, .6); */
}

.price .list-group-item{
	border-bottom-:1px solid rgba(250,250,250, .5);
}

.panel.price .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.price .panel-footer {
	color: #fff;
	border-bottom:0px;
    background-color: rgb(209, 236, 232);
    box-shadow: 0px 3px 0px rgb(0, 189, 156);
}

.price.panel-white>.panel-heading {
	background-color: #f9f9f9;
	border-color: #ccc;
	border-bottom: 1px solid #ccc;
	/*text-shadow: 0px 2px 0px rgba(250,250,250, .7);*/
}

.price.panel-white>.panel-body {
	color: #fff;
    background-color: #d2ece8;
}

.price.panel-white>.panel-body .lead{
	/*text-shadow: 0px 2px 0px rgba(250,250,250, .8);*/
	color:#666;
}

.price.panel-white .list-group-item {
	background-color: rgba(50,50,50, .01);
	/*text-shadow: 0px 1px 0px rgba(250,250,250, .75);*/
}

.price .panel-footer a.btn {
	color: #FFF;
}

.entry-title { text-align: center; }

.entry-content { text-align: justify; }

.call-to-action {
	text-align: center;
	margin-top: 2em;
	font-size: 1.2em;
}

.call-to-action a {
	font-size: 1em;
    box-shadow: #00000040 0 5px 10px;
}

.basic .home-jumbotron .middle-circle {
    line-height: 120px;
    display: none;
}

.container .jumbotron {
    background-color: #ffffffe6 !important;
    border-radius: 3em !important;
    box-shadow: #00000010 0 6px;
}

.home-jumbotron h2 {
    font-size: 60px;
}

#page {
    background: #fff url(/wp-content/uploads/2019/02/simple-bg.png) no-repeat;
    background-size: contain;
    background-position: top;
}

.home #page {
    background: url(/wp-content/uploads/2019/02/clouds-bg.png) repeat-x;
    background-position: top;
    padding-top: 10px;
    background-size: 540px;
}



#footer {
    line-height: 54px;
    border-top: #eee 1px solid;
    background: initial;
    color: initial;
    font-size: initial;
    position: initial;
    z-index: initial;
    clear: both;
}

#footer a {
    color: #18bc9c;
}

.format-quote i.quote {
    color: #36d0ac;
}

.page-child h2,
.page-child h3,
.page-child h4 {
	margin-top: 2em;
}