/*
Theme Name: KeturaciuNuoma
Theme URI: http://underscores.me/
Author: Nerijus V.
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
--------------------------------------------------------------*/

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('Gilroy-ExtraBold.woff2') format('woff2'),
        url('Gilroy-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-template-landing-page-bakery h1, 
.page-template-landing-page-bakery h2,
.page-template-landing-page-bakery h3,
.benefits_title {
	font-family: 'Gilroy-ExtraBold';
}

.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: 36px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 15px;
	color: #fff;
}

.page-template-landing-page-bakery .entry-content h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 15px;
	color: #fff;
}

.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: #F2542B;
	color: #fff;
}

.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: #F2542B;
}

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

.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: #F2542B;
	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;
}

.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 60px;
	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: #F2542B;
}

.entry-content .greenlist ul li {
	max-width: 500px;
}
.trustedby__wrap {
	padding: 15px 0!important;
}

.field-wrap input[type="submit"] {
	text-transform: uppercase;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  padding: 15px 60px;
  background: #F2542B;
    background-color: rgb(242, 84, 43);
  border-radius: 7.5px;
  display: inline-block;
}

.field-wrap input[type="submit"]:hover { 
	opacity: 0.8;
	cursor: pointer;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	padding: 10px;
	font-size: 16px;
}

.nf-field-container {
	margin-bottom: 15px!important;
}

.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: 700;
	line-height: 30px;
	margin-bottom: 15px;
}

.vc_tta.vc_general h4.vc_tta-panel-title {
	font-size: 22px;
    font-weight: 600;
}

#page {
	background: #5a5a5a;
}

@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-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%;
	}
}