/*
 Theme Name:   Yoku Child
 Theme URI:    http://demo.goodlayers.com/yoku
 Description:  Goodlayers Yoku Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     yoku
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  yoku-child

 START YOUR CHILD THEME CSS HERE
*/

/* add hyphens */
html {
	hyphens: auto;
}

/* adjust burger */
.yoku-mobile-button-hamburger::before,
.yoku-mobile-button-hamburger span,
.yoku-mobile-button-hamburger::after {
	background: rgb(75, 61, 60);
}

/* adjust hero image on courses page */
.page-id-11267 .yoku-page-title-wrap {
	background-position: 0 100%;
}


/* adjust hero image on dates page */
.page-id-11236 .yoku-page-title-wrap {
	background-position: 0 100%;
}

/* adjust hero image and "slider" on faq page */
.page-id-11088 .yoku-page-title-wrap {
	background-position: 0 100%;
}

.page-id-11088 .gdlr-core-tab-item-title-wrap {
	border-color: #F1F0EF;
}

.page-id-11088 .gdlr-core-tab-item-title-line {
	border-color: #938B8A;
}

/* adjust usps */
.qs-usps {
    background: #F1F0EF;
}

.qs-usps .gdlr-core-column-service-title.gdlr-core-skin-title {
	color: #D22630;	
}

.qs-usps p {
	color: #4B3D3C;
}

@media only screen and (max-width: 767px) {
	.qs-usps h3 {
		line-height: 36px;
	}
	
	.qs-usps p {
		line-height: 28px;
	}
}

/* adjust cta contaier */
.qs-cta .gdlr-core-call-to-action-item {
	padding-bottom: 0;
}

.qs-cta .gdlr-core-call-to-action-item-title {
	color: white;
}

.qs-cta .gdlr-core-call-to-action-item-caption {
	color: white;
}

.qs-cta .gdlr-core-button {
	background: #D22630;
}

/* adjust content images on homepage */
.qigong-logo img {
	margin: 20px 0 -40px 0;
}


@media only screen and (min-width: 768px) {
	.qigong-logo img {
		margin: 60px 0 0 -40px;
		max-width: 400px;
	}
}

@media only screen and (min-width: 1000px) {
	.qigong-logo img {
		max-width: 544px;
	}
}

.teacher-image img {
	margin: 20px 0 -40px 0;
}


@media only screen and (min-width: 768px) {
	.teacher-image img {
		margin: 60px 0 0 -40px;
		max-width: 400px;
	}
}

@media only screen and (min-width: 1000px) {
	.teacher-image img {
		max-width: 500px;
	}
}

/* course detail page */
.yoku-page-title-content .yoku-page-caption {
  line-height: 1.3em;
}

.course__info {
	font-weight: 400;
}

/* about me */
.about-me-image img {
	margin: 20px 0 -40px 0;
}


@media only screen and (min-width: 768px) {
	.about-me-image img {
		margin: 0 0 0 -40px;
		max-width: 400px;
	}
}

@media only screen and (min-width: 1000px) {
	.about-me-image img {
		max-width: 500px;
	}
}

/* legal */
.legal h2 {
	font-size: 20px;
	line-height: 1.5em;
}

@media only screen and (min-width: 1000px) {
	.legal h2 {
		font-size: 28px;
	}
}

.legal h3 {
	font-size: 16px;
	line-height: 1.5em;
}

/* map */
.map {
	width: 100%;
	height: 350px;
	border: 0;
}

/* contact */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output  {
	border-color: #d22630;
}

/* 404 */
.error404 .yoku-page-title-content {
	visibility: hidden;
}

/* testimonials */
.qs-testimonial-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	margin: 24px 0 0 0;
	padding: 0 24px;
	border-radius: 22px;
	background: #6f6463;
	color: white !important;
	transition: all 0.3s ease-in-out;
}

.qs-testimonial-cta:hover {
	background: #938b8a;	
}

.gdlr-core-flexslider .flex-control-nav li a {
	border-color: #d22630;
}

.gdlr-core-flexslider .flex-control-nav li a.flex-active {
	background-color: #d22630;
}
