/*	
	Theme Name: Anada - Child Theme
	Theme URI: https://btechnicalgroup.com
	Author: Jon Mensing
	Author URI: http://jonmensing.com
	Template: anada
	Description: Anada Child theme
	Version: 1.2
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/****
* Blue from logo #0059fc
* Noto font weights: 300, 400 & 700
*/

html, html > body,
h1, h2, h3, h4, h5, h6,
a {
    font-family: 'Noto Sans Display', sans-serif;
}
a.btn.btn-gradient {
	background-image: linear-gradient(90deg, rgba(3,112,255,1) 50%, rgba(0,84,195,1) 100%);
}
a.btn.btn-gradient:hover {
	background-image: linear-gradient(90deg, rgba(0,84,195,1) 10%, rgba(3,112,255,1) 90%);
}
p { 
	color: #333;
	font-size: 18px;
	line-height: 1.5;
}
ul {
	list-style-type: circle;
	padding: 10px 0px 40px 0px;
}
li { margin-left: 40px; margin-bottom: 10px; }
header nav.navbar.navbar-default.bootsnav.navbar-fixed-light a.navbar-brand::before,
header nav.navbar.navbar-default.bootsnav.navbar-fixed-light::after {
	background-color: unset;
}
ul.navbar-nav { padding: 0; }
a.navbar-brand > img.logo { height: 70px !important }
.navbar-nav > li { margin-left: 0 }

@media (min-width: 1024px) { nav.navbar.bootsnav ul.nav > li > a { padding: 45px 15px !important; } }
@media (max-width: 1023px) { nav.navbar.bootsnav.navbar-fixed .navbar-toggle { margin-top: 36px; } }

.wrapper nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a, 
.wrapper nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a, 
.wrapper nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a, 
.wrapper nav.navbar.bootsnav.no-background.white ul.nav > li > a {
    color: black;
}
#home .banner-area.rectangular-shape { background: #fff; }
.main-wrapper {
	padding-top: 110px;
}
body.home #home { padding-top: 40px; }
/* Inner page heading color */
.wrapper .gradient-bg {
    background: none;
    padding: 140px 0 0;
}

.wrapper .text-light h1 {
    color: black;
}

.breadcrumb-area ul.breadcrumb { display: none; }

.page-template-interior-pages .wpb_text_column {
	padding: 0 15px;
}

/* Home side banner img */
.wpb_wrapper .banner-area.rectangular-shape::after {
    background: none;
}

/* Contact */
.contact-area.default-padding {
    padding: 20px 0;
}

.wrapper footer {
    background-color: #f4f7fc;
}
.bio-page h1,
.bio-page h2 { text-align: center }
.bio-page img {
	float: right;
	margin: 8px 0 8px 10px;
	width: 175px;
}
.bio-page .keyphrase {
	font-size: 1.4rem;
	font-style: italic;
	margin-top: 50px;
	text-align: center;
}
.keyphrase p {
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 10px 15px;
    border-radius: 10px;
	display: inline-block;
}
#about .about-area {
    padding: 75px 0 60px;
}
.home .our-features-area .feature-items .item .icon i.btg-icon {
	background-image: url('http://btg.jonmensing.com/wp-content/uploads/2021/11/btg-icon-blue.png');
	background-clip: unset;
	background-size: contain;
    background-repeat: no-repeat;
	height: 104px;
	width: 70px;
}
.our-features-area .feature-items .item {
	padding: 30px 50px;
}
.our-features-area .feature-items .item .icon {
	margin-bottom: 15px;
}
.our-features-area .feature-items .item h3 {
	margin-bottom: 15px;
}
.our-features-area .feature-items .item .bottom {
	margin-top: 10px;
}
.home .features-list {
	background-image: url('/wp-content/uploads/2022/01/blur-1180187740-1024x1024-1.jpg');
	padding: 80px 0;
    background-size: cover;
}
}
.home .features-list .inner-wrap {
	background-color: rgba(255,255,255,0.8);
	padding: 60px 0;
}
.home .features-list .single-item { 
	margin-top: 30px;
	margin-bottom: 0;
	text-align: center;
}
.home .features-list .btn {
	display: inline-block;
	border: 1px solid #e7e7e7;
	padding: 5px 20px;
	border-radius: 30px;
	font-weight: 700;
}
.home .features-list .btn:hover {
	background: white;
	color: #093ac1;
}
.testimonials-area .carousel-item i.ti-quote-left { display: none }
.testimonials-area .carousel-item span,
.testimonials-area .carousel-item a,
.testimonials-area .carousel-item a:hover {
	color: #232323;
	text-decoration: none;
}
#testimonial-carousel ol.carousel-indicators {
	display: none;
}
.callout-box {
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 10px 15px;
    border-radius: 10px;
}
.secondary-footer {
	font-size: 12px;
	font-weight: normal;
}
@media screen and (max-width:599px) {
	.keyphrase p { width: 85% }
}
@media screen and (min-width: 600px) {
	.bio-page img {
		margin: 8px 0 20px 30px;
		width: 250px;
	}
}
@media screen and (min-width: 768px) {
    body.home #home { padding-top: 0px; }
}
@media (min-width: 1024px) {
    .wrapper .gradient-bg { 
        padding-top: 140px; 
    }
}
