/*!
Theme Name: Lizakane Coching
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: https://itcatechnology.com
Description: Custom developed Theme For Lizakane Coching
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lizakane_coching
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lizakane Coching is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

.wpcf7 form .wpcf7-response-output {
	color:#fff !important;
}

input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}
.contact-form span.wpcf7-form-control-wrap{
	width:100%;
}

.testimonials p{
	color: #2499b5;
	font-size:20px;
}

.head-line p,.head-line a,.about .head-content {
	font-family: 'BrandonGrotesqueLight';
}
.about .head-content {
	margin-top:25px;
}
.logo-img-xs {
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-25px;
	filter: brightness(0) invert(1);
}

.footer ul li a .fa {
	margin: 10px 0px !important;
}

section.newsletter h5{
	color:#fff !important;
	margin-bottom:20px;
}

section#contact h5{
	color:#fff !important;
}

.banner h2 span {
	font-style: italic;
	font-size: 46px;
	position: relative;
	top: -7px;
}

.p-relative{
	padding:0px 30px;
}

h5.title-head{
	font-family: 'BryantProMedium';
}

.testimonials h6{
	font-family: 'BryantProMedium';
	text-transform:uppercase;
}

section#contact h2{
	font-family: 'Montserrat' !important;
	font-weight: 100;
}

.contact-form p{
	font-family: 'BrandonGrotesqueLight';
}

.footer ul li a{
	font-family: 'Brandon_reg';
}

.footer button{
	font-family: 'Montserrat' !important;
	font-weight: 100;
}

.footer ul.p-logos li {
	list-style: none;
	border: none !important;
	padding: 0px 5px !important;
}

.specialities .card-body p{
	color: #333333;
	font-size: 19px;
	line-height: 26px;
	background: #fff;
	margin-top: 15px;
}

@media only screen and (max-width:767px) {

	.header.px-5 {
		padding:5px 0px !important;
	}

	.banner .mt-6 {
		margin-top:0px!important;
	} 

	.banner h2 span {
		font-size: 30px;
		top: -4px;
	}

	.head-line p {
		font-size: 18px;
		line-height:24px;
	}

	.about {
		padding-top: 25px;
		background-position:17% 0% !important;
	}

	.newsletter .p-relative {
		padding: 0px 0px!important;
	}

	.newsletter input.form-control {
		height:35px;
	}

	.specialities .card-body p {
		padding:0px !important;
	}

	.specialities .card-body p {
		font-size: 15px;
		line-height: 22px;
	}

	.specialities .card-body {
		padding: 10px 20px;
	}

	.testimonials p {
		font-size: 16px;
	}

	.company-services h3 {
		font-size: 19px !important;
		line-height: 28px!important;
	}

	.footer h4 {
		color:#fff;
		font-size:23px;
	}

	.footer input.form-control {
		height:36px;
	}

	#coaching .btn-default {
		display:none;
	}

}

@media only screen and (max-width:368px) {

	.about .head-content {
		margin-top: -160px;
	}	

}

@media only screen and (min-width:369px) and (max-width:462px) {

	.about .head-content {
		margin-top: -130px;
	}

}

@media only screen and (min-width:463px) and (max-width:767px) {

	.about .head-content {
		margin-top: -100px;
	}	

}

.about .card-header button:hover{
	background:#2499B5 !important;
	color:#fff !important;
}

.about .card-header button:hover:before {
	color:#fff;
}

.about .card-header button.collapsed{
	background:#fff;
	color:#2499B5;
}

.about .card-header button.collapsed:before{
	color:#2499B5;
}

.about .card-header button {
	background: #2499B5;
	color: #fff;
}

.about .card-header button:before{
	color: #fff;
}

.about .card-header button:hover:before{
	color: #fff;
}

select.wpcf7-form-control.wpcf7-select.form-control{
	border: none;
	border-radius: 0px;
	height: 60px;
	color: #6c757d;
	font-size: 21px;
}

.author-img {
	position: absolute;
	bottom: 0px;
	right: 84px;
}


@media only screen and (max-width:767px) {
	select.wpcf7-form-control.wpcf7-select.form-control{
		height: 40px;
		font-size: 16px;
	}
	.newsletter .row .row {
		margin:0px !important;
	}
}

.form-row.arrow-down {
	position:relative;
}

.form-row.arrow-down select {
	-webkit-appearance: none;
}

.form-row.arrow-down:before {
	content: '\f107';
	position:absolute;
	top:50%;
	right:20px;
	font-size:16px;
	font-family: 'FontAwesome';
	color:#6c757d;
	z-index:99;
	line-height:0;
}

.header p .fa:hover {
	background: #006072;
	color: #fff
}

.specialities h2:hover{
	border-bottom:3px solid #2499b5;
}

.specialities h2:hover{
	border: none;
}
.specialities h2:hover{
	border-bottom: 5px solid #2499b5;
}
.specialities h2::after{
	content: '';
	position: absolute;
	width: 0px;
	height: 5px;
	left: 50%;
	bottom:0;
	background-color: white;
	transition: all ease-in-out .5s;
}
.specialities h2:hover::after{
	width: 100%;
	left: 0;
}

.navbar-light .navbar-nav .nav-link:hover{
	color:#fff !important;
}

.last-left{
	padding-left:0px !important;
}
.last-right{
	padding-right:0px !important;
}

a.des-by{
	text-decoration:underline;
}

.footer ul li a:hover{
	color: #2499b5;
}
.footer a:hover{
	color: #02afaa;
}
.footer button:hover {
	background: #fff;
	color: #02afaa;
}
.footer ul li a .fa:hover{
	background: #2499b5;
	color: #fff;
}
