/*
Theme Name: Everlead Child
Theme URI: http://everlead.mikado-themes.com
Description: A child theme of Everlead Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: everlead
Template: everlead
*/

a, body, p a {
  color: #010101;
}

.clearall {
	clear: both;
}

div.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text,
div.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number,
div.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date,
div.cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea,
div.cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select,
div.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz {
    color: #fff;
    border-color: #fff;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-top: 6px;
    /* padding-right: 20px; */
    padding-right: 0;
    padding-bottom: 12px;
    /* padding-left: 20px; */
    padding-left: 0;
    margin-bottom: 18px;
}
div.wpcf7-form.cf7_custom_style_2 .mkdf-custom-newslletter-wide~div.wpcf7-validation-errors {
	color: yellow !important;
	padding-top: 10px;
}

.wpcf7-form .mkdf-custom-newslletter-wide .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	color: yellow !important;
}

.mkdf-mobile-nav {
	transition: .2s all easeInOutQuint;
}
.mkdf-mobile-nav.mobile-menu-hack {
	height: 100vh !important;
}

header.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
	width: 90%;
	height: auto;
}

form.wpcf7-form .mkdf-btn.mkdf-btn-light.mkdf-btn-outline.mkdf-btn-solid {
    color: #fff !important;
    border-color: #fff !important;
	background-color: transparent !important;
}
form.wpcf7-form .mkdf-btn.mkdf-btn-light.mkdf-btn-outline.mkdf-btn-solid:hover {
	background-color: transparent !important;
}

form.wpcf7-form.cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
	border: 1px solid #fff;
	padding: .5rem .875rem;
}
form.wpcf7-form.cf7_custom_style_2 .textarea-label {
    font-size: 15px;
    color: #fff;
    display: block;
    margin-top: 1rem;
    margin-bottom: .375rem;	
}
div.wpcf7 form.wpcf7-form.cf7_custom_style_2 .contact .ajax-loader {
    position: absolute;
    top: 1rem;
	right: calc(165px + 2rem);
}
form.wpcf7-form .contact .mkdf-btn.mkdf-btn-light.mkdf-btn-outline.mkdf-btn-solid {
	float: right;
}

.newsletter-signup input[type="text"],
.newsletter-signup input[type="email"] {
	padding: 5px 30px 4px 0;
	border-color: #fff;
	color: #fff;
	border: 0;
	border-bottom: 1px solid white;
}
.newsletter-signup input:focus[type=text],
.newsletter-signup input:focus[type=email]{
	color: #fff;
}

.mkdf-btn.mkdf-btn-solid,
div .mkdf-btn.mkdf-btn-solid,
button.mkdf-btn.mkdf-btn-solid,
a.mkdf-btn.mkdf-btn-solid {
	background-color: #008081;
	border-color: #008081;
}
.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover,
div .mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover,
button.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover,
a.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-hover-bg):hover {
	background-color: #047475 !important;
}
.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover,
div .mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover,
button.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover,
a.mkdf-btn.mkdf-btn-solid:not(.mkdf-btn-custom-border-hover):hover {
    border-color: #047475 !important;
}

.mkdf-top-bar {
	display: none !important;
}
.text-center {
	text-align: center !important;
}
.inside-green-button {
    text-align: center;
    margin: 16px auto 0 auto !important;
}

nav.mkdf-main-menu>ul>li>a.current,
nav.mkdf-main-menu>ul>li>a:hover {
	color: #008081;
}
nav.mkdf-main-menu>ul>li.mkdf-active-item>a::before,
nav.mkdf-main-menu>ul>li>a:hover::before {
	display: none !important;
}

header .mkdf-logo-wrapper a {
	height: 41px !important;
	max-width: 100%;
}

header.mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opened a {
	color: #000;
}

div.mkdf-title-holder {
	height: 95px;
}




.front-book-custom img {
    max-height: 250px;
	width: auto;
    object-fit: contain;
}
.front-content-custom {
	position: relative;
	overflow: hidden;
}
.front-content-custom,
.front-book-custom {
	margin-top: 2rem;
}
.front-content-custom > .vc_column-inner::before {
    content: 'f';
    color: #047475;
    font-family: "Libre Baskerville",serif;
    position: absolute;
	top: 28.5rem;
    right: 1rem;
    font-size: 66rem;
    height: auto;
    width: auto;
}
.front-content-custom > .vc_column-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.front-content-inner-custom p {
	letter-spacing: 1px;
}




 .aha-read-more-box .wpb_wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: auto;
	justify-content: flex-end;
	align-items: flex-start;
}
 .aha-read-more-box .wpb_wrapper > div{
	flex-grow: 1;
}
 .aha-read-more-box .wpb_wrapper > a {
	margin-bottom: auto;
	margin-top: 20px;
}

.hover-zoomin img {
	transition: transform 0.2s linear;
}
.hover-zoomin:hover img {
	transform: scale(1.05);
}
/*
body.home .aha-read-more-box {
	height: 325px;
	position: relative;
}
body.home .aha-read-more-button {
	margin-top: 20px;
	position: absolute !important;
	bottom: 15px;
	width: auto;
	left: 15px;
	display: inline-block;
}

body.home .aha-read-more-box-wrapper .wpb_wrapper .vc_row.vc_row-flex > .aha-read-more-box:nth-child(1) .aha-read-more-button ,
body.home .aha-read-more-box-wrapper .wpb_wrapper .vc_row.vc_row-flex > .aha-read-more-box:nth-child(2) .aha-read-more-button ,
body.home .aha-read-more-box-wrapper .wpb_wrapper .vc_row.vc_row-flex > .aha-read-more-box:nth-child(3) .aha-read-more-button {
	bottom: 50px;
}
@media (max-width: 1024px) {
	body.home .aha-read-more-box {
		height: 425px;
	}
}
*/

@media (max-width: 767px) {
	/*body.home .aha-read-more-box {
		height: 340px;
		margin-bottom: 40px;
	}*/
	.aha-read-more-box .wpb_wrapper {
		display:block;
	}
	.newsletter-signup {
		display: block;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 680px){

	h2 {
		font-size: 26px !important;
	}
}
.mkdf-mobile-header-inner .mkdf-vertical-align-containers .mkdf-position-left {
	max-width: 80%;
}





.mkdf-sidebar .widget_media_image + .widget_text {
	margin-bottom: 0;
}

div.mkdf-title-holder.mkdf-breadcrumbs-type .mkdf-breadcrumbs a:hover,
div.mkdf-blog-holder article .mkdf-post-info-top > div.mkdf-post-info-date::before,
div.mkdf-blog-holder article .mkdf-post-info-top > div.mkdf-post-info-author::before,
div.mkdf-blog-holder article .mkdf-post-info-top > div.mkdf-post-info-category::before,
div.mkdf-blog-list-holder.mkdf-bl-minimal .mkdf-post-info-date::before,
div.mkdf-comment-holder .mkdf-comment-text .mkdf-comment-date::before,
div.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-right>div.mkdf-blog-like .mkdf-like,
div.mkdf-blog-holder article .mkdf-post-info-bottom .mkdf-post-info-bottom-right > div.mkdf-blog-like .mkdf-like i,
body.error404 .mkdf-page-not-found .mkdf-404-title .mkdf-404-title-inner::after,
div.mkdf-section-title-holder .mkdf-st-title .mkdf-st-title-suffix,
.mkdf-sidebar .widget_nav_menu .current-menu-item a,
header.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > .mobile_arrow > .mkdf-sub-arrow,
header.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > a,
header.mkdf-mobile-header .mkdf-mobile-nav .mkdf-grid > ul > li.mkdf-active-item > h6 {
	color: #008081;
}

.mkdf-sidebar .widget a:hover,
div.widget .mkdf-widget-title a:hover,
div.mkdf-fullscreen-search-holder .mkdf-search-close:hover,
div.widget a:hover,
.widget a:hover {
	color: #008081;
}

div.mkdf-section-title-holder .mkdf-st-separator .mkdf-separator {
	border-color: #008081;
}

div.mkdf-accordion-holder.mkdf-ac-boxed .mkdf-accordion-title.ui-state-active, div.mkdf-accordion-holder.mkdf-ac-boxed .mkdf-accordion-title.ui-state-hover {
	background-color: #008081;
}

.mkdf-section-title-holder[class*="link-"]:not(.keep-button) .mkdf-st-button,
.mkdf-section-title-holder[class*="link-"]:not(.keep-button) .mkdf-st-button {
	display: none;
}
.mkdf-section-title-holder.link-to-subtitle .mkdf-st-subtitle a,
.mkdf-section-title-holder.link-to-content .mkdf-st-text a {
	color: #606060;
}
.mkdf-section-title-holder.white.link-to-title .mkdf-st-title a,
.mkdf-section-title-holder.white.link-to-subtitle .mkdf-st-subtitle a,
.mkdf-section-title-holder.white.link-to-content .mkdf-st-text a {
	color: #fff;
}

body.home .newsletter-link {
	display: none;
}

body.home .mkdf-page-footer .mkdf-footer-top-holder {
	display: none;
}

body.home .mkdf-iwt.mkdf-iwt-icon-left {
	min-width: 280px;
}


footer.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid {
	padding: 2rem 0;
}
footer.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid .widget_media_image img {
	margin: 0 auto;
}

footer.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner.mkdf-grid {
	padding: 6rem 0;
}
footer.mkdf-page-footer .mkdf-footer-bottom-holder .mkdf-footer-bottom-inner.mkdf-grid .widget_text a {
	text-align: unset;
}
footer.mkdf-page-footer .widget .mkdf-widget-title::after {
	background-color: #008081;
}
footer.mkdf-page-footer .mkdf-icon-widget-holder .mkdf-icon-element {
	color: #008081;
}

.mkdf-footer-bottom-column-3 p a {
	line-height: 25px;
}
.mkdf-footer-bottom-column-3 p:first-child a:first-child {
	line-height: 40px;
}


.mkdf-iwt .mkdf-iwt-title a:hover,
a#mkdf-back-to-top > span.mkdf-icon-stack {
	color: #008081 !important;
}


@media (min-width: 768px) {
	.text-sm-center {
		text-align: center !important;
	}
	body.home .mkdf-iwt.mkdf-iwt-icon-left {
	    min-width: auto;
	    min-width: unset;
	}
}

@media (max-width: 767px) {
	.mobile-pb-3 {
		padding-bottom: 3rem;
	}
}
