/*!
Theme Name: orthocare
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: orthocare
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.

orthocare 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('font/icomoon.eot');
	src:  url('font/icomoon.eot') format('embedded-opentype'),
	url('font/icomoon.ttf') format('truetype'),
	url('font/icomoon.woff') format('woff'),
	url('font/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .icon-spacer {
    display: inline-block;
    width: 20px;
    position: relative;
    height: 10px;
	}
  .icon-doctor:before {
	content: "\e91b";
  }
  .icon-consultatie:before {
	content: "\e913";
  }
  .icon-consultatie .path2:before {
	content: "\e914";
	margin-left: -1em;
  }
  .icon-consultatie .path3:before {
	content: "\e915";
	margin-left: -1em;
  }
  .icon-control .path1:before {
	content: "\e916";
  }
  .icon-control .path2:before {
	content: "\e917";
	margin-left: -1.025390625em;
  }
  .icon-cosmetic:before {
	content: "\e918";
  }
  .icon-proceduri:before {
	content: "\e919";
  }
  .icon-urgenta:before {
	content: "\e91a";
  }
  .icon-alert-octagon:before {
	content: "\e903";
  }
  .icon-arrow-right:before {
	content: "\e904";
  }
  .icon-calendar:before {
	content: "\e91d";
  }
  .icon-chevron-down:before {
	content: "\e905";
  }
  .icon-clipboard:before {
	content: "\e906";
  }
  .icon-clock:before {
	content: "\e907";
  }
  .icon-external-link:before {
	content: "\e908";
  }
  .icon-eye:before {
	content: "\e909";
  }
  .icon-mail:before {
	content: "\e91c";
  }
  .icon-map-pin:before {
	content: "\e91e";
  }
  .icon-phone-call:before {
	content: "\e90a";
  }
  .icon-phone-outgoing:before {
	content: "\e90b";
  }
  .icon-plus-circle:before {
	content: "\e90c";
  }
  .icon-pocket:before {
	content: "\e90d";
  }
  .icon-toggle-right:before {
	content: "\e90e";
  }
  .icon-user:before {
	content: "\e90f";
  }
  .icon-watch:before {
	content: "\e910";
  }
  .icon-sunset2:before {
	content: "\e911";
  }
  .icon-sunset3:before {
	content: "\e912";
  }
  .icon-sunset:before {
	content: "\e900";
  }
  .icon-sunset1:before {
	content: "\e901";
  }
  .icon-sun:before {
	content: "\e902";
  }
  

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
}
.flex-wrap {
	flex-wrap: wrap;
}
/* Navigation
--------------------------------------------- */
.openCanvas {
    position: fixed;
}


.main-navigation {
    display: block;
    width: 100%;
    max-width: 450px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#masthead {
    height: 90px;
    z-index: 5;
    position: absolute;
    width: 100%;
    top: 0px;
    height: 0vh;
    background: #4162ae;
    transition: 1s all ease-in-out;
}
.openCanvas #masthead  {
    height: 100vh;
    transition: 1s all ease-in-out;
}
.menuContact {
    color: #fff;
    margin-left: 60px;
    font-size: 13px;
    font-weight: 300;
    margin-top: 40px;
    transition: 1s all ease-in-out;
    opacity: 0;
}
.openCanvas .menuContact  { 
    transition: 1s all 1s ease-in-out;
    opacity: 1; 
}
.openCanvas .site-branding img{
    filter: brightness(50);
    transition: 1s all ease-in-out;    
}
img.custom-logo {
    height: 90px;
    width: auto;
}
body {
    width: 100%;
	font-family: 'Poppins';
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.main-navigation ul {
    display: flex;
    flex-direction: column;
}
.main-navigation ul a {
    text-decoration: none;
    color: #fff;
	padding: 5px 2px;
    text-align: left;
    font-size:2.5rem;
    transition: 1s all ease-in-out;
    opacity: 0;
}
.openCanvas .main-navigation ul a {
    opacity: 1;
    transition: 0.1s all ease-in-out;    
}
.gifBack {
    transform: scaleX(-1) translateY(-50%);
    max-width: 50vw;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
    max-width: 45%;
    right: 0;
    position: absolute;
    overflow-y: scroll;
    height: 100%;
    top: 0;
    background: #343a52;
    color: #fff;
    font-family: 'Poppins';
    padding: 10px 30px;
	z-index: 2;

	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
footer#colophon {
    position: relative;
    bottom: -50px;
}
.main-navigation ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 60px;
    margin-top: 60px;    
}
.main-navigation ul a:hover {
    font-weight: bold;
}
/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.menu__open {
    font-size: 0px;
    left: 45px;
    top: 60px;
    width: 60px;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10001;

	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;	
}
.menu__open:hover {
    background: #e6f6ff;

	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;	
}
.menu__open {
    background-color: #fff;
    color: #4162ae;
    border: none;
    box-shadow: 6px 5px 0px 0 #4162ae;
}
.menu__open .hamburger::before, .menu__open .hamburger::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: currentColor;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform .3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .3s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}
.menu__open .hamburger:after {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.menu__open .hamburger:before {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.menu__open .hamburger {
    position: absolute;
    top: 50%;
    right: 22px;
    left: 22px;
    background: currentColor;
    height: 3px;
}
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Animation definition */
@keyframes menu {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	  transform: translateY(0px);
	}
  }

.menu-item {
    transform: translateY(-35px);
	opacity: 0;
    position: relative;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.toggled .menu-item {
	/* Style <div>s so we can see them */
	position: relative;
  
	/* Shared animation proprties apply to all */
	animation-name: menu;
	animation-duration: .7s;
	animation-fill-mode: forwards;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;	
  }
  
  /* These are the delays */
  .toggled .menu-item:nth-child(1) {animation-delay: 0.0s; }
  .toggled .menu-item:nth-child(2) {animation-delay: 0.1s; }
  .toggled .menu-item:nth-child(3) {animation-delay: 0.2s; }
  .toggled .menu-item:nth-child(4) {animation-delay: 0.3s; }
  .toggled .menu-item:nth-child(5) {animation-delay: 0.4s; }
  .toggled .menu-item:nth-child(6) {animation-delay: 0.5s; }
  .toggled .menu-item:nth-child(n+7) {animation-delay: 0.6s; }


/* open */
.toggled .menu__open .hamburger {
    background: transparent;
}
.toggled .menu__open .hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggled .menu__open .hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* animation menu item */
.menu-item a span {
	position: relative;
	overflow: hidden;
	transition: 0.6s;
}
.menu-item a span .out {
	display: inline-flex;
}
.menu-item a span .in {
	position: absolute;
	left: 0;
	opacity: 0;
	transform: translateX(100%);
}
.menu-item a:hover span .out {
	opacity: 0;
	transform: translateX(-100%);
}
.menu-item a:hover span .in {
	opacity: 1;
	transform: translateX(0);
}


/*--------------------------------------------------------------
# Animation sidebar
--------------------------------------------------------------*/
.loaded .move-to-left {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
  
	-webkit-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
	transition-delay: .5s;
  }

.contentSidebar {
    padding-bottom: 120px;
}



/*--------------------------------------------------------------
# Scrollbar style
--------------------------------------------------------------*/
.entry-content::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #ffffff;
}

.entry-content::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

.entry-content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #343b5294;
}



/*--------------------------------------------------------------
# Scrollbar style
-----------------------------------------------------------*/

.entry-content p {
    font-family: 'Codan light';
}

/*--------------------------------------------------------------
# Video style
-----------------------------------------------------------*/
#background-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    object-fit: cover;
}

.background-video:before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #567eff29;
    z-index: 1;
}

#reverse #background-video {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

/*--------------------------------------------------------------
# Contact
-----------------------------------------------------------*/
#map {
    width: calc(100% + 60px);
    height: 80vh;
    margin: 0px -30px;
    top: -100px;
    z-index: -1;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 350px;
    resize: none!important;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    background: #33356f;
    color: #fff;
}


.Main__inner {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: 700px 460px;
    justify-content: center;
    padding: 2rem 0;
    color: #fff;
}
.Location-Main__address {
    border-top: 1px solid #e6e8eb;
    margin-top: 2rem;
    padding-top: 1.5rem;
}
.Location-Main__address__address {
    grid-gap: 1rem;
    align-items: center;
    display: inline-grid;
    grid-auto-flow: column;
    width: 100%;
}
.Location-Main__address__text {
    font-size: 18px;
}
.Location-Main__phone__phone .btn.white-btn {
    padding: 5px 10px;
}
.Location-Main__head__title {
    font-size: 2rem;
    border-top: 1px solid #e6e8eb;
    padding-top: 20px;
    margin-bottom: 0px;
}
.Location-Main__hours .btn.white-btn {
    color: #ffffff;
    background: #5373c5;
    border-radius: 105px;
    font-weight: 400;
    border: navajowhite;
    padding: 10px;
}
.Location-Main__address__directionsBtn {
    background-color: #e6e8eb;
    border-radius: 16px;
    display: inline-block;
    font-family: Campton-bold,sans-serif;
    font-size: 14px;
    padding: .6rem 1.3rem;
    text-decoration: none;
    color: #000;
}
.Location-Main__phone__phone {
    grid-gap: 1rem;
    align-items: center;
    display: inline-grid;
    grid-auto-flow: column;
    margin-top: 1rem;
}
.Location-Main__phone__text {
    font-size: 18px;
}
.Location-Main__phone__btn {
    background-color: #e6e8eb;
    border-radius: 16px;
    display: inline-block;
    font-family: Campton-bold,sans-serif;
    font-size: 14px;
    padding: .6rem 1.3rem;
}
.Location-Main__hours {
    border-top: 1px solid #e6e8eb;
    margin-top: 2rem;
    padding-top: 1.5rem;
}
.Location-Main__hours__specialty {
    margin-top: 2.5rem;
}
.Location-Main__hours__top {
    grid-column-gap: 1rem;
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr;
}
h5 {
    font-size: .875rem;
    color: #a4bdff;
    text-transform: uppercase;
    letter-spacing: .075rem;
}
.Location-Main__hours__rows {
    font-size: 18px;
    margin-top: 1rem;
}
.Location-Main__hours__row {
    grid-gap: 2rem;
    display: grid;
    grid-auto-columns: auto 1fr;
    grid-auto-flow: column;
    margin-top: 1rem;
}
#mapContact {
    width: 100%;
    height: 450px;
}
.Location-Main__address__title {
    font-size: 1.75rem;
    font-weight: 500;
}
.Location-Main__hours__left {
    font-weight: bold;
}
h5 {
    margin: 0px;
}
.Main__location {
    max-width: 60%;
    text-align: left;
}
h1.Location-Main__title, .Location-Main__subtitle {
    color: #fff;
}

/*--------------------------------------------------------------
# NEW STYLE
-----------------------------------------------------------*/
/*--------------------------------------------------------------
# HOMEPAGE
-----------------------------------------------------------*/

.slice__fullscreen-media {
    position: relative;
    height: calc(100vh);
}

.slice__fullscreen-media img, .slice__fullscreen-media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slice__fullscreen-media .text-content {
    position: absolute;
    color: #fff;
    left: 70px;
    bottom: 80px;
    max-width: 418px;
}
.hero-el.text-content {
    max-width: 850px;
    padding-right: 80px;
}
.slice__fullscreen-media h2 {
    font-family: 'Modern Era',futura,helvetica,arial,sans-serif;
    font-size: 81px;
    line-height: 1;
    margin-bottom: 10px;
}
.site-branding img {
	width: 200px;
    filter: brightness(1);
    transition: 800ms all ease-in-out;
}
.site-branding {
    left: 150px;
	top: 40px;
    position: relative;
}
.loaded .js-fade-in {
    -webkit-transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
            transform: translate(0px,0px);
    -webkit-transition: 1s all cubic-bezier(0.21, 0.85, 0.58, 1);
    -o-transition: 1s all cubic-bezier(0.21, 0.85, 0.58, 1);
    transition: 1s all cubic-bezier(0.21, 0.85, 0.58, 1);
	opacity: 1;
}
.js-fade-in {
    -webkit-transform: translate(0px,100px);
        -ms-transform: translate(0px,100px);
            transform: translate(0px,100px);
			opacity: 0;
}
.loaded .js-fade-in:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.loaded .js-fade-in:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.loaded .js-fade-in:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
.loaded .js-fade-in:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.loaded .js-fade-in:nth-child(5) {
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}

.programareBtn a {
    background-color: #171a34;
    border: 0;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,sans-serif;
    font-weight: 700;
    height: fit-content;
    padding: 0.9em 1.5em;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
    text-decoration: none;
}
.programare_float {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    max-width: 350px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
	opacity: 0;
}
.programare_float {
    -webkit-transform: translate(0px,50px);
        -ms-transform: translate(0px,50px);
            transform: translate(0px,50px);
			opacity: 0;
}
.loaded .programare_float {
	opacity: 1;
	transition: 1s all 1s cubic-bezier(0, 1.48, 1, 1.13);
    -webkit-transform: translate(0px,-50px);
        -ms-transform: translate(0px,-50px);
            transform: translate(0px,-50px);	
}
.wrapperProgramare h2 {
    font-size: 2rem;
}
.background-video {
    height: 100vh;
    display: block;
    position: relative;
}
.textBackground {
    background: #4162ae;
    font-size: 2rem;
    color: #fff;
    font-family: 'Poppins';
}
section.textBackground .largeText {
    padding: 10% 115px;
}
.invert {
    filter: brightness(50.5);
}
.textBackground img {
    width: 200px;
    display: block;
    margin-top: 40px;
}
.fullheight {
    height: 100vh;
}
.fullheight_percent {
    height: 100%;
}
.imageBox {
	position: relative;
	height: 100%;
}
.imageBox img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.textBox {
	padding: 5rem;
}
.textBox {
	font-family: 'Ubuntu';
	font-weight: 300;
	color: #243a6c;
	font-size: 1.4rem;
}
.halfBox {
	flex-basis: 50%;
}
.rowReverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.slice__grid-callout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 70px 40px;
    align-content: center;
}
.shortAbout {
    height: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}
.header {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}
.tile {
    text-align: center;
    width: calc(33vw - 45.5px);
    max-width: 310px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 14px 0px;
}
.tile i {
    font-size: 2rem;
    color: #2c3c6b!important;
}
.tile h3 {
    color: #2c3c6b;
    font-size: 1.8rem;
}
.tile p {
    font-weight: 200;
    font-size: 16px;
}


.container.add-margins-extra {
    width: calc(100% - 25px * 8);
    margin-left: calc(25px * 4);
    margin-right: calc(25px * 4);
}
.container.gap-x2 {
    grid-gap: calc(25px*2);
}
.container.two-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.add-double-margin-bottom {
    margin-bottom: calc(50px*2) !important;
}
.container {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
    grid-gap: 25px;
}
.pastilla-wrapper {
    width: 100%;
    position: relative;
    background-color: #f5f5f5;
    overflow: hidden;
}
.rounded-corners, #tratamientos-list, .pastilla-wrapper {
    border-radius: 15px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.pastilla-wrapper a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}
.pastilla-wrapper .pastilla-texto {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    z-index: 5;
    color: white;
    text-align: center;
}
.pastilla-wrapper .pastilla-texto .titulo-wrapper {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5em;
}

.pastilla-wrapper .pastilla-texto .titulo-wrapper h1 {
    margin: 0;
    transition: 0.9s cubic-bezier(0.9, 0.01, 0.08, 1);
    font-size: 50px;
}
.pastilla-wrapper:hover .pastilla-texto .titulo-wrapper h1 {
    -webkit-transform: translateY(calc(-100% - 2px));
    transform: translateY(calc(-100% - 2px));
}

.pastilla-wrapper:hover .pastilla-background {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.pastilla-wrapper .pastilla-background {
    width: 100%;
    height: 100%;
    position: relative;
    transition: 1s ease-in-out;
}
.img {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    clear: both;
}
.tipoLight {
    font-size: 12px;
    color: #fff;
}
.pastilla-wrapper .pastilla-texto .titulo-wrapper h1:after {
    content: attr(data-content);
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0px;
    top: 1.6em;
}
.img .img-wrapper .img-content.dark:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4162ae;
    opacity: 0.25;
    z-index: 1;
}
.take-two-columns {
    grid-column: auto / span 2;
}
.pastilla-wrapper .pastilla-background {
    width: 100%;
    height: 100%;
    position: relative;
    transition: 1s ease-in-out;
}
.img .img-wrapper .img-content:after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    padding-bottom: calc((1922 / 2880) * 100%);
}
.img.ratio-21x9 .img-wrapper .img-content:after {
    padding-bottom: calc((1215 / 2880) * 100%);
}
.img-content img {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: .6s ease-out;
}
.home_grid {
    margin-top: 5%;
}

/*--------------------------------------------------------------
# General HEADER
-----------------------------------------------------------*/
.menu-menu-1-container {
    display: none;
}
.main-navigation.toggled .menu-menu-1-container{
    display: block;
}
header .vvdw-top {
    background-color: #4162ae;
    padding: 0 1.875rem;
    width: 100%;
    position: relative;
    z-index: 3;
}
header .vvdw-top ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
header .vvdw-top ul li {
    font-family: 'Poppins';
    font-size: 13px;
    color: #d6e5e3;
    font-weight: 300;
    line-height: 2.25rem;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 1.5625rem;
}
header .vvdw-top ul li a {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
}
/*--------------------------------------------------------------
# General template-page.php
-----------------------------------------------------------*/
.slice__fullscreen-media.collections {
    height: calc(60vh - 0px);
	opacity: 0;
	transition: 1s all cubic-bezier(0.175, 0.885, 0.32, 1);
}
.loaded .slice__fullscreen-media.collections {
    height: calc(100vh);
	opacity: 1;
	transition: 1s all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.slice__fullscreen-media.collections .text-content {
    max-width: 1066px;
	color: #fff;
	z-index: 2;
}
.slice__fullscreen-media .text-content {
    position: absolute;
    color: #fff;
    left: 70px;
    bottom: 80px;
    max-width: 418px;
}
.slice__fullscreen-media .text-content h2 {
    font-size: 81px;
    line-height: 1;
    margin-bottom: 50px;
}
.hero.collections img{
	object-position: bottom;
}
.hero.collections:before {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #567eff29, #cce2ef);
    z-index: 1;
}

.ratio-square {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    clear: both;
}
.row-auto-height {
    flex-basis: calc(33.33% - 40px);
    margin: 20px;
}
.three-column {
    display: flex;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: flex-start;
}
.rounded-corners img {
    border-radius: 20px;
}
.row-auto-height {
    color: #fff;
}
/*--------------------------------------------------------------
# Footer
-----------------------------------------------------------*/
.footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4162ae;
	color: #fff;
}

.content-container {
    width: 90%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
}
.email-signup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-top-left {
    max-width: 450px;
}
.btn.white-btn {
    color: #4162ae;
    background: #fff;
    border-radius: 105px;
    font-weight: bold;
    border: navajowhite;
    padding: 10px;
}
.btn {
    padding: 0px;
    background-color: transparent;
    font-family: 'Poppins', Arial, sans-serif;
    color: #171717;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.footer-header {
    font-family: 'Poppins';
    color: #fff;
    font-size: 2rem;
    line-height: 2.5rem;
}
.footer-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-top-right img {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-width: 100px;
	padding-right: 15px;
}
.footer-contact {
    line-height: 25px;
	font-weight: 300;
}
.footer-contact a{
    color: #fff;
    font-weight: 300;
	text-decoration: none;
}
.subscribe-header {
    font-size: 1rem;
    line-height: 25px;
    font-weight: 300;
}



/*--------------------------------------------------------------
# Footer
-----------------------------------------------------------*/
.contactContainer {
    padding: 64px 24px 72px;
    position: relative;
}
.MuiGrid-grid-sm-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}
.MuTypography {
    padding: 24px 24px 64px;
    font-size: 32px;
}
form {
    position: relative;
    text-align: center;
}

.FormfullWidth {
    width: 100%;
}

.FormControl {
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
    margin-bottom: 40px;
}
.slice__fullscreen-media .text-content.FormfullWidth {
    max-width: 100%;
}

.contactShort {
    max-width: 350px;
    width: 50%;
    margin-right: auto;
}
h3.subscribe-header {
    color: #fff;
}

/*--------------------------------------------------------------
# Servicii
-----------------------------------------------------------*/
.serviciiImg img {
    max-width: 150px;
}
h3 {
    color: #4162ae;
    font-size: 2rem;
}
main#primary {
    font-family: 'Poppins';
    color: #171717;
}
.serviciiBox {
    border-bottom: 1px solid #4162ae30;
    padding: 50px 0px;
}
h1.js-split-headline {
    font-size: 6rem;
    margin: 0px;
}
p.sub-headline {
    font-size: 2rem;
    max-width: 450px;
}
.serviciiImg img {
    width: 80px;
    height: 80px;
}
/*--------------------------------------------------------------
# Despre Noi
-----------------------------------------------------------*/

.desprenoi .textBox:last-child {
    border: none;
}
/* 
18 martie 2022 */
.desprenoi .paddingBox p {
    /* padding: 5rem; */
}
.desprenoi.fullheight {
    background: #fff;
    display: flex;
    align-content: stretch;
    align-items: stretch;
}
.bgwhite {
    background: #fff;
}
.desprenoi .textBox {
    border: 1px solid #0d202f;
    border-bottom: 0px;
    border-top: 0px;
    padding: 5%;
}
.desprenoi .textBox img{
    object-fit: cover;
    height: 100%;
}
.desprenoi .odd.textBox {
    border-width: 0px 1px 1px 0px;
}
.desprenoi .textBox p {
    max-width: 80%;
    font-family: 'Poppins';
}
.flexStack {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-evenly;
    padding: 0px;
}
.stackRow {
    height: 100%;
    margin: 0px;
    position: relative;
    padding: 50px;
}
.stackRow:first-child {
    border-bottom: 1px solid #0d202f;
}
.textBox:last-child {
    border-left: none;
}
.desprenoi {
    border: 1px solid #0d202f;
}
.noborderBottom {
    border-bottom: 0px;
}
.noborderTop {
    border-top: 0px;
}

/*--------------------------------------------------------------
# PROGRAMARE
-----------------------------------------------------------*/
.rowGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
}
.MuiGrid-item.formBox {
    top: 50px;
    width: 100%;
    padding: 24px;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 5px;
    min-height: 100px;
    /* background: aliceblue; */
}
.wpcf7-list-item label{
    border: 1px solid rgb(65 98 174 / 23%);
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 16px;
    padding: 16px;
    width: 100%;
    display: block;
    text-align: left;
    background: #fff;
    color: #222;    
    margin-left: 0px;
}
.wpcf7-list-item {
    width: 100%;
}
.wpcf7-form-control.wpcf7-radio {
    height: 100%;
    border: none!important;
}
.wpcf7-form-control {
    border: 1px solid rgb(241, 241, 241);
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 16px;
    padding: 16px;
    width: 100%;
    display: block;
    text-align: left;
    color: #222;
    margin-left: 0px;
}
.MuiGrid-item.formBox h2, .MuiGrid-item.formBox h3 {
    color: #4162ae;
    margin-left: 30px;
}
.programareWraper {
    margin-left: 32px;
    text-align: left;
}
.wpcf7-form-control {
    border: 1px solid rgb(241, 241, 241);
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 16px;
    padding: 16px;
    width: 100%;
    display: block;
    text-align: left;
    color: #222;
    margin-left: 0px;
    height: 45px;
    border: 1px solid rgb(65 98 174 / 23%)!important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: calc(100% - 32px);
    margin-left: 32px;
    text-align: center;
    background: #4162ae;
    border: none;
}
.centerGrid {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
/*--------------------------------------------------------------
# ECHIPA
-----------------------------------------------------------*/
.descriere_membru_echipa p {
    max-width: 100%!important;
}
.specializare_membru_echipa {
    font-size: 1rem;
    color: #0e202f;
    margin: 0px;
    font-weight: 300;
}
.nume_membru_echipa {
    color: #0e202f;
    margin-bottom: 5px;
}
.cv_membru_echipa {
    font-size: 14px;
    vertical-align: middle;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-weight: 300;
}
.cv_membru_echipa svg {
    margin-right: 5px;
}
.rowreverse {
    flex-direction: row-reverse;
}
.rowreverse.desprenoi .odd.textBox {
    border-right: 0px;
}
.normal {
    filter: invert(0) brightness(1);
}
.cv {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
.flexPret {
    flex-basis: 50%;
}
.listapreturi {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
}
.wrapper_preturi {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00000026;
    align-items: center;
}
span.ron {
    padding-left: 5px;
    font-size: 12px;
}

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

	.centerGrid {
		width: 100%;
	}
    .footer-top {
        flex-wrap: wrap;
    }
    .footer-top-left, .footer-top-right {
        width: 100%;
        max-width: 100%;
    }
    .flexPret {
        flex-basis: 100%;
    }
    .listapreturi .textBox p {
        max-width: 100%!important;
        font-size: 14px;
    }
    .wrapper_preturi h2 {
        width: 200px;
        text-align: right;
    }

}

@media screen and (max-width: 782px) {
    h1.js-split-headline {
        font-size: 2rem;
        margin: 0px;
    }
    p.sub-headline {
        font-size: 1rem;
        max-width: 350px;
    }
    .loaded .programare_float {
        transform: translate(0px,-10px);
        -webkit-transform: translate(0px,-10px);
        -ms-transform: translate(0px,-10px);        
    }
    .desprenoi .textBox img {
        width: 100vw;
        height: auto;
    }

    /* 18 martie 2022 */
    .paddingBox p{
        padding: 10px!important;
    }
    .menu-menu-1-container {
        position: relative;
        z-index: -3;
    }
    .openCanvas .menu-menu-1-container {
        position: relative;
        z-index: 1;
    }
    .desprenoi {
        border: transparent;
    }
    header .vvdw-top ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    header .vvdw-top ul li {
        width: 100%;
        padding: 0px;
        height: 30px;        
        text-align: right;
    }
    .menu__open {
        top: 20px;
        left: 20px;
        width: 80px;
        height: 80px;
        box-shadow: none;
    }
    .menu__open .hamburger:before {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    .menu__open .hamburger:after {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    header .vvdw-top {
        padding: 10px 1rem;
    }
    .site-branding {
        left: 20px;
    }
    .main-navigation ul {
        margin-left: 25px;
    }
    .menuContact {
        margin-left: 25px;        
    }
    .openCanvas #masthead {
        height: calc(100vh + 1px);
    }
    .menuContact {
        position: absolute;
        bottom: 60px;
    }

}


@media screen and (max-width: 599px) {
    .home_grid .container {
        display: block;
        margin-bottom: 20px;
        border-radius: 0px;
    }
    header .vvdw-top {
        height: 110px;
    }
    header .vvdw-top ul li {
        width: 100%;
        padding: 0px;
        height: auto;
        text-align: right;
        line-height: 1.3;
        margin-top: 4px;
    }  
    .halfBox {
        flex-basis: 100%;
    }
    .textBox, .slice__grid-callout {
        padding: 1rem;
    }
    .tile {
        text-align: center;
        width: 100%;
        max-width: 90%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 14px 0px;
    }
    .fullheight {
        height: 100%;
    }
    .container.add-margins-extra {
        width: 100%;
        margin: 0 auto;
    }
    .home_grid .container {
        display: block;
    }
    .img.ratio-21x9 .img-wrapper .img-content:after {
        padding-bottom: 60%;
    }
    h1.js-split-headline {
        font-size: 5rem;
        line-height: 1;
        margin: 0px;
    }
    .stackRow {
        padding: 20px 0px;
    }
    .desprenoi .textBox {
        border-left: none;
        border-right: none;
        padding: 15px;
    }
    .textBackground .largeText {
        padding: 40px;
    }
    .programare_float {
        display: block;
    }
    .programare_float {
        margin: 0px;
        position: relative;
        max-width: 100%;
        border-radius: 0px;
        background: transparent;
        bottom: 50px;
        left: 20px;
    }
    .wrapperProgramare .flex {
        display: none;
    }
    .slice__fullscreen-media .text-content {
        left: 40px;
    }    
    .textBackground .largeText {
        padding: 40px!important;
    }   
    #secondary {
        display: none;
    } 
    footer#colophon {
        bottom: 0px;
    }
    .echipa_wrapper .desprenoi {
        border:transparent!important;
    }
    .openCanvas #masthead {
        position: fixed;
    }
    .serviciiBox {
        padding: 1rem;
    }
    .Main__location {
        max-width: 100%;
        text-align: left;
    }
    .Main__inner {
        display: block;
    }    
}

@media screen and (max-width: 425px) {
    .page-template-template-contact .site-branding {
        display: none;
    }
    .contactShort
    {
        display: none;
    }
    .menuContact {
        bottom: 5px;
    }
    .main-navigation ul a {
        font-size: 1.6rem;
    }
    .listapreturi {
        display: block;
        padding: 0px 10px;
    }
    .MuiGrid-item.formBox h2, 
    .MuiGrid-item.formBox h3,
    .wpcf7-list-item,
    .programareWraper,
    input.wpcf7-form-control.has-spinner.wpcf7-submit {
        margin: 0 auto;
        width: 100%;
    }
    .desprenoi .textBox p {
        max-width: 95%;
    }
    .hero-el.text-content {
        padding-right: 10px;
    }
    h1.js-split-home {
        line-height: 1.2;
    }
    h1.js-split-headline {
        font-size: 2.7rem;
        line-height: 1;
        margin: 0px;
    }    
    p.sub-headline {
        line-height: 1.3;
    }
    header .vvdw-top ul li:first-child {
        display: none;
    }
    header .vvdw-top ul {
        width: 55%;
        margin-left: auto;
        flex-direction: column-reverse;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
    }  
    .textBackground img.invert {
        padding-bottom: 20px;
    }
    .textBackground .largeText {
        padding: 20px!important;
    }   
    .pastilla-wrapper .pastilla-texto .titulo-wrapper h1 {
        font-size: 2.4rem;
    }   

}