/*
Theme Name: WarrentHill
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: warrenthill
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.

WarrentHill 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
--------------------------------------------------------------*/
.page-template-landing-page-bakery h1, 
.page-template-landing-page-bakery h2, 
.page-template-landing-page-bakery h3, 
.page-template-landing-page-bakery h4, 
.page-template-landing-page-bakery h5 {
	font-family: "Barlow", sans-serif; 
}

.page-template-landing-page-bakery .entry-content h1 {
	font-size: 58px;
	font-weight: 700;
	line-height: 58px;
	margin-bottom: 15px;
}
.page-template-landing-page-bakery .entry-content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 15px;
	color: #fff;
}

.page-template-landing-page-bakery .entry-content h2.h2xl {
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	margin-bottom: 15px;
}

.page-template-landing-page-bakery p, .page-template-landing-page-bakery .entry-content p {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
}

.page-template-landing-page-bakery .entry-content .greenlist ul li {
	color: #fff;
}

.page-template-landing-page-bakery .entry-content a.button {
	background-color: #21C7FF;
	color: #000;
}

.page-template-landing-page-bakery {
	font-family: "Inter", sans-serif; 
}

.page-template-landing-page-bakery .bolded-cta p {
	font-size: 22px;
	line-height: 32px;
}

.page-template-landing-page-bakery .bolded-cta.white-text p, .page-template-landing-page-bakery .bolded-cta.white-text h2 {
	color: #fff;
}

.page-template-landing-page-bakery .bolded-cta p strong {
	color: #21C7FF;
}

.page-template-landing-page-bakery .trustedby__wrap p, .page-template-landing-page-bakery .trustedby__wrap img {
	margin-bottom: 0px;
	color: #fff;
	max-height: 30px;
}

.white-text{
	color: #fff;
}

a.button {
	text-transform: uppercase;
	font-family: Inter;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
	padding: 15px 60px;
	background: #74AFE6;
	border-radius: 7.5px;
	display: inline-block;
}

a.button:hover {
	background: #293e5a;
}

.clinic_doctor_row {
	background: #1F1F23;
	
	border-radius: 6px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.clinic_doctor_photo { 
	margin-right: 45px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.clinic_doctor_photo img {
	width: auto;
	height: 240px;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.clinic_doctor_info {
	display: flex;
    flex-direction: column;
    justify-content: center;
	flex-grow: 1;
	/*padding: 35px 0px 35px 60px;*/
}

.clinic_doctor_name {
	font-family: "Barlow", sans-serif; 
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #fff;
}

.entry-content .clinic_doctor_type p {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0px;
}

.equalize-boxes .wpb_column .wpb_wrapper {
	height: 100%;
}

.benefits_box {
	background: #1F1F23;
	border-radius: 12px;
	padding: 30px;
	color: #fff;
	border: 1px solid #2B2B35;
	text-align: center;
	height: 100%;
}

.benefits_icon {
	text-align: center;
	margin-bottom: 15px;
}
.benefits_icon img {
	max-width: 50px;
}

.benefits_title {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 15px;
}


.package_box {
	background: #1F1F23;
	border-radius: 12px;
	padding: 30px;
	color: #fff;
}

.package_price {
	font-family: "Barlow", sans-serif; 
	font-size: 42px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 0px;
}

.package_subtitle {
	font-family: "Barlow", sans-serif; 
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 25px;
}

.entry-content .package_list ul li {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;

}

.package_list ul li:before {  
	width: 26px;
	height: 26px;
	display: inline-block;
	background-image: url(./assets/img/icons/green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
	margin-right: 10px;
}

.package_box a.button { 
	width: 100%;
	padding: line-height: 24px;
    padding: 12px 20px;
	margin-bottom: 10px;
	text-align: center;
}

.package_box a.button:hover {  
	background-color: #fff;
	color: #000;
}

.package_note {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

.greenasterisk {
	color: #39DDA8;
	display: none;
}

#rotator-reviews {
	text-align: center;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}

#rotator-reviews p.rotator-post-content {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 20px;
}

.rotator-post-quote {
	text-align: center;
	margin-bottom: 20px;
}

.rotator-post-quote img {
	display: inline-block !important;
}

.rotator-post-logo {
	text-align: center;
	margin-bottom: 20px;
}

.rotator-post-logo img {
	display: inline-block !important;
}

.rotator-post-image {
	text-align: center;
	margin-bottom: 10px;
}

.rotator-post-image img {
	width: 66px;
	height: 66px;
	border-radius: 33px;
	display: inline-block !important;
}

.rotator-post-name {
	font-family: "Barlow", sans-serif; 
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
    text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
}

.rotator-post-position {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 15px!important;
}

.slick-dots li {
	text-indent: -9999px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #fff;
	display: inline-block;
	margin: 5px;
}

.slick-dots li.slick-active {
	background-color: #74AFE6;
}

.entry-content .greenlist ul li {
	min-height: 48px;
	max-width: 500px;
}

.entry-content .greenlist.glfw ul li {
    min-height: unset;
    max-width: unset;
}

.greenlist.glfw ul {
	max-width: unset;
}

.trustedby__wrap {
	padding: 15px 0!important;
}

.max-824 {
	max-width: 824px;
	margin: 0 auto;
}

.wrapped-title {
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 22px;
	display: table;
  padding: 0 15px;
}

.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #1F1F23!important;
	border: 1px solid #2B2B35;
}
.vc_tta-color-mulled-wine.vc_tta-style-flat .vc_tta-panel p {
	font-size: 16px;
}

.title-table table {
	width: 100%;
}


.why-us-table table tr.title-row td {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.title-row td img  {
	max-width: 100px;
}

.why-us-table {
	color: #fff;
	font-size: 14px;
}

.why-us-table table {
	width: 100%;
}

.why-us-table table tr {
    display: inline-table;
	width: 100%;
}

.why-us-table table tr.content-row {
	background: #1F1F23;
	padding: 2px;
	border-radius: 10px;
	border: 1px solid #2B2B35;
	
}

.why-us-table table .goodness {
	background: #28282C;
	border-radius: 6px;
	border: 1px solid #4C4C50;
}

.why-us-table table td {
	width: 20%;
}

.why-us-table table ul {
	padding: 0 15px;
	margin-bottom: 0px;
}

.why-us-table table ul li {
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	line-height: 20px;
	min-height: 70px;
}

.check {
    width: 17px;
    height: 17px;
    background-image: url(assets/img/check.png);
    background-size: contain;
    float: none;
    display: inline-block;
	vertical-align: sub;
    margin-right: 8px;
}

.deny {
    width: 17px;
    height: 17px;
    background-image: url(assets/img/deny.png);
    background-size: contain;
    float: none;
    display: inline-block;
	vertical-align: sub;
    margin-right: 8px;
}

.maybe {
    width: 17px;
    height: 17px;
    background-image: url(assets/img/maybe.png);
    background-size: contain;
    float: none;
    display: inline-block;
	vertical-align: sub;
    margin-right: 8px;
}

@media (min-width: 768px) {
	.package_list {
		min-height: 254px;
		margin-bottom: 30px;
	}
	.package_note{
		min-height: 28px;
	}
	.mobile-show {
		display: none!important;
	}
}

@media (max-width: 767px) { 
	.mobile-center {
		text-align: center;
	}
	
	.mobile-hide {
		display: none!important;
	}
	.page-template-landing-page-bakery .entry-content h1 {
  		font-size: 42px;
		line-height: 44px;
	}
	.page-template-landing-page-bakery .bolded-cta p {
	    font-size: 20px;
	    line-height: 28px;
	}
	
	.clinic_doctor_row {
	    flex-direction: column;
  		padding: 35px 30px;
	}
	.clinic_doctor_photo {
		margin-right: 0px;
  		margin-bottom: 20px;
	}
	.entry-content .clinic_doctor_type p {
	    margin-bottom: 10px;
	}
	.trustedby__wrap {
  		grid-template-columns: 1fr!important;
		display: flex!important;
		grid-column-gap: 15px;
		padding: 0!important;
	}
	.page-template-landing-page-bakery .trustedby__wrap img {
		max-width: 100%;
	}
	
	.why-us-table table, .title-table table {
	  overflow-x: auto;
	  display: block;
	}
	
	.why-us-table table tr, .title-table table tr {
	  width: 1000px;
  		display: inline-block;
	}
}